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": [
- "1b6e1b