diff --git a/src/Common/Commands.Common.Storage/Commands.Common.Storage.csproj b/src/Common/Commands.Common.Storage/Commands.Common.Storage.csproj
index 9b995848219b..b2e13eb797dc 100644
--- a/src/Common/Commands.Common.Storage/Commands.Common.Storage.csproj
+++ b/src/Common/Commands.Common.Storage/Commands.Common.Storage.csproj
@@ -56,7 +56,7 @@
..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/Common/Commands.Common.Storage/packages.config b/src/Common/Commands.Common.Storage/packages.config
index b011da3a47df..68b1d030a408 100644
--- a/src/Common/Commands.Common.Storage/packages.config
+++ b/src/Common/Commands.Common.Storage/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/Common/Commands.Common/Commands.Common.csproj b/src/Common/Commands.Common/Commands.Common.csproj
index ef67e08bc2db..fa86ffe6fbdb 100644
--- a/src/Common/Commands.Common/Commands.Common.csproj
+++ b/src/Common/Commands.Common/Commands.Common.csproj
@@ -64,7 +64,7 @@
False
- ..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
False
diff --git a/src/Common/Commands.Common/packages.config b/src/Common/Commands.Common/packages.config
index 8e0e6b34d330..55769d13f483 100644
--- a/src/Common/Commands.Common/packages.config
+++ b/src/Common/Commands.Common/packages.config
@@ -4,7 +4,7 @@
-
+
diff --git a/src/Common/Commands.ScenarioTests.Common/Commands.ScenarioTests.Common.csproj b/src/Common/Commands.ScenarioTests.Common/Commands.ScenarioTests.Common.csproj
index 9ce8e7651511..618f841f8a67 100644
--- a/src/Common/Commands.ScenarioTests.Common/Commands.ScenarioTests.Common.csproj
+++ b/src/Common/Commands.ScenarioTests.Common/Commands.ScenarioTests.Common.csproj
@@ -47,7 +47,7 @@
False
- ..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.NetFramework.dll
diff --git a/src/Common/Commands.ScenarioTests.Common/Mocks/MockCertificateAuthenticationFactory.cs b/src/Common/Commands.ScenarioTests.Common/Mocks/MockCertificateAuthenticationFactory.cs
index 4c3722e4af5a..1ac58bb181b8 100644
--- a/src/Common/Commands.ScenarioTests.Common/Mocks/MockCertificateAuthenticationFactory.cs
+++ b/src/Common/Commands.ScenarioTests.Common/Mocks/MockCertificateAuthenticationFactory.cs
@@ -84,5 +84,11 @@ public SubscriptionCloudCredentials GetSubscriptionCloudCredentials(AzureContext
{
throw new System.NotImplementedException();
}
+
+
+ public Rest.ServiceClientCredentials GetServiceClientCredentials(AzureContext context, AzureEnvironment.Endpoint targetEndpoint)
+ {
+ throw new System.NotImplementedException();
+ }
}
}
diff --git a/src/Common/Commands.ScenarioTests.Common/Mocks/MockTokenAuthenticationFactory.cs b/src/Common/Commands.ScenarioTests.Common/Mocks/MockTokenAuthenticationFactory.cs
index e09b56d26d92..8186ff38635f 100644
--- a/src/Common/Commands.ScenarioTests.Common/Mocks/MockTokenAuthenticationFactory.cs
+++ b/src/Common/Commands.ScenarioTests.Common/Mocks/MockTokenAuthenticationFactory.cs
@@ -110,5 +110,10 @@ public SubscriptionCloudCredentials GetSubscriptionCloudCredentials(AzureContext
{
return new TokenCloudCredentials(context.Subscription.Id.ToString(),Token.AccessToken);
}
+
+ public ServiceClientCredentials GetServiceClientCredentials(AzureContext context, AzureEnvironment.Endpoint targetEndpoint)
+ {
+ throw new NotImplementedException();
+ }
}
}
diff --git a/src/Common/Commands.ScenarioTests.Common/packages.config b/src/Common/Commands.ScenarioTests.Common/packages.config
index 628912e1af92..26d23b0a4e08 100644
--- a/src/Common/Commands.ScenarioTests.Common/packages.config
+++ b/src/Common/Commands.ScenarioTests.Common/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/Common/Storage/Commands.Storage.Test/Commands.Storage.Test.csproj b/src/Common/Storage/Commands.Storage.Test/Commands.Storage.Test.csproj
index 3d47515bfe03..d516eb171740 100644
--- a/src/Common/Storage/Commands.Storage.Test/Commands.Storage.Test.csproj
+++ b/src/Common/Storage/Commands.Storage.Test/Commands.Storage.Test.csproj
@@ -59,7 +59,7 @@
False
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.NetFramework.dll
diff --git a/src/Common/Storage/Commands.Storage.Test/packages.config b/src/Common/Storage/Commands.Storage.Test/packages.config
index 469b058e09c6..e0c934bf1e82 100644
--- a/src/Common/Storage/Commands.Storage.Test/packages.config
+++ b/src/Common/Storage/Commands.Storage.Test/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/Common/Storage/Commands.Storage/Commands.Storage.csproj b/src/Common/Storage/Commands.Storage/Commands.Storage.csproj
index e70450f018f9..be8d84979a6e 100644
--- a/src/Common/Storage/Commands.Storage/Commands.Storage.csproj
+++ b/src/Common/Storage/Commands.Storage/Commands.Storage.csproj
@@ -50,7 +50,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/Common/Storage/Commands.Storage/packages.config b/src/Common/Storage/Commands.Storage/packages.config
index 8e1f750d19f7..66c72bd1ca16 100644
--- a/src/Common/Storage/Commands.Storage/packages.config
+++ b/src/Common/Storage/Commands.Storage/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ResourceManager/ApiManagement/Commands.ApiManagement.ServiceManagement/Commands.ApiManagement.ServiceManagement.csproj b/src/ResourceManager/ApiManagement/Commands.ApiManagement.ServiceManagement/Commands.ApiManagement.ServiceManagement.csproj
index 7f1486390ad4..12cb2bcf65d1 100644
--- a/src/ResourceManager/ApiManagement/Commands.ApiManagement.ServiceManagement/Commands.ApiManagement.ServiceManagement.csproj
+++ b/src/ResourceManager/ApiManagement/Commands.ApiManagement.ServiceManagement/Commands.ApiManagement.ServiceManagement.csproj
@@ -60,7 +60,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ResourceManager/ApiManagement/Commands.ApiManagement.ServiceManagement/packages.config b/src/ResourceManager/ApiManagement/Commands.ApiManagement.ServiceManagement/packages.config
index 67010fbe2c4d..9eae2206e148 100644
--- a/src/ResourceManager/ApiManagement/Commands.ApiManagement.ServiceManagement/packages.config
+++ b/src/ResourceManager/ApiManagement/Commands.ApiManagement.ServiceManagement/packages.config
@@ -3,7 +3,7 @@
-
+
diff --git a/src/ResourceManager/ApiManagement/Commands.ApiManagement.Test/Commands.ApiManagement.Test.csproj b/src/ResourceManager/ApiManagement/Commands.ApiManagement.Test/Commands.ApiManagement.Test.csproj
index e3a240b6ebf0..5e6563adb64b 100644
--- a/src/ResourceManager/ApiManagement/Commands.ApiManagement.Test/Commands.ApiManagement.Test.csproj
+++ b/src/ResourceManager/ApiManagement/Commands.ApiManagement.Test/Commands.ApiManagement.Test.csproj
@@ -42,7 +42,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ResourceManager/ApiManagement/Commands.ApiManagement.Test/packages.config b/src/ResourceManager/ApiManagement/Commands.ApiManagement.Test/packages.config
index b377a412e7b7..c32aaebf6581 100644
--- a/src/ResourceManager/ApiManagement/Commands.ApiManagement.Test/packages.config
+++ b/src/ResourceManager/ApiManagement/Commands.ApiManagement.Test/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ResourceManager/ApiManagement/Commands.ApiManagement/Commands.ApiManagement.csproj b/src/ResourceManager/ApiManagement/Commands.ApiManagement/Commands.ApiManagement.csproj
index bbfc5bc204ef..a47dc1d6a7f0 100644
--- a/src/ResourceManager/ApiManagement/Commands.ApiManagement/Commands.ApiManagement.csproj
+++ b/src/ResourceManager/ApiManagement/Commands.ApiManagement/Commands.ApiManagement.csproj
@@ -59,7 +59,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ResourceManager/ApiManagement/Commands.ApiManagement/packages.config b/src/ResourceManager/ApiManagement/Commands.ApiManagement/packages.config
index 67010fbe2c4d..9eae2206e148 100644
--- a/src/ResourceManager/ApiManagement/Commands.ApiManagement/packages.config
+++ b/src/ResourceManager/ApiManagement/Commands.ApiManagement/packages.config
@@ -3,7 +3,7 @@
-
+
diff --git a/src/ResourceManager/ApiManagement/Commands.SMAPI.Test/Commands.ApiManagement.ServiceManagement.Test.csproj b/src/ResourceManager/ApiManagement/Commands.SMAPI.Test/Commands.ApiManagement.ServiceManagement.Test.csproj
index 5e3e5bae4c67..7f9d5f9391b6 100644
--- a/src/ResourceManager/ApiManagement/Commands.SMAPI.Test/Commands.ApiManagement.ServiceManagement.Test.csproj
+++ b/src/ResourceManager/ApiManagement/Commands.SMAPI.Test/Commands.ApiManagement.ServiceManagement.Test.csproj
@@ -42,7 +42,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ResourceManager/ApiManagement/Commands.SMAPI.Test/packages.config b/src/ResourceManager/ApiManagement/Commands.SMAPI.Test/packages.config
index ca01f1350951..1d7932d647b7 100644
--- a/src/ResourceManager/ApiManagement/Commands.SMAPI.Test/packages.config
+++ b/src/ResourceManager/ApiManagement/Commands.SMAPI.Test/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/Commands.Automation.Test.csproj b/src/ResourceManager/Automation/Commands.Automation.Test/Commands.Automation.Test.csproj
index 05770ce7b707..4d4c3abf80cc 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/Commands.Automation.Test.csproj
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/Commands.Automation.Test.csproj
@@ -57,7 +57,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/packages.config b/src/ResourceManager/Automation/Commands.Automation.Test/packages.config
index ea87477df30a..b498f29f35b9 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/packages.config
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ResourceManager/Automation/Commands.Automation/Commands.Automation.csproj b/src/ResourceManager/Automation/Commands.Automation/Commands.Automation.csproj
index eb5ac70d3dce..be5b7da81a1d 100644
--- a/src/ResourceManager/Automation/Commands.Automation/Commands.Automation.csproj
+++ b/src/ResourceManager/Automation/Commands.Automation/Commands.Automation.csproj
@@ -60,7 +60,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ResourceManager/Automation/Commands.Automation/packages.config b/src/ResourceManager/Automation/Commands.Automation/packages.config
index f30921fc01ab..d3d122d8f17f 100644
--- a/src/ResourceManager/Automation/Commands.Automation/packages.config
+++ b/src/ResourceManager/Automation/Commands.Automation/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ResourceManager/AzureBackup/Commands.AzureBackup.Test/Commands.AzureBackup.Test.csproj b/src/ResourceManager/AzureBackup/Commands.AzureBackup.Test/Commands.AzureBackup.Test.csproj
index cc18e04ddcbb..eea0a4012b0a 100644
--- a/src/ResourceManager/AzureBackup/Commands.AzureBackup.Test/Commands.AzureBackup.Test.csproj
+++ b/src/ResourceManager/AzureBackup/Commands.AzureBackup.Test/Commands.AzureBackup.Test.csproj
@@ -36,7 +36,7 @@
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ResourceManager/AzureBackup/Commands.AzureBackup.Test/packages.config b/src/ResourceManager/AzureBackup/Commands.AzureBackup.Test/packages.config
index 8b6b24901b11..861b8a267f7f 100644
--- a/src/ResourceManager/AzureBackup/Commands.AzureBackup.Test/packages.config
+++ b/src/ResourceManager/AzureBackup/Commands.AzureBackup.Test/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ResourceManager/AzureBackup/Commands.AzureBackup/Commands.AzureBackup.csproj b/src/ResourceManager/AzureBackup/Commands.AzureBackup/Commands.AzureBackup.csproj
index 29cb5d9b9a3b..775135474c41 100644
--- a/src/ResourceManager/AzureBackup/Commands.AzureBackup/Commands.AzureBackup.csproj
+++ b/src/ResourceManager/AzureBackup/Commands.AzureBackup/Commands.AzureBackup.csproj
@@ -50,7 +50,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ResourceManager/AzureBackup/Commands.AzureBackup/packages.config b/src/ResourceManager/AzureBackup/Commands.AzureBackup/packages.config
index b3890ae8f89f..754e1cbf9af1 100644
--- a/src/ResourceManager/AzureBackup/Commands.AzureBackup/packages.config
+++ b/src/ResourceManager/AzureBackup/Commands.AzureBackup/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ResourceManager/AzureBatch/Commands.Batch.Test/Commands.Batch.Test.csproj b/src/ResourceManager/AzureBatch/Commands.Batch.Test/Commands.Batch.Test.csproj
index 1c0e05e6dabd..1c23b96e273f 100644
--- a/src/ResourceManager/AzureBatch/Commands.Batch.Test/Commands.Batch.Test.csproj
+++ b/src/ResourceManager/AzureBatch/Commands.Batch.Test/Commands.Batch.Test.csproj
@@ -51,7 +51,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ResourceManager/AzureBatch/Commands.Batch.Test/packages.config b/src/ResourceManager/AzureBatch/Commands.Batch.Test/packages.config
index 7e77d0afe491..56a29b7c1385 100644
--- a/src/ResourceManager/AzureBatch/Commands.Batch.Test/packages.config
+++ b/src/ResourceManager/AzureBatch/Commands.Batch.Test/packages.config
@@ -3,7 +3,7 @@
-
+
diff --git a/src/ResourceManager/AzureBatch/Commands.Batch/Commands.Batch.csproj b/src/ResourceManager/AzureBatch/Commands.Batch/Commands.Batch.csproj
index dc0fc0adc232..f36533825d5d 100644
--- a/src/ResourceManager/AzureBatch/Commands.Batch/Commands.Batch.csproj
+++ b/src/ResourceManager/AzureBatch/Commands.Batch/Commands.Batch.csproj
@@ -52,7 +52,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ResourceManager/AzureBatch/Commands.Batch/packages.config b/src/ResourceManager/AzureBatch/Commands.Batch/packages.config
index 8740f43982f4..6930addce351 100644
--- a/src/ResourceManager/AzureBatch/Commands.Batch/packages.config
+++ b/src/ResourceManager/AzureBatch/Commands.Batch/packages.config
@@ -3,7 +3,7 @@
-
+
diff --git a/src/ResourceManager/Common/Commands.ResourceManager.Common/Commands.ResourceManager.Common.csproj b/src/ResourceManager/Common/Commands.ResourceManager.Common/Commands.ResourceManager.Common.csproj
index 7cceb2060c91..688a606e40a6 100644
--- a/src/ResourceManager/Common/Commands.ResourceManager.Common/Commands.ResourceManager.Common.csproj
+++ b/src/ResourceManager/Common/Commands.ResourceManager.Common/Commands.ResourceManager.Common.csproj
@@ -62,7 +62,7 @@
False
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
False
diff --git a/src/ResourceManager/Common/Commands.ResourceManager.Common/packages.config b/src/ResourceManager/Common/Commands.ResourceManager.Common/packages.config
index c6175366c45b..d377f32fdab6 100644
--- a/src/ResourceManager/Common/Commands.ResourceManager.Common/packages.config
+++ b/src/ResourceManager/Common/Commands.ResourceManager.Common/packages.config
@@ -4,7 +4,7 @@
-
+
diff --git a/src/ResourceManager/Common/Commands.ScenarioTests.ResourceManager.Common/Commands.ScenarioTests.ResourceManager.Common.csproj b/src/ResourceManager/Common/Commands.ScenarioTests.ResourceManager.Common/Commands.ScenarioTests.ResourceManager.Common.csproj
index b4dc54f96689..9b59c467770b 100644
--- a/src/ResourceManager/Common/Commands.ScenarioTests.ResourceManager.Common/Commands.ScenarioTests.ResourceManager.Common.csproj
+++ b/src/ResourceManager/Common/Commands.ScenarioTests.ResourceManager.Common/Commands.ScenarioTests.ResourceManager.Common.csproj
@@ -47,7 +47,7 @@
False
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.NetFramework.dll
diff --git a/src/ResourceManager/Common/Commands.ScenarioTests.ResourceManager.Common/Mocks/MockCertificateAuthenticationFactory.cs b/src/ResourceManager/Common/Commands.ScenarioTests.ResourceManager.Common/Mocks/MockCertificateAuthenticationFactory.cs
index 5c888d2e887e..925cb99cea8e 100644
--- a/src/ResourceManager/Common/Commands.ScenarioTests.ResourceManager.Common/Mocks/MockCertificateAuthenticationFactory.cs
+++ b/src/ResourceManager/Common/Commands.ScenarioTests.ResourceManager.Common/Mocks/MockCertificateAuthenticationFactory.cs
@@ -85,5 +85,11 @@ public SubscriptionCloudCredentials GetSubscriptionCloudCredentials(AzureContext
{
return new CertificateCloudCredentials(context.Subscription.Id.ToString(), Certificate);
}
+
+
+ public Rest.ServiceClientCredentials GetServiceClientCredentials(AzureContext context, AzureEnvironment.Endpoint targetEndpoint)
+ {
+ throw new System.NotImplementedException();
+ }
}
}
diff --git a/src/ResourceManager/Common/Commands.ScenarioTests.ResourceManager.Common/Mocks/MockTokenAuthenticationFactory.cs b/src/ResourceManager/Common/Commands.ScenarioTests.ResourceManager.Common/Mocks/MockTokenAuthenticationFactory.cs
index 88cdcfce346e..96e05c53f3ee 100644
--- a/src/ResourceManager/Common/Commands.ScenarioTests.ResourceManager.Common/Mocks/MockTokenAuthenticationFactory.cs
+++ b/src/ResourceManager/Common/Commands.ScenarioTests.ResourceManager.Common/Mocks/MockTokenAuthenticationFactory.cs
@@ -125,5 +125,11 @@ public SubscriptionCloudCredentials GetSubscriptionCloudCredentials(AzureContext
{
return new AccessTokenCredential(context.Subscription.Id, Token);
}
+
+
+ public ServiceClientCredentials GetServiceClientCredentials(AzureContext context, AzureEnvironment.Endpoint targetEndpoint)
+ {
+ throw new NotImplementedException();
+ }
}
}
diff --git a/src/ResourceManager/Common/Commands.ScenarioTests.ResourceManager.Common/PermissiveRecordMatcherWithApiExclusion.cs b/src/ResourceManager/Common/Commands.ScenarioTests.ResourceManager.Common/PermissiveRecordMatcherWithApiExclusion.cs
index 788364171f85..f7b3046c2ada 100644
--- a/src/ResourceManager/Common/Commands.ScenarioTests.ResourceManager.Common/PermissiveRecordMatcherWithApiExclusion.cs
+++ b/src/ResourceManager/Common/Commands.ScenarioTests.ResourceManager.Common/PermissiveRecordMatcherWithApiExclusion.cs
@@ -13,6 +13,7 @@
// ----------------------------------------------------------------------------------
using System;
+using System.Linq;
using System.Collections.Generic;
using System.Text;
using System.Text.RegularExpressions;
@@ -26,6 +27,7 @@ public class PermissiveRecordMatcherWithApiExclusion : IRecordMatcher
{
private bool _ignoreGenericResource;
private Dictionary _providersToIgnore;
+ private Dictionary _userAgentsToIgnore;
public PermissiveRecordMatcherWithApiExclusion(bool ignoreResourcesClient, Dictionary providers)
{
@@ -33,6 +35,16 @@ public PermissiveRecordMatcherWithApiExclusion(bool ignoreResourcesClient, Dicti
_providersToIgnore = providers;
}
+ public PermissiveRecordMatcherWithApiExclusion(
+ bool ignoreResourcesClient,
+ Dictionary providers,
+ Dictionary userAgents)
+ {
+ _ignoreGenericResource = ignoreResourcesClient;
+ _providersToIgnore = providers;
+ _userAgentsToIgnore = userAgents;
+ }
+
public string GetMatchingKey(System.Net.Http.HttpRequestMessage request)
{
var path = request.RequestUri.PathAndQuery;
@@ -46,6 +58,21 @@ public string GetMatchingKey(System.Net.Http.HttpRequestMessage request)
{
path = RemoveOrReplaceApiVersion(path, version);
}
+ else if (_userAgentsToIgnore != null && _userAgentsToIgnore.Any())
+ {
+ var agent = request.Headers.FirstOrDefault(h => h.Key.Equals("User-Agent"));
+ if (agent.Key != null)
+ {
+ foreach (var userAgnet in _userAgentsToIgnore)
+ {
+ if (agent.Value.Any(v => v.StartsWith(userAgnet.Key, StringComparison.OrdinalIgnoreCase)))
+ {
+ path = RemoveOrReplaceApiVersion(path, userAgnet.Value);
+ break;
+ }
+ }
+ }
+ }
var encodedPath = Convert.ToBase64String(Encoding.UTF8.GetBytes(path));
return string.Format("{0} {1}", request.Method, encodedPath);
@@ -108,7 +135,7 @@ private string RemoveOrReplaceApiVersion(string requestUri, string version)
}
else
{
- var result= Regex.Replace(requestUri, @"&api-version=[^&]+", string.Empty);
+ var result = Regex.Replace(requestUri, @"&api-version=[^&]+", string.Empty);
return Regex.Replace(result, @"\?api-version=[^&]+[&]*", "?");
}
}
diff --git a/src/ResourceManager/Common/Commands.ScenarioTests.ResourceManager.Common/packages.config b/src/ResourceManager/Common/Commands.ScenarioTests.ResourceManager.Common/packages.config
index 628912e1af92..26d23b0a4e08 100644
--- a/src/ResourceManager/Common/Commands.ScenarioTests.ResourceManager.Common/packages.config
+++ b/src/ResourceManager/Common/Commands.ScenarioTests.ResourceManager.Common/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ResourceManager/Compute/Commands.Compute.Test/Commands.Compute.Test.csproj b/src/ResourceManager/Compute/Commands.Compute.Test/Commands.Compute.Test.csproj
index b5447ff0f18d..38a7b42af56c 100644
--- a/src/ResourceManager/Compute/Commands.Compute.Test/Commands.Compute.Test.csproj
+++ b/src/ResourceManager/Compute/Commands.Compute.Test/Commands.Compute.Test.csproj
@@ -50,7 +50,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
@@ -213,6 +213,9 @@
ScenarioTests\Common.ps1
Always
+
+ Always
+
Always
@@ -281,6 +284,9 @@
Always
+
+ Always
+
Always
diff --git a/src/ResourceManager/Compute/Commands.Compute.Test/ConfigFiles/DiagnosticsExtensionConfig.json b/src/ResourceManager/Compute/Commands.Compute.Test/ConfigFiles/DiagnosticsExtensionConfig.json
new file mode 100644
index 000000000000..43ad6cbb8fb3
--- /dev/null
+++ b/src/ResourceManager/Compute/Commands.Compute.Test/ConfigFiles/DiagnosticsExtensionConfig.json
@@ -0,0 +1,92 @@
+{
+ "WadCfg": {
+ "DiagnosticMonitorConfiguration": {
+ "DiagnosticInfrastructureLogs": {
+ "scheduledTransferLogLevelFilter": "Error"
+ },
+ "Directories": {
+ "IISLogs": {
+ "containerName": "wad-iis-logfiles"
+ },
+ "FailedRequestLogs": {
+ "containerName": "wad-failedrequestlogs"
+ },
+ "scheduledTransferPeriod": "PT1M"
+ },
+ "PerformanceCounters": {
+ "PerformanceCounterConfiguration": [
+ {
+ "annotation": [],
+ "counterSpecifier": "\\Memory\\Available MBytes",
+ "sampleRate": "PT3M"
+ },
+ {
+ "annotation": [],
+ "counterSpecifier": "\\Web Service(_Total)\\ISAPI Extension Requests/sec",
+ "sampleRate": "PT3M"
+ },
+ {
+ "annotation": [],
+ "counterSpecifier": "\\Web Service(_Total)\\Bytes Total/Sec",
+ "sampleRate": "PT3M"
+ },
+ {
+ "annotation": [],
+ "counterSpecifier": "\\ASP.NET Applications(__Total__)\\Requests/Sec",
+ "sampleRate": "PT3M"
+ },
+ {
+ "annotation": [],
+ "counterSpecifier": "\\ASP.NET Applications(__Total__)\\Errors Total/Sec",
+ "sampleRate": "PT3M"
+ },
+ {
+ "annotation": [],
+ "counterSpecifier": "\\ASP.NET\\Requests Queued",
+ "sampleRate": "PT3M"
+ },
+ {
+ "annotation": [],
+ "counterSpecifier": "\\ASP.NET\\Requests Rejected",
+ "sampleRate": "PT3M"
+ },
+ {
+ "annotation": [],
+ "counterSpecifier": "\\Processor(_Total)\\% Processor Time",
+ "sampleRate": "PT3M"
+ }
+ ],
+ "scheduledTransferPeriod": "PT1M"
+ },
+ "WindowsEventLog": {
+ "DataSource": [
+ {
+ "name": "Application!*[System[(Level=1 or Level=2 or Level=3)]]"
+ },
+ {
+ "name": "Windows Azure!*[System[(Level=1 or Level=2 or Level=3 or Level=4)]]"
+ }
+ ],
+ "scheduledTransferPeriod": "PT1M"
+ },
+ "CrashDumps": {
+ "CrashDumpConfiguration": [
+ {
+ "processName": "WaIISHost.exe"
+ },
+ {
+ "processName": "WaWorkerHost.exe"
+ },
+ {
+ "processName": "w3wp.exe"
+ }
+ ]
+ },
+ "Logs": {
+ "scheduledTransferLogLevelFilter": "Error",
+ "scheduledTransferPeriod": "PT1M"
+ },
+ "overallQuotaInMB": 4096
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/ResourceManager/Compute/Commands.Compute.Test/ScenarioTests/DiagnosticsExtensionTests.cs b/src/ResourceManager/Compute/Commands.Compute.Test/ScenarioTests/DiagnosticsExtensionTests.cs
index 487f61d842d3..94f8eef09d5f 100644
--- a/src/ResourceManager/Compute/Commands.Compute.Test/ScenarioTests/DiagnosticsExtensionTests.cs
+++ b/src/ResourceManager/Compute/Commands.Compute.Test/ScenarioTests/DiagnosticsExtensionTests.cs
@@ -39,5 +39,12 @@ public void TestDiagnosticsExtensionCantListSepcifyStorageAccountKey()
{
ComputeTestController.NewInstance.RunPsTest("Test-DiagnosticsExtensionCantListSepcifyStorageAccountKey");
}
+
+ [Fact]
+ [Trait(Category.AcceptanceType, Category.CheckIn)]
+ public void TestDiagnosticsExtensionSupportJsonConfig()
+ {
+ ComputeTestController.NewInstance.RunPsTest("Test-DiagnosticsExtensionSupportJsonConfig");
+ }
}
}
diff --git a/src/ResourceManager/Compute/Commands.Compute.Test/ScenarioTests/DiagnosticsExtensionTests.ps1 b/src/ResourceManager/Compute/Commands.Compute.Test/ScenarioTests/DiagnosticsExtensionTests.ps1
index 23a24724447e..d7a70fefb504 100644
--- a/src/ResourceManager/Compute/Commands.Compute.Test/ScenarioTests/DiagnosticsExtensionTests.ps1
+++ b/src/ResourceManager/Compute/Commands.Compute.Test/ScenarioTests/DiagnosticsExtensionTests.ps1
@@ -136,7 +136,47 @@ function Test-DiagnosticsExtensionCantListSepcifyStorageAccountKey
$storagename = 'notexiststorage'
Assert-ThrowsContains `
{ Set-AzureRmVMDiagnosticsExtension -ResourceGroupName $rgname -VMName $vmname -DiagnosticsConfigurationPath '.\ConfigFiles\DiagnosticsExtensionConfig.xml' -StorageAccountName $storagename } `
- 'Failed to list storage account key'
+ 'Storage account key'
+ }
+ finally
+ {
+ # Cleanup
+ Clean-ResourceGroup $rgname
+ }
+}
+
+<#
+.SYNOPSIS
+Test that we support config file in json format
+#>
+function Test-DiagnosticsExtensionSupportJsonConfig
+{
+ $rgname = Get-ComputeTestResourceName
+ $loc = Get-ComputeVMLocation
+
+ try
+ {
+ # Setup
+ $vm = Create-VirtualMachine -rgname $rgname -loc $loc
+ $vmname = $vm.Name
+ $storagename = $vmname + "storage"
+ $storagetype = 'Standard_GRS'
+ New-AzureRmStorageAccount -ResourceGroupName $rgname -Name $storagename -Location $loc -Type $storagetype
+
+ # If diagnostics extension already exist, remove it
+ $extension = Get-AzureRmVMDiagnosticsExtension -ResourceGroupName $rgname -VMName $vmname
+ if ($extension) {
+ Remove-AzureRmVMDiagnosticsExtension -ResourceGroupName $rgname -VMName $vmname
+ $extension = Get-AzureRmVMDiagnosticsExtension -ResourceGroupName $rgname -VMName $vmname
+ Assert-Null $extension
+ }
+
+ Set-AzureRmVMDiagnosticsExtension -ResourceGroupName $rgname -VMName $vmname -DiagnosticsConfigurationPath '.\ConfigFiles\DiagnosticsExtensionConfig.json' -StorageAccountName $storagename
+ $extension = Get-AzureRmVMDiagnosticsExtension -ResourceGroupName $rgname -VMName $vmname
+
+ Assert-NotNull $extension
+ $settings = $extension.PublicSettings | ConvertFrom-Json
+ Assert-AreEqual $settings.storageAccount $storagename
}
finally
{
diff --git a/src/ResourceManager/Compute/Commands.Compute.Test/SessionRecords/Microsoft.Azure.Commands.Compute.Test.ScenarioTests.DiagnosticsExtensionTests/TestDiagnosticsExtensionBasic.json b/src/ResourceManager/Compute/Commands.Compute.Test/SessionRecords/Microsoft.Azure.Commands.Compute.Test.ScenarioTests.DiagnosticsExtensionTests/TestDiagnosticsExtensionBasic.json
index 56154371d54d..1273ff927c8a 100644
--- a/src/ResourceManager/Compute/Commands.Compute.Test/SessionRecords/Microsoft.Azure.Commands.Compute.Test.ScenarioTests.DiagnosticsExtensionTests/TestDiagnosticsExtensionBasic.json
+++ b/src/ResourceManager/Compute/Commands.Compute.Test/SessionRecords/Microsoft.Azure.Commands.Compute.Test.ScenarioTests.DiagnosticsExtensionTests/TestDiagnosticsExtensionBasic.json
@@ -1,8 +1,8 @@
{
"Entries": [
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -10,7 +10,7 @@
"Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute\",\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"availabilitySets\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachines/extensions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachines/diagnosticSettings\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachines/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets/extensions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets/virtualMachines\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets/networkInterfaces\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets/virtualMachines/networkInterfaces\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/vmSizes\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/publishers\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute\",\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"availabilitySets\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Europe\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Europe\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachines/extensions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Europe\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachines/diagnosticSettings\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachines/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets/extensions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets/virtualMachines\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets/networkInterfaces\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets/virtualMachines/networkInterfaces\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/vmSizes\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/publishers\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"5199"
@@ -25,16 +25,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14999"
+ "14956"
],
"x-ms-request-id": [
- "7e5df0b9-f263-48cb-aa69-844881fb2c95"
+ "019c86c8-4970-477e-90c6-7ce28a16c315"
],
"x-ms-correlation-request-id": [
- "7e5df0b9-f263-48cb-aa69-844881fb2c95"
+ "019c86c8-4970-477e-90c6-7ce28a16c315"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T013029Z:7e5df0b9-f263-48cb-aa69-844881fb2c95"
+ "WESTUS:20160114T073027Z:019c86c8-4970-477e-90c6-7ce28a16c315"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -43,14 +43,14 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 01:30:29 GMT"
+ "Thu, 14 Jan 2016 07:30:26 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourcegroups/crptestps309?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RwczMwOT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourcegroups/crptestps9866?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rwczk4NjY/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
"RequestMethod": "HEAD",
"RequestBody": "",
"RequestHeaders": {
@@ -61,7 +61,7 @@
"ResponseBody": "",
"ResponseHeaders": {
"Content-Length": [
- "104"
+ "105"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -76,16 +76,16 @@
"gateway"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14998"
+ "14955"
],
"x-ms-request-id": [
- "af95fe20-490f-4354-a6b3-9fb331197a78"
+ "3590284c-32c4-4ced-abe1-00f13607d65a"
],
"x-ms-correlation-request-id": [
- "af95fe20-490f-4354-a6b3-9fb331197a78"
+ "3590284c-32c4-4ced-abe1-00f13607d65a"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T013029Z:af95fe20-490f-4354-a6b3-9fb331197a78"
+ "WESTUS:20160114T073027Z:3590284c-32c4-4ced-abe1-00f13607d65a"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -94,14 +94,14 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 01:30:29 GMT"
+ "Thu, 14 Jan 2016 07:30:26 GMT"
]
},
"StatusCode": 404
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourcegroups/crptestps309?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RwczMwOT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourcegroups/crptestps9866?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rwczk4NjY/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
"RequestMethod": "HEAD",
"RequestBody": "",
"RequestHeaders": {
@@ -121,16 +121,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14999"
+ "14935"
],
"x-ms-request-id": [
- "9c70c92a-f5d7-4eaa-8359-4776a029096f"
+ "2ff4af65-9fa6-4e75-aca1-369b0204c8f0"
],
"x-ms-correlation-request-id": [
- "9c70c92a-f5d7-4eaa-8359-4776a029096f"
+ "2ff4af65-9fa6-4e75-aca1-369b0204c8f0"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T021211Z:9c70c92a-f5d7-4eaa-8359-4776a029096f"
+ "WESTUS:20160114T080748Z:2ff4af65-9fa6-4e75-aca1-369b0204c8f0"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -139,14 +139,14 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 02:12:10 GMT"
+ "Thu, 14 Jan 2016 08:07:48 GMT"
]
},
"StatusCode": 204
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourcegroups/crptestps309?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RwczMwOT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourcegroups/crptestps9866?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rwczk4NjY/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"location\": \"East US\"\r\n}",
"RequestHeaders": {
@@ -160,10 +160,10 @@
"Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309\",\r\n \"name\": \"crptestps309\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866\",\r\n \"name\": \"crptestps9866\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "177"
+ "179"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -175,16 +175,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-writes": [
- "1199"
+ "1198"
],
"x-ms-request-id": [
- "ef026562-2d63-4d91-80f7-542c3fd8bfe1"
+ "49bbb111-2f8f-47b1-b0d4-c1288045fb53"
],
"x-ms-correlation-request-id": [
- "ef026562-2d63-4d91-80f7-542c3fd8bfe1"
+ "49bbb111-2f8f-47b1-b0d4-c1288045fb53"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T013030Z:ef026562-2d63-4d91-80f7-542c3fd8bfe1"
+ "WESTUS:20160114T073028Z:49bbb111-2f8f-47b1-b0d4-c1288045fb53"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -193,14 +193,14 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 01:30:30 GMT"
+ "Thu, 14 Jan 2016 07:30:27 GMT"
]
},
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/resources?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczMwOS9yZXNvdXJjZXM/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/resources?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rwczk4NjYvcmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTQtMDQtMDEtcHJldmlldw==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -223,16 +223,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14997"
+ "14954"
],
"x-ms-request-id": [
- "e1002c37-8d2a-4550-a7b4-1e1db731f899"
+ "293130f6-0e2b-4442-ac7e-c40eb6d06de2"
],
"x-ms-correlation-request-id": [
- "e1002c37-8d2a-4550-a7b4-1e1db731f899"
+ "293130f6-0e2b-4442-ac7e-c40eb6d06de2"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T013030Z:e1002c37-8d2a-4550-a7b4-1e1db731f899"
+ "WESTUS:20160114T073028Z:293130f6-0e2b-4442-ac7e-c40eb6d06de2"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -241,19 +241,19 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 01:30:30 GMT"
+ "Thu, 14 Jan 2016 07:30:27 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Network/virtualnetworks/vnetcrptestps309?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbG5ldHdvcmtzL3ZuZXRjcnB0ZXN0cHMzMDk/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Network/virtualnetworks/vnetcrptestps9866?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rwczk4NjYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxuZXR3b3Jrcy92bmV0Y3JwdGVzdHBzOTg2Nj9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "80fea11b-864d-43f7-a832-c47b71f5e132"
+ "ea0acbd4-e091-4faf-9f31-3165d0ab06e5"
],
"accept-language": [
"en-US"
@@ -262,10 +262,10 @@
"Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
]
},
- "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/vnetcrptestps309' under resource group 'crptestps309' was not found.\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/vnetcrptestps9866' under resource group 'crptestps9866' was not found.\"\r\n }\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "166"
+ "168"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -280,13 +280,13 @@
"gateway"
],
"x-ms-request-id": [
- "da89100d-e5dc-438f-a45b-1e5b244b5f35"
+ "70d3eaa1-5e04-44b0-973e-67d363c90523"
],
"x-ms-correlation-request-id": [
- "da89100d-e5dc-438f-a45b-1e5b244b5f35"
+ "70d3eaa1-5e04-44b0-973e-67d363c90523"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T013031Z:da89100d-e5dc-438f-a45b-1e5b244b5f35"
+ "WESTUS:20160114T073030Z:70d3eaa1-5e04-44b0-973e-67d363c90523"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -295,14 +295,14 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 01:30:31 GMT"
+ "Thu, 14 Jan 2016 07:30:29 GMT"
]
},
"StatusCode": 404
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Network/virtualnetworks/vnetcrptestps309?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbG5ldHdvcmtzL3ZuZXRjcnB0ZXN0cHMzMDk/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Network/virtualnetworks/vnetcrptestps9866?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rwczk4NjYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxuZXR3b3Jrcy92bmV0Y3JwdGVzdHBzOTg2Nj9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -310,10 +310,10 @@
"Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
]
},
- "ResponseBody": "{\r\n \"name\": \"vnetcrptestps309\",\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Network/virtualNetworks/vnetcrptestps309\",\r\n \"etag\": \"W/\\\"107473d6-4109-4518-a6b0-553c932694e3\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4e11d10f-b7f8-41df-ae3e-f1af99a03967\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"subnetcrptestps309\",\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Network/virtualNetworks/vnetcrptestps309/subnets/subnetcrptestps309\",\r\n \"etag\": \"W/\\\"107473d6-4109-4518-a6b0-553c932694e3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n }\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"vnetcrptestps9866\",\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Network/virtualNetworks/vnetcrptestps9866\",\r\n \"etag\": \"W/\\\"bf5eae8a-b3a4-453d-ac4f-7c1666b6385d\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"121840cb-54a3-40bb-94ae-4884c011b499\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"subnetcrptestps9866\",\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Network/virtualNetworks/vnetcrptestps9866/subnets/subnetcrptestps9866\",\r\n \"etag\": \"W/\\\"bf5eae8a-b3a4-453d-ac4f-7c1666b6385d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n }\r\n }\r\n ]\r\n }\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "1069"
+ "1076"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -325,7 +325,7 @@
"no-cache"
],
"x-ms-request-id": [
- "464dea51-ca5c-4549-8fec-7bf2d6799971"
+ "4bf5285d-0244-4c9b-9230-ea189323ae7d"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -334,35 +334,35 @@
"no-cache"
],
"ETag": [
- "W/\"107473d6-4109-4518-a6b0-553c932694e3\""
+ "W/\"bf5eae8a-b3a4-453d-ac4f-7c1666b6385d\""
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14997"
+ "14985"
],
"x-ms-correlation-request-id": [
- "06d7a2a8-8e01-4107-ae04-d81e96d7beef"
+ "d1dc5f00-9d8a-4472-86fb-18eeba34aaca"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T013043Z:06d7a2a8-8e01-4107-ae04-d81e96d7beef"
+ "WESTUS:20160114T073043Z:d1dc5f00-9d8a-4472-86fb-18eeba34aaca"
],
"Date": [
- "Tue, 22 Dec 2015 01:30:43 GMT"
+ "Thu, 14 Jan 2016 07:30:43 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Network/virtualnetworks/vnetcrptestps309?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbG5ldHdvcmtzL3ZuZXRjcnB0ZXN0cHMzMDk/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Network/virtualnetworks/vnetcrptestps9866?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rwczk4NjYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxuZXR3b3Jrcy92bmV0Y3JwdGVzdHBzOTg2Nj9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "75d01137-bbf5-4db3-a663-0e17accf1ba2"
+ "e5ca38bd-d846-42ff-b3a6-afa64082b564"
],
"accept-language": [
"en-US"
@@ -371,10 +371,10 @@
"Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
]
},
- "ResponseBody": "{\r\n \"name\": \"vnetcrptestps309\",\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Network/virtualNetworks/vnetcrptestps309\",\r\n \"etag\": \"W/\\\"107473d6-4109-4518-a6b0-553c932694e3\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4e11d10f-b7f8-41df-ae3e-f1af99a03967\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"subnetcrptestps309\",\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Network/virtualNetworks/vnetcrptestps309/subnets/subnetcrptestps309\",\r\n \"etag\": \"W/\\\"107473d6-4109-4518-a6b0-553c932694e3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n }\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"vnetcrptestps9866\",\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Network/virtualNetworks/vnetcrptestps9866\",\r\n \"etag\": \"W/\\\"bf5eae8a-b3a4-453d-ac4f-7c1666b6385d\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"121840cb-54a3-40bb-94ae-4884c011b499\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"subnetcrptestps9866\",\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Network/virtualNetworks/vnetcrptestps9866/subnets/subnetcrptestps9866\",\r\n \"etag\": \"W/\\\"bf5eae8a-b3a4-453d-ac4f-7c1666b6385d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n }\r\n }\r\n ]\r\n }\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "1069"
+ "1076"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -386,7 +386,7 @@
"no-cache"
],
"x-ms-request-id": [
- "dfe6cafd-fdc9-483f-b550-efca7a4c7739"
+ "9572c8f3-bd24-4454-a8d4-a056850c9649"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -395,35 +395,35 @@
"no-cache"
],
"ETag": [
- "W/\"107473d6-4109-4518-a6b0-553c932694e3\""
+ "W/\"bf5eae8a-b3a4-453d-ac4f-7c1666b6385d\""
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14996"
+ "14984"
],
"x-ms-correlation-request-id": [
- "f263c29a-d08e-4737-9769-c93d024c46e0"
+ "21b8b5b6-de85-43de-8fc1-73befab52a8d"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T013043Z:f263c29a-d08e-4737-9769-c93d024c46e0"
+ "WESTUS:20160114T073043Z:21b8b5b6-de85-43de-8fc1-73befab52a8d"
],
"Date": [
- "Tue, 22 Dec 2015 01:30:43 GMT"
+ "Thu, 14 Jan 2016 07:30:43 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Network/virtualnetworks/vnetcrptestps309?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbG5ldHdvcmtzL3ZuZXRjcnB0ZXN0cHMzMDk/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Network/virtualnetworks/vnetcrptestps9866?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rwczk4NjYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxuZXR3b3Jrcy92bmV0Y3JwdGVzdHBzOTg2Nj9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "dc8e08b2-6f37-4dee-90f5-cec2d8d85cad"
+ "397eff7d-778f-415e-a5ca-4349fb76b9cf"
],
"accept-language": [
"en-US"
@@ -432,10 +432,10 @@
"Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
]
},
- "ResponseBody": "{\r\n \"name\": \"vnetcrptestps309\",\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Network/virtualNetworks/vnetcrptestps309\",\r\n \"etag\": \"W/\\\"107473d6-4109-4518-a6b0-553c932694e3\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4e11d10f-b7f8-41df-ae3e-f1af99a03967\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"subnetcrptestps309\",\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Network/virtualNetworks/vnetcrptestps309/subnets/subnetcrptestps309\",\r\n \"etag\": \"W/\\\"107473d6-4109-4518-a6b0-553c932694e3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n }\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"vnetcrptestps9866\",\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Network/virtualNetworks/vnetcrptestps9866\",\r\n \"etag\": \"W/\\\"bf5eae8a-b3a4-453d-ac4f-7c1666b6385d\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"121840cb-54a3-40bb-94ae-4884c011b499\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"subnetcrptestps9866\",\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Network/virtualNetworks/vnetcrptestps9866/subnets/subnetcrptestps9866\",\r\n \"etag\": \"W/\\\"bf5eae8a-b3a4-453d-ac4f-7c1666b6385d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n }\r\n }\r\n ]\r\n }\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "1069"
+ "1076"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -447,7 +447,7 @@
"no-cache"
],
"x-ms-request-id": [
- "307ec5df-23dc-4d7f-bef6-2dfbac2a46de"
+ "c91dcf66-6eab-41ef-91ce-7c4fd6b2ec20"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -456,41 +456,41 @@
"no-cache"
],
"ETag": [
- "W/\"107473d6-4109-4518-a6b0-553c932694e3\""
+ "W/\"bf5eae8a-b3a4-453d-ac4f-7c1666b6385d\""
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14995"
+ "14983"
],
"x-ms-correlation-request-id": [
- "5ff84dc3-6333-4239-8392-8ad9b3ffcab2"
+ "baa15eff-3ee1-40c7-9f74-d45139c7ab8e"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T013044Z:5ff84dc3-6333-4239-8392-8ad9b3ffcab2"
+ "WESTUS:20160114T073043Z:baa15eff-3ee1-40c7-9f74-d45139c7ab8e"
],
"Date": [
- "Tue, 22 Dec 2015 01:30:43 GMT"
+ "Thu, 14 Jan 2016 07:30:43 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Network/virtualnetworks/vnetcrptestps309?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbG5ldHdvcmtzL3ZuZXRjcnB0ZXN0cHMzMDk/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Network/virtualnetworks/vnetcrptestps9866?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rwczk4NjYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxuZXR3b3Jrcy92bmV0Y3JwdGVzdHBzOTg2Nj9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
"RequestMethod": "PUT",
- "RequestBody": "{\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"subnetcrptestps309\",\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"ipConfigurations\": []\r\n }\r\n }\r\n ]\r\n }\r\n}",
+ "RequestBody": "{\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"subnetcrptestps9866\",\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"ipConfigurations\": []\r\n }\r\n }\r\n ]\r\n }\r\n}",
"RequestHeaders": {
"Content-Type": [
"application/json; charset=utf-8"
],
"Content-Length": [
- "422"
+ "423"
],
"x-ms-client-request-id": [
- "9f09a270-c212-4424-8107-e3ce18f1e619"
+ "3f415298-2d32-4c2e-b51c-e904df2ea7c3"
],
"accept-language": [
"en-US"
@@ -499,10 +499,10 @@
"Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
]
},
- "ResponseBody": "{\r\n \"name\": \"vnetcrptestps309\",\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Network/virtualNetworks/vnetcrptestps309\",\r\n \"etag\": \"W/\\\"000e8384-e9f0-4deb-93b7-5f63ed5b9cce\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"4e11d10f-b7f8-41df-ae3e-f1af99a03967\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"subnetcrptestps309\",\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Network/virtualNetworks/vnetcrptestps309/subnets/subnetcrptestps309\",\r\n \"etag\": \"W/\\\"000e8384-e9f0-4deb-93b7-5f63ed5b9cce\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n }\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"vnetcrptestps9866\",\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Network/virtualNetworks/vnetcrptestps9866\",\r\n \"etag\": \"W/\\\"de1d4661-deaf-4423-b37b-e2fc88161ea5\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"121840cb-54a3-40bb-94ae-4884c011b499\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"subnetcrptestps9866\",\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Network/virtualNetworks/vnetcrptestps9866/subnets/subnetcrptestps9866\",\r\n \"etag\": \"W/\\\"de1d4661-deaf-4423-b37b-e2fc88161ea5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n }\r\n }\r\n ]\r\n }\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "1067"
+ "1074"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -517,10 +517,10 @@
"10"
],
"x-ms-request-id": [
- "d83dddde-0a69-4f1b-a153-0595ba7846c1"
+ "3f72ce12-c5ac-4d35-8ca9-e47c5db3578c"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Network/locations/eastus/operations/d83dddde-0a69-4f1b-a153-0595ba7846c1?api-version=2015-06-15"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Network/locations/eastus/operations/3f72ce12-c5ac-4d35-8ca9-e47c5db3578c?api-version=2015-06-15"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -536,20 +536,20 @@
"1199"
],
"x-ms-correlation-request-id": [
- "90c714c5-f2b5-4c5f-afd3-ea70e6764d27"
+ "ac7b5cde-f97e-4a0c-8acc-7f83157c488a"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T013033Z:90c714c5-f2b5-4c5f-afd3-ea70e6764d27"
+ "WESTUS:20160114T073032Z:ac7b5cde-f97e-4a0c-8acc-7f83157c488a"
],
"Date": [
- "Tue, 22 Dec 2015 01:30:32 GMT"
+ "Thu, 14 Jan 2016 07:30:32 GMT"
]
},
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Network/locations/eastus/operations/d83dddde-0a69-4f1b-a153-0595ba7846c1?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDgzZGRkZGUtMGE2OS00ZjFiLWExNTMtMDU5NWJhNzg0NmMxP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Network/locations/eastus/operations/3f72ce12-c5ac-4d35-8ca9-e47c5db3578c?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvM2Y3MmNlMTItYzVhYy00ZDM1LThjYTktZTQ3YzVkYjM1NzhjP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -572,7 +572,7 @@
"no-cache"
],
"x-ms-request-id": [
- "c151d4cf-859e-488a-bfc9-b1e9fabb2662"
+ "4cad8952-2ad9-4c77-9b79-212862c9bc04"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -585,28 +585,28 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14998"
+ "14986"
],
"x-ms-correlation-request-id": [
- "78d080fb-d5ef-470e-9c88-af53956a52b6"
+ "29f62402-ac5e-48a1-8692-470b1141414e"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T013043Z:78d080fb-d5ef-470e-9c88-af53956a52b6"
+ "WESTUS:20160114T073043Z:29f62402-ac5e-48a1-8692-470b1141414e"
],
"Date": [
- "Tue, 22 Dec 2015 01:30:43 GMT"
+ "Thu, 14 Jan 2016 07:30:42 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps309?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHViaXBjcnB0ZXN0cHMzMDk/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps9866?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rwczk4NjYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3B1YmlwY3JwdGVzdHBzOTg2Nj9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "d7eb2e6d-99d8-441c-a83d-84daf1440715"
+ "057a727e-c9cd-492a-9afa-35bb3b6937a9"
],
"accept-language": [
"en-US"
@@ -615,10 +615,10 @@
"Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
]
},
- "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/publicIPAddresses/pubipcrptestps309' under resource group 'crptestps309' was not found.\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/publicIPAddresses/pubipcrptestps9866' under resource group 'crptestps9866' was not found.\"\r\n }\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "169"
+ "171"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -633,13 +633,13 @@
"gateway"
],
"x-ms-request-id": [
- "a1da32f6-cdc6-44ec-824f-3e656795f92e"
+ "bb1ff9d8-844b-49a4-93e7-fb1029694690"
],
"x-ms-correlation-request-id": [
- "a1da32f6-cdc6-44ec-824f-3e656795f92e"
+ "bb1ff9d8-844b-49a4-93e7-fb1029694690"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T013044Z:a1da32f6-cdc6-44ec-824f-3e656795f92e"
+ "WESTUS:20160114T073043Z:bb1ff9d8-844b-49a4-93e7-fb1029694690"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -648,14 +648,14 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 01:30:44 GMT"
+ "Thu, 14 Jan 2016 07:30:43 GMT"
]
},
"StatusCode": 404
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps309?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHViaXBjcnB0ZXN0cHMzMDk/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps9866?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rwczk4NjYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3B1YmlwY3JwdGVzdHBzOTg2Nj9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -663,10 +663,10 @@
"Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
]
},
- "ResponseBody": "{\r\n \"name\": \"pubipcrptestps309\",\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps309\",\r\n \"etag\": \"W/\\\"9d57718e-f1c5-4037-8e44-31e67983f67d\\\"\",\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"799a3001-6dac-4b41-94c3-028920832603\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"pubipcrptestps309\",\r\n \"fqdn\": \"pubipcrptestps309.eastus.cloudapp.azure.com\"\r\n }\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"pubipcrptestps9866\",\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps9866\",\r\n \"etag\": \"W/\\\"1876154a-0b68-4d97-b3c0-bde3043fbfbc\\\"\",\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5cba9fda-b4dc-4d58-9ad9-070e75b480bc\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"pubipcrptestps9866\",\r\n \"fqdn\": \"pubipcrptestps9866.eastus.cloudapp.azure.com\"\r\n }\r\n }\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "661"
+ "666"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -678,7 +678,7 @@
"no-cache"
],
"x-ms-request-id": [
- "2ca83b99-a083-44e9-bbaf-8ffd1ff6e459"
+ "a7aea43d-a038-4622-9bc4-651d39eeafd7"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -687,35 +687,35 @@
"no-cache"
],
"ETag": [
- "W/\"9d57718e-f1c5-4037-8e44-31e67983f67d\""
+ "W/\"1876154a-0b68-4d97-b3c0-bde3043fbfbc\""
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14992"
+ "14980"
],
"x-ms-correlation-request-id": [
- "943574a7-c70c-4de8-8314-2ff79ef7a81a"
+ "beed01c1-9a78-4ec3-8765-2e5a9c6107a3"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T013056Z:943574a7-c70c-4de8-8314-2ff79ef7a81a"
+ "WESTUS:20160114T073057Z:beed01c1-9a78-4ec3-8765-2e5a9c6107a3"
],
"Date": [
- "Tue, 22 Dec 2015 01:30:55 GMT"
+ "Thu, 14 Jan 2016 07:30:56 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps309?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHViaXBjcnB0ZXN0cHMzMDk/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps9866?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rwczk4NjYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3B1YmlwY3JwdGVzdHBzOTg2Nj9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "d546a5a5-96a3-4b56-87a1-47e114e59b4a"
+ "53336751-1471-421c-ad8e-b2fbf443b476"
],
"accept-language": [
"en-US"
@@ -724,10 +724,10 @@
"Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
]
},
- "ResponseBody": "{\r\n \"name\": \"pubipcrptestps309\",\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps309\",\r\n \"etag\": \"W/\\\"9d57718e-f1c5-4037-8e44-31e67983f67d\\\"\",\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"799a3001-6dac-4b41-94c3-028920832603\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"pubipcrptestps309\",\r\n \"fqdn\": \"pubipcrptestps309.eastus.cloudapp.azure.com\"\r\n }\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"pubipcrptestps9866\",\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps9866\",\r\n \"etag\": \"W/\\\"1876154a-0b68-4d97-b3c0-bde3043fbfbc\\\"\",\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5cba9fda-b4dc-4d58-9ad9-070e75b480bc\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"pubipcrptestps9866\",\r\n \"fqdn\": \"pubipcrptestps9866.eastus.cloudapp.azure.com\"\r\n }\r\n }\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "661"
+ "666"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -739,7 +739,7 @@
"no-cache"
],
"x-ms-request-id": [
- "7d74354d-28d7-4615-bb14-8f98aa50fcd7"
+ "b54922fc-fcd9-4005-8c61-55391eafedd8"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -748,35 +748,35 @@
"no-cache"
],
"ETag": [
- "W/\"9d57718e-f1c5-4037-8e44-31e67983f67d\""
+ "W/\"1876154a-0b68-4d97-b3c0-bde3043fbfbc\""
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14991"
+ "14979"
],
"x-ms-correlation-request-id": [
- "822417a0-823e-4696-9cb7-7ead4aedcf17"
+ "e6ef6286-555f-477f-960a-552998fbff05"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T013056Z:822417a0-823e-4696-9cb7-7ead4aedcf17"
+ "WESTUS:20160114T073057Z:e6ef6286-555f-477f-960a-552998fbff05"
],
"Date": [
- "Tue, 22 Dec 2015 01:30:56 GMT"
+ "Thu, 14 Jan 2016 07:30:56 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps309?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHViaXBjcnB0ZXN0cHMzMDk/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps9866?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rwczk4NjYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3B1YmlwY3JwdGVzdHBzOTg2Nj9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "250b871f-fb38-4eb5-8454-789f256195f1"
+ "ee74eee9-be2d-4698-834b-36a482175f62"
],
"accept-language": [
"en-US"
@@ -785,10 +785,10 @@
"Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
]
},
- "ResponseBody": "{\r\n \"name\": \"pubipcrptestps309\",\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps309\",\r\n \"etag\": \"W/\\\"9d57718e-f1c5-4037-8e44-31e67983f67d\\\"\",\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"799a3001-6dac-4b41-94c3-028920832603\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"pubipcrptestps309\",\r\n \"fqdn\": \"pubipcrptestps309.eastus.cloudapp.azure.com\"\r\n }\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"pubipcrptestps9866\",\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps9866\",\r\n \"etag\": \"W/\\\"1876154a-0b68-4d97-b3c0-bde3043fbfbc\\\"\",\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5cba9fda-b4dc-4d58-9ad9-070e75b480bc\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"pubipcrptestps9866\",\r\n \"fqdn\": \"pubipcrptestps9866.eastus.cloudapp.azure.com\"\r\n }\r\n }\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "661"
+ "666"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -800,7 +800,7 @@
"no-cache"
],
"x-ms-request-id": [
- "ab6c8bbc-79ce-426e-9fed-ca7c52d1a3ee"
+ "16fae13c-0e97-41b9-93cd-525e1b659cbc"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -809,41 +809,41 @@
"no-cache"
],
"ETag": [
- "W/\"9d57718e-f1c5-4037-8e44-31e67983f67d\""
+ "W/\"1876154a-0b68-4d97-b3c0-bde3043fbfbc\""
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14990"
+ "14978"
],
"x-ms-correlation-request-id": [
- "259dc19f-b055-4bbb-82bf-f7bf3c8b6342"
+ "098c69be-c86b-4e2b-9621-6b7b9ef1e7a2"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T013056Z:259dc19f-b055-4bbb-82bf-f7bf3c8b6342"
+ "WESTUS:20160114T073057Z:098c69be-c86b-4e2b-9621-6b7b9ef1e7a2"
],
"Date": [
- "Tue, 22 Dec 2015 01:30:56 GMT"
+ "Thu, 14 Jan 2016 07:30:56 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps309?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHViaXBjcnB0ZXN0cHMzMDk/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps9866?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rwczk4NjYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3B1YmlwY3JwdGVzdHBzOTg2Nj9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
"RequestMethod": "PUT",
- "RequestBody": "{\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"pubipcrptestps309\"\r\n }\r\n }\r\n}",
+ "RequestBody": "{\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"pubipcrptestps9866\"\r\n }\r\n }\r\n}",
"RequestHeaders": {
"Content-Type": [
"application/json; charset=utf-8"
],
"Content-Length": [
- "173"
+ "174"
],
"x-ms-client-request-id": [
- "c92d4012-5b7e-40a7-a4d4-64e487c95aaf"
+ "7fa2a6e1-ce4b-4794-bcee-d943371a4abb"
],
"accept-language": [
"en-US"
@@ -852,10 +852,10 @@
"Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
]
},
- "ResponseBody": "{\r\n \"name\": \"pubipcrptestps309\",\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps309\",\r\n \"etag\": \"W/\\\"8572696c-0274-459d-af90-631f6a56f5ab\\\"\",\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"799a3001-6dac-4b41-94c3-028920832603\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"pubipcrptestps309\",\r\n \"fqdn\": \"pubipcrptestps309.eastus.cloudapp.azure.com\"\r\n }\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"pubipcrptestps9866\",\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps9866\",\r\n \"etag\": \"W/\\\"59430023-49ce-4ecf-9342-31cf040d4d4d\\\"\",\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"5cba9fda-b4dc-4d58-9ad9-070e75b480bc\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"pubipcrptestps9866\",\r\n \"fqdn\": \"pubipcrptestps9866.eastus.cloudapp.azure.com\"\r\n }\r\n }\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "660"
+ "665"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -870,10 +870,10 @@
"10"
],
"x-ms-request-id": [
- "e2f65820-20ba-41ee-b1af-8618b4344551"
+ "4d525fa7-9ad5-45d4-be67-99b090f470b5"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Network/locations/eastus/operations/e2f65820-20ba-41ee-b1af-8618b4344551?api-version=2015-06-15"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Network/locations/eastus/operations/4d525fa7-9ad5-45d4-be67-99b090f470b5?api-version=2015-06-15"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -889,20 +889,20 @@
"1198"
],
"x-ms-correlation-request-id": [
- "b89c6ea3-8efd-4841-b35a-62ce0ffe5819"
+ "63546663-e19c-4be7-be31-77f8747f062c"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T013045Z:b89c6ea3-8efd-4841-b35a-62ce0ffe5819"
+ "WESTUS:20160114T073046Z:63546663-e19c-4be7-be31-77f8747f062c"
],
"Date": [
- "Tue, 22 Dec 2015 01:30:45 GMT"
+ "Thu, 14 Jan 2016 07:30:46 GMT"
]
},
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Network/locations/eastus/operations/e2f65820-20ba-41ee-b1af-8618b4344551?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZTJmNjU4MjAtMjBiYS00MWVlLWIxYWYtODYxOGI0MzQ0NTUxP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Network/locations/eastus/operations/4d525fa7-9ad5-45d4-be67-99b090f470b5?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNGQ1MjVmYTctOWFkNS00NWQ0LWJlNjctOTliMDkwZjQ3MGI1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -925,7 +925,7 @@
"no-cache"
],
"x-ms-request-id": [
- "9d08209a-cf8b-46b4-9bc3-918a5a1d792f"
+ "7efe217a-2fc2-447b-bc2c-5c2ec6b19028"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -938,28 +938,28 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14993"
+ "14981"
],
"x-ms-correlation-request-id": [
- "eafb6836-20d0-4243-90dc-8daccd691771"
+ "90b9de80-55cf-4a24-8756-399f2cc38999"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T013056Z:eafb6836-20d0-4243-90dc-8daccd691771"
+ "WESTUS:20160114T073057Z:90b9de80-55cf-4a24-8756-399f2cc38999"
],
"Date": [
- "Tue, 22 Dec 2015 01:30:55 GMT"
+ "Thu, 14 Jan 2016 07:30:56 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Network/networkInterfaces/niccrptestps309?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljY3JwdGVzdHBzMzA5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Network/networkInterfaces/niccrptestps9866?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rwczk4NjYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pY2NycHRlc3Rwczk4NjY/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "c6a5a17e-c139-4bd0-9279-b16fc81e5f8b"
+ "90a76263-9641-450d-b65a-aa0253382196"
],
"accept-language": [
"en-US"
@@ -968,10 +968,10 @@
"Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
]
},
- "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/networkInterfaces/niccrptestps309' under resource group 'crptestps309' was not found.\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/networkInterfaces/niccrptestps9866' under resource group 'crptestps9866' was not found.\"\r\n }\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "167"
+ "169"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -986,13 +986,13 @@
"gateway"
],
"x-ms-request-id": [
- "696b4b6c-b484-4e34-bb10-195131b77504"
+ "6cc706e5-a3b0-43b4-a3c5-59dce2ab866d"
],
"x-ms-correlation-request-id": [
- "696b4b6c-b484-4e34-bb10-195131b77504"
+ "6cc706e5-a3b0-43b4-a3c5-59dce2ab866d"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T013056Z:696b4b6c-b484-4e34-bb10-195131b77504"
+ "WESTUS:20160114T073057Z:6cc706e5-a3b0-43b4-a3c5-59dce2ab866d"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1001,19 +1001,19 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 01:30:56 GMT"
+ "Thu, 14 Jan 2016 07:30:56 GMT"
]
},
"StatusCode": 404
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Network/networkInterfaces/niccrptestps309?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljY3JwdGVzdHBzMzA5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Network/networkInterfaces/niccrptestps9866?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rwczk4NjYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pY2NycHRlc3Rwczk4NjY/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "795117fe-9578-4f2d-ad6b-7334e1d314aa"
+ "6fe1e471-7dc7-4e56-9e30-fa528d68826b"
],
"accept-language": [
"en-US"
@@ -1022,10 +1022,10 @@
"Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
]
},
- "ResponseBody": "{\r\n \"name\": \"niccrptestps309\",\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Network/networkInterfaces/niccrptestps309\",\r\n \"etag\": \"W/\\\"4374d251-fc60-4201-a6d1-fe56ca367507\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ecc5d7de-0639-456f-a8d7-8ee6a63c1b06\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Network/networkInterfaces/niccrptestps309/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"4374d251-fc60-4201-a6d1-fe56ca367507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps309\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Network/virtualNetworks/vnetcrptestps309/subnets/subnetcrptestps309\"\r\n },\r\n \"primary\": true\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": []\r\n },\r\n \"enableIPForwarding\": false\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"niccrptestps9866\",\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Network/networkInterfaces/niccrptestps9866\",\r\n \"etag\": \"W/\\\"23977ec9-9430-4ad8-be1d-a6d851f8d306\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9df89d61-305f-4730-92bb-1ccd703fccd1\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Network/networkInterfaces/niccrptestps9866/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"23977ec9-9430-4ad8-be1d-a6d851f8d306\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps9866\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Network/virtualNetworks/vnetcrptestps9866/subnets/subnetcrptestps9866\"\r\n },\r\n \"primary\": true\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": []\r\n },\r\n \"enableIPForwarding\": false\r\n }\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "1535"
+ "1545"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1037,7 +1037,7 @@
"no-cache"
],
"x-ms-request-id": [
- "1934f918-223c-427b-ac51-deb458a4f2d8"
+ "a602d7a3-920c-4782-8642-bc7e6be8d241"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1046,35 +1046,35 @@
"no-cache"
],
"ETag": [
- "W/\"4374d251-fc60-4201-a6d1-fe56ca367507\""
+ "W/\"23977ec9-9430-4ad8-be1d-a6d851f8d306\""
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14988"
+ "14976"
],
"x-ms-correlation-request-id": [
- "d2558268-1492-4043-9a77-8254fbcf0001"
+ "f58e71c5-b2f6-4f45-b065-7b3717731a88"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T013058Z:d2558268-1492-4043-9a77-8254fbcf0001"
+ "WESTUS:20160114T073059Z:f58e71c5-b2f6-4f45-b065-7b3717731a88"
],
"Date": [
- "Tue, 22 Dec 2015 01:30:57 GMT"
+ "Thu, 14 Jan 2016 07:30:59 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Network/networkInterfaces/niccrptestps309?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljY3JwdGVzdHBzMzA5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Network/networkInterfaces/niccrptestps9866?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rwczk4NjYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pY2NycHRlc3Rwczk4NjY/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "98d2a0c8-18b4-419e-9039-406938442d34"
+ "2dcdae59-ab91-4705-a1ab-8b78da86de1b"
],
"accept-language": [
"en-US"
@@ -1083,10 +1083,10 @@
"Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
]
},
- "ResponseBody": "{\r\n \"name\": \"niccrptestps309\",\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Network/networkInterfaces/niccrptestps309\",\r\n \"etag\": \"W/\\\"4374d251-fc60-4201-a6d1-fe56ca367507\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ecc5d7de-0639-456f-a8d7-8ee6a63c1b06\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Network/networkInterfaces/niccrptestps309/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"4374d251-fc60-4201-a6d1-fe56ca367507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps309\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Network/virtualNetworks/vnetcrptestps309/subnets/subnetcrptestps309\"\r\n },\r\n \"primary\": true\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": []\r\n },\r\n \"enableIPForwarding\": false\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"niccrptestps9866\",\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Network/networkInterfaces/niccrptestps9866\",\r\n \"etag\": \"W/\\\"23977ec9-9430-4ad8-be1d-a6d851f8d306\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9df89d61-305f-4730-92bb-1ccd703fccd1\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Network/networkInterfaces/niccrptestps9866/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"23977ec9-9430-4ad8-be1d-a6d851f8d306\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps9866\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Network/virtualNetworks/vnetcrptestps9866/subnets/subnetcrptestps9866\"\r\n },\r\n \"primary\": true\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": []\r\n },\r\n \"enableIPForwarding\": false\r\n }\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "1535"
+ "1545"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1098,7 +1098,7 @@
"no-cache"
],
"x-ms-request-id": [
- "587a7691-4702-403e-a9dc-174dad2393b8"
+ "5f971e5a-2251-40ba-ace9-c6bc6de1f3d1"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1107,41 +1107,41 @@
"no-cache"
],
"ETag": [
- "W/\"4374d251-fc60-4201-a6d1-fe56ca367507\""
+ "W/\"23977ec9-9430-4ad8-be1d-a6d851f8d306\""
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14987"
+ "14975"
],
"x-ms-correlation-request-id": [
- "d5642359-f8cd-4f3a-bab7-78d0f260a5a6"
+ "5ce6a3fe-0500-463d-9385-a7ab5e8208a9"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T013058Z:d5642359-f8cd-4f3a-bab7-78d0f260a5a6"
+ "WESTUS:20160114T073059Z:5ce6a3fe-0500-463d-9385-a7ab5e8208a9"
],
"Date": [
- "Tue, 22 Dec 2015 01:30:57 GMT"
+ "Thu, 14 Jan 2016 07:30:59 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Network/networkInterfaces/niccrptestps309?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljY3JwdGVzdHBzMzA5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Network/networkInterfaces/niccrptestps9866?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rwczk4NjYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pY2NycHRlc3Rwczk4NjY/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
"RequestMethod": "PUT",
- "RequestBody": "{\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"properties\": {\r\n \"loadBalancerBackendAddressPools\": [],\r\n \"loadBalancerInboundNatRules\": [],\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Network/virtualNetworks/vnetcrptestps309/subnets/subnetcrptestps309\",\r\n \"properties\": {\r\n \"ipConfigurations\": []\r\n }\r\n },\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps309\"\r\n }\r\n }\r\n }\r\n ],\r\n \"primary\": false,\r\n \"enableIPForwarding\": false\r\n }\r\n}",
+ "RequestBody": "{\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"properties\": {\r\n \"loadBalancerBackendAddressPools\": [],\r\n \"loadBalancerInboundNatRules\": [],\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Network/virtualNetworks/vnetcrptestps9866/subnets/subnetcrptestps9866\",\r\n \"properties\": {\r\n \"ipConfigurations\": []\r\n }\r\n },\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps9866\"\r\n }\r\n }\r\n }\r\n ],\r\n \"primary\": false,\r\n \"enableIPForwarding\": false\r\n }\r\n}",
"RequestHeaders": {
"Content-Type": [
"application/json; charset=utf-8"
],
"Content-Length": [
- "895"
+ "900"
],
"x-ms-client-request-id": [
- "8d65f0c4-49f5-458e-be4a-ed7f3c0cdc82"
+ "c15fd05f-e7a9-4c9f-8f6d-f8c78158f0dc"
],
"accept-language": [
"en-US"
@@ -1150,10 +1150,10 @@
"Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
]
},
- "ResponseBody": "{\r\n \"name\": \"niccrptestps309\",\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Network/networkInterfaces/niccrptestps309\",\r\n \"etag\": \"W/\\\"4374d251-fc60-4201-a6d1-fe56ca367507\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ecc5d7de-0639-456f-a8d7-8ee6a63c1b06\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Network/networkInterfaces/niccrptestps309/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"4374d251-fc60-4201-a6d1-fe56ca367507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps309\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Network/virtualNetworks/vnetcrptestps309/subnets/subnetcrptestps309\"\r\n },\r\n \"primary\": true\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": []\r\n },\r\n \"enableIPForwarding\": false\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"niccrptestps9866\",\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Network/networkInterfaces/niccrptestps9866\",\r\n \"etag\": \"W/\\\"23977ec9-9430-4ad8-be1d-a6d851f8d306\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9df89d61-305f-4730-92bb-1ccd703fccd1\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Network/networkInterfaces/niccrptestps9866/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"23977ec9-9430-4ad8-be1d-a6d851f8d306\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps9866\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Network/virtualNetworks/vnetcrptestps9866/subnets/subnetcrptestps9866\"\r\n },\r\n \"primary\": true\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": []\r\n },\r\n \"enableIPForwarding\": false\r\n }\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "1535"
+ "1545"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1165,10 +1165,10 @@
"no-cache"
],
"x-ms-request-id": [
- "efe0e208-d706-4494-a147-423a646bb100"
+ "f4474366-8fc4-446c-bddc-66e8747b10f6"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Network/locations/eastus/operations/efe0e208-d706-4494-a147-423a646bb100?api-version=2015-06-15"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Network/locations/eastus/operations/f4474366-8fc4-446c-bddc-66e8747b10f6?api-version=2015-06-15"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1184,20 +1184,20 @@
"1197"
],
"x-ms-correlation-request-id": [
- "3f5063f9-4daf-45cd-8ecc-d7c19425debd"
+ "dcf9d4de-351c-4ad9-b496-73b203135f2b"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T013057Z:3f5063f9-4daf-45cd-8ecc-d7c19425debd"
+ "WESTUS:20160114T073059Z:dcf9d4de-351c-4ad9-b496-73b203135f2b"
],
"Date": [
- "Tue, 22 Dec 2015 01:30:57 GMT"
+ "Thu, 14 Jan 2016 07:30:59 GMT"
]
},
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Storage/storageAccounts/stocrptestps309?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczMwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3N0b2NycHRlc3RwczMwOT9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Storage/storageAccounts/stocrptestps9866?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rwczk4NjYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG9jcnB0ZXN0cHM5ODY2P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}",
"RequestHeaders": {
@@ -1208,7 +1208,7 @@
"89"
],
"x-ms-client-request-id": [
- "0090b85f-0aed-4d6a-8467-abc3c15b5d50"
+ "eeb2af70-93b7-4b38-a27b-58235f2a1bb7"
],
"User-Agent": [
"Microsoft.Azure.Management.Storage.StorageManagementClient/3.0.0.0"
@@ -1229,44 +1229,44 @@
"25"
],
"x-ms-ratelimit-remaining-subscription-writes": [
- "1196"
+ "1199"
],
"x-ms-request-id": [
- "6c351439-909d-456b-978f-b5d143131a8f"
+ "dd2483c2-0a7f-468a-88c6-37e97707ca80"
],
"Cache-Control": [
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Storage/operations/5e1934a5-ece2-4490-aa19-0652d34b8ebf?monitor=true&api-version=2015-06-15"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Storage/operations/80d1e190-6d3c-4658-bf8e-a957a96bceaf?monitor=true&api-version=2015-06-15"
],
"Server": [
"Microsoft-Azure-Storage-Resource-Provider/1.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-correlation-request-id": [
- "6c351439-909d-456b-978f-b5d143131a8f"
+ "dd2483c2-0a7f-468a-88c6-37e97707ca80"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T013100Z:6c351439-909d-456b-978f-b5d143131a8f"
+ "WESTUS:20160114T073102Z:dd2483c2-0a7f-468a-88c6-37e97707ca80"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"Date": [
- "Tue, 22 Dec 2015 01:30:59 GMT"
+ "Thu, 14 Jan 2016 07:31:02 GMT"
]
},
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Storage/operations/5e1934a5-ece2-4490-aa19-0652d34b8ebf?monitor=true&api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9vcGVyYXRpb25zLzVlMTkzNGE1LWVjZTItNDQ5MC1hYTE5LTA2NTJkMzRiOGViZj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Storage/operations/80d1e190-6d3c-4658-bf8e-a957a96bceaf?monitor=true&api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9vcGVyYXRpb25zLzgwZDFlMTkwLTZkM2MtNDY1OC1iZjhlLWE5NTdhOTZiY2VhZj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "7c0df157-cf6b-431d-9e77-ddaf171d4df2"
+ "0ee7a419-ba0e-4e9f-aa9d-54dded9823df"
],
"User-Agent": [
"Microsoft.Azure.Management.Storage.StorageManagementClient/3.0.0.0"
@@ -1287,56 +1287,53 @@
"25"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14986"
+ "14995"
],
"x-ms-request-id": [
- "452e398a-b04e-4e6a-8848-a64ff9584573"
+ "e2f31eb3-388d-4e1f-90eb-e8a3260dc148"
],
"Cache-Control": [
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Storage/operations/5e1934a5-ece2-4490-aa19-0652d34b8ebf?monitor=true&api-version=2015-06-15"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Storage/operations/80d1e190-6d3c-4658-bf8e-a957a96bceaf?monitor=true&api-version=2015-06-15"
],
"Server": [
"Microsoft-Azure-Storage-Resource-Provider/1.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-correlation-request-id": [
- "452e398a-b04e-4e6a-8848-a64ff9584573"
+ "e2f31eb3-388d-4e1f-90eb-e8a3260dc148"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T013100Z:452e398a-b04e-4e6a-8848-a64ff9584573"
+ "WESTUS:20160114T073102Z:e2f31eb3-388d-4e1f-90eb-e8a3260dc148"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"Date": [
- "Tue, 22 Dec 2015 01:30:59 GMT"
+ "Thu, 14 Jan 2016 07:31:02 GMT"
]
},
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Storage/operations/5e1934a5-ece2-4490-aa19-0652d34b8ebf?monitor=true&api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9vcGVyYXRpb25zLzVlMTkzNGE1LWVjZTItNDQ5MC1hYTE5LTA2NTJkMzRiOGViZj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Storage/operations/80d1e190-6d3c-4658-bf8e-a957a96bceaf?monitor=true&api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9vcGVyYXRpb25zLzgwZDFlMTkwLTZkM2MtNDY1OC1iZjhlLWE5NTdhOTZiY2VhZj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "f308ad91-59be-4ba0-9239-3cb915b62ea3"
+ "9bd3136a-8c02-4697-93b9-6e7b0d9f28a2"
],
"User-Agent": [
"Microsoft.Azure.Management.Storage.StorageManagementClient/3.0.0.0"
]
},
- "ResponseBody": "{\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}",
+ "ResponseBody": "",
"ResponseHeaders": {
"Content-Length": [
- "89"
- ],
- "Content-Type": [
- "application/json"
+ "0"
],
"Expires": [
"-1"
@@ -1344,51 +1341,57 @@
"Pragma": [
"no-cache"
],
+ "Retry-After": [
+ "25"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14994"
+ ],
"x-ms-request-id": [
- "140e1314-0b5f-49e7-8705-5bd673aa7d50"
+ "e810c36d-e445-412b-936b-e0b8d3d53e5e"
],
"Cache-Control": [
"no-cache"
],
+ "Location": [
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Storage/operations/80d1e190-6d3c-4658-bf8e-a957a96bceaf?monitor=true&api-version=2015-06-15"
+ ],
"Server": [
"Microsoft-Azure-Storage-Resource-Provider/1.0",
"Microsoft-HTTPAPI/2.0"
],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14985"
- ],
"x-ms-correlation-request-id": [
- "140e1314-0b5f-49e7-8705-5bd673aa7d50"
+ "e810c36d-e445-412b-936b-e0b8d3d53e5e"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T013125Z:140e1314-0b5f-49e7-8705-5bd673aa7d50"
+ "WESTUS:20160114T073127Z:e810c36d-e445-412b-936b-e0b8d3d53e5e"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"Date": [
- "Tue, 22 Dec 2015 01:31:25 GMT"
+ "Thu, 14 Jan 2016 07:31:27 GMT"
]
},
- "StatusCode": 200
+ "StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Storage/storageAccounts/stocrptestps309?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczMwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3N0b2NycHRlc3RwczMwOT9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Storage/operations/80d1e190-6d3c-4658-bf8e-a957a96bceaf?monitor=true&api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9vcGVyYXRpb25zLzgwZDFlMTkwLTZkM2MtNDY1OC1iZjhlLWE5NTdhOTZiY2VhZj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "05bf1ca2-99ea-4bc4-9455-58e2f270fe69"
+ "63694fd4-67ec-4c8b-bbad-64ce0379c976"
],
"User-Agent": [
"Microsoft.Azure.Management.Storage.StorageManagementClient/3.0.0.0"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Storage/storageAccounts/stocrptestps309\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps309\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-22T01:30:57.645046Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps309.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps309.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps309.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps309.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}",
+ "ResponseBody": "{\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "736"
+ "89"
],
"Content-Type": [
"application/json"
@@ -1400,7 +1403,7 @@
"no-cache"
],
"x-ms-request-id": [
- "26d7ce07-4359-4769-ae0f-cf0061e44956"
+ "b25b2b41-7ddd-40b8-b176-e4b139ac9e26"
],
"Cache-Control": [
"no-cache"
@@ -1410,40 +1413,40 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14984"
+ "14993"
],
"x-ms-correlation-request-id": [
- "26d7ce07-4359-4769-ae0f-cf0061e44956"
+ "b25b2b41-7ddd-40b8-b176-e4b139ac9e26"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T013125Z:26d7ce07-4359-4769-ae0f-cf0061e44956"
+ "WESTUS:20160114T073152Z:b25b2b41-7ddd-40b8-b176-e4b139ac9e26"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"Date": [
- "Tue, 22 Dec 2015 01:31:25 GMT"
+ "Thu, 14 Jan 2016 07:31:52 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Storage/storageAccounts/stocrptestps309?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczMwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3N0b2NycHRlc3RwczMwOT9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Storage/storageAccounts/stocrptestps9866?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rwczk4NjYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG9jcnB0ZXN0cHM5ODY2P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "eb9f45e0-6641-4f02-afdf-2e66eee76193"
+ "b2d5f85d-d719-4ab6-a012-448a4a6b804e"
],
"User-Agent": [
"Microsoft.Azure.Management.Storage.StorageManagementClient/3.0.0.0"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Storage/storageAccounts/stocrptestps309\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps309\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-22T01:30:57.645046Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps309.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps309.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps309.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps309.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Storage/storageAccounts/stocrptestps9866\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps9866\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2016-01-14T07:31:01.0338666Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps9866.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps9866.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps9866.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps9866.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "736"
+ "743"
],
"Content-Type": [
"application/json"
@@ -1455,7 +1458,7 @@
"no-cache"
],
"x-ms-request-id": [
- "2cc6c11a-83c5-49d3-a9eb-f526dcc01d7f"
+ "f5b99072-52a3-423a-895c-a206348e192b"
],
"Cache-Control": [
"no-cache"
@@ -1465,40 +1468,40 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14983"
+ "14992"
],
"x-ms-correlation-request-id": [
- "2cc6c11a-83c5-49d3-a9eb-f526dcc01d7f"
+ "f5b99072-52a3-423a-895c-a206348e192b"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T013125Z:2cc6c11a-83c5-49d3-a9eb-f526dcc01d7f"
+ "WESTUS:20160114T073153Z:f5b99072-52a3-423a-895c-a206348e192b"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"Date": [
- "Tue, 22 Dec 2015 01:31:25 GMT"
+ "Thu, 14 Jan 2016 07:31:52 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Storage/storageAccounts/stocrptestps309/listKeys?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczMwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3N0b2NycHRlc3RwczMwOS9saXN0S2V5cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
- "RequestMethod": "POST",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Storage/storageAccounts/stocrptestps9866?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rwczk4NjYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG9jcnB0ZXN0cHM5ODY2P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "5f5c3563-7f5f-4e66-8e75-48028b11c211"
+ "c58bfd11-9b0a-4aff-8bf2-6bbfde59f76f"
],
"User-Agent": [
"Microsoft.Azure.Management.Storage.StorageManagementClient/3.0.0.0"
]
},
- "ResponseBody": "{\r\n \"key1\": \"bG2vId5REMmEGN7T1QgN39W/TmboMnfO9MQ2X7aNZnh/o6xrgKkHC0MD1mwaYftP6xz27q593bhwOR1FDJqh3Q==\",\r\n \"key2\": \"lDu+P4WIo9QhTmcSvNQVsF36Rond5dXqy8y1H634VR+4bmf6HwDky7SePaYQ4vVEnX9vZf+mk/xc0sRlS/bQzw==\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Storage/storageAccounts/stocrptestps9866\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps9866\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2016-01-14T07:31:01.0338666Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps9866.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps9866.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps9866.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps9866.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "198"
+ "743"
],
"Content-Type": [
"application/json"
@@ -1510,7 +1513,7 @@
"no-cache"
],
"x-ms-request-id": [
- "94ac78e9-c495-42e1-958a-d9a959179004"
+ "0bad9363-3890-4fff-b89e-6d7b4889dd9b"
],
"Cache-Control": [
"no-cache"
@@ -1519,41 +1522,41 @@
"Microsoft-Azure-Storage-Resource-Provider/1.0",
"Microsoft-HTTPAPI/2.0"
],
- "x-ms-ratelimit-remaining-subscription-writes": [
- "1195"
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14991"
],
"x-ms-correlation-request-id": [
- "94ac78e9-c495-42e1-958a-d9a959179004"
+ "0bad9363-3890-4fff-b89e-6d7b4889dd9b"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T013125Z:94ac78e9-c495-42e1-958a-d9a959179004"
+ "WESTUS:20160114T073153Z:0bad9363-3890-4fff-b89e-6d7b4889dd9b"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"Date": [
- "Tue, 22 Dec 2015 01:31:25 GMT"
+ "Thu, 14 Jan 2016 07:31:52 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
- "RequestMethod": "GET",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Storage/storageAccounts/stocrptestps9866/listKeys?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rwczk4NjYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG9jcnB0ZXN0cHM5ODY2L2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "POST",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "62bb26da-a289-444d-8829-8be3694cacfc"
+ "a40f5a26-c26d-4110-bb10-a9bb00cb88ec"
],
"User-Agent": [
"Microsoft.Azure.Management.Storage.StorageManagementClient/3.0.0.0"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps1013/providers/Microsoft.Storage/storageAccounts/25alkcwqxomumpg2ngz7q\",\r\n \"location\": \"westus\",\r\n \"name\": \"25alkcwqxomumpg2ngz7q\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T04:21:07.2740633Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://25alkcwqxomumpg2ngz7q.blob.core.windows.net/\",\r\n \"file\": \"https://25alkcwqxomumpg2ngz7q.file.core.windows.net/\",\r\n \"queue\": \"https://25alkcwqxomumpg2ngz7q.queue.core.windows.net/\",\r\n \"table\": \"https://25alkcwqxomumpg2ngz7q.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps6810/providers/Microsoft.Storage/storageAccounts/bejoifxr7vcd7mif7vsnzg\",\r\n \"location\": \"westus\",\r\n \"name\": \"bejoifxr7vcd7mif7vsnzg\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-25T02:07:58.5240189Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://bejoifxr7vcd7mif7vsnzg.blob.core.windows.net/\",\r\n \"file\": \"https://bejoifxr7vcd7mif7vsnzg.file.core.windows.net/\",\r\n \"queue\": \"https://bejoifxr7vcd7mif7vsnzg.queue.core.windows.net/\",\r\n \"table\": \"https://bejoifxr7vcd7mif7vsnzg.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps3541/providers/Microsoft.Storage/storageAccounts/crptestps3541sto\",\r\n \"location\": \"westus\",\r\n \"name\": \"crptestps3541sto\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-13T02:54:13.5222659Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestps3541sto.blob.core.windows.net/\",\r\n \"file\": \"https://crptestps3541sto.file.core.windows.net/\",\r\n \"queue\": \"https://crptestps3541sto.queue.core.windows.net/\",\r\n \"table\": \"https://crptestps3541sto.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {\r\n \"crptestps6965\": \"2015-12-13 02:54:38Z\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps5934/providers/Microsoft.Storage/storageAccounts/crptestps5934sto\",\r\n \"location\": \"westus\",\r\n \"name\": \"crptestps5934sto\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-11-17T13:02:21.0037252Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestps5934sto.blob.core.windows.net/\",\r\n \"file\": \"https://crptestps5934sto.file.core.windows.net/\",\r\n \"queue\": \"https://crptestps5934sto.queue.core.windows.net/\",\r\n \"table\": \"https://crptestps5934sto.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {\r\n \"crptestps574\": \"2015-11-17 13:02:48Z\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps5244/providers/Microsoft.Storage/storageAccounts/pqhu6xt4klz81dydf2dcd\",\r\n \"location\": \"westus\",\r\n \"name\": \"pqhu6xt4klz81dydf2dcd\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T02:03:42.5126658Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://pqhu6xt4klz81dydf2dcd.blob.core.windows.net/\",\r\n \"file\": \"https://pqhu6xt4klz81dydf2dcd.file.core.windows.net/\",\r\n \"queue\": \"https://pqhu6xt4klz81dydf2dcd.queue.core.windows.net/\",\r\n \"table\": \"https://pqhu6xt4klz81dydf2dcd.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps1013/providers/Microsoft.Storage/storageAccounts/stocrptestps1013\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps1013\",\r\n \"properties\": {\r\n \"accountType\": \"Premium_LRS\",\r\n \"creationTime\": \"2015-09-24T04:20:07.8674758Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps1013.blob.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps1372/providers/Microsoft.Storage/storageAccounts/stocrptestps1372\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps1372\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-18T22:31:07.1773707Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps1372.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps1372.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps1372.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps1372.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps2072/providers/Microsoft.Storage/storageAccounts/stocrptestps2072\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps2072\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-12T02:19:55.6977949Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps2072.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps2072.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps2072.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps2072.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps2639/providers/Microsoft.Storage/storageAccounts/stocrptestps2639\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps2639\",\r\n \"properties\": {\r\n \"accountType\": \"Premium_LRS\",\r\n \"creationTime\": \"2015-09-24T03:52:37.4339159Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps2639.blob.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps2639/providers/Microsoft.Storage/storageAccounts/stocrptestps2639add\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps2639add\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T03:53:04.5747379Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps2639add.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps2639add.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps2639add.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps2639add.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps2854/providers/Microsoft.Storage/storageAccounts/stocrptestps2854\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps2854\",\r\n \"properties\": {\r\n \"accountType\": \"Premium_LRS\",\r\n \"creationTime\": \"2015-09-24T03:49:39.4009944Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps2854.blob.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps2854/providers/Microsoft.Storage/storageAccounts/stocrptestps2854add\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps2854add\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T03:50:06.4793732Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps2854add.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps2854add.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps2854add.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps2854add.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Storage/storageAccounts/stocrptestps309\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps309\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-22T01:30:57.645046Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps309.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps309.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps309.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps309.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps4115/providers/Microsoft.Storage/storageAccounts/stocrptestps4115\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps4115\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T03:17:12.433774Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps4115.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps4115.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps4115.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps4115.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps4115/providers/Microsoft.Storage/storageAccounts/stocrptestps4115add\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps4115add\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T03:17:40.0745113Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps4115add.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps4115add.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps4115add.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps4115add.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps4861/providers/Microsoft.Storage/storageAccounts/stocrptestps4861\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps4861\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-19T04:15:24.7178196Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps4861.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps4861.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps4861.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps4861.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps5143/providers/Microsoft.Storage/storageAccounts/stocrptestps5143\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps5143\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T02:29:28.0404402Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps5143.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps5143.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps5143.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps5143.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps5244/providers/Microsoft.Storage/storageAccounts/stocrptestps5244\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps5244\",\r\n \"properties\": {\r\n \"accountType\": \"Premium_LRS\",\r\n \"creationTime\": \"2015-09-24T02:03:04.0124174Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps5244.blob.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps5428/providers/Microsoft.Storage/storageAccounts/stocrptestps5428\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps5428\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-18T03:07:33.6211225Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps5428.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps5428.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps5428.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps5428.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps56/providers/Microsoft.Storage/storageAccounts/stocrptestps56\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps56\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-02T18:12:34.2647025Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps56.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps56.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps56.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps56.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps578/providers/Microsoft.Storage/storageAccounts/stocrptestps578\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps578\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-10-30T21:07:32.0380514Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps578.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps578.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps578.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps578.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps6084/providers/Microsoft.Storage/storageAccounts/stocrptestps6084\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps6084\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-19T00:16:23.8130129Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps6084.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps6084.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps6084.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps6084.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps6270/providers/Microsoft.Storage/storageAccounts/stocrptestps6270\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps6270\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-16T23:05:45.2211023Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps6270.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps6270.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps6270.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps6270.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps6810/providers/Microsoft.Storage/storageAccounts/stocrptestps6810\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps6810\",\r\n \"properties\": {\r\n \"accountType\": \"Premium_LRS\",\r\n \"creationTime\": \"2015-09-25T01:18:35.9601114Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps6810.blob.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps6846/providers/Microsoft.Storage/storageAccounts/stocrptestps6846\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps6846\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-16T18:28:28.1640428Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps6846.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps6846.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps6846.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps6846.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps7089/providers/Microsoft.Storage/storageAccounts/stocrptestps7089\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps7089\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-02T18:45:20.9742566Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps7089.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps7089.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps7089.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps7089.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps7647/providers/Microsoft.Storage/storageAccounts/stocrptestps7647\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps7647\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T03:29:52.8761356Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps7647.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps7647.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps7647.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps7647.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps7647/providers/Microsoft.Storage/storageAccounts/stocrptestps7647add\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps7647add\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T03:30:20.6106867Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps7647add.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps7647add.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps7647add.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps7647add.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps8179/providers/Microsoft.Storage/storageAccounts/stocrptestps8179\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps8179\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-10-21T02:54:42.9450082Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps8179.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps8179.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps8179.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps8179.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps8428/providers/Microsoft.Storage/storageAccounts/stocrptestps8428\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps8428\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T04:43:19.3686534Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps8428.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps8428.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps8428.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps8428.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps8760/providers/Microsoft.Storage/storageAccounts/stocrptestps8760\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps8760\",\r\n \"properties\": {\r\n \"accountType\": \"Premium_LRS\",\r\n \"creationTime\": \"2015-09-24T03:03:19.36594Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps8760.blob.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps8760/providers/Microsoft.Storage/storageAccounts/stocrptestps8760add\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps8760add\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T03:03:46.4598242Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps8760add.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps8760add.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps8760add.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps8760add.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps9368/providers/Microsoft.Storage/storageAccounts/stocrptestps9368\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps9368\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T02:41:24.6231137Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps9368.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps9368.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps9368.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps9368.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps9414/providers/Microsoft.Storage/storageAccounts/stocrptestps9414\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps9414\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-16T07:37:01.8300242Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps9414.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps9414.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps9414.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps9414.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps9441/providers/Microsoft.Storage/storageAccounts/stocrptestps9441\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps9441\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T03:35:47.7064288Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps9441.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps9441.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps9441.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps9441.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps9441/providers/Microsoft.Storage/storageAccounts/stocrptestps9441add\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps9441add\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T03:36:15.6909233Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps9441add.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps9441add.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps9441add.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps9441add.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/pstestrg327/providers/Microsoft.Storage/storageAccounts/stopstestrg327\",\r\n \"location\": \"westus\",\r\n \"name\": \"stopstestrg327\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-04-18T17:45:38.9484234Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stopstestrg327.blob.core.windows.net/\",\r\n \"file\": \"https://stopstestrg327.file.core.windows.net/\",\r\n \"queue\": \"https://stopstestrg327.queue.core.windows.net/\",\r\n \"table\": \"https://stopstestrg327.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/pstestrg6302/providers/Microsoft.Storage/storageAccounts/stopstestrg6302\",\r\n \"location\": \"westus\",\r\n \"name\": \"stopstestrg6302\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-04-18T06:47:18.2286738Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stopstestrg6302.blob.core.windows.net/\",\r\n \"file\": \"https://stopstestrg6302.file.core.windows.net/\",\r\n \"queue\": \"https://stopstestrg6302.queue.core.windows.net/\",\r\n \"table\": \"https://stopstestrg6302.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n }\r\n ]\r\n}",
+ "ResponseBody": "{\r\n \"key1\": \"ob/nW+P4uKeZBE5gwT0yyA3xsWkl8hT2Y7LDsPETTpEtE59HaUenzUEKW9fSEtenlMHgwObu3W751t4uTZXgYA==\",\r\n \"key2\": \"yyLXe1s5L/+jIZli6kE2SvvbK6xwH7hWNjwMAgHCdQAMDPSADttGPL8VnSAj7WG9Ib1qd9VqojhT0l8NfvzMTw==\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "27054"
+ "198"
],
"Content-Type": [
"application/json"
@@ -1565,7 +1568,7 @@
"no-cache"
],
"x-ms-request-id": [
- "cc616f7b-11d3-4044-b8ba-985e81d209d1"
+ "a0197dac-6eaf-43ae-ba58-7d639f9631de"
],
"Cache-Control": [
"no-cache"
@@ -1574,41 +1577,41 @@
"Microsoft-Azure-Storage-Resource-Provider/1.0",
"Microsoft-HTTPAPI/2.0"
],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14982"
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1198"
],
"x-ms-correlation-request-id": [
- "cc616f7b-11d3-4044-b8ba-985e81d209d1"
+ "a0197dac-6eaf-43ae-ba58-7d639f9631de"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T013126Z:cc616f7b-11d3-4044-b8ba-985e81d209d1"
+ "WESTUS:20160114T073153Z:a0197dac-6eaf-43ae-ba58-7d639f9631de"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"Date": [
- "Tue, 22 Dec 2015 01:31:25 GMT"
+ "Thu, 14 Jan 2016 07:31:52 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "6670ad39-3cd2-4973-a789-3506bdbabcfb"
+ "935f23e5-5ac2-46d6-b4a7-4e59f05aa01a"
],
"User-Agent": [
"Microsoft.Azure.Management.Storage.StorageManagementClient/3.0.0.0"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps1013/providers/Microsoft.Storage/storageAccounts/25alkcwqxomumpg2ngz7q\",\r\n \"location\": \"westus\",\r\n \"name\": \"25alkcwqxomumpg2ngz7q\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T04:21:07.2740633Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://25alkcwqxomumpg2ngz7q.blob.core.windows.net/\",\r\n \"file\": \"https://25alkcwqxomumpg2ngz7q.file.core.windows.net/\",\r\n \"queue\": \"https://25alkcwqxomumpg2ngz7q.queue.core.windows.net/\",\r\n \"table\": \"https://25alkcwqxomumpg2ngz7q.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps6810/providers/Microsoft.Storage/storageAccounts/bejoifxr7vcd7mif7vsnzg\",\r\n \"location\": \"westus\",\r\n \"name\": \"bejoifxr7vcd7mif7vsnzg\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-25T02:07:58.5240189Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://bejoifxr7vcd7mif7vsnzg.blob.core.windows.net/\",\r\n \"file\": \"https://bejoifxr7vcd7mif7vsnzg.file.core.windows.net/\",\r\n \"queue\": \"https://bejoifxr7vcd7mif7vsnzg.queue.core.windows.net/\",\r\n \"table\": \"https://bejoifxr7vcd7mif7vsnzg.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps3541/providers/Microsoft.Storage/storageAccounts/crptestps3541sto\",\r\n \"location\": \"westus\",\r\n \"name\": \"crptestps3541sto\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-13T02:54:13.5222659Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestps3541sto.blob.core.windows.net/\",\r\n \"file\": \"https://crptestps3541sto.file.core.windows.net/\",\r\n \"queue\": \"https://crptestps3541sto.queue.core.windows.net/\",\r\n \"table\": \"https://crptestps3541sto.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {\r\n \"crptestps6965\": \"2015-12-13 02:54:38Z\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps5934/providers/Microsoft.Storage/storageAccounts/crptestps5934sto\",\r\n \"location\": \"westus\",\r\n \"name\": \"crptestps5934sto\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-11-17T13:02:21.0037252Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestps5934sto.blob.core.windows.net/\",\r\n \"file\": \"https://crptestps5934sto.file.core.windows.net/\",\r\n \"queue\": \"https://crptestps5934sto.queue.core.windows.net/\",\r\n \"table\": \"https://crptestps5934sto.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {\r\n \"crptestps574\": \"2015-11-17 13:02:48Z\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Storage/storageAccounts/definedinconfigstorage\",\r\n \"location\": \"eastus\",\r\n \"name\": \"definedinconfigstorage\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-22T01:55:09.3003942Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://definedinconfigstorage.blob.core.windows.net/\",\r\n \"file\": \"https://definedinconfigstorage.file.core.windows.net/\",\r\n \"queue\": \"https://definedinconfigstorage.queue.core.windows.net/\",\r\n \"table\": \"https://definedinconfigstorage.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps5244/providers/Microsoft.Storage/storageAccounts/pqhu6xt4klz81dydf2dcd\",\r\n \"location\": \"westus\",\r\n \"name\": \"pqhu6xt4klz81dydf2dcd\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T02:03:42.5126658Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://pqhu6xt4klz81dydf2dcd.blob.core.windows.net/\",\r\n \"file\": \"https://pqhu6xt4klz81dydf2dcd.file.core.windows.net/\",\r\n \"queue\": \"https://pqhu6xt4klz81dydf2dcd.queue.core.windows.net/\",\r\n \"table\": \"https://pqhu6xt4klz81dydf2dcd.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps1013/providers/Microsoft.Storage/storageAccounts/stocrptestps1013\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps1013\",\r\n \"properties\": {\r\n \"accountType\": \"Premium_LRS\",\r\n \"creationTime\": \"2015-09-24T04:20:07.8674758Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps1013.blob.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps1372/providers/Microsoft.Storage/storageAccounts/stocrptestps1372\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps1372\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-18T22:31:07.1773707Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps1372.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps1372.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps1372.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps1372.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps2072/providers/Microsoft.Storage/storageAccounts/stocrptestps2072\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps2072\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-12T02:19:55.6977949Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps2072.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps2072.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps2072.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps2072.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps2639/providers/Microsoft.Storage/storageAccounts/stocrptestps2639\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps2639\",\r\n \"properties\": {\r\n \"accountType\": \"Premium_LRS\",\r\n \"creationTime\": \"2015-09-24T03:52:37.4339159Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps2639.blob.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps2639/providers/Microsoft.Storage/storageAccounts/stocrptestps2639add\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps2639add\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T03:53:04.5747379Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps2639add.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps2639add.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps2639add.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps2639add.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps2854/providers/Microsoft.Storage/storageAccounts/stocrptestps2854\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps2854\",\r\n \"properties\": {\r\n \"accountType\": \"Premium_LRS\",\r\n \"creationTime\": \"2015-09-24T03:49:39.4009944Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps2854.blob.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps2854/providers/Microsoft.Storage/storageAccounts/stocrptestps2854add\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps2854add\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T03:50:06.4793732Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps2854add.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps2854add.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps2854add.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps2854add.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Storage/storageAccounts/stocrptestps309\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps309\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-22T01:30:57.645046Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps309.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps309.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps309.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps309.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps4115/providers/Microsoft.Storage/storageAccounts/stocrptestps4115\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps4115\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T03:17:12.433774Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps4115.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps4115.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps4115.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps4115.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps4115/providers/Microsoft.Storage/storageAccounts/stocrptestps4115add\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps4115add\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T03:17:40.0745113Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps4115add.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps4115add.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps4115add.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps4115add.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps4861/providers/Microsoft.Storage/storageAccounts/stocrptestps4861\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps4861\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-19T04:15:24.7178196Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps4861.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps4861.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps4861.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps4861.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps5143/providers/Microsoft.Storage/storageAccounts/stocrptestps5143\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps5143\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T02:29:28.0404402Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps5143.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps5143.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps5143.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps5143.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps5244/providers/Microsoft.Storage/storageAccounts/stocrptestps5244\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps5244\",\r\n \"properties\": {\r\n \"accountType\": \"Premium_LRS\",\r\n \"creationTime\": \"2015-09-24T02:03:04.0124174Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps5244.blob.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps5428/providers/Microsoft.Storage/storageAccounts/stocrptestps5428\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps5428\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-18T03:07:33.6211225Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps5428.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps5428.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps5428.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps5428.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps56/providers/Microsoft.Storage/storageAccounts/stocrptestps56\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps56\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-02T18:12:34.2647025Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps56.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps56.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps56.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps56.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps578/providers/Microsoft.Storage/storageAccounts/stocrptestps578\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps578\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-10-30T21:07:32.0380514Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps578.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps578.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps578.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps578.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps6084/providers/Microsoft.Storage/storageAccounts/stocrptestps6084\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps6084\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-19T00:16:23.8130129Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps6084.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps6084.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps6084.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps6084.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps6270/providers/Microsoft.Storage/storageAccounts/stocrptestps6270\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps6270\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-16T23:05:45.2211023Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps6270.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps6270.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps6270.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps6270.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps6810/providers/Microsoft.Storage/storageAccounts/stocrptestps6810\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps6810\",\r\n \"properties\": {\r\n \"accountType\": \"Premium_LRS\",\r\n \"creationTime\": \"2015-09-25T01:18:35.9601114Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps6810.blob.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps6846/providers/Microsoft.Storage/storageAccounts/stocrptestps6846\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps6846\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-16T18:28:28.1640428Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps6846.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps6846.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps6846.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps6846.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps7089/providers/Microsoft.Storage/storageAccounts/stocrptestps7089\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps7089\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-02T18:45:20.9742566Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps7089.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps7089.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps7089.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps7089.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps7647/providers/Microsoft.Storage/storageAccounts/stocrptestps7647\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps7647\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T03:29:52.8761356Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps7647.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps7647.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps7647.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps7647.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps7647/providers/Microsoft.Storage/storageAccounts/stocrptestps7647add\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps7647add\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T03:30:20.6106867Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps7647add.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps7647add.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps7647add.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps7647add.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps8179/providers/Microsoft.Storage/storageAccounts/stocrptestps8179\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps8179\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-10-21T02:54:42.9450082Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps8179.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps8179.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps8179.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps8179.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps8428/providers/Microsoft.Storage/storageAccounts/stocrptestps8428\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps8428\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T04:43:19.3686534Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps8428.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps8428.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps8428.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps8428.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps8760/providers/Microsoft.Storage/storageAccounts/stocrptestps8760\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps8760\",\r\n \"properties\": {\r\n \"accountType\": \"Premium_LRS\",\r\n \"creationTime\": \"2015-09-24T03:03:19.36594Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps8760.blob.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps8760/providers/Microsoft.Storage/storageAccounts/stocrptestps8760add\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps8760add\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T03:03:46.4598242Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps8760add.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps8760add.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps8760add.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps8760add.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps9368/providers/Microsoft.Storage/storageAccounts/stocrptestps9368\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps9368\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T02:41:24.6231137Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps9368.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps9368.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps9368.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps9368.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps9414/providers/Microsoft.Storage/storageAccounts/stocrptestps9414\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps9414\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-16T07:37:01.8300242Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps9414.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps9414.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps9414.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps9414.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps9441/providers/Microsoft.Storage/storageAccounts/stocrptestps9441\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps9441\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T03:35:47.7064288Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps9441.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps9441.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps9441.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps9441.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps9441/providers/Microsoft.Storage/storageAccounts/stocrptestps9441add\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps9441add\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T03:36:15.6909233Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps9441add.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps9441add.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps9441add.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps9441add.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/pstestrg327/providers/Microsoft.Storage/storageAccounts/stopstestrg327\",\r\n \"location\": \"westus\",\r\n \"name\": \"stopstestrg327\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-04-18T17:45:38.9484234Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stopstestrg327.blob.core.windows.net/\",\r\n \"file\": \"https://stopstestrg327.file.core.windows.net/\",\r\n \"queue\": \"https://stopstestrg327.queue.core.windows.net/\",\r\n \"table\": \"https://stopstestrg327.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/pstestrg6302/providers/Microsoft.Storage/storageAccounts/stopstestrg6302\",\r\n \"location\": \"westus\",\r\n \"name\": \"stopstestrg6302\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-04-18T06:47:18.2286738Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stopstestrg6302.blob.core.windows.net/\",\r\n \"file\": \"https://stopstestrg6302.file.core.windows.net/\",\r\n \"queue\": \"https://stopstestrg6302.queue.core.windows.net/\",\r\n \"table\": \"https://stopstestrg6302.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n }\r\n ]\r\n}",
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Storage/storageAccounts/stocrptestps9866\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps9866\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2016-01-14T07:31:01.0338666Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps9866.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps9866.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps9866.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps9866.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/yanmingstoragerg/providers/Microsoft.Storage/storageAccounts/vmssdiagnosticstorage\",\r\n \"location\": \"westus\",\r\n \"name\": \"vmssdiagnosticstorage\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_RAGRS\",\r\n \"creationTime\": \"2015-12-08T22:49:17.890269Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://vmssdiagnosticstorage.blob.core.windows.net/\",\r\n \"file\": \"https://vmssdiagnosticstorage.file.core.windows.net/\",\r\n \"queue\": \"https://vmssdiagnosticstorage.queue.core.windows.net/\",\r\n \"table\": \"https://vmssdiagnosticstorage.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://vmssdiagnosticstorage-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://vmssdiagnosticstorage-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://vmssdiagnosticstorage-secondary.table.core.windows.net/\"\r\n },\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/yanmingv2vm/providers/Microsoft.Storage/storageAccounts/yanmingv2vm9503\",\r\n \"location\": \"westus\",\r\n \"name\": \"yanmingv2vm9503\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\",\r\n \"creationTime\": \"2016-01-13T23:37:28.8189467Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://yanmingv2vm9503.blob.core.windows.net/\",\r\n \"file\": \"https://yanmingv2vm9503.file.core.windows.net/\",\r\n \"queue\": \"https://yanmingv2vm9503.queue.core.windows.net/\",\r\n \"table\": \"https://yanmingv2vm9503.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/yanmingvmapp/providers/Microsoft.Storage/storageAccounts/yanmingvmappstorage\",\r\n \"location\": \"westus\",\r\n \"name\": \"yanmingvmappstorage\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\",\r\n \"creationTime\": \"2015-04-13T21:53:57.6058948Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://yanmingvmappstorage.blob.core.windows.net/\",\r\n \"file\": \"https://yanmingvmappstorage.file.core.windows.net/\",\r\n \"queue\": \"https://yanmingvmappstorage.queue.core.windows.net/\",\r\n \"table\": \"https://yanmingvmappstorage.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n }\r\n ]\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "27832"
+ "3149"
],
"Content-Type": [
"application/json"
@@ -1620,7 +1623,7 @@
"no-cache"
],
"x-ms-request-id": [
- "b0e9760d-a0a1-41d6-b354-caf5685fedfd"
+ "750a0516-84f9-4388-939c-4139a4496d26"
],
"Cache-Control": [
"no-cache"
@@ -1630,52 +1633,43 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14995"
+ "14990"
],
"x-ms-correlation-request-id": [
- "b0e9760d-a0a1-41d6-b354-caf5685fedfd"
+ "750a0516-84f9-4388-939c-4139a4496d26"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T015602Z:b0e9760d-a0a1-41d6-b354-caf5685fedfd"
+ "WESTUS:20160114T073153Z:750a0516-84f9-4388-939c-4139a4496d26"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"Date": [
- "Tue, 22 Dec 2015 01:56:02 GMT"
+ "Thu, 14 Jan 2016 07:31:53 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Compute/virtualMachines/vmcrptestps309?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczMwOS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtY3JwdGVzdHBzMzA5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
- "RequestMethod": "PUT",
- "RequestBody": "{\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2008-R2-SP1\",\r\n \"version\": \"latest\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"osDisk\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps309.blob.core.windows.net/test/os.vhd\"\r\n },\r\n \"caching\": \"ReadWrite\",\r\n \"createOption\": \"FromImage\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"testDataDisk1\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps309.blob.core.windows.net/test/data1.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 10\r\n },\r\n {\r\n \"lun\": 2,\r\n \"name\": \"testDataDisk2\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps309.blob.core.windows.net/test/data2.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 11\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"BaR@123crptestps309\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Network/networkInterfaces/niccrptestps309\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://stocrptestps309.blob.core.windows.net/\"\r\n }\r\n }\r\n }\r\n}",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
"RequestHeaders": {
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Content-Length": [
- "1827"
- ],
"x-ms-client-request-id": [
- "7fb19d18-3f46-40f7-8abf-03a8af1be853"
- ],
- "accept-language": [
- "en-US"
+ "7e6d3969-d587-4f73-8150-a562f2bcb992"
],
"User-Agent": [
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ "Microsoft.Azure.Management.Storage.StorageManagementClient/3.0.0.0"
]
},
- "ResponseBody": "{\r\n \"properties\": {\r\n \"vmId\": \"e1c34a9f-b874-4de2-b2aa-f9486f9a3de0\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2008-R2-SP1\",\r\n \"version\": \"latest\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"osDisk\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps309.blob.core.windows.net/test/os.vhd\"\r\n },\r\n \"caching\": \"ReadWrite\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"testDataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps309.blob.core.windows.net/test/data1.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 10\r\n },\r\n {\r\n \"lun\": 2,\r\n \"name\": \"testDataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps309.blob.core.windows.net/test/data2.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 11\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": []\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Network/networkInterfaces/niccrptestps309\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://stocrptestps309.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Creating\"\r\n },\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Compute/virtualMachines/vmcrptestps309\",\r\n \"name\": \"vmcrptestps309\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\"\r\n}",
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Storage/storageAccounts/definedinconfigstorage\",\r\n \"location\": \"eastus\",\r\n \"name\": \"definedinconfigstorage\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2016-01-14T07:51:42.9702152Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://definedinconfigstorage.blob.core.windows.net/\",\r\n \"file\": \"https://definedinconfigstorage.file.core.windows.net/\",\r\n \"queue\": \"https://definedinconfigstorage.queue.core.windows.net/\",\r\n \"table\": \"https://definedinconfigstorage.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Storage/storageAccounts/stocrptestps9866\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps9866\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2016-01-14T07:31:01.0338666Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps9866.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps9866.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps9866.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps9866.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/yanmingstoragerg/providers/Microsoft.Storage/storageAccounts/vmssdiagnosticstorage\",\r\n \"location\": \"westus\",\r\n \"name\": \"vmssdiagnosticstorage\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_RAGRS\",\r\n \"creationTime\": \"2015-12-08T22:49:17.890269Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://vmssdiagnosticstorage.blob.core.windows.net/\",\r\n \"file\": \"https://vmssdiagnosticstorage.file.core.windows.net/\",\r\n \"queue\": \"https://vmssdiagnosticstorage.queue.core.windows.net/\",\r\n \"table\": \"https://vmssdiagnosticstorage.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://vmssdiagnosticstorage-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://vmssdiagnosticstorage-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://vmssdiagnosticstorage-secondary.table.core.windows.net/\"\r\n },\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/yanmingv2vm/providers/Microsoft.Storage/storageAccounts/yanmingv2vm9503\",\r\n \"location\": \"westus\",\r\n \"name\": \"yanmingv2vm9503\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\",\r\n \"creationTime\": \"2016-01-13T23:37:28.8189467Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://yanmingv2vm9503.blob.core.windows.net/\",\r\n \"file\": \"https://yanmingv2vm9503.file.core.windows.net/\",\r\n \"queue\": \"https://yanmingv2vm9503.queue.core.windows.net/\",\r\n \"table\": \"https://yanmingv2vm9503.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/yanmingvmapp/providers/Microsoft.Storage/storageAccounts/yanmingvmappstorage\",\r\n \"location\": \"westus\",\r\n \"name\": \"yanmingvmappstorage\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\",\r\n \"creationTime\": \"2015-04-13T21:53:57.6058948Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://yanmingvmappstorage.blob.core.windows.net/\",\r\n \"file\": \"https://yanmingvmappstorage.file.core.windows.net/\",\r\n \"queue\": \"https://yanmingvmappstorage.queue.core.windows.net/\",\r\n \"table\": \"https://yanmingvmappstorage.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n }\r\n ]\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "2135"
+ "3928"
],
"Content-Type": [
- "application/json; charset=utf-8"
+ "application/json"
],
"Expires": [
"-1"
@@ -1683,112 +1677,54 @@
"Pragma": [
"no-cache"
],
- "Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/30e3e9fb-54e1-4dce-ad68-fe098730fc8b?api-version=2015-06-15"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
- ],
"x-ms-request-id": [
- "30e3e9fb-54e1-4dce-ad68-fe098730fc8b"
+ "a23ff5ea-94b1-4599-82e3-b138c60a75fe"
],
"Cache-Control": [
"no-cache"
],
"Server": [
- "Microsoft-HTTPAPI/2.0",
+ "Microsoft-Azure-Storage-Resource-Provider/1.0",
"Microsoft-HTTPAPI/2.0"
],
- "x-ms-ratelimit-remaining-subscription-writes": [
- "1199"
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14996"
],
"x-ms-correlation-request-id": [
- "aab5bc8b-5501-4cd6-bd29-ca9940554949"
+ "a23ff5ea-94b1-4599-82e3-b138c60a75fe"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T013128Z:aab5bc8b-5501-4cd6-bd29-ca9940554949"
- ],
- "Date": [
- "Tue, 22 Dec 2015 01:31:27 GMT"
- ]
- },
- "StatusCode": 201
- },
- {
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/30e3e9fb-54e1-4dce-ad68-fe098730fc8b?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzBlM2U5ZmItNTRlMS00ZGNlLWFkNjgtZmUwOTg3MzBmYzhiP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
- ]
- },
- "ResponseBody": "{\r\n \"operationId\": \"30e3e9fb-54e1-4dce-ad68-fe098730fc8b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:31:29.4568549-08:00\"\r\n}",
- "ResponseHeaders": {
- "Content-Length": [
- "141"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
+ "CENTRALUS:20160114T075209Z:a23ff5ea-94b1-4599-82e3-b138c60a75fe"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
- "x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
- ],
- "x-ms-request-id": [
- "2d89a532-10bd-4b63-8dc4-078cbe49f581"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14999"
- ],
- "x-ms-correlation-request-id": [
- "16d7a590-ee8d-46c5-ab52-a70ffa84aece"
- ],
- "x-ms-routing-request-id": [
- "CENTRALUS:20151222T013159Z:16d7a590-ee8d-46c5-ab52-a70ffa84aece"
- ],
"Date": [
- "Tue, 22 Dec 2015 01:31:58 GMT"
+ "Thu, 14 Jan 2016 07:52:09 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/30e3e9fb-54e1-4dce-ad68-fe098730fc8b?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzBlM2U5ZmItNTRlMS00ZGNlLWFkNjgtZmUwOTg3MzBmYzhiP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
+ "x-ms-client-request-id": [
+ "6398e9b9-8abd-4680-9cdf-396916fb45b4"
+ ],
"User-Agent": [
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ "Microsoft.Azure.Management.Storage.StorageManagementClient/3.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"30e3e9fb-54e1-4dce-ad68-fe098730fc8b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:31:29.4568549-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Storage/storageAccounts/definedinconfigstorage\",\r\n \"location\": \"eastus\",\r\n \"name\": \"definedinconfigstorage\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2016-01-14T07:51:42.9702152Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://definedinconfigstorage.blob.core.windows.net/\",\r\n \"file\": \"https://definedinconfigstorage.file.core.windows.net/\",\r\n \"queue\": \"https://definedinconfigstorage.queue.core.windows.net/\",\r\n \"table\": \"https://definedinconfigstorage.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Storage/storageAccounts/stocrptestps9866\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps9866\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2016-01-14T07:31:01.0338666Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps9866.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps9866.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps9866.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps9866.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/yanmingstoragerg/providers/Microsoft.Storage/storageAccounts/vmssdiagnosticstorage\",\r\n \"location\": \"westus\",\r\n \"name\": \"vmssdiagnosticstorage\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_RAGRS\",\r\n \"creationTime\": \"2015-12-08T22:49:17.890269Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://vmssdiagnosticstorage.blob.core.windows.net/\",\r\n \"file\": \"https://vmssdiagnosticstorage.file.core.windows.net/\",\r\n \"queue\": \"https://vmssdiagnosticstorage.queue.core.windows.net/\",\r\n \"table\": \"https://vmssdiagnosticstorage.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://vmssdiagnosticstorage-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://vmssdiagnosticstorage-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://vmssdiagnosticstorage-secondary.table.core.windows.net/\"\r\n },\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/yanmingv2vm/providers/Microsoft.Storage/storageAccounts/yanmingv2vm9503\",\r\n \"location\": \"westus\",\r\n \"name\": \"yanmingv2vm9503\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\",\r\n \"creationTime\": \"2016-01-13T23:37:28.8189467Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://yanmingv2vm9503.blob.core.windows.net/\",\r\n \"file\": \"https://yanmingv2vm9503.file.core.windows.net/\",\r\n \"queue\": \"https://yanmingv2vm9503.queue.core.windows.net/\",\r\n \"table\": \"https://yanmingv2vm9503.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/yanmingvmapp/providers/Microsoft.Storage/storageAccounts/yanmingvmappstorage\",\r\n \"location\": \"westus\",\r\n \"name\": \"yanmingvmappstorage\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\",\r\n \"creationTime\": \"2015-04-13T21:53:57.6058948Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://yanmingvmappstorage.blob.core.windows.net/\",\r\n \"file\": \"https://yanmingvmappstorage.file.core.windows.net/\",\r\n \"queue\": \"https://yanmingvmappstorage.queue.core.windows.net/\",\r\n \"table\": \"https://yanmingvmappstorage.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n }\r\n ]\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "141"
+ "3928"
],
"Content-Type": [
- "application/json; charset=utf-8"
+ "application/json"
],
"Expires": [
"-1"
@@ -1796,106 +1732,60 @@
"Pragma": [
"no-cache"
],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
- ],
"x-ms-request-id": [
- "75a85363-a042-44f7-93ea-9304e880e17f"
+ "20d1fbb8-bbbd-4950-9219-2cc994001511"
],
"Cache-Control": [
"no-cache"
],
"Server": [
- "Microsoft-HTTPAPI/2.0",
+ "Microsoft-Azure-Storage-Resource-Provider/1.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14998"
+ "14995"
],
"x-ms-correlation-request-id": [
- "83946b7c-fce8-48de-a80d-ded8f5b7811f"
+ "20d1fbb8-bbbd-4950-9219-2cc994001511"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T013229Z:83946b7c-fce8-48de-a80d-ded8f5b7811f"
+ "CENTRALUS:20160114T075209Z:20d1fbb8-bbbd-4950-9219-2cc994001511"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
],
"Date": [
- "Tue, 22 Dec 2015 01:32:28 GMT"
+ "Thu, 14 Jan 2016 07:52:09 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/30e3e9fb-54e1-4dce-ad68-fe098730fc8b?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzBlM2U5ZmItNTRlMS00ZGNlLWFkNjgtZmUwOTg3MzBmYzhiP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
- "RequestMethod": "GET",
- "RequestBody": "",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Compute/virtualMachines/vmcrptestps9866?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rwczk4NjYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bWNycHRlc3Rwczk4NjY/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2008-R2-SP1\",\r\n \"version\": \"latest\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"osDisk\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps9866.blob.core.windows.net/test/os.vhd\"\r\n },\r\n \"caching\": \"ReadWrite\",\r\n \"createOption\": \"FromImage\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"testDataDisk1\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps9866.blob.core.windows.net/test/data1.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 10\r\n },\r\n {\r\n \"lun\": 2,\r\n \"name\": \"testDataDisk2\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps9866.blob.core.windows.net/test/data2.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 11\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"BaR@123crptestps9866\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Network/networkInterfaces/niccrptestps9866\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://stocrptestps9866.blob.core.windows.net/\"\r\n }\r\n }\r\n }\r\n}",
"RequestHeaders": {
- "User-Agent": [
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
- ]
- },
- "ResponseBody": "{\r\n \"operationId\": \"30e3e9fb-54e1-4dce-ad68-fe098730fc8b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:31:29.4568549-08:00\"\r\n}",
- "ResponseHeaders": {
- "Content-Length": [
- "141"
- ],
"Content-Type": [
"application/json; charset=utf-8"
],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
- ],
- "x-ms-request-id": [
- "700e5a66-5b03-4bf5-a62d-1a712c483504"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14997"
+ "Content-Length": [
+ "1834"
],
- "x-ms-correlation-request-id": [
- "70784410-12c3-406a-9fbb-2a3edf91e193"
+ "x-ms-client-request-id": [
+ "22f43abf-494d-44e5-8e3c-c27d67feffdd"
],
- "x-ms-routing-request-id": [
- "CENTRALUS:20151222T013259Z:70784410-12c3-406a-9fbb-2a3edf91e193"
+ "accept-language": [
+ "en-US"
],
- "Date": [
- "Tue, 22 Dec 2015 01:32:59 GMT"
- ]
- },
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/30e3e9fb-54e1-4dce-ad68-fe098730fc8b?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzBlM2U5ZmItNTRlMS00ZGNlLWFkNjgtZmUwOTg3MzBmYzhiP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
"User-Agent": [
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"30e3e9fb-54e1-4dce-ad68-fe098730fc8b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:31:29.4568549-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"properties\": {\r\n \"vmId\": \"0887da68-82da-4c8e-9167-7e74eebb49b9\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2008-R2-SP1\",\r\n \"version\": \"latest\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"osDisk\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps9866.blob.core.windows.net/test/os.vhd\"\r\n },\r\n \"caching\": \"ReadWrite\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"testDataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps9866.blob.core.windows.net/test/data1.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 10\r\n },\r\n {\r\n \"lun\": 2,\r\n \"name\": \"testDataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps9866.blob.core.windows.net/test/data2.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 11\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": []\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Network/networkInterfaces/niccrptestps9866\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://stocrptestps9866.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Creating\"\r\n },\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Compute/virtualMachines/vmcrptestps9866\",\r\n \"name\": \"vmcrptestps9866\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "141"
+ "2144"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1906,14 +1796,17 @@
"Pragma": [
"no-cache"
],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/dbfb8fb6-64cf-4e11-8b30-cbf46baaa654?api-version=2015-06-15"
+ ],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "3553eb09-1b36-42da-9c8f-0051dea0734f"
+ "dbfb8fb6-64cf-4e11-8b30-cbf46baaa654"
],
"Cache-Control": [
"no-cache"
@@ -1922,24 +1815,24 @@
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14996"
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1199"
],
"x-ms-correlation-request-id": [
- "682d6b39-ad8a-4d86-b860-61a75e986a04"
+ "801a0f22-6775-4a8c-b8c4-645097da6555"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T013329Z:682d6b39-ad8a-4d86-b860-61a75e986a04"
+ "WESTUS:20160114T073157Z:801a0f22-6775-4a8c-b8c4-645097da6555"
],
"Date": [
- "Tue, 22 Dec 2015 01:33:29 GMT"
+ "Thu, 14 Jan 2016 07:31:57 GMT"
]
},
- "StatusCode": 200
+ "StatusCode": 201
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/30e3e9fb-54e1-4dce-ad68-fe098730fc8b?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzBlM2U5ZmItNTRlMS00ZGNlLWFkNjgtZmUwOTg3MzBmYzhiP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/dbfb8fb6-64cf-4e11-8b30-cbf46baaa654?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZGJmYjhmYjYtNjRjZi00ZTExLThiMzAtY2JmNDZiYWFhNjU0P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -1947,7 +1840,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"30e3e9fb-54e1-4dce-ad68-fe098730fc8b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:31:29.4568549-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"dbfb8fb6-64cf-4e11-8b30-cbf46baaa654\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:31:57.0462869-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -1965,10 +1858,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "9440f5e3-c3e2-4b58-836a-a5fe53f81f7e"
+ "dca0537c-94bf-485e-b8b3-df64bf26a500"
],
"Cache-Control": [
"no-cache"
@@ -1978,23 +1871,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14995"
+ "14970"
],
"x-ms-correlation-request-id": [
- "ff12bd06-059e-4b14-93c4-b33481c06d4e"
+ "9284a7dc-0caf-4a28-8874-6b9c378f0cab"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T013359Z:ff12bd06-059e-4b14-93c4-b33481c06d4e"
+ "WESTUS:20160114T073227Z:9284a7dc-0caf-4a28-8874-6b9c378f0cab"
],
"Date": [
- "Tue, 22 Dec 2015 01:33:59 GMT"
+ "Thu, 14 Jan 2016 07:32:27 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/30e3e9fb-54e1-4dce-ad68-fe098730fc8b?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzBlM2U5ZmItNTRlMS00ZGNlLWFkNjgtZmUwOTg3MzBmYzhiP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/dbfb8fb6-64cf-4e11-8b30-cbf46baaa654?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZGJmYjhmYjYtNjRjZi00ZTExLThiMzAtY2JmNDZiYWFhNjU0P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -2002,7 +1895,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"30e3e9fb-54e1-4dce-ad68-fe098730fc8b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:31:29.4568549-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"dbfb8fb6-64cf-4e11-8b30-cbf46baaa654\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:31:57.0462869-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -2020,10 +1913,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "799e06ea-8c3e-4c4c-bb89-d8e396a680e5"
+ "697ef3bd-ebc6-4fd5-a0f8-51d8ec817dab"
],
"Cache-Control": [
"no-cache"
@@ -2033,23 +1926,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14994"
+ "14969"
],
"x-ms-correlation-request-id": [
- "b42170dd-c978-4104-81f0-5a795f08c190"
+ "f8cfabe9-b5a7-48f0-ac85-4c5810c55d54"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T013429Z:b42170dd-c978-4104-81f0-5a795f08c190"
+ "WESTUS:20160114T073258Z:f8cfabe9-b5a7-48f0-ac85-4c5810c55d54"
],
"Date": [
- "Tue, 22 Dec 2015 01:34:29 GMT"
+ "Thu, 14 Jan 2016 07:32:58 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/30e3e9fb-54e1-4dce-ad68-fe098730fc8b?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzBlM2U5ZmItNTRlMS00ZGNlLWFkNjgtZmUwOTg3MzBmYzhiP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/dbfb8fb6-64cf-4e11-8b30-cbf46baaa654?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZGJmYjhmYjYtNjRjZi00ZTExLThiMzAtY2JmNDZiYWFhNjU0P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -2057,7 +1950,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"30e3e9fb-54e1-4dce-ad68-fe098730fc8b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:31:29.4568549-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"dbfb8fb6-64cf-4e11-8b30-cbf46baaa654\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:31:57.0462869-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -2075,10 +1968,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "94fecd94-d44e-4158-a044-426fb1ecb5db"
+ "eacf5d44-be3b-403f-8245-6597498ab75e"
],
"Cache-Control": [
"no-cache"
@@ -2088,23 +1981,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14993"
+ "14968"
],
"x-ms-correlation-request-id": [
- "013ed936-be0f-4702-8665-6c159b8534cd"
+ "ce1a3241-32f2-4aac-993e-247b9bea90b0"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T013459Z:013ed936-be0f-4702-8665-6c159b8534cd"
+ "WESTUS:20160114T073328Z:ce1a3241-32f2-4aac-993e-247b9bea90b0"
],
"Date": [
- "Tue, 22 Dec 2015 01:34:59 GMT"
+ "Thu, 14 Jan 2016 07:33:27 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/30e3e9fb-54e1-4dce-ad68-fe098730fc8b?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzBlM2U5ZmItNTRlMS00ZGNlLWFkNjgtZmUwOTg3MzBmYzhiP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/dbfb8fb6-64cf-4e11-8b30-cbf46baaa654?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZGJmYjhmYjYtNjRjZi00ZTExLThiMzAtY2JmNDZiYWFhNjU0P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -2112,7 +2005,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"30e3e9fb-54e1-4dce-ad68-fe098730fc8b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:31:29.4568549-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"dbfb8fb6-64cf-4e11-8b30-cbf46baaa654\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:31:57.0462869-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -2130,10 +2023,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "4d46e7bf-c2ad-40a3-a933-6504074ee17b"
+ "cc435750-c700-46a1-915e-e5f04b2c5d39"
],
"Cache-Control": [
"no-cache"
@@ -2143,23 +2036,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14992"
+ "14967"
],
"x-ms-correlation-request-id": [
- "adfde928-0ccd-4676-9723-d76cbaac6bc1"
+ "45e7e71e-4a84-4b44-979d-9e3f57f3b189"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T013529Z:adfde928-0ccd-4676-9723-d76cbaac6bc1"
+ "WESTUS:20160114T073358Z:45e7e71e-4a84-4b44-979d-9e3f57f3b189"
],
"Date": [
- "Tue, 22 Dec 2015 01:35:29 GMT"
+ "Thu, 14 Jan 2016 07:33:58 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/30e3e9fb-54e1-4dce-ad68-fe098730fc8b?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzBlM2U5ZmItNTRlMS00ZGNlLWFkNjgtZmUwOTg3MzBmYzhiP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/dbfb8fb6-64cf-4e11-8b30-cbf46baaa654?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZGJmYjhmYjYtNjRjZi00ZTExLThiMzAtY2JmNDZiYWFhNjU0P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -2167,7 +2060,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"30e3e9fb-54e1-4dce-ad68-fe098730fc8b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:31:29.4568549-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"dbfb8fb6-64cf-4e11-8b30-cbf46baaa654\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:31:57.0462869-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -2185,10 +2078,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "6c428415-b84f-4fd7-aa9d-5a00b2940816"
+ "224b36cf-ceb7-4d55-9308-689d51bcfcd1"
],
"Cache-Control": [
"no-cache"
@@ -2198,23 +2091,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14991"
+ "14966"
],
"x-ms-correlation-request-id": [
- "ce03090c-b551-4f86-b312-9f3c15dd89d6"
+ "9095303f-44eb-4517-ae5e-9a87b1e8140e"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T013600Z:ce03090c-b551-4f86-b312-9f3c15dd89d6"
+ "WESTUS:20160114T073428Z:9095303f-44eb-4517-ae5e-9a87b1e8140e"
],
"Date": [
- "Tue, 22 Dec 2015 01:35:59 GMT"
+ "Thu, 14 Jan 2016 07:34:27 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/30e3e9fb-54e1-4dce-ad68-fe098730fc8b?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzBlM2U5ZmItNTRlMS00ZGNlLWFkNjgtZmUwOTg3MzBmYzhiP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/dbfb8fb6-64cf-4e11-8b30-cbf46baaa654?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZGJmYjhmYjYtNjRjZi00ZTExLThiMzAtY2JmNDZiYWFhNjU0P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -2222,7 +2115,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"30e3e9fb-54e1-4dce-ad68-fe098730fc8b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:31:29.4568549-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"dbfb8fb6-64cf-4e11-8b30-cbf46baaa654\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:31:57.0462869-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -2240,10 +2133,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "c4a17480-c32d-4776-bd69-2cde9f4451ee"
+ "520d9a7d-28df-4d75-bc6c-1349eb5343a4"
],
"Cache-Control": [
"no-cache"
@@ -2253,23 +2146,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14990"
+ "14964"
],
"x-ms-correlation-request-id": [
- "390c1fed-6bd2-4700-93c4-2fc338f737bb"
+ "b6066c07-6881-4652-a17c-e943dcec640f"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T013630Z:390c1fed-6bd2-4700-93c4-2fc338f737bb"
+ "WESTUS:20160114T073458Z:b6066c07-6881-4652-a17c-e943dcec640f"
],
"Date": [
- "Tue, 22 Dec 2015 01:36:29 GMT"
+ "Thu, 14 Jan 2016 07:34:57 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/30e3e9fb-54e1-4dce-ad68-fe098730fc8b?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzBlM2U5ZmItNTRlMS00ZGNlLWFkNjgtZmUwOTg3MzBmYzhiP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/dbfb8fb6-64cf-4e11-8b30-cbf46baaa654?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZGJmYjhmYjYtNjRjZi00ZTExLThiMzAtY2JmNDZiYWFhNjU0P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -2277,7 +2170,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"30e3e9fb-54e1-4dce-ad68-fe098730fc8b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:31:29.4568549-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"dbfb8fb6-64cf-4e11-8b30-cbf46baaa654\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:31:57.0462869-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -2295,10 +2188,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "8d4ad4e8-05de-4874-8365-ba031dc64754"
+ "e57c8248-fe71-4a03-a54b-f11fdb7f846b"
],
"Cache-Control": [
"no-cache"
@@ -2308,23 +2201,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14989"
+ "14972"
],
"x-ms-correlation-request-id": [
- "98ea4d42-7ae7-4ccd-8d21-c20d125ed9aa"
+ "7bb87ddc-005e-4aa6-b0c2-0a2f44eb6eaf"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T013700Z:98ea4d42-7ae7-4ccd-8d21-c20d125ed9aa"
+ "WESTUS:20160114T073528Z:7bb87ddc-005e-4aa6-b0c2-0a2f44eb6eaf"
],
"Date": [
- "Tue, 22 Dec 2015 01:36:59 GMT"
+ "Thu, 14 Jan 2016 07:35:28 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/30e3e9fb-54e1-4dce-ad68-fe098730fc8b?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzBlM2U5ZmItNTRlMS00ZGNlLWFkNjgtZmUwOTg3MzBmYzhiP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/dbfb8fb6-64cf-4e11-8b30-cbf46baaa654?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZGJmYjhmYjYtNjRjZi00ZTExLThiMzAtY2JmNDZiYWFhNjU0P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -2332,7 +2225,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"30e3e9fb-54e1-4dce-ad68-fe098730fc8b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:31:29.4568549-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"dbfb8fb6-64cf-4e11-8b30-cbf46baaa654\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:31:57.0462869-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -2350,10 +2243,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "e538bfea-3b20-4d3c-a375-2c13fe887d0c"
+ "53a0b03c-6fb9-4f79-8df2-b8918e454cad"
],
"Cache-Control": [
"no-cache"
@@ -2363,23 +2256,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14988"
+ "14971"
],
"x-ms-correlation-request-id": [
- "16c1482c-c0b3-4333-920a-6637418360c4"
+ "42caeab3-6e0a-493f-9fe7-08ae1bd77212"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T013730Z:16c1482c-c0b3-4333-920a-6637418360c4"
+ "WESTUS:20160114T073558Z:42caeab3-6e0a-493f-9fe7-08ae1bd77212"
],
"Date": [
- "Tue, 22 Dec 2015 01:37:30 GMT"
+ "Thu, 14 Jan 2016 07:35:58 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/30e3e9fb-54e1-4dce-ad68-fe098730fc8b?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzBlM2U5ZmItNTRlMS00ZGNlLWFkNjgtZmUwOTg3MzBmYzhiP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/dbfb8fb6-64cf-4e11-8b30-cbf46baaa654?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZGJmYjhmYjYtNjRjZi00ZTExLThiMzAtY2JmNDZiYWFhNjU0P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -2387,7 +2280,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"30e3e9fb-54e1-4dce-ad68-fe098730fc8b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:31:29.4568549-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"dbfb8fb6-64cf-4e11-8b30-cbf46baaa654\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:31:57.0462869-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -2405,10 +2298,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "27f0678d-4a2c-4103-9d7a-da6cfb1d1097"
+ "95cf80d9-5465-4895-8fe8-a8035020bae3"
],
"Cache-Control": [
"no-cache"
@@ -2418,23 +2311,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14987"
+ "14970"
],
"x-ms-correlation-request-id": [
- "e8808d41-4fbb-4495-bf2c-c92dc018e12b"
+ "2df312ea-07d4-4c29-83cf-1dfd41355b7f"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T013800Z:e8808d41-4fbb-4495-bf2c-c92dc018e12b"
+ "WESTUS:20160114T073628Z:2df312ea-07d4-4c29-83cf-1dfd41355b7f"
],
"Date": [
- "Tue, 22 Dec 2015 01:38:00 GMT"
+ "Thu, 14 Jan 2016 07:36:28 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/30e3e9fb-54e1-4dce-ad68-fe098730fc8b?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzBlM2U5ZmItNTRlMS00ZGNlLWFkNjgtZmUwOTg3MzBmYzhiP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/dbfb8fb6-64cf-4e11-8b30-cbf46baaa654?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZGJmYjhmYjYtNjRjZi00ZTExLThiMzAtY2JmNDZiYWFhNjU0P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -2442,7 +2335,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"30e3e9fb-54e1-4dce-ad68-fe098730fc8b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:31:29.4568549-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"dbfb8fb6-64cf-4e11-8b30-cbf46baaa654\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:31:57.0462869-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -2460,10 +2353,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "60cda3f7-1920-4f2f-8581-7f42f79bb0b1"
+ "7d8cbfa0-9f95-4765-87ab-9f097f834259"
],
"Cache-Control": [
"no-cache"
@@ -2473,23 +2366,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14986"
+ "14968"
],
"x-ms-correlation-request-id": [
- "dd3d0f7a-d757-4f87-ae37-1592f132f3a9"
+ "80ef1dcd-6865-4183-8d8a-d8cac26153e8"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T013830Z:dd3d0f7a-d757-4f87-ae37-1592f132f3a9"
+ "WESTUS:20160114T073658Z:80ef1dcd-6865-4183-8d8a-d8cac26153e8"
],
"Date": [
- "Tue, 22 Dec 2015 01:38:29 GMT"
+ "Thu, 14 Jan 2016 07:36:58 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/30e3e9fb-54e1-4dce-ad68-fe098730fc8b?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzBlM2U5ZmItNTRlMS00ZGNlLWFkNjgtZmUwOTg3MzBmYzhiP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/dbfb8fb6-64cf-4e11-8b30-cbf46baaa654?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZGJmYjhmYjYtNjRjZi00ZTExLThiMzAtY2JmNDZiYWFhNjU0P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -2497,7 +2390,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"30e3e9fb-54e1-4dce-ad68-fe098730fc8b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:31:29.4568549-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"dbfb8fb6-64cf-4e11-8b30-cbf46baaa654\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:31:57.0462869-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -2515,10 +2408,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "42af8f45-f5f0-4aff-afcd-d2096db4c65c"
+ "c8dd22d7-bc35-4c17-afa9-24f0db0899f9"
],
"Cache-Control": [
"no-cache"
@@ -2528,23 +2421,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14985"
+ "14967"
],
"x-ms-correlation-request-id": [
- "aef58f0e-06f3-46f2-af9d-940745fdd878"
+ "96a7ad48-2795-4f4c-af53-945e294b0223"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T013900Z:aef58f0e-06f3-46f2-af9d-940745fdd878"
+ "WESTUS:20160114T073729Z:96a7ad48-2795-4f4c-af53-945e294b0223"
],
"Date": [
- "Tue, 22 Dec 2015 01:39:00 GMT"
+ "Thu, 14 Jan 2016 07:37:29 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/30e3e9fb-54e1-4dce-ad68-fe098730fc8b?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzBlM2U5ZmItNTRlMS00ZGNlLWFkNjgtZmUwOTg3MzBmYzhiP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/dbfb8fb6-64cf-4e11-8b30-cbf46baaa654?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZGJmYjhmYjYtNjRjZi00ZTExLThiMzAtY2JmNDZiYWFhNjU0P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -2552,7 +2445,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"30e3e9fb-54e1-4dce-ad68-fe098730fc8b\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2015-12-21T17:31:29.4568549-08:00\",\r\n \"endTime\": \"2015-12-21T17:39:07.1169708-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"dbfb8fb6-64cf-4e11-8b30-cbf46baaa654\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2016-01-13T23:31:57.0462869-08:00\",\r\n \"endTime\": \"2016-01-13T23:37:35.7559163-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"191"
@@ -2570,10 +2463,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "1f97fe1f-7cf6-46e1-9edf-d68ec6b2eae7"
+ "4ce4cec7-2e03-4f71-8b03-5439df797f7a"
],
"Cache-Control": [
"no-cache"
@@ -2583,23 +2476,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14984"
+ "14964"
],
"x-ms-correlation-request-id": [
- "0040f5e6-a541-40c9-bb42-9863d3057b9b"
+ "b34adb0d-5eb0-419b-8d1c-9c195f518725"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T013930Z:0040f5e6-a541-40c9-bb42-9863d3057b9b"
+ "WESTUS:20160114T073759Z:b34adb0d-5eb0-419b-8d1c-9c195f518725"
],
"Date": [
- "Tue, 22 Dec 2015 01:39:30 GMT"
+ "Thu, 14 Jan 2016 07:37:59 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Compute/virtualMachines/vmcrptestps309?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczMwOS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtY3JwdGVzdHBzMzA5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Compute/virtualMachines/vmcrptestps9866?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rwczk4NjYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bWNycHRlc3Rwczk4NjY/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -2607,10 +2500,10 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"properties\": {\r\n \"vmId\": \"e1c34a9f-b874-4de2-b2aa-f9486f9a3de0\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2008-R2-SP1\",\r\n \"version\": \"latest\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"osDisk\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps309.blob.core.windows.net/test/os.vhd\"\r\n },\r\n \"caching\": \"ReadWrite\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"testDataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps309.blob.core.windows.net/test/data1.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 10\r\n },\r\n {\r\n \"lun\": 2,\r\n \"name\": \"testDataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps309.blob.core.windows.net/test/data2.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 11\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": []\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Network/networkInterfaces/niccrptestps309\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://stocrptestps309.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Compute/virtualMachines/vmcrptestps309\",\r\n \"name\": \"vmcrptestps309\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\"\r\n}",
+ "ResponseBody": "{\r\n \"properties\": {\r\n \"vmId\": \"0887da68-82da-4c8e-9167-7e74eebb49b9\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2008-R2-SP1\",\r\n \"version\": \"latest\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"osDisk\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps9866.blob.core.windows.net/test/os.vhd\"\r\n },\r\n \"caching\": \"ReadWrite\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"testDataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps9866.blob.core.windows.net/test/data1.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 10\r\n },\r\n {\r\n \"lun\": 2,\r\n \"name\": \"testDataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps9866.blob.core.windows.net/test/data2.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 11\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": []\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Network/networkInterfaces/niccrptestps9866\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://stocrptestps9866.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Compute/virtualMachines/vmcrptestps9866\",\r\n \"name\": \"vmcrptestps9866\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "2136"
+ "2145"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -2625,10 +2518,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "d68a0c79-78f0-4381-81db-d4bae7272174"
+ "bdbec600-e4f5-4f8c-b93e-f2a35cd36908"
],
"Cache-Control": [
"no-cache"
@@ -2638,28 +2531,28 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14983"
+ "14963"
],
"x-ms-correlation-request-id": [
- "e2cbc744-39d9-4b31-bf74-3b86bc5f561a"
+ "840a41bd-a3c3-4445-b6c8-e0122914e721"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T013931Z:e2cbc744-39d9-4b31-bf74-3b86bc5f561a"
+ "WESTUS:20160114T073759Z:840a41bd-a3c3-4445-b6c8-e0122914e721"
],
"Date": [
- "Tue, 22 Dec 2015 01:39:30 GMT"
+ "Thu, 14 Jan 2016 07:37:59 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Compute/virtualMachines/vmcrptestps309?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczMwOS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtY3JwdGVzdHBzMzA5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Compute/virtualMachines/vmcrptestps9866?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rwczk4NjYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bWNycHRlc3Rwczk4NjY/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "539c42f1-7efa-4c51-95ed-f96f6a03d9cb"
+ "3657e85d-3208-4a4a-96f2-2f6fc01aabd6"
],
"accept-language": [
"en-US"
@@ -2668,10 +2561,10 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"properties\": {\r\n \"vmId\": \"e1c34a9f-b874-4de2-b2aa-f9486f9a3de0\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2008-R2-SP1\",\r\n \"version\": \"latest\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"osDisk\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps309.blob.core.windows.net/test/os.vhd\"\r\n },\r\n \"caching\": \"ReadWrite\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"testDataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps309.blob.core.windows.net/test/data1.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 10\r\n },\r\n {\r\n \"lun\": 2,\r\n \"name\": \"testDataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps309.blob.core.windows.net/test/data2.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 11\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": []\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Network/networkInterfaces/niccrptestps309\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://stocrptestps309.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"BGInfo\",\r\n \"typeHandlerVersion\": \"2.1\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Compute/virtualMachines/vmcrptestps309/extensions/BGInfo\",\r\n \"name\": \"BGInfo\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Compute/virtualMachines/vmcrptestps309\",\r\n \"name\": \"vmcrptestps309\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\"\r\n}",
+ "ResponseBody": "{\r\n \"properties\": {\r\n \"vmId\": \"0887da68-82da-4c8e-9167-7e74eebb49b9\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2008-R2-SP1\",\r\n \"version\": \"latest\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"osDisk\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps9866.blob.core.windows.net/test/os.vhd\"\r\n },\r\n \"caching\": \"ReadWrite\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"testDataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps9866.blob.core.windows.net/test/data1.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 10\r\n },\r\n {\r\n \"lun\": 2,\r\n \"name\": \"testDataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps9866.blob.core.windows.net/test/data2.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 11\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": []\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Network/networkInterfaces/niccrptestps9866\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://stocrptestps9866.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"BGInfo\",\r\n \"typeHandlerVersion\": \"2.1\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Compute/virtualMachines/vmcrptestps9866/extensions/BGInfo\",\r\n \"name\": \"BGInfo\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Compute/virtualMachines/vmcrptestps9866\",\r\n \"name\": \"vmcrptestps9866\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "2688"
+ "2699"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -2686,10 +2579,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "3c8edfcb-88fa-48d0-8b41-c54d25ed8f51"
+ "9e9f86f4-ce52-4414-a6bb-25eff914adcf"
],
"Cache-Control": [
"no-cache"
@@ -2699,28 +2592,28 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14947"
+ "14923"
],
"x-ms-correlation-request-id": [
- "a093a7e5-dff0-49cf-b883-7be3f49a85f2"
+ "cfbbca6c-ad18-4f07-a89c-75f3a0664425"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T015509Z:a093a7e5-dff0-49cf-b883-7be3f49a85f2"
+ "WESTUS:20160114T075138Z:cfbbca6c-ad18-4f07-a89c-75f3a0664425"
],
"Date": [
- "Tue, 22 Dec 2015 01:55:09 GMT"
+ "Thu, 14 Jan 2016 07:51:38 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Compute/virtualMachines/vmcrptestps309?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczMwOS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtY3JwdGVzdHBzMzA5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Compute/virtualMachines/vmcrptestps9866?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rwczk4NjYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bWNycHRlc3Rwczk4NjY/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "407c7c4a-fea3-46a7-a0ec-03ca5374db71"
+ "c8477de0-d3e0-4216-964a-6af2276f248d"
],
"accept-language": [
"en-US"
@@ -2729,10 +2622,10 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"properties\": {\r\n \"vmId\": \"e1c34a9f-b874-4de2-b2aa-f9486f9a3de0\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2008-R2-SP1\",\r\n \"version\": \"latest\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"osDisk\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps309.blob.core.windows.net/test/os.vhd\"\r\n },\r\n \"caching\": \"ReadWrite\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"testDataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps309.blob.core.windows.net/test/data1.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 10\r\n },\r\n {\r\n \"lun\": 2,\r\n \"name\": \"testDataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps309.blob.core.windows.net/test/data2.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 11\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": []\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Network/networkInterfaces/niccrptestps309\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://stocrptestps309.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"BGInfo\",\r\n \"typeHandlerVersion\": \"2.1\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Compute/virtualMachines/vmcrptestps309/extensions/BGInfo\",\r\n \"name\": \"BGInfo\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Compute/virtualMachines/vmcrptestps309\",\r\n \"name\": \"vmcrptestps309\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\"\r\n}",
+ "ResponseBody": "{\r\n \"properties\": {\r\n \"vmId\": \"0887da68-82da-4c8e-9167-7e74eebb49b9\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2008-R2-SP1\",\r\n \"version\": \"latest\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"osDisk\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps9866.blob.core.windows.net/test/os.vhd\"\r\n },\r\n \"caching\": \"ReadWrite\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"testDataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps9866.blob.core.windows.net/test/data1.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 10\r\n },\r\n {\r\n \"lun\": 2,\r\n \"name\": \"testDataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps9866.blob.core.windows.net/test/data2.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 11\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": []\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Network/networkInterfaces/niccrptestps9866\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://stocrptestps9866.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"BGInfo\",\r\n \"typeHandlerVersion\": \"2.1\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Compute/virtualMachines/vmcrptestps9866/extensions/BGInfo\",\r\n \"name\": \"BGInfo\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Compute/virtualMachines/vmcrptestps9866\",\r\n \"name\": \"vmcrptestps9866\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "2688"
+ "2699"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -2747,10 +2640,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "17cf4921-903c-4230-8b50-465163f33655"
+ "bd885a1d-c12c-44a3-9232-49cbc8854038"
],
"Cache-Control": [
"no-cache"
@@ -2760,28 +2653,28 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14946"
+ "14922"
],
"x-ms-correlation-request-id": [
- "009661b0-4342-4212-a8e0-74ccf036b43f"
+ "ebeb218f-f316-40c1-bba5-1b44b61a9063"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T015602Z:009661b0-4342-4212-a8e0-74ccf036b43f"
+ "WESTUS:20160114T075209Z:ebeb218f-f316-40c1-bba5-1b44b61a9063"
],
"Date": [
- "Tue, 22 Dec 2015 01:56:01 GMT"
+ "Thu, 14 Jan 2016 07:52:09 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Compute/virtualMachines/vmcrptestps309?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczMwOS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtY3JwdGVzdHBzMzA5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Compute/virtualMachines/vmcrptestps9866?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rwczk4NjYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bWNycHRlc3Rwczk4NjY/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "7cce1b81-d402-4ee5-88b3-f174abd6b450"
+ "f92ae755-c9c8-4420-a6a0-96ddbb42b64d"
],
"accept-language": [
"en-US"
@@ -2790,10 +2683,10 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"properties\": {\r\n \"vmId\": \"e1c34a9f-b874-4de2-b2aa-f9486f9a3de0\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2008-R2-SP1\",\r\n \"version\": \"latest\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"osDisk\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps309.blob.core.windows.net/test/os.vhd\"\r\n },\r\n \"caching\": \"ReadWrite\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"testDataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps309.blob.core.windows.net/test/data1.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 10\r\n },\r\n {\r\n \"lun\": 2,\r\n \"name\": \"testDataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps309.blob.core.windows.net/test/data2.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 11\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": []\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Network/networkInterfaces/niccrptestps309\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://stocrptestps309.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"BGInfo\",\r\n \"typeHandlerVersion\": \"2.1\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Compute/virtualMachines/vmcrptestps309/extensions/BGInfo\",\r\n \"name\": \"BGInfo\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Compute/virtualMachines/vmcrptestps309\",\r\n \"name\": \"vmcrptestps309\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\"\r\n}",
+ "ResponseBody": "{\r\n \"properties\": {\r\n \"vmId\": \"0887da68-82da-4c8e-9167-7e74eebb49b9\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2008-R2-SP1\",\r\n \"version\": \"latest\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"osDisk\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps9866.blob.core.windows.net/test/os.vhd\"\r\n },\r\n \"caching\": \"ReadWrite\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"testDataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps9866.blob.core.windows.net/test/data1.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 10\r\n },\r\n {\r\n \"lun\": 2,\r\n \"name\": \"testDataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps9866.blob.core.windows.net/test/data2.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 11\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": []\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Network/networkInterfaces/niccrptestps9866\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://stocrptestps9866.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"BGInfo\",\r\n \"typeHandlerVersion\": \"2.1\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Compute/virtualMachines/vmcrptestps9866/extensions/BGInfo\",\r\n \"name\": \"BGInfo\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Compute/virtualMachines/vmcrptestps9866\",\r\n \"name\": \"vmcrptestps9866\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "2688"
+ "2699"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -2808,10 +2701,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "a16ac306-2bba-436d-a01e-28707902eec6"
+ "d5133a32-2249-44c8-87cf-8be8c251ee1b"
],
"Cache-Control": [
"no-cache"
@@ -2821,28 +2714,28 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14945"
+ "14921"
],
"x-ms-correlation-request-id": [
- "60bbc884-e212-452a-aa92-5ad8b91f8daf"
+ "bb0842d5-e8c8-4d97-b1fc-f8c20e9f9bf0"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T015602Z:60bbc884-e212-452a-aa92-5ad8b91f8daf"
+ "WESTUS:20160114T075210Z:bb0842d5-e8c8-4d97-b1fc-f8c20e9f9bf0"
],
"Date": [
- "Tue, 22 Dec 2015 01:56:01 GMT"
+ "Thu, 14 Jan 2016 07:52:09 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Compute/virtualMachines/vmcrptestps309?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczMwOS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtY3JwdGVzdHBzMzA5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Compute/virtualMachines/vmcrptestps9866?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rwczk4NjYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bWNycHRlc3Rwczk4NjY/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "e860f842-1b90-4e3a-aec0-c3e40fe1c688"
+ "acd3a28d-c7fc-44eb-aff1-1c5e1a89e629"
],
"accept-language": [
"en-US"
@@ -2851,10 +2744,10 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"properties\": {\r\n \"vmId\": \"e1c34a9f-b874-4de2-b2aa-f9486f9a3de0\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2008-R2-SP1\",\r\n \"version\": \"latest\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"osDisk\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps309.blob.core.windows.net/test/os.vhd\"\r\n },\r\n \"caching\": \"ReadWrite\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"testDataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps309.blob.core.windows.net/test/data1.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 10\r\n },\r\n {\r\n \"lun\": 2,\r\n \"name\": \"testDataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps309.blob.core.windows.net/test/data2.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 11\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": []\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Network/networkInterfaces/niccrptestps309\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://stocrptestps309.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"BGInfo\",\r\n \"typeHandlerVersion\": \"2.1\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Compute/virtualMachines/vmcrptestps309/extensions/BGInfo\",\r\n \"name\": \"BGInfo\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n },\r\n {\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Azure.Diagnostics\",\r\n \"type\": \"IaaSDiagnostics\",\r\n \"typeHandlerVersion\": \"1.5\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"settings\": {\r\n \"xmlCfg\": \"PFdhZENmZz4NCiAgICA8RGlhZ25vc3RpY01vbml0b3JDb25maWd1cmF0aW9uIG92ZXJhbGxRdW90YUluTUI9IjIwNDgiIHhtbG5zPSJodHRwOi8vc2NoZW1hcy5taWNyb3NvZnQuY29tL1NlcnZpY2VIb3N0aW5nLzIwMTAvMTAvRGlhZ25vc3RpY3NDb25maWd1cmF0aW9uIj4NCiAgICAgIDxEaWFnbm9zdGljSW5mcmFzdHJ1Y3R1cmVMb2dzIHNjaGVkdWxlZFRyYW5zZmVyTG9nTGV2ZWxGaWx0ZXI9IkVycm9yIiAvPg0KICAgICAgPERpcmVjdG9yaWVzIHNjaGVkdWxlZFRyYW5zZmVyUGVyaW9kPSJQVDFNIj4NCiAgICAgICAgPElJU0xvZ3MgY29udGFpbmVyTmFtZT0id2FkLWlpcy1sb2dmaWxlcyIgLz4NCiAgICAgICAgPEZhaWxlZFJlcXVlc3RMb2dzIGNvbnRhaW5lck5hbWU9IndhZC1mYWlsZWRyZXF1ZXN0bG9ncyIgLz4NCiAgICAgIDwvRGlyZWN0b3JpZXM+DQogICAgICA8UGVyZm9ybWFuY2VDb3VudGVycyBzY2hlZHVsZWRUcmFuc2ZlclBlcmlvZD0iUFQyTSI+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxNZW1vcnlcQXZhaWxhYmxlIE1CeXRlcyIgc2FtcGxlUmF0ZT0iUFQxTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXFdlYiBTZXJ2aWNlKF9Ub3RhbClcSVNBUEkgRXh0ZW5zaW9uIFJlcXVlc3RzL3NlYyIgc2FtcGxlUmF0ZT0iUFQzTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXFdlYiBTZXJ2aWNlKF9Ub3RhbClcQnl0ZXMgVG90YWwvU2VjIiBzYW1wbGVSYXRlPSJQVDFNIiAvPg0KICAgICAgICA8UGVyZm9ybWFuY2VDb3VudGVyQ29uZmlndXJhdGlvbiBjb3VudGVyU3BlY2lmaWVyPSJcQVNQLk5FVCBBcHBsaWNhdGlvbnMoX19Ub3RhbF9fKVxSZXF1ZXN0cy9TZWMiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxBU1AuTkVUIEFwcGxpY2F0aW9ucyhfX1RvdGFsX18pXEVycm9ycyBUb3RhbC9TZWMiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxBU1AuTkVUXFJlcXVlc3RzIFF1ZXVlZCIgc2FtcGxlUmF0ZT0iUFQzTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXEFTUC5ORVRcUmVxdWVzdHMgUmVqZWN0ZWQiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxQcm9jZXNzb3IoX1RvdGFsKVwlIFByb2Nlc3NvciBUaW1lIiBzYW1wbGVSYXRlPSJQVDNNIiAvPg0KICAgICAgPC9QZXJmb3JtYW5jZUNvdW50ZXJzPg0KICAgICAgPFdpbmRvd3NFdmVudExvZyBzY2hlZHVsZWRUcmFuc2ZlclBlcmlvZD0iUFQxTSI+DQogICAgICAgIDxEYXRhU291cmNlIG5hbWU9IkFwcGxpY2F0aW9uISpbU3lzdGVtWyhMZXZlbD0xIG9yIExldmVsPTIpXV0iIC8+DQogICAgICAgIDxEYXRhU291cmNlIG5hbWU9IldpbmRvd3MgQXp1cmUhKltTeXN0ZW1bKExldmVsPTEgb3IgTGV2ZWw9MildXSIgLz4NCiAgICAgIDwvV2luZG93c0V2ZW50TG9nPg0KICAgICAgPENyYXNoRHVtcHM+DQogICAgICAgIDxDcmFzaER1bXBDb25maWd1cmF0aW9uIHByb2Nlc3NOYW1lPSJXYUlJU0hvc3QuZXhlIiAvPg0KICAgICAgICA8Q3Jhc2hEdW1wQ29uZmlndXJhdGlvbiBwcm9jZXNzTmFtZT0iV2FXb3JrZXJIb3N0LmV4ZSIgLz4NCiAgICAgICAgPENyYXNoRHVtcENvbmZpZ3VyYXRpb24gcHJvY2Vzc05hbWU9Inczd3AuZXhlIiAvPg0KICAgICAgPC9DcmFzaER1bXBzPg0KICAgICAgPExvZ3Mgc2NoZWR1bGVkVHJhbnNmZXJQZXJpb2Q9IlBUM00iIC8+DQogICAgPC9EaWFnbm9zdGljTW9uaXRvckNvbmZpZ3VyYXRpb24+DQogIDwvV2FkQ2ZnPg==\",\r\n \"storageAccount\": \"definedinconfigstorage\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Compute/virtualMachines/vmcrptestps309/extensions/Microsoft.Insights.VMDiagnosticsSettings\",\r\n \"name\": \"Microsoft.Insights.VMDiagnosticsSettings\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Compute/virtualMachines/vmcrptestps309\",\r\n \"name\": \"vmcrptestps309\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\"\r\n}",
+ "ResponseBody": "{\r\n \"properties\": {\r\n \"vmId\": \"0887da68-82da-4c8e-9167-7e74eebb49b9\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2008-R2-SP1\",\r\n \"version\": \"latest\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"osDisk\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps9866.blob.core.windows.net/test/os.vhd\"\r\n },\r\n \"caching\": \"ReadWrite\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"testDataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps9866.blob.core.windows.net/test/data1.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 10\r\n },\r\n {\r\n \"lun\": 2,\r\n \"name\": \"testDataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps9866.blob.core.windows.net/test/data2.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 11\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": []\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Network/networkInterfaces/niccrptestps9866\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://stocrptestps9866.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"BGInfo\",\r\n \"typeHandlerVersion\": \"2.1\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Compute/virtualMachines/vmcrptestps9866/extensions/BGInfo\",\r\n \"name\": \"BGInfo\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n },\r\n {\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Azure.Diagnostics\",\r\n \"type\": \"IaaSDiagnostics\",\r\n \"typeHandlerVersion\": \"1.5\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"settings\": {\r\n \"xmlCfg\": \"PFdhZENmZz4NCiAgICA8RGlhZ25vc3RpY01vbml0b3JDb25maWd1cmF0aW9uIG92ZXJhbGxRdW90YUluTUI9IjIwNDgiIHhtbG5zPSJodHRwOi8vc2NoZW1hcy5taWNyb3NvZnQuY29tL1NlcnZpY2VIb3N0aW5nLzIwMTAvMTAvRGlhZ25vc3RpY3NDb25maWd1cmF0aW9uIj4NCiAgICAgIDxEaWFnbm9zdGljSW5mcmFzdHJ1Y3R1cmVMb2dzIHNjaGVkdWxlZFRyYW5zZmVyTG9nTGV2ZWxGaWx0ZXI9IkVycm9yIiAvPg0KICAgICAgPERpcmVjdG9yaWVzIHNjaGVkdWxlZFRyYW5zZmVyUGVyaW9kPSJQVDFNIj4NCiAgICAgICAgPElJU0xvZ3MgY29udGFpbmVyTmFtZT0id2FkLWlpcy1sb2dmaWxlcyIgLz4NCiAgICAgICAgPEZhaWxlZFJlcXVlc3RMb2dzIGNvbnRhaW5lck5hbWU9IndhZC1mYWlsZWRyZXF1ZXN0bG9ncyIgLz4NCiAgICAgIDwvRGlyZWN0b3JpZXM+DQogICAgICA8UGVyZm9ybWFuY2VDb3VudGVycyBzY2hlZHVsZWRUcmFuc2ZlclBlcmlvZD0iUFQyTSI+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxNZW1vcnlcQXZhaWxhYmxlIE1CeXRlcyIgc2FtcGxlUmF0ZT0iUFQxTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXFdlYiBTZXJ2aWNlKF9Ub3RhbClcSVNBUEkgRXh0ZW5zaW9uIFJlcXVlc3RzL3NlYyIgc2FtcGxlUmF0ZT0iUFQzTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXFdlYiBTZXJ2aWNlKF9Ub3RhbClcQnl0ZXMgVG90YWwvU2VjIiBzYW1wbGVSYXRlPSJQVDFNIiAvPg0KICAgICAgICA8UGVyZm9ybWFuY2VDb3VudGVyQ29uZmlndXJhdGlvbiBjb3VudGVyU3BlY2lmaWVyPSJcQVNQLk5FVCBBcHBsaWNhdGlvbnMoX19Ub3RhbF9fKVxSZXF1ZXN0cy9TZWMiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxBU1AuTkVUIEFwcGxpY2F0aW9ucyhfX1RvdGFsX18pXEVycm9ycyBUb3RhbC9TZWMiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxBU1AuTkVUXFJlcXVlc3RzIFF1ZXVlZCIgc2FtcGxlUmF0ZT0iUFQzTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXEFTUC5ORVRcUmVxdWVzdHMgUmVqZWN0ZWQiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxQcm9jZXNzb3IoX1RvdGFsKVwlIFByb2Nlc3NvciBUaW1lIiBzYW1wbGVSYXRlPSJQVDNNIiAvPg0KICAgICAgPC9QZXJmb3JtYW5jZUNvdW50ZXJzPg0KICAgICAgPFdpbmRvd3NFdmVudExvZyBzY2hlZHVsZWRUcmFuc2ZlclBlcmlvZD0iUFQxTSI+DQogICAgICAgIDxEYXRhU291cmNlIG5hbWU9IkFwcGxpY2F0aW9uISpbU3lzdGVtWyhMZXZlbD0xIG9yIExldmVsPTIpXV0iIC8+DQogICAgICAgIDxEYXRhU291cmNlIG5hbWU9IldpbmRvd3MgQXp1cmUhKltTeXN0ZW1bKExldmVsPTEgb3IgTGV2ZWw9MildXSIgLz4NCiAgICAgIDwvV2luZG93c0V2ZW50TG9nPg0KICAgICAgPENyYXNoRHVtcHM+DQogICAgICAgIDxDcmFzaER1bXBDb25maWd1cmF0aW9uIHByb2Nlc3NOYW1lPSJXYUlJU0hvc3QuZXhlIiAvPg0KICAgICAgICA8Q3Jhc2hEdW1wQ29uZmlndXJhdGlvbiBwcm9jZXNzTmFtZT0iV2FXb3JrZXJIb3N0LmV4ZSIgLz4NCiAgICAgICAgPENyYXNoRHVtcENvbmZpZ3VyYXRpb24gcHJvY2Vzc05hbWU9Inczd3AuZXhlIiAvPg0KICAgICAgPC9DcmFzaER1bXBzPg0KICAgICAgPExvZ3Mgc2NoZWR1bGVkVHJhbnNmZXJQZXJpb2Q9IlBUM00iIC8+DQogICAgPC9EaWFnbm9zdGljTW9uaXRvckNvbmZpZ3VyYXRpb24+DQogIDwvV2FkQ2ZnPg==\",\r\n \"storageAccount\": \"definedinconfigstorage\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Compute/virtualMachines/vmcrptestps9866/extensions/Microsoft.Insights.VMDiagnosticsSettings\",\r\n \"name\": \"Microsoft.Insights.VMDiagnosticsSettings\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Compute/virtualMachines/vmcrptestps9866\",\r\n \"name\": \"vmcrptestps9866\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "6102"
+ "6115"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -2869,10 +2762,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "241fd054-77ba-49f7-920b-6d13df225389"
+ "ccfe875d-ad80-4e0f-a035-c09e4547daf5"
],
"Cache-Control": [
"no-cache"
@@ -2882,28 +2775,28 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14921"
+ "14885"
],
"x-ms-correlation-request-id": [
- "27602d60-bd0d-4850-a5ba-5829b5651d28"
+ "cca42a33-d942-4ad3-bf8c-7635ad1f7ecb"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T020708Z:27602d60-bd0d-4850-a5ba-5829b5651d28"
+ "WESTUS:20160114T080246Z:cca42a33-d942-4ad3-bf8c-7635ad1f7ecb"
],
"Date": [
- "Tue, 22 Dec 2015 02:07:07 GMT"
+ "Thu, 14 Jan 2016 08:02:45 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Compute/virtualMachines/vmcrptestps309?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczMwOS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtY3JwdGVzdHBzMzA5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Compute/virtualMachines/vmcrptestps9866?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rwczk4NjYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bWNycHRlc3Rwczk4NjY/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "5314163a-f92e-4968-b528-c4c9a509675d"
+ "b2ff20a3-f4e8-4119-99d5-9bcd6a9d6872"
],
"accept-language": [
"en-US"
@@ -2912,10 +2805,10 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"properties\": {\r\n \"vmId\": \"e1c34a9f-b874-4de2-b2aa-f9486f9a3de0\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2008-R2-SP1\",\r\n \"version\": \"latest\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"osDisk\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps309.blob.core.windows.net/test/os.vhd\"\r\n },\r\n \"caching\": \"ReadWrite\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"testDataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps309.blob.core.windows.net/test/data1.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 10\r\n },\r\n {\r\n \"lun\": 2,\r\n \"name\": \"testDataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps309.blob.core.windows.net/test/data2.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 11\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": []\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Network/networkInterfaces/niccrptestps309\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://stocrptestps309.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"BGInfo\",\r\n \"typeHandlerVersion\": \"2.1\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Compute/virtualMachines/vmcrptestps309/extensions/BGInfo\",\r\n \"name\": \"BGInfo\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n },\r\n {\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Azure.Diagnostics\",\r\n \"type\": \"IaaSDiagnostics\",\r\n \"typeHandlerVersion\": \"1.5\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"settings\": {\r\n \"xmlCfg\": \"PFdhZENmZz4NCiAgICA8RGlhZ25vc3RpY01vbml0b3JDb25maWd1cmF0aW9uIG92ZXJhbGxRdW90YUluTUI9IjIwNDgiIHhtbG5zPSJodHRwOi8vc2NoZW1hcy5taWNyb3NvZnQuY29tL1NlcnZpY2VIb3N0aW5nLzIwMTAvMTAvRGlhZ25vc3RpY3NDb25maWd1cmF0aW9uIj4NCiAgICAgIDxEaWFnbm9zdGljSW5mcmFzdHJ1Y3R1cmVMb2dzIHNjaGVkdWxlZFRyYW5zZmVyTG9nTGV2ZWxGaWx0ZXI9IkVycm9yIiAvPg0KICAgICAgPERpcmVjdG9yaWVzIHNjaGVkdWxlZFRyYW5zZmVyUGVyaW9kPSJQVDFNIj4NCiAgICAgICAgPElJU0xvZ3MgY29udGFpbmVyTmFtZT0id2FkLWlpcy1sb2dmaWxlcyIgLz4NCiAgICAgICAgPEZhaWxlZFJlcXVlc3RMb2dzIGNvbnRhaW5lck5hbWU9IndhZC1mYWlsZWRyZXF1ZXN0bG9ncyIgLz4NCiAgICAgIDwvRGlyZWN0b3JpZXM+DQogICAgICA8UGVyZm9ybWFuY2VDb3VudGVycyBzY2hlZHVsZWRUcmFuc2ZlclBlcmlvZD0iUFQyTSI+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxNZW1vcnlcQXZhaWxhYmxlIE1CeXRlcyIgc2FtcGxlUmF0ZT0iUFQxTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXFdlYiBTZXJ2aWNlKF9Ub3RhbClcSVNBUEkgRXh0ZW5zaW9uIFJlcXVlc3RzL3NlYyIgc2FtcGxlUmF0ZT0iUFQzTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXFdlYiBTZXJ2aWNlKF9Ub3RhbClcQnl0ZXMgVG90YWwvU2VjIiBzYW1wbGVSYXRlPSJQVDFNIiAvPg0KICAgICAgICA8UGVyZm9ybWFuY2VDb3VudGVyQ29uZmlndXJhdGlvbiBjb3VudGVyU3BlY2lmaWVyPSJcQVNQLk5FVCBBcHBsaWNhdGlvbnMoX19Ub3RhbF9fKVxSZXF1ZXN0cy9TZWMiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxBU1AuTkVUIEFwcGxpY2F0aW9ucyhfX1RvdGFsX18pXEVycm9ycyBUb3RhbC9TZWMiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxBU1AuTkVUXFJlcXVlc3RzIFF1ZXVlZCIgc2FtcGxlUmF0ZT0iUFQzTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXEFTUC5ORVRcUmVxdWVzdHMgUmVqZWN0ZWQiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxQcm9jZXNzb3IoX1RvdGFsKVwlIFByb2Nlc3NvciBUaW1lIiBzYW1wbGVSYXRlPSJQVDNNIiAvPg0KICAgICAgPC9QZXJmb3JtYW5jZUNvdW50ZXJzPg0KICAgICAgPFdpbmRvd3NFdmVudExvZyBzY2hlZHVsZWRUcmFuc2ZlclBlcmlvZD0iUFQxTSI+DQogICAgICAgIDxEYXRhU291cmNlIG5hbWU9IkFwcGxpY2F0aW9uISpbU3lzdGVtWyhMZXZlbD0xIG9yIExldmVsPTIpXV0iIC8+DQogICAgICAgIDxEYXRhU291cmNlIG5hbWU9IldpbmRvd3MgQXp1cmUhKltTeXN0ZW1bKExldmVsPTEgb3IgTGV2ZWw9MildXSIgLz4NCiAgICAgIDwvV2luZG93c0V2ZW50TG9nPg0KICAgICAgPENyYXNoRHVtcHM+DQogICAgICAgIDxDcmFzaER1bXBDb25maWd1cmF0aW9uIHByb2Nlc3NOYW1lPSJXYUlJU0hvc3QuZXhlIiAvPg0KICAgICAgICA8Q3Jhc2hEdW1wQ29uZmlndXJhdGlvbiBwcm9jZXNzTmFtZT0iV2FXb3JrZXJIb3N0LmV4ZSIgLz4NCiAgICAgICAgPENyYXNoRHVtcENvbmZpZ3VyYXRpb24gcHJvY2Vzc05hbWU9Inczd3AuZXhlIiAvPg0KICAgICAgPC9DcmFzaER1bXBzPg0KICAgICAgPExvZ3Mgc2NoZWR1bGVkVHJhbnNmZXJQZXJpb2Q9IlBUM00iIC8+DQogICAgPC9EaWFnbm9zdGljTW9uaXRvckNvbmZpZ3VyYXRpb24+DQogIDwvV2FkQ2ZnPg==\",\r\n \"storageAccount\": \"definedinconfigstorage\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Compute/virtualMachines/vmcrptestps309/extensions/Microsoft.Insights.VMDiagnosticsSettings\",\r\n \"name\": \"Microsoft.Insights.VMDiagnosticsSettings\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Compute/virtualMachines/vmcrptestps309\",\r\n \"name\": \"vmcrptestps309\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\"\r\n}",
+ "ResponseBody": "{\r\n \"properties\": {\r\n \"vmId\": \"0887da68-82da-4c8e-9167-7e74eebb49b9\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2008-R2-SP1\",\r\n \"version\": \"latest\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"osDisk\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps9866.blob.core.windows.net/test/os.vhd\"\r\n },\r\n \"caching\": \"ReadWrite\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"testDataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps9866.blob.core.windows.net/test/data1.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 10\r\n },\r\n {\r\n \"lun\": 2,\r\n \"name\": \"testDataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps9866.blob.core.windows.net/test/data2.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 11\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": []\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Network/networkInterfaces/niccrptestps9866\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://stocrptestps9866.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"BGInfo\",\r\n \"typeHandlerVersion\": \"2.1\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Compute/virtualMachines/vmcrptestps9866/extensions/BGInfo\",\r\n \"name\": \"BGInfo\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n },\r\n {\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Azure.Diagnostics\",\r\n \"type\": \"IaaSDiagnostics\",\r\n \"typeHandlerVersion\": \"1.5\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"settings\": {\r\n \"xmlCfg\": \"PFdhZENmZz4NCiAgICA8RGlhZ25vc3RpY01vbml0b3JDb25maWd1cmF0aW9uIG92ZXJhbGxRdW90YUluTUI9IjIwNDgiIHhtbG5zPSJodHRwOi8vc2NoZW1hcy5taWNyb3NvZnQuY29tL1NlcnZpY2VIb3N0aW5nLzIwMTAvMTAvRGlhZ25vc3RpY3NDb25maWd1cmF0aW9uIj4NCiAgICAgIDxEaWFnbm9zdGljSW5mcmFzdHJ1Y3R1cmVMb2dzIHNjaGVkdWxlZFRyYW5zZmVyTG9nTGV2ZWxGaWx0ZXI9IkVycm9yIiAvPg0KICAgICAgPERpcmVjdG9yaWVzIHNjaGVkdWxlZFRyYW5zZmVyUGVyaW9kPSJQVDFNIj4NCiAgICAgICAgPElJU0xvZ3MgY29udGFpbmVyTmFtZT0id2FkLWlpcy1sb2dmaWxlcyIgLz4NCiAgICAgICAgPEZhaWxlZFJlcXVlc3RMb2dzIGNvbnRhaW5lck5hbWU9IndhZC1mYWlsZWRyZXF1ZXN0bG9ncyIgLz4NCiAgICAgIDwvRGlyZWN0b3JpZXM+DQogICAgICA8UGVyZm9ybWFuY2VDb3VudGVycyBzY2hlZHVsZWRUcmFuc2ZlclBlcmlvZD0iUFQyTSI+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxNZW1vcnlcQXZhaWxhYmxlIE1CeXRlcyIgc2FtcGxlUmF0ZT0iUFQxTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXFdlYiBTZXJ2aWNlKF9Ub3RhbClcSVNBUEkgRXh0ZW5zaW9uIFJlcXVlc3RzL3NlYyIgc2FtcGxlUmF0ZT0iUFQzTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXFdlYiBTZXJ2aWNlKF9Ub3RhbClcQnl0ZXMgVG90YWwvU2VjIiBzYW1wbGVSYXRlPSJQVDFNIiAvPg0KICAgICAgICA8UGVyZm9ybWFuY2VDb3VudGVyQ29uZmlndXJhdGlvbiBjb3VudGVyU3BlY2lmaWVyPSJcQVNQLk5FVCBBcHBsaWNhdGlvbnMoX19Ub3RhbF9fKVxSZXF1ZXN0cy9TZWMiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxBU1AuTkVUIEFwcGxpY2F0aW9ucyhfX1RvdGFsX18pXEVycm9ycyBUb3RhbC9TZWMiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxBU1AuTkVUXFJlcXVlc3RzIFF1ZXVlZCIgc2FtcGxlUmF0ZT0iUFQzTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXEFTUC5ORVRcUmVxdWVzdHMgUmVqZWN0ZWQiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxQcm9jZXNzb3IoX1RvdGFsKVwlIFByb2Nlc3NvciBUaW1lIiBzYW1wbGVSYXRlPSJQVDNNIiAvPg0KICAgICAgPC9QZXJmb3JtYW5jZUNvdW50ZXJzPg0KICAgICAgPFdpbmRvd3NFdmVudExvZyBzY2hlZHVsZWRUcmFuc2ZlclBlcmlvZD0iUFQxTSI+DQogICAgICAgIDxEYXRhU291cmNlIG5hbWU9IkFwcGxpY2F0aW9uISpbU3lzdGVtWyhMZXZlbD0xIG9yIExldmVsPTIpXV0iIC8+DQogICAgICAgIDxEYXRhU291cmNlIG5hbWU9IldpbmRvd3MgQXp1cmUhKltTeXN0ZW1bKExldmVsPTEgb3IgTGV2ZWw9MildXSIgLz4NCiAgICAgIDwvV2luZG93c0V2ZW50TG9nPg0KICAgICAgPENyYXNoRHVtcHM+DQogICAgICAgIDxDcmFzaER1bXBDb25maWd1cmF0aW9uIHByb2Nlc3NOYW1lPSJXYUlJU0hvc3QuZXhlIiAvPg0KICAgICAgICA8Q3Jhc2hEdW1wQ29uZmlndXJhdGlvbiBwcm9jZXNzTmFtZT0iV2FXb3JrZXJIb3N0LmV4ZSIgLz4NCiAgICAgICAgPENyYXNoRHVtcENvbmZpZ3VyYXRpb24gcHJvY2Vzc05hbWU9Inczd3AuZXhlIiAvPg0KICAgICAgPC9DcmFzaER1bXBzPg0KICAgICAgPExvZ3Mgc2NoZWR1bGVkVHJhbnNmZXJQZXJpb2Q9IlBUM00iIC8+DQogICAgPC9EaWFnbm9zdGljTW9uaXRvckNvbmZpZ3VyYXRpb24+DQogIDwvV2FkQ2ZnPg==\",\r\n \"storageAccount\": \"definedinconfigstorage\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Compute/virtualMachines/vmcrptestps9866/extensions/Microsoft.Insights.VMDiagnosticsSettings\",\r\n \"name\": \"Microsoft.Insights.VMDiagnosticsSettings\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Compute/virtualMachines/vmcrptestps9866\",\r\n \"name\": \"vmcrptestps9866\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "6102"
+ "6115"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -2930,10 +2823,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "8c762547-ef1d-426d-8e70-a02453a9d41d"
+ "abde38c8-68df-45b6-8b45-fac9cf1c865c"
],
"Cache-Control": [
"no-cache"
@@ -2943,28 +2836,28 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14919"
+ "14883"
],
"x-ms-correlation-request-id": [
- "f7b737c3-3d11-43d4-9207-7a54404e2b4d"
+ "d28e5d98-3ddc-4e0d-808f-62497ff12765"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T020708Z:f7b737c3-3d11-43d4-9207-7a54404e2b4d"
+ "WESTUS:20160114T080246Z:d28e5d98-3ddc-4e0d-808f-62497ff12765"
],
"Date": [
- "Tue, 22 Dec 2015 02:07:08 GMT"
+ "Thu, 14 Jan 2016 08:02:45 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Compute/virtualMachines/vmcrptestps309?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczMwOS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtY3JwdGVzdHBzMzA5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Compute/virtualMachines/vmcrptestps9866?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rwczk4NjYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bWNycHRlc3Rwczk4NjY/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "4797c955-2a4e-4a13-bb97-6091c79c74a2"
+ "430dc901-ef43-4d52-8ed0-673ff23bc7fa"
],
"accept-language": [
"en-US"
@@ -2973,10 +2866,10 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"properties\": {\r\n \"vmId\": \"e1c34a9f-b874-4de2-b2aa-f9486f9a3de0\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2008-R2-SP1\",\r\n \"version\": \"latest\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"osDisk\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps309.blob.core.windows.net/test/os.vhd\"\r\n },\r\n \"caching\": \"ReadWrite\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"testDataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps309.blob.core.windows.net/test/data1.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 10\r\n },\r\n {\r\n \"lun\": 2,\r\n \"name\": \"testDataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps309.blob.core.windows.net/test/data2.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 11\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": []\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Network/networkInterfaces/niccrptestps309\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://stocrptestps309.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"BGInfo\",\r\n \"typeHandlerVersion\": \"2.1\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Compute/virtualMachines/vmcrptestps309/extensions/BGInfo\",\r\n \"name\": \"BGInfo\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Compute/virtualMachines/vmcrptestps309\",\r\n \"name\": \"vmcrptestps309\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\"\r\n}",
+ "ResponseBody": "{\r\n \"properties\": {\r\n \"vmId\": \"0887da68-82da-4c8e-9167-7e74eebb49b9\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2008-R2-SP1\",\r\n \"version\": \"latest\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"osDisk\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps9866.blob.core.windows.net/test/os.vhd\"\r\n },\r\n \"caching\": \"ReadWrite\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"testDataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps9866.blob.core.windows.net/test/data1.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 10\r\n },\r\n {\r\n \"lun\": 2,\r\n \"name\": \"testDataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps9866.blob.core.windows.net/test/data2.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 11\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": []\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Network/networkInterfaces/niccrptestps9866\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://stocrptestps9866.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"BGInfo\",\r\n \"typeHandlerVersion\": \"2.1\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Compute/virtualMachines/vmcrptestps9866/extensions/BGInfo\",\r\n \"name\": \"BGInfo\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Compute/virtualMachines/vmcrptestps9866\",\r\n \"name\": \"vmcrptestps9866\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "2688"
+ "2699"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -2991,10 +2884,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "6185170d-ea06-47b7-9ffe-52f4f72d98e4"
+ "6580183b-6c84-4aa2-9438-b1c456785190"
],
"Cache-Control": [
"no-cache"
@@ -3004,28 +2897,28 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14908"
+ "14870"
],
"x-ms-correlation-request-id": [
- "4166bc21-71e0-4557-9e6e-0227837d31cb"
+ "bb6add3f-c5db-4be6-8859-301462687761"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T021210Z:4166bc21-71e0-4557-9e6e-0227837d31cb"
+ "WESTUS:20160114T080748Z:bb6add3f-c5db-4be6-8859-301462687761"
],
"Date": [
- "Tue, 22 Dec 2015 02:12:10 GMT"
+ "Thu, 14 Jan 2016 08:07:48 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/publishers?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL3B1Ymxpc2hlcnM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/publishers?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL3B1Ymxpc2hlcnM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "8a5065cd-5232-4b56-b593-cfb06be24a6f"
+ "02cd0193-34ff-4fb6-9048-71492b1cb5d4"
],
"accept-language": [
"en-US"
@@ -3034,10 +2927,10 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "[\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"4psa\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/4psa\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"4ward365\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/4ward365\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"7isolutions\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/7isolutions\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"a10networks\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/a10networks\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"abiquo\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/abiquo\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"active-navigation\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/active-navigation\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"activeeon\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/activeeon\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"adam-software\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/adam-software\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"adatao\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/adatao\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"adobe\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/adobe\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"adobe_test\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/adobe_test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"advantech\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/advantech\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"advantech-webaccess\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/advantech-webaccess\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"aerospike\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/aerospike\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"aimsinnovation\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/aimsinnovation\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"aiscaler-cache-control-ddos-and-url-rewriting-\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/aiscaler-cache-control-ddos-and-url-rewriting-\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"alachisoft\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/alachisoft\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"alertlogic\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/alertlogic\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"AlertLogic.Extension\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/AlertLogic.Extension\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"algebraix-data\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/algebraix-data\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"alldigital-brevity\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/alldigital-brevity\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"altiar\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/altiar\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"appcelerator\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/appcelerator\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"appcitoinc\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/appcitoinc\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"appex-networks\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/appex-networks\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"appistry\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/appistry\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"apprenda\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/apprenda\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"appveyorci\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/appveyorci\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"appzero\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/appzero\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"arangodb\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/arangodb\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"aras\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/aras\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"array_networks\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/array_networks\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"aspex-managed-cloud\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/aspex-managed-cloud\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"attunity_cloudbeam\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/attunity_cloudbeam\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"auriq-systems\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/auriq-systems\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"avepoint\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/avepoint\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"aviatrix-systems\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/aviatrix-systems\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"awingu\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/awingu\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"azul\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/azul\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"AzureRT.Test\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/AzureRT.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Barracuda.Azure.ConnectivityAgent\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Barracuda.Azure.ConnectivityAgent\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"barracudanetworks\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/barracudanetworks\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"basho\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/basho\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Bitnami\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Bitnami\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"bizagi\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/bizagi\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"blackberry\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/blackberry\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"bluetalon\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/bluetalon\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"boundlessgeo\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/boundlessgeo\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"boxless\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/boxless\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"brocade_communications\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/brocade_communications\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"bryte\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/bryte\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"bssw\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/bssw\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"buddhalabs\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/buddhalabs\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"bwappengine\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/bwappengine\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Canonical\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Canonical\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"caringo\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/caringo\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"catechnologies\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/catechnologies\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cautelalabs\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/cautelalabs\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cds\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/cds\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"certivox\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/certivox\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"checkpoint\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/checkpoint\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"checkpointsystems\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/checkpointsystems\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"chef-software\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/chef-software\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Chef.Bootstrap.WindowsAzure\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Chef.Bootstrap.WindowsAzure\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"circleci\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/circleci\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cires21\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/cires21\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cisco\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/cisco\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"clickberry\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/clickberry\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cloud-cruiser\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/cloud-cruiser\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cloudbees-enterprise-jenkins\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/cloudbees-enterprise-jenkins\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cloudboost\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/cloudboost\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cloudera\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/cloudera\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cloudera1qaz2wsx\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/cloudera1qaz2wsx\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cloudhouse\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/cloudhouse\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cloudlink\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/cloudlink\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"CloudLink.SecureVM\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/CloudLink.SecureVM\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"CloudLinkEMC.SecureVM\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/CloudLinkEMC.SecureVM\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"CloudLinkEMC.SecureVM.Test\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/CloudLinkEMC.SecureVM.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cloudsoft\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/cloudsoft\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"clustrix\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/clustrix\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"codelathe\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/codelathe\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cohesive\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/cohesive\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"commvault\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/commvault\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Confer\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Confer\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Confer.TestSensor\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Confer.TestSensor\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cordis\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/cordis\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"corent-technology-pvt\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/corent-technology-pvt\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"CoreOS\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/CoreOS\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cortical-io\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/cortical-io\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"couchbase\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/couchbase\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"credativ\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/credativ\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Dans.Windows.App\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Dans.Windows.App\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Dans2.Windows.App\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Dans2.Windows.App\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Dans3.Windows.App\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Dans3.Windows.App\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"dataart\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/dataart\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"datacastle\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/datacastle\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Datadog.Agent\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Datadog.Agent\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"dataexpeditioninc\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/dataexpeditioninc\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"datalayer\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/datalayer\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"dataliberation\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/dataliberation\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"datastax\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/datastax\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"datasunrise\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/datasunrise\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"defacto_global_\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/defacto_global_\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"dell-software\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/dell-software\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"dell_software\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/dell_software\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"denyall\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/denyall\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"derdack\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/derdack\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"dgsecure\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/dgsecure\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"docker\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/docker\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"dolbydeveloper\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/dolbydeveloper\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"donovapub\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/donovapub\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"drone\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/drone\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"dundas\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/dundas\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"dynatrace.ruxit\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/dynatrace.ruxit\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"easyterritory\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/easyterritory\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"egress\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/egress\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"eip\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/eip\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"eip-eipower\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/eip-eipower\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"elastacloud\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/elastacloud\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"elasticbox\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/elasticbox\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"elfiqnetworks\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/elfiqnetworks\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"eloquera\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/eloquera\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"eperi\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/eperi\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"equilibrium\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/equilibrium\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"ESET\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/ESET\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"ESET.FileSecurity\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/ESET.FileSecurity\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"esri\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/esri\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"eurotech\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/eurotech\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"exasol\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/exasol\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"exit-games\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/exit-games\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"expertime\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/expertime\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"f5-networks\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/f5-networks\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"filebridge\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/filebridge\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"firehost\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/firehost\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"flexerasoftware\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/flexerasoftware\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"foghorn-systems\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/foghorn-systems\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"forscene\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/forscene\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"fortinet\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/fortinet\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"fortycloud\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/fortycloud\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"fw\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/fw\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"g-data-software\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/g-data-software\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"gemalto-safenet\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/gemalto-safenet\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Gemalto.SafeNet.ProtectV\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Gemalto.SafeNet.ProtectV\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"GitHub\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/GitHub\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"greathorn\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/greathorn\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"greensql\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/greensql\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"haivision\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/haivision\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"halobicloud\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/halobicloud\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"hanu\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/hanu\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"hewlett-packard\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/hewlett-packard\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"hortonworks\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/hortonworks\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"iaansys\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/iaansys\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"iamcloud\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/iamcloud\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"imaginecommunications\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/imaginecommunications\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"imc\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/imc\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"imperva\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/imperva\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"incredibuild\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/incredibuild\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"infolibrarian\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/infolibrarian\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"informatica\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/informatica\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"informatica-cloud\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/informatica-cloud\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"infostrat\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/infostrat\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"intel\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/intel\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"intelligent-plant-ltd\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/intelligent-plant-ltd\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"iquest\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/iquest\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"ishlangu-load-balancer-adc\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/ishlangu-load-balancer-adc\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"itelios\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/itelios\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"jedox\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/jedox\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"jelastic\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/jelastic\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"jetnexus\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/jetnexus\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"jfrog\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/jfrog\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"kaazing\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/kaazing\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"kaspersky_lab\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/kaspersky_lab\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"kemptech\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/kemptech\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"kepion\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/kepion\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"le\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/le\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"lieberlieber\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/lieberlieber\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"liebsoft\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/liebsoft\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"literatu\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/literatu\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"loadbalancer\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/loadbalancer\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"LocalTest.TrendMicro.DeepSecurity\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/LocalTest.TrendMicro.DeepSecurity\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"logi-analytics\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/logi-analytics\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"loginpeople\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/loginpeople\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"logtrust\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/logtrust\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"looker\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/looker\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"luxoft\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/luxoft\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"magelia\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/magelia\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"manageengine\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/manageengine\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"massiveanalytic-\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/massiveanalytic-\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"McAfee.EndpointSecurity\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/McAfee.EndpointSecurity\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"McAfee.EndpointSecurity.test3\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/McAfee.EndpointSecurity.test3\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"meanio\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/meanio\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"memsql\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/memsql\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"mentalnotes\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/mentalnotes\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"mesosphere\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/mesosphere\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"metavistech\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/metavistech\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"mfiles\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/mfiles\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"microsoft-ads\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/microsoft-ads\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Azure.Applications\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Azure.Applications\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Azure.Backup.Test\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Azure.Backup.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Azure.Diagnostics\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Azure.Diagnostics\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Azure.Extensions\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Azure.Extensions\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Azure.RecoveryServices\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Azure.RecoveryServices\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Azure.Security\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Azure.Security\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Azure.Security.Internal\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Azure.Security.Internal\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Azure.SiteRecovery.Test\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Azure.SiteRecovery.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Azure.WindowsFabric.Test\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Azure.WindowsFabric.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.AzureCAT.AzureEnhancedMonitoring\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.AzureCAT.AzureEnhancedMonitoring\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.AzureCAT.AzureEnhancedMonitoringTest\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.AzureCAT.AzureEnhancedMonitoringTest\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Compute\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Compute\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.EnterpriseCloud.Monitoring\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.EnterpriseCloud.Monitoring\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.EnterpriseCloud.Monitoring.Test\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.EnterpriseCloud.Monitoring.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.HpcCompute\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.HpcCompute\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.HpcPack\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.HpcPack\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.OSTCExtensions\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.OSTCExtensions\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.OSTCExtensions.Test\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.OSTCExtensions.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.Install\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.Install\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.Internal\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.Internal\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.PaaS\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.PaaS\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.Preview\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.Preview\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.Test\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.Test0\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.Test0\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.Test2\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.Test2\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.Test3\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.Test3\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.UtcTest\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.UtcTest\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.Wmf\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.Wmf\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.Wmf4Test\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.Wmf4Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.Wmf5\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.Wmf5\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.SqlServer.Managability.IaaS.Test\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.SqlServer.Managability.IaaS.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.SqlServer.Management\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.SqlServer.Management\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.SystemCenter\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.SystemCenter\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.VisualStudio\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.VisualStudio\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.VisualStudio.Azure.ETWTraceListenerService\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.VisualStudio.Azure.ETWTraceListenerService\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.VisualStudio.Azure.RemoteDebug\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.VisualStudio.Azure.RemoteDebug\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.VisualStudio.Azure.RemoteDebug.Json\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.VisualStudio.Azure.RemoteDebug.Json\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.VisualStudio.ServiceProfiler\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.VisualStudio.ServiceProfiler\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.VisualStudio.ServiceProfiler.Test\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.VisualStudio.ServiceProfiler.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Windows.AzureRemoteApp.Test\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Windows.AzureRemoteApp.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Windows.RemoteDesktop\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Windows.RemoteDesktop\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.WindowsAzure.Compute\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.WindowsAzure.Compute\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftAzureSiteRecovery\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftAzureSiteRecovery\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftBizTalkServer\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftBizTalkServer\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftDynamicsAX\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftDynamicsAX\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftDynamicsGP\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftDynamicsGP\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftDynamicsNAV\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftDynamicsNAV\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftHybridCloudStorage\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftHybridCloudStorage\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftSharePoint\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftSharePoint\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftSQLServer\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftSQLServer\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftVisualStudio\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftVisualStudio\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftWindowsServer\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftWindowsServer\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftWindowsServerEssentials\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftWindowsServerEssentials\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftWindowsServerHPCPack\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftWindowsServerHPCPack\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftWindowsServerRemoteDesktop\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftWindowsServerRemoteDesktop\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"midvision\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/midvision\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"miracl_linux\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/miracl_linux\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"mokxa-technologies\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/mokxa-technologies\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"moviemasher\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/moviemasher\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"msopentech\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/msopentech\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MSOpenTech.Extensions\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/MSOpenTech.Extensions\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"mtnfog\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/mtnfog\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"mvp-systems\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/mvp-systems\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"mxhero\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/mxhero\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"ncbi\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/ncbi\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"netapp\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/netapp\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"new-signature\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/new-signature\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"nextlimit\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/nextlimit\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"nexus\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/nexus\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"nginxinc\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/nginxinc\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"nicepeopleatwork\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/nicepeopleatwork\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"nodejsapi\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/nodejsapi\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"nuxeo\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/nuxeo\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"officeclipsuite\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/officeclipsuite\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"op5\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/op5\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"opencell\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/opencell\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"OpenLogic\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/OpenLogic\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"openmeap\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/openmeap\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"opennebulasystems\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/opennebulasystems\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"opentext\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/opentext\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Oracle\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Oracle\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"orientdb\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/orientdb\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"osisoft\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/osisoft\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"outsystems\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/outsystems\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"panzura-file-system\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/panzura-file-system\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"pointmatter\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/pointmatter\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"predictionio\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/predictionio\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"predixion\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/predixion\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"prestashop\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/prestashop\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"primestream\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/primestream\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"profisee\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/profisee\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"ptv_group\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/ptv_group\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"PuppetLabs\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/PuppetLabs\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"PuppetLabs.Test\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/PuppetLabs.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"pxlag_swiss\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/pxlag_swiss\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"quasardb\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/quasardb\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"rancher\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/rancher\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"redpoint-global\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/redpoint-global\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"remotelearner\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/remotelearner\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"revolution-analytics\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/revolution-analytics\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"RightScaleLinux\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/RightScaleLinux\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"RightScaleWindowsServer\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/RightScaleWindowsServer\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"riverbed\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/riverbed\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"RiverbedTechnology\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/RiverbedTechnology\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"rocketsoftware\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/rocketsoftware\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"rocket_software\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/rocket_software\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"saltstack\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/saltstack\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"sap\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/sap\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"scalearc\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/scalearc\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"scalebase\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/scalebase\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"seagate\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/seagate\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"searchblox\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/searchblox\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"sensorberg\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/sensorberg\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"servoy\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/servoy\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"sharefile\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/sharefile\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"shavlik\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/shavlik\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"sightapps\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/sightapps\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"sinefa\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/sinefa\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"sios_datakeeper\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/sios_datakeeper\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"sisense\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/sisense\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"snip2code\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/snip2code\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"softnas\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/softnas\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"soha\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/soha\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"solanolabs\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/solanolabs\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"spacecurve\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/spacecurve\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"spagobi\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/spagobi\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"sphere3d\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/sphere3d\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"stackato-platform-as-a-service\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/stackato-platform-as-a-service\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"stackstorm\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/stackstorm\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"starwind\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/starwind\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"steelhive\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/steelhive\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"stonefly\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/stonefly\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"stormshield\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/stormshield\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"stratalux\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/stratalux\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"sunview-software\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/sunview-software\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"SUSE\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/SUSE\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Symantec\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Symantec\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Symantec.QA\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Symantec.QA\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Symantec.staging\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Symantec.staging\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Symantec.test\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Symantec.test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"tactic\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/tactic\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"talon\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/talon\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"targit\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/targit\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"tavendo\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/tavendo\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"techdivision\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/techdivision\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"telepat\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/telepat\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"tenable\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/tenable\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"tentity\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/tentity\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Test.Barracuda.Azure.ConnectivityAgent\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Test.Barracuda.Azure.ConnectivityAgent\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Test.Gemalto.SafeNet.ProtectV\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Test.Gemalto.SafeNet.ProtectV\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Test.Gemalto.SafeNet.ProtectV.Azure\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Test.Gemalto.SafeNet.ProtectV.Azure\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Test.HP.AppDefender\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Test.HP.AppDefender\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Test.NJHP.AppDefender\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Test.NJHP.AppDefender\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Test.TrendMicro.DeepSecurity\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Test.TrendMicro.DeepSecurity\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Test.TrendMicro.DeepSecurity2\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Test.TrendMicro.DeepSecurity2\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Test.TrendMicro.DeepSecurity3\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Test.TrendMicro.DeepSecurity3\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Test1.NJHP.AppDefender\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Test1.NJHP.AppDefender\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"thinkboxsoftware\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/thinkboxsoftware\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"topdesk\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/topdesk\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"torusware\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/torusware\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"transvault\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/transvault\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"trendmicro\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/trendmicro\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"TrendMicro.DeepSecurity\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/TrendMicro.DeepSecurity\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"TrendMicro.DeepSecurity.Test2\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/TrendMicro.DeepSecurity.Test2\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"TrendMicro.PortalProtect\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/TrendMicro.PortalProtect\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"tsa-public-service\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/tsa-public-service\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"typesafe\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/typesafe\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"ubercloud\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/ubercloud\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"unidesk\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/unidesk\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"unidesk-corp\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/unidesk-corp\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"usp\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/usp\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"vbot\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/vbot\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"veeam\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/veeam\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"vidispine\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/vidispine\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"vidizmo\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/vidizmo\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"virtualworks\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/virtualworks\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"vision_solutions\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/vision_solutions\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"vmturbo\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/vmturbo\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Vormetric\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Vormetric\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Vormetric.VormetricTransparentEncryption\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Vormetric.VormetricTransparentEncryption\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"vte\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/vte\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"WAD-VMSS.Test\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/WAD-VMSS.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"WAD2AI.Diagnostics.Test\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/WAD2AI.Diagnostics.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"WADVMSS.Test\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/WADVMSS.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"waratek\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/waratek\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"warewolf-esb\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/warewolf-esb\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"watchfulsoftware\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/watchfulsoftware\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"websense-apmailpe\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/websense-apmailpe\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"wmspanel\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/wmspanel\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"workshare-technology\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/workshare-technology\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"wowza\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/wowza\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"xebialabs\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/xebialabs\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"xfinityinc\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/xfinityinc\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"xmpro\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/xmpro\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"xtremedata\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/xtremedata\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"yellowfin\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/yellowfin\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"your-shop-online\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/your-shop-online\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"zementis\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/zementis\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"zend\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/zend\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"zoomdata\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/zoomdata\"\r\n }\r\n]",
+ "ResponseBody": "[\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"4psa\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/4psa\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"4ward365\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/4ward365\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"7isolutions\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/7isolutions\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"a10networks\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/a10networks\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"abiquo\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/abiquo\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"active-navigation\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/active-navigation\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"activeeon\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/activeeon\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"adam-software\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/adam-software\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"adatao\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/adatao\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"adobe\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/adobe\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"adobe_test\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/adobe_test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"advantech\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/advantech\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"advantech-webaccess\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/advantech-webaccess\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"aerospike\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/aerospike\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"aimsinnovation\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/aimsinnovation\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"aiscaler-cache-control-ddos-and-url-rewriting-\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/aiscaler-cache-control-ddos-and-url-rewriting-\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"alachisoft\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/alachisoft\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"alertlogic\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/alertlogic\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"AlertLogic.Extension\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/AlertLogic.Extension\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"algebraix-data\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/algebraix-data\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"alldigital-brevity\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/alldigital-brevity\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"altiar\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/altiar\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"appcelerator\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/appcelerator\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"appcitoinc\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/appcitoinc\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"appex-networks\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/appex-networks\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"appistry\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/appistry\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"apprenda\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/apprenda\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"appveyorci\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/appveyorci\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"appzero\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/appzero\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"arangodb\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/arangodb\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"aras\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/aras\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"array_networks\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/array_networks\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"aspex-managed-cloud\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/aspex-managed-cloud\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"attunity_cloudbeam\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/attunity_cloudbeam\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"auriq-systems\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/auriq-systems\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"avepoint\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/avepoint\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"aviatrix-systems\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/aviatrix-systems\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"awingu\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/awingu\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"azul\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/azul\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"AzureRT.Test\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/AzureRT.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Barracuda.Azure.ConnectivityAgent\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Barracuda.Azure.ConnectivityAgent\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"barracudanetworks\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/barracudanetworks\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"basho\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/basho\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Bitnami\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Bitnami\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"bizagi\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/bizagi\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"blackberry\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/blackberry\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"bluetalon\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/bluetalon\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"boundlessgeo\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/boundlessgeo\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"boxless\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/boxless\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"brocade_communications\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/brocade_communications\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"bryte\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/bryte\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"bssw\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/bssw\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"buddhalabs\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/buddhalabs\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"bwappengine\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/bwappengine\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Canonical\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Canonical\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"caringo\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/caringo\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"catechnologies\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/catechnologies\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cautelalabs\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/cautelalabs\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cds\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/cds\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"certivox\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/certivox\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"checkpoint\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/checkpoint\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"checkpointsystems\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/checkpointsystems\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"chef-software\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/chef-software\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Chef.Bootstrap.WindowsAzure\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Chef.Bootstrap.WindowsAzure\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"circleci\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/circleci\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cires21\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/cires21\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cisco\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/cisco\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"clickberry\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/clickberry\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cloud-cruiser\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/cloud-cruiser\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cloudbees-enterprise-jenkins\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/cloudbees-enterprise-jenkins\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cloudbolt-software\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/cloudbolt-software\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cloudboost\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/cloudboost\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cloudera\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/cloudera\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cloudera1qaz2wsx\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/cloudera1qaz2wsx\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cloudhouse\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/cloudhouse\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cloudlink\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/cloudlink\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"CloudLink.SecureVM\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/CloudLink.SecureVM\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"CloudLinkEMC.SecureVM\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/CloudLinkEMC.SecureVM\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"CloudLinkEMC.SecureVM.Test\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/CloudLinkEMC.SecureVM.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cloudsoft\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/cloudsoft\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"clustrix\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/clustrix\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"codelathe\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/codelathe\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cohesive\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/cohesive\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"commvault\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/commvault\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Confer\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Confer\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Confer.TestSensor\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Confer.TestSensor\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cordis\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/cordis\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"corent-technology-pvt\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/corent-technology-pvt\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"CoreOS\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/CoreOS\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cortical-io\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/cortical-io\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"couchbase\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/couchbase\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"credativ\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/credativ\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Dans.Windows.App\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Dans.Windows.App\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Dans2.Windows.App\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Dans2.Windows.App\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Dans3.Windows.App\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Dans3.Windows.App\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"dataart\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/dataart\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"datacastle\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/datacastle\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Datadog.Agent\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Datadog.Agent\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"dataexpeditioninc\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/dataexpeditioninc\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"dataiku\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/dataiku\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"datalayer\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/datalayer\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"dataliberation\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/dataliberation\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"datastax\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/datastax\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"datasunrise\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/datasunrise\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"defacto_global_\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/defacto_global_\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"dell-software\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/dell-software\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"dell_software\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/dell_software\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"denyall\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/denyall\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"derdack\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/derdack\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"dgsecure\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/dgsecure\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"docker\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/docker\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"dolbydeveloper\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/dolbydeveloper\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"dome9\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/dome9\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"donovapub\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/donovapub\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"drone\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/drone\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"dundas\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/dundas\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"dynatrace.ruxit\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/dynatrace.ruxit\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"easyterritory\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/easyterritory\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"egress\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/egress\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"eip\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/eip\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"eip-eipower\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/eip-eipower\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"elastacloud\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/elastacloud\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"elasticbox\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/elasticbox\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"elfiqnetworks\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/elfiqnetworks\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"eloquera\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/eloquera\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"eperi\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/eperi\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"equilibrium\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/equilibrium\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"ESET\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/ESET\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"ESET.FileSecurity\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/ESET.FileSecurity\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"esri\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/esri\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"eurotech\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/eurotech\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"exasol\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/exasol\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"exit-games\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/exit-games\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"expertime\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/expertime\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"f5-networks\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/f5-networks\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"filebridge\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/filebridge\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"firehost\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/firehost\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"flexerasoftware\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/flexerasoftware\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"foghorn-systems\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/foghorn-systems\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"forscene\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/forscene\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"fortinet\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/fortinet\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"fortycloud\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/fortycloud\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"fw\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/fw\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"g-data-software\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/g-data-software\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"gemalto-safenet\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/gemalto-safenet\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Gemalto.SafeNet.ProtectV\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Gemalto.SafeNet.ProtectV\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"GitHub\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/GitHub\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"greathorn\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/greathorn\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"greensql\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/greensql\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"haivision\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/haivision\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"halobicloud\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/halobicloud\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"hanu\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/hanu\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"hewlett-packard\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/hewlett-packard\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"hortonworks\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/hortonworks\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"iaansys\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/iaansys\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"iamcloud\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/iamcloud\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"imaginecommunications\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/imaginecommunications\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"imc\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/imc\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"imperva\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/imperva\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"incredibuild\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/incredibuild\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"infolibrarian\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/infolibrarian\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"informatica\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/informatica\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"informatica-cloud\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/informatica-cloud\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"infostrat\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/infostrat\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"intel\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/intel\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"intelligent-plant-ltd\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/intelligent-plant-ltd\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"iquest\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/iquest\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"ishlangu-load-balancer-adc\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/ishlangu-load-balancer-adc\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"itelios\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/itelios\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"jedox\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/jedox\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"jelastic\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/jelastic\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"jetnexus\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/jetnexus\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"jfrog\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/jfrog\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"jitterbit_integration\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/jitterbit_integration\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"kaazing\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/kaazing\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"kaspersky_lab\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/kaspersky_lab\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"kemptech\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/kemptech\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"kepion\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/kepion\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"kollective\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/kollective\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"le\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/le\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"lieberlieber\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/lieberlieber\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"liebsoft\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/liebsoft\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"literatu\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/literatu\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"loadbalancer\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/loadbalancer\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"LocalTest.TrendMicro.DeepSecurity\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/LocalTest.TrendMicro.DeepSecurity\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"logi-analytics\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/logi-analytics\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"loginpeople\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/loginpeople\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"logtrust\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/logtrust\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"looker\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/looker\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"luxoft\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/luxoft\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"magelia\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/magelia\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"manageengine\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/manageengine\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"massiveanalytic-\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/massiveanalytic-\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"McAfee.EndpointSecurity\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/McAfee.EndpointSecurity\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"McAfee.EndpointSecurity.test3\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/McAfee.EndpointSecurity.test3\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"meanio\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/meanio\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"mediazenie\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/mediazenie\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"memsql\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/memsql\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"mentalnotes\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/mentalnotes\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"mesosphere\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/mesosphere\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"metavistech\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/metavistech\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"mfiles\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/mfiles\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"microsoft-ads\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/microsoft-ads\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"microsoft-r-products\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/microsoft-r-products\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Azure.Applications\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Azure.Applications\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Azure.Backup.Test\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Azure.Backup.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Azure.Diagnostics\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Azure.Diagnostics\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Azure.Extensions\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Azure.Extensions\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Azure.RecoveryServices\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Azure.RecoveryServices\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Azure.Security\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Azure.Security\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Azure.Security.Internal\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Azure.Security.Internal\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Azure.SiteRecovery.Test\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Azure.SiteRecovery.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Azure.WindowsFabric.Test\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Azure.WindowsFabric.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.AzureCAT.AzureEnhancedMonitoring\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.AzureCAT.AzureEnhancedMonitoring\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.AzureCAT.AzureEnhancedMonitoringTest\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.AzureCAT.AzureEnhancedMonitoringTest\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Compute\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Compute\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.EnterpriseCloud.Monitoring\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.EnterpriseCloud.Monitoring\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.EnterpriseCloud.Monitoring.Test\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.EnterpriseCloud.Monitoring.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.HpcCompute\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.HpcCompute\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.HpcPack\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.HpcPack\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.OSTCExtensions\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.OSTCExtensions\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.OSTCExtensions.Test\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.OSTCExtensions.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.Install\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.Install\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.Internal\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.Internal\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.PaaS\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.PaaS\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.Preview\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.Preview\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.Test\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.Test.0\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.Test.0\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.Test0\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.Test0\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.Test2\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.Test2\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.Test3\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.Test3\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.UtcTest\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.UtcTest\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.Wmf\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.Wmf\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.Wmf4Test\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.Wmf4Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.Wmf5\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.Wmf5\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.SqlServer.Managability.IaaS.Test\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.SqlServer.Managability.IaaS.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.SqlServer.Management\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.SqlServer.Management\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.SystemCenter\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.SystemCenter\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.VisualStudio\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.VisualStudio\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.VisualStudio.Azure.ETWTraceListenerService\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.VisualStudio.Azure.ETWTraceListenerService\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.VisualStudio.Azure.RemoteDebug\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.VisualStudio.Azure.RemoteDebug\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.VisualStudio.Azure.RemoteDebug.Json\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.VisualStudio.Azure.RemoteDebug.Json\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.VisualStudio.ServiceProfiler\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.VisualStudio.ServiceProfiler\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.VisualStudio.ServiceProfiler.Test\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.VisualStudio.ServiceProfiler.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Windows.AzureRemoteApp.Test\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Windows.AzureRemoteApp.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Windows.RemoteDesktop\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Windows.RemoteDesktop\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.WindowsAzure.Compute\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.WindowsAzure.Compute\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftAzureSiteRecovery\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftAzureSiteRecovery\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftBizTalkServer\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftBizTalkServer\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftDynamicsAX\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftDynamicsAX\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftDynamicsGP\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftDynamicsGP\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftDynamicsNAV\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftDynamicsNAV\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftHybridCloudStorage\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftHybridCloudStorage\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftSharePoint\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftSharePoint\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftSQLServer\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftSQLServer\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftVisualStudio\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftVisualStudio\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftWindowsServer\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftWindowsServer\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftWindowsServerEssentials\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftWindowsServerEssentials\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftWindowsServerHPCPack\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftWindowsServerHPCPack\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftWindowsServerRemoteDesktop\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftWindowsServerRemoteDesktop\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"midvision\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/midvision\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"miracl_linux\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/miracl_linux\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"mokxa-technologies\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/mokxa-technologies\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"moviemasher\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/moviemasher\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"msopentech\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/msopentech\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MSOpenTech.Extensions\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/MSOpenTech.Extensions\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"mtnfog\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/mtnfog\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"mvp-systems\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/mvp-systems\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"mxhero\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/mxhero\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"ncbi\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/ncbi\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"netapp\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/netapp\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"new-signature\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/new-signature\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"nextlimit\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/nextlimit\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"nexus\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/nexus\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"nginxinc\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/nginxinc\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"nicepeopleatwork\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/nicepeopleatwork\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"nodejsapi\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/nodejsapi\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"nuxeo\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/nuxeo\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"officeclipsuite\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/officeclipsuite\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"op5\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/op5\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"opencell\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/opencell\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"OpenLogic\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/OpenLogic\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"openmeap\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/openmeap\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"opennebulasystems\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/opennebulasystems\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"opentext\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/opentext\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Oracle\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Oracle\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"orientdb\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/orientdb\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"osisoft\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/osisoft\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"outsystems\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/outsystems\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"panzura-file-system\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/panzura-file-system\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"pointmatter\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/pointmatter\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"predictionio\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/predictionio\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"predixion\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/predixion\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"prestashop\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/prestashop\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"primestream\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/primestream\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"profisee\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/profisee\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"ptv_group\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/ptv_group\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"PuppetLabs\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/PuppetLabs\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"pxlag_swiss\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/pxlag_swiss\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"quasardb\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/quasardb\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"rancher\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/rancher\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"redpoint-global\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/redpoint-global\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"remotelearner\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/remotelearner\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"revolution-analytics\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/revolution-analytics\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"RightScaleLinux\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/RightScaleLinux\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"RightScaleWindowsServer\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/RightScaleWindowsServer\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"riverbed\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/riverbed\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"RiverbedTechnology\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/RiverbedTechnology\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"rocketsoftware\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/rocketsoftware\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"rocket_software\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/rocket_software\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"saltstack\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/saltstack\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"sap\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/sap\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"scalearc\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/scalearc\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"scalebase\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/scalebase\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"seagate\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/seagate\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"searchblox\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/searchblox\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"sensorberg\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/sensorberg\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"servoy\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/servoy\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"sharefile\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/sharefile\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"shavlik\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/shavlik\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"sightapps\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/sightapps\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"sinefa\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/sinefa\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"sios_datakeeper\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/sios_datakeeper\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"sisense\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/sisense\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"snip2code\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/snip2code\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"softnas\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/softnas\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"soha\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/soha\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"solanolabs\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/solanolabs\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"spacecurve\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/spacecurve\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"spagobi\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/spagobi\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"sphere3d\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/sphere3d\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"stackato-platform-as-a-service\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/stackato-platform-as-a-service\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"stackstorm\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/stackstorm\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"starwind\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/starwind\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"steelhive\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/steelhive\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"stonefly\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/stonefly\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"stormshield\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/stormshield\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"stratalux\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/stratalux\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"sunview-software\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/sunview-software\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"SUSE\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/SUSE\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Symantec\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Symantec\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Symantec.QA\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Symantec.QA\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Symantec.staging\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Symantec.staging\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Symantec.test\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Symantec.test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"tactic\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/tactic\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"talon\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/talon\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"targit\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/targit\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"tavendo\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/tavendo\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"techdivision\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/techdivision\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"telepat\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/telepat\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"tenable\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/tenable\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"tentity\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/tentity\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Test.Barracuda.Azure.ConnectivityAgent\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Test.Barracuda.Azure.ConnectivityAgent\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Test.Gemalto.SafeNet.ProtectV\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Test.Gemalto.SafeNet.ProtectV\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Test.Gemalto.SafeNet.ProtectV.Azure\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Test.Gemalto.SafeNet.ProtectV.Azure\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Test.HP.AppDefender\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Test.HP.AppDefender\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Test.NJHP.AppDefender\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Test.NJHP.AppDefender\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Test.TrendMicro.DeepSecurity\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Test.TrendMicro.DeepSecurity\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Test.TrendMicro.DeepSecurity2\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Test.TrendMicro.DeepSecurity2\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Test.TrendMicro.DeepSecurity3\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Test.TrendMicro.DeepSecurity3\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Test1.NJHP.AppDefender\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Test1.NJHP.AppDefender\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"thinkboxsoftware\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/thinkboxsoftware\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"topdesk\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/topdesk\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"torusware\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/torusware\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"transvault\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/transvault\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"trendmicro\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/trendmicro\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"TrendMicro.DeepSecurity\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/TrendMicro.DeepSecurity\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"TrendMicro.DeepSecurity.Test2\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/TrendMicro.DeepSecurity.Test2\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"TrendMicro.PortalProtect\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/TrendMicro.PortalProtect\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"tsa-public-service\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/tsa-public-service\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"typesafe\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/typesafe\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"ubercloud\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/ubercloud\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"unidesk\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/unidesk\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"unidesk-corp\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/unidesk-corp\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"usp\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/usp\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"vbot\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/vbot\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"veeam\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/veeam\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"vidispine\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/vidispine\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"vidizmo\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/vidizmo\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"virtualworks\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/virtualworks\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"vision_solutions\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/vision_solutions\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"vmturbo\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/vmturbo\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Vormetric\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Vormetric\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Vormetric.VormetricTransparentEncryption\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Vormetric.VormetricTransparentEncryption\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"vte\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/vte\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"WAD-VMSS.Test\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/WAD-VMSS.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"WAD2AI.Diagnostics.Test\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/WAD2AI.Diagnostics.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"WADVMSS.Test\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/WADVMSS.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"waratek\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/waratek\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"warewolf-esb\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/warewolf-esb\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"watchfulsoftware\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/watchfulsoftware\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"websense-apmailpe\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/websense-apmailpe\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"wmspanel\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/wmspanel\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"workshare-technology\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/workshare-technology\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"wowza\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/wowza\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"xebialabs\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/xebialabs\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"xfinityinc\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/xfinityinc\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"xmpro\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/xmpro\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"xtremedata\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/xtremedata\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"yellowfin\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/yellowfin\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"your-shop-online\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/your-shop-online\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"zementis\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/zementis\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"zend\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/zend\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"zoomdata\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/zoomdata\"\r\n }\r\n]",
"ResponseHeaders": {
"Content-Length": [
- "70063"
+ "71305"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -3052,7 +2945,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "c5a84579-9b39-4be4-a5ff-deac319635d8"
+ "3f233690-9afa-4952-ac58-489ab8a7352d"
],
"Cache-Control": [
"no-cache"
@@ -3062,28 +2955,28 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14982"
+ "14962"
],
"x-ms-correlation-request-id": [
- "b9d028f5-6839-425a-815d-1ed0b42c2db0"
+ "84cd191b-4803-4781-96ee-dff7716b623e"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T013931Z:b9d028f5-6839-425a-815d-1ed0b42c2db0"
+ "WESTUS:20160114T073800Z:84cd191b-4803-4781-96ee-dff7716b623e"
],
"Date": [
- "Tue, 22 Dec 2015 01:39:31 GMT"
+ "Thu, 14 Jan 2016 07:38:00 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/publishers/Microsoft.Compute/artifacttypes/vmextension/types?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL3B1Ymxpc2hlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXJ0aWZhY3R0eXBlcy92bWV4dGVuc2lvbi90eXBlcz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/publishers/Microsoft.Compute/artifacttypes/vmextension/types?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL3B1Ymxpc2hlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXJ0aWZhY3R0eXBlcy92bWV4dGVuc2lvbi90eXBlcz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "023a1b3d-9baf-49f6-a962-63e00e495226"
+ "867e6199-8d1a-469a-91e4-3e3dac8af2d7"
],
"accept-language": [
"en-US"
@@ -3092,7 +2985,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "[\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/BGInfo\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"CustomScriptExtension\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/CustomScriptExtension\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"JsonADDomainExtension\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/JsonADDomainExtension\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"VMAccessAgent\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/VMAccessAgent\"\r\n }\r\n]",
+ "ResponseBody": "[\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/BGInfo\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"CustomScriptExtension\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/CustomScriptExtension\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"JsonADDomainExtension\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/JsonADDomainExtension\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"VMAccessAgent\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/VMAccessAgent\"\r\n }\r\n]",
"ResponseHeaders": {
"Content-Length": [
"1033"
@@ -3110,245 +3003,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "a2bae906-ee25-48cb-a47e-fc93e91dfadc"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14981"
- ],
- "x-ms-correlation-request-id": [
- "18e9cd8e-2a8d-439a-8fe7-a18e19a3ad95"
- ],
- "x-ms-routing-request-id": [
- "CENTRALUS:20151222T013932Z:18e9cd8e-2a8d-439a-8fe7-a18e19a3ad95"
- ],
- "Date": [
- "Tue, 22 Dec 2015 01:39:31 GMT"
- ]
- },
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/publishers/Microsoft.Compute/artifacttypes/vmextension/types/BGInfo/versions?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL3B1Ymxpc2hlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXJ0aWZhY3R0eXBlcy92bWV4dGVuc2lvbi90eXBlcy9CR0luZm8vdmVyc2lvbnM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-client-request-id": [
- "1cb122d8-0e04-4ee9-9288-39bc9aefe707"
- ],
- "accept-language": [
- "en-US"
- ],
- "User-Agent": [
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
- ]
- },
- "ResponseBody": "[\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"2.1\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/BGInfo/Versions/2.1\"\r\n }\r\n]",
- "ResponseHeaders": {
- "Content-Length": [
- "252"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "x-ms-request-id": [
- "0be550f7-6da5-4126-a5b8-75431632f9c0"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14980"
- ],
- "x-ms-correlation-request-id": [
- "ffd17972-b0aa-44e9-98ff-3981de748666"
- ],
- "x-ms-routing-request-id": [
- "CENTRALUS:20151222T013932Z:ffd17972-b0aa-44e9-98ff-3981de748666"
- ],
- "Date": [
- "Tue, 22 Dec 2015 01:39:31 GMT"
- ]
- },
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Compute/virtualMachines/vmcrptestps309/extensions/BGInfo?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczMwOS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtY3JwdGVzdHBzMzA5L2V4dGVuc2lvbnMvQkdJbmZvP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
- "RequestMethod": "PUT",
- "RequestBody": "{\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"BGInfo\",\r\n \"typeHandlerVersion\": \"2.1\",\r\n \"autoUpgradeMinorVersion\": true\r\n }\r\n}",
- "RequestHeaders": {
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Content-Length": [
- "187"
- ],
- "x-ms-client-request-id": [
- "16fbd44a-baf1-4f9b-bb0b-871dfd7eb7e6"
- ],
- "accept-language": [
- "en-US"
- ],
- "User-Agent": [
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
- ]
- },
- "ResponseBody": "{\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"BGInfo\",\r\n \"typeHandlerVersion\": \"2.1\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Creating\"\r\n },\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Compute/virtualMachines/vmcrptestps309/extensions/BGInfo\",\r\n \"name\": \"BGInfo\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n}",
- "ResponseHeaders": {
- "Content-Length": [
- "473"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/a636df62-7c78-4070-a30f-cbaae7311b9c?api-version=2015-06-15"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
- ],
- "x-ms-request-id": [
- "a636df62-7c78-4070-a30f-cbaae7311b9c"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-writes": [
- "1198"
- ],
- "x-ms-correlation-request-id": [
- "31776cfd-e2f8-47d0-abc8-183ec6d4331c"
- ],
- "x-ms-routing-request-id": [
- "CENTRALUS:20151222T013935Z:31776cfd-e2f8-47d0-abc8-183ec6d4331c"
- ],
- "Date": [
- "Tue, 22 Dec 2015 01:39:34 GMT"
- ]
- },
- "StatusCode": 201
- },
- {
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/a636df62-7c78-4070-a30f-cbaae7311b9c?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYTYzNmRmNjItN2M3OC00MDcwLWEzMGYtY2JhYWU3MzExYjljP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
- ]
- },
- "ResponseBody": "{\r\n \"operationId\": \"a636df62-7c78-4070-a30f-cbaae7311b9c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:39:34.0550648-08:00\"\r\n}",
- "ResponseHeaders": {
- "Content-Length": [
- "141"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
- ],
- "x-ms-request-id": [
- "401aebc2-93fb-4585-87eb-2b3102bb396a"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14979"
- ],
- "x-ms-correlation-request-id": [
- "b0d2d73f-32b5-4c22-88db-5360778a5d2c"
- ],
- "x-ms-routing-request-id": [
- "CENTRALUS:20151222T014005Z:b0d2d73f-32b5-4c22-88db-5360778a5d2c"
- ],
- "Date": [
- "Tue, 22 Dec 2015 01:40:04 GMT"
- ]
- },
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/a636df62-7c78-4070-a30f-cbaae7311b9c?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYTYzNmRmNjItN2M3OC00MDcwLWEzMGYtY2JhYWU3MzExYjljP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
- ]
- },
- "ResponseBody": "{\r\n \"operationId\": \"a636df62-7c78-4070-a30f-cbaae7311b9c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:39:34.0550648-08:00\"\r\n}",
- "ResponseHeaders": {
- "Content-Length": [
- "141"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
- ],
- "x-ms-request-id": [
- "c98d248d-b945-4547-90b0-5d309b332074"
+ "d638ad19-f3e7-4c82-b572-62ad3e81f09d"
],
"Cache-Control": [
"no-cache"
@@ -3358,34 +3013,40 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14978"
+ "14961"
],
"x-ms-correlation-request-id": [
- "db58bb23-ca4f-4a49-9083-13f326d0171d"
+ "ab693d8d-c533-42bc-b41a-82285bafd8a5"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T014035Z:db58bb23-ca4f-4a49-9083-13f326d0171d"
+ "WESTUS:20160114T073800Z:ab693d8d-c533-42bc-b41a-82285bafd8a5"
],
"Date": [
- "Tue, 22 Dec 2015 01:40:34 GMT"
+ "Thu, 14 Jan 2016 07:38:00 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/a636df62-7c78-4070-a30f-cbaae7311b9c?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYTYzNmRmNjItN2M3OC00MDcwLWEzMGYtY2JhYWU3MzExYjljP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/publishers/Microsoft.Compute/artifacttypes/vmextension/types/BGInfo/versions?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL3B1Ymxpc2hlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXJ0aWZhY3R0eXBlcy92bWV4dGVuc2lvbi90eXBlcy9CR0luZm8vdmVyc2lvbnM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
+ "x-ms-client-request-id": [
+ "0ed1f771-e21f-4c63-9745-7ca79208213e"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
"User-Agent": [
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"a636df62-7c78-4070-a30f-cbaae7311b9c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:39:34.0550648-08:00\"\r\n}",
+ "ResponseBody": "[\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"2.1\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/BGInfo/Versions/2.1\"\r\n }\r\n]",
"ResponseHeaders": {
"Content-Length": [
- "141"
+ "252"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -3399,11 +3060,8 @@
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
- "x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
- ],
"x-ms-request-id": [
- "0951e26d-adfc-46c5-89f7-2a7f8eb7aaa7"
+ "5e964a97-7cb1-412c-97bf-25e5752d50bc"
],
"Cache-Control": [
"no-cache"
@@ -3413,34 +3071,46 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14977"
+ "14960"
],
"x-ms-correlation-request-id": [
- "a2283c3f-07f6-4536-874f-195f4e501c18"
+ "69d0acfe-c642-41a7-a668-37439d4059d6"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T014105Z:a2283c3f-07f6-4536-874f-195f4e501c18"
+ "WESTUS:20160114T073800Z:69d0acfe-c642-41a7-a668-37439d4059d6"
],
"Date": [
- "Tue, 22 Dec 2015 01:41:04 GMT"
+ "Thu, 14 Jan 2016 07:38:00 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/a636df62-7c78-4070-a30f-cbaae7311b9c?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYTYzNmRmNjItN2M3OC00MDcwLWEzMGYtY2JhYWU3MzExYjljP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
- "RequestMethod": "GET",
- "RequestBody": "",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Compute/virtualMachines/vmcrptestps9866/extensions/BGInfo?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rwczk4NjYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bWNycHRlc3Rwczk4NjYvZXh0ZW5zaW9ucy9CR0luZm8/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"BGInfo\",\r\n \"typeHandlerVersion\": \"2.1\",\r\n \"autoUpgradeMinorVersion\": true\r\n }\r\n}",
"RequestHeaders": {
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "187"
+ ],
+ "x-ms-client-request-id": [
+ "1b963040-f388-4fb9-995d-d2354599084f"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
"User-Agent": [
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"a636df62-7c78-4070-a30f-cbaae7311b9c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:39:34.0550648-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"BGInfo\",\r\n \"typeHandlerVersion\": \"2.1\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Creating\"\r\n },\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Compute/virtualMachines/vmcrptestps9866/extensions/BGInfo\",\r\n \"name\": \"BGInfo\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "141"
+ "475"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -3451,14 +3121,17 @@
"Pragma": [
"no-cache"
],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/4493754f-fe79-4363-ae33-ff6c4f26732e?api-version=2015-06-15"
+ ],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "8c4f9fdf-6914-4db7-bfcc-734909c2f2ac"
+ "4493754f-fe79-4363-ae33-ff6c4f26732e"
],
"Cache-Control": [
"no-cache"
@@ -3467,24 +3140,24 @@
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14976"
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1198"
],
"x-ms-correlation-request-id": [
- "9c4afed7-af6e-4b47-8ffc-5cf72a7aebe1"
+ "0590c036-fea0-435f-91da-cf8b10a31958"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T014135Z:9c4afed7-af6e-4b47-8ffc-5cf72a7aebe1"
+ "WESTUS:20160114T073804Z:0590c036-fea0-435f-91da-cf8b10a31958"
],
"Date": [
- "Tue, 22 Dec 2015 01:41:35 GMT"
+ "Thu, 14 Jan 2016 07:38:04 GMT"
]
},
- "StatusCode": 200
+ "StatusCode": 201
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/a636df62-7c78-4070-a30f-cbaae7311b9c?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYTYzNmRmNjItN2M3OC00MDcwLWEzMGYtY2JhYWU3MzExYjljP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/4493754f-fe79-4363-ae33-ff6c4f26732e?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNDQ5Mzc1NGYtZmU3OS00MzYzLWFlMzMtZmY2YzRmMjY3MzJlP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -3492,7 +3165,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"a636df62-7c78-4070-a30f-cbaae7311b9c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:39:34.0550648-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"4493754f-fe79-4363-ae33-ff6c4f26732e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:38:03.2252504-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -3510,10 +3183,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "78b62157-c3b0-41ca-8538-d20418752bd6"
+ "e056c4aa-2594-4a9a-94b0-d53283ee4856"
],
"Cache-Control": [
"no-cache"
@@ -3523,23 +3196,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14975"
+ "14959"
],
"x-ms-correlation-request-id": [
- "1cec75ce-8bef-41b6-b9e6-d7d325f5af9e"
+ "447f54c6-5527-4a5b-b5ee-b0720715ddf4"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T014205Z:1cec75ce-8bef-41b6-b9e6-d7d325f5af9e"
+ "WESTUS:20160114T073834Z:447f54c6-5527-4a5b-b5ee-b0720715ddf4"
],
"Date": [
- "Tue, 22 Dec 2015 01:42:05 GMT"
+ "Thu, 14 Jan 2016 07:38:34 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/a636df62-7c78-4070-a30f-cbaae7311b9c?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYTYzNmRmNjItN2M3OC00MDcwLWEzMGYtY2JhYWU3MzExYjljP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/4493754f-fe79-4363-ae33-ff6c4f26732e?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNDQ5Mzc1NGYtZmU3OS00MzYzLWFlMzMtZmY2YzRmMjY3MzJlP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -3547,7 +3220,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"a636df62-7c78-4070-a30f-cbaae7311b9c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:39:34.0550648-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"4493754f-fe79-4363-ae33-ff6c4f26732e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:38:03.2252504-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -3565,10 +3238,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "d81124c6-920f-4c93-8721-7d835e60d8bf"
+ "50f7fdac-b099-42dc-bd00-c62c28eca8ad"
],
"Cache-Control": [
"no-cache"
@@ -3578,23 +3251,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14974"
+ "14958"
],
"x-ms-correlation-request-id": [
- "0940416c-069f-4206-ada9-1a9ffbbd7dc8"
+ "b4dffc36-7bb4-4593-bbb7-ba9355549c6b"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T014235Z:0940416c-069f-4206-ada9-1a9ffbbd7dc8"
+ "WESTUS:20160114T073904Z:b4dffc36-7bb4-4593-bbb7-ba9355549c6b"
],
"Date": [
- "Tue, 22 Dec 2015 01:42:35 GMT"
+ "Thu, 14 Jan 2016 07:39:03 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/a636df62-7c78-4070-a30f-cbaae7311b9c?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYTYzNmRmNjItN2M3OC00MDcwLWEzMGYtY2JhYWU3MzExYjljP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/4493754f-fe79-4363-ae33-ff6c4f26732e?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNDQ5Mzc1NGYtZmU3OS00MzYzLWFlMzMtZmY2YzRmMjY3MzJlP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -3602,7 +3275,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"a636df62-7c78-4070-a30f-cbaae7311b9c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:39:34.0550648-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"4493754f-fe79-4363-ae33-ff6c4f26732e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:38:03.2252504-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -3620,10 +3293,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "d53337ad-ab78-4600-babb-08edaae2eef5"
+ "bd1d04c8-375a-434c-aa5e-5638bc7bbeee"
],
"Cache-Control": [
"no-cache"
@@ -3633,23 +3306,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14973"
+ "14955"
],
"x-ms-correlation-request-id": [
- "fcbcbc18-0aa6-436f-b817-dcf86ce2fe6f"
+ "6c76867d-9782-4589-854a-ad99375e1401"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T014305Z:fcbcbc18-0aa6-436f-b817-dcf86ce2fe6f"
+ "WESTUS:20160114T073934Z:6c76867d-9782-4589-854a-ad99375e1401"
],
"Date": [
- "Tue, 22 Dec 2015 01:43:05 GMT"
+ "Thu, 14 Jan 2016 07:39:34 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/a636df62-7c78-4070-a30f-cbaae7311b9c?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYTYzNmRmNjItN2M3OC00MDcwLWEzMGYtY2JhYWU3MzExYjljP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/4493754f-fe79-4363-ae33-ff6c4f26732e?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNDQ5Mzc1NGYtZmU3OS00MzYzLWFlMzMtZmY2YzRmMjY3MzJlP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -3657,7 +3330,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"a636df62-7c78-4070-a30f-cbaae7311b9c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:39:34.0550648-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"4493754f-fe79-4363-ae33-ff6c4f26732e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:38:03.2252504-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -3675,10 +3348,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "a20b467a-366e-4b64-a8ac-819272bad323"
+ "750e0ccb-bdeb-4fca-9eaa-8ac1e347e881"
],
"Cache-Control": [
"no-cache"
@@ -3688,23 +3361,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14972"
+ "14962"
],
"x-ms-correlation-request-id": [
- "0df00c0a-9d3f-4ae5-87e5-6c864dd468ee"
+ "ebcd9d87-ae7d-4802-bcc9-a8e6265310b8"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T014335Z:0df00c0a-9d3f-4ae5-87e5-6c864dd468ee"
+ "WESTUS:20160114T074005Z:ebcd9d87-ae7d-4802-bcc9-a8e6265310b8"
],
"Date": [
- "Tue, 22 Dec 2015 01:43:35 GMT"
+ "Thu, 14 Jan 2016 07:40:05 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/a636df62-7c78-4070-a30f-cbaae7311b9c?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYTYzNmRmNjItN2M3OC00MDcwLWEzMGYtY2JhYWU3MzExYjljP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/4493754f-fe79-4363-ae33-ff6c4f26732e?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNDQ5Mzc1NGYtZmU3OS00MzYzLWFlMzMtZmY2YzRmMjY3MzJlP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -3712,7 +3385,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"a636df62-7c78-4070-a30f-cbaae7311b9c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:39:34.0550648-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"4493754f-fe79-4363-ae33-ff6c4f26732e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:38:03.2252504-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -3730,10 +3403,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "7f811cb7-66d2-4f2b-97ec-9e959fde3c75"
+ "aa31e8d5-2507-4433-b976-d2738fde01c4"
],
"Cache-Control": [
"no-cache"
@@ -3743,23 +3416,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14971"
+ "14961"
],
"x-ms-correlation-request-id": [
- "cbd1f1b8-399f-4089-8e23-713371956605"
+ "f7dc9145-74ad-4583-aad3-22e2701387e0"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T014406Z:cbd1f1b8-399f-4089-8e23-713371956605"
+ "WESTUS:20160114T074035Z:f7dc9145-74ad-4583-aad3-22e2701387e0"
],
"Date": [
- "Tue, 22 Dec 2015 01:44:05 GMT"
+ "Thu, 14 Jan 2016 07:40:34 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/a636df62-7c78-4070-a30f-cbaae7311b9c?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYTYzNmRmNjItN2M3OC00MDcwLWEzMGYtY2JhYWU3MzExYjljP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/4493754f-fe79-4363-ae33-ff6c4f26732e?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNDQ5Mzc1NGYtZmU3OS00MzYzLWFlMzMtZmY2YzRmMjY3MzJlP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -3767,7 +3440,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"a636df62-7c78-4070-a30f-cbaae7311b9c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:39:34.0550648-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"4493754f-fe79-4363-ae33-ff6c4f26732e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:38:03.2252504-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -3785,10 +3458,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "6a6f6a79-a2cf-405c-8520-f813248c233b"
+ "9ac113f0-2f01-4f4e-bd7e-32b94e12f458"
],
"Cache-Control": [
"no-cache"
@@ -3798,23 +3471,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14970"
+ "14959"
],
"x-ms-correlation-request-id": [
- "de093f4e-1224-43fb-9c2a-de3036667402"
+ "f8dc0f53-5dbf-4993-b504-9c7fe1998333"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T014436Z:de093f4e-1224-43fb-9c2a-de3036667402"
+ "WESTUS:20160114T074105Z:f8dc0f53-5dbf-4993-b504-9c7fe1998333"
],
"Date": [
- "Tue, 22 Dec 2015 01:44:35 GMT"
+ "Thu, 14 Jan 2016 07:41:05 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/a636df62-7c78-4070-a30f-cbaae7311b9c?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYTYzNmRmNjItN2M3OC00MDcwLWEzMGYtY2JhYWU3MzExYjljP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/4493754f-fe79-4363-ae33-ff6c4f26732e?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNDQ5Mzc1NGYtZmU3OS00MzYzLWFlMzMtZmY2YzRmMjY3MzJlP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -3822,7 +3495,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"a636df62-7c78-4070-a30f-cbaae7311b9c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:39:34.0550648-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"4493754f-fe79-4363-ae33-ff6c4f26732e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:38:03.2252504-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -3840,10 +3513,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "26879b6b-e606-431a-805c-c9abcadcbe42"
+ "118d3cc1-d773-4965-850e-397a077795bc"
],
"Cache-Control": [
"no-cache"
@@ -3853,23 +3526,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14969"
+ "14958"
],
"x-ms-correlation-request-id": [
- "5b0ca118-6204-4e44-af7b-b2ff4b4e0bd8"
+ "a9e3c7c9-f53b-4483-a6cd-baa7fa224695"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T014506Z:5b0ca118-6204-4e44-af7b-b2ff4b4e0bd8"
+ "WESTUS:20160114T074135Z:a9e3c7c9-f53b-4483-a6cd-baa7fa224695"
],
"Date": [
- "Tue, 22 Dec 2015 01:45:06 GMT"
+ "Thu, 14 Jan 2016 07:41:34 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/a636df62-7c78-4070-a30f-cbaae7311b9c?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYTYzNmRmNjItN2M3OC00MDcwLWEzMGYtY2JhYWU3MzExYjljP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/4493754f-fe79-4363-ae33-ff6c4f26732e?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNDQ5Mzc1NGYtZmU3OS00MzYzLWFlMzMtZmY2YzRmMjY3MzJlP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -3877,7 +3550,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"a636df62-7c78-4070-a30f-cbaae7311b9c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:39:34.0550648-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"4493754f-fe79-4363-ae33-ff6c4f26732e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:38:03.2252504-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -3895,10 +3568,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "9031ecd7-b3fd-4bf0-b323-8a7ae93bb3c4"
+ "270b2090-16a4-4a55-8014-fcca5a62921c"
],
"Cache-Control": [
"no-cache"
@@ -3908,23 +3581,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14968"
+ "14957"
],
"x-ms-correlation-request-id": [
- "b6313340-8dde-4d10-babe-0866451e8144"
+ "a0eae0e5-ac33-47bc-8999-51a24f703ba1"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T014536Z:b6313340-8dde-4d10-babe-0866451e8144"
+ "WESTUS:20160114T074205Z:a0eae0e5-ac33-47bc-8999-51a24f703ba1"
],
"Date": [
- "Tue, 22 Dec 2015 01:45:35 GMT"
+ "Thu, 14 Jan 2016 07:42:04 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/a636df62-7c78-4070-a30f-cbaae7311b9c?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYTYzNmRmNjItN2M3OC00MDcwLWEzMGYtY2JhYWU3MzExYjljP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/4493754f-fe79-4363-ae33-ff6c4f26732e?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNDQ5Mzc1NGYtZmU3OS00MzYzLWFlMzMtZmY2YzRmMjY3MzJlP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -3932,7 +3605,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"a636df62-7c78-4070-a30f-cbaae7311b9c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:39:34.0550648-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"4493754f-fe79-4363-ae33-ff6c4f26732e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:38:03.2252504-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -3950,10 +3623,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "2ded2e84-cf08-4ae6-b408-4004acf4d59b"
+ "c7e85dc7-cbf2-4ba8-b617-d632ec843759"
],
"Cache-Control": [
"no-cache"
@@ -3963,23 +3636,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14967"
+ "14953"
],
"x-ms-correlation-request-id": [
- "e0a6fbc9-11f1-4cc0-89c9-92e1e982aaf9"
+ "3010faa1-f566-49b8-8e62-eac44d7f0902"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T014606Z:e0a6fbc9-11f1-4cc0-89c9-92e1e982aaf9"
+ "WESTUS:20160114T074235Z:3010faa1-f566-49b8-8e62-eac44d7f0902"
],
"Date": [
- "Tue, 22 Dec 2015 01:46:06 GMT"
+ "Thu, 14 Jan 2016 07:42:34 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/a636df62-7c78-4070-a30f-cbaae7311b9c?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYTYzNmRmNjItN2M3OC00MDcwLWEzMGYtY2JhYWU3MzExYjljP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/4493754f-fe79-4363-ae33-ff6c4f26732e?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNDQ5Mzc1NGYtZmU3OS00MzYzLWFlMzMtZmY2YzRmMjY3MzJlP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -3987,7 +3660,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"a636df62-7c78-4070-a30f-cbaae7311b9c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:39:34.0550648-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"4493754f-fe79-4363-ae33-ff6c4f26732e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:38:03.2252504-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -4005,10 +3678,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "471cbb5e-053c-4c28-8305-81e6382b1704"
+ "85115827-21dd-4192-bcbb-91576842914d"
],
"Cache-Control": [
"no-cache"
@@ -4018,23 +3691,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14966"
+ "14952"
],
"x-ms-correlation-request-id": [
- "74a4bbf6-4979-478a-b5dc-f151936b7990"
+ "e74a74d9-e063-4dff-b8b9-91de4b68575e"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T014636Z:74a4bbf6-4979-478a-b5dc-f151936b7990"
+ "WESTUS:20160114T074305Z:e74a74d9-e063-4dff-b8b9-91de4b68575e"
],
"Date": [
- "Tue, 22 Dec 2015 01:46:36 GMT"
+ "Thu, 14 Jan 2016 07:43:05 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/a636df62-7c78-4070-a30f-cbaae7311b9c?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYTYzNmRmNjItN2M3OC00MDcwLWEzMGYtY2JhYWU3MzExYjljP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/4493754f-fe79-4363-ae33-ff6c4f26732e?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNDQ5Mzc1NGYtZmU3OS00MzYzLWFlMzMtZmY2YzRmMjY3MzJlP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -4042,7 +3715,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"a636df62-7c78-4070-a30f-cbaae7311b9c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:39:34.0550648-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"4493754f-fe79-4363-ae33-ff6c4f26732e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:38:03.2252504-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -4060,10 +3733,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "59502427-9611-4a75-b301-22f3349df782"
+ "1038ccee-7d4b-4c5c-8047-f73f5ef1dc04"
],
"Cache-Control": [
"no-cache"
@@ -4073,23 +3746,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14965"
+ "14950"
],
"x-ms-correlation-request-id": [
- "0e8948a1-8048-4e3d-8a51-fd67f5263907"
+ "13ab8653-76be-4b00-ab90-c7a39c6d4466"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T014706Z:0e8948a1-8048-4e3d-8a51-fd67f5263907"
+ "WESTUS:20160114T074335Z:13ab8653-76be-4b00-ab90-c7a39c6d4466"
],
"Date": [
- "Tue, 22 Dec 2015 01:47:06 GMT"
+ "Thu, 14 Jan 2016 07:43:35 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/a636df62-7c78-4070-a30f-cbaae7311b9c?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYTYzNmRmNjItN2M3OC00MDcwLWEzMGYtY2JhYWU3MzExYjljP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/4493754f-fe79-4363-ae33-ff6c4f26732e?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNDQ5Mzc1NGYtZmU3OS00MzYzLWFlMzMtZmY2YzRmMjY3MzJlP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -4097,7 +3770,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"a636df62-7c78-4070-a30f-cbaae7311b9c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:39:34.0550648-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"4493754f-fe79-4363-ae33-ff6c4f26732e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:38:03.2252504-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -4115,10 +3788,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "25088d4d-9559-4360-9623-b8eec6ac0a52"
+ "d2a9b019-99a1-48f4-8e7a-248f15bf3124"
],
"Cache-Control": [
"no-cache"
@@ -4128,23 +3801,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14964"
+ "14947"
],
"x-ms-correlation-request-id": [
- "b14a455c-5410-430a-a485-e430b3660689"
+ "56331ce6-d8e6-4e6e-a4c7-7deea314095b"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T014736Z:b14a455c-5410-430a-a485-e430b3660689"
+ "WESTUS:20160114T074406Z:56331ce6-d8e6-4e6e-a4c7-7deea314095b"
],
"Date": [
- "Tue, 22 Dec 2015 01:47:35 GMT"
+ "Thu, 14 Jan 2016 07:44:05 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/a636df62-7c78-4070-a30f-cbaae7311b9c?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYTYzNmRmNjItN2M3OC00MDcwLWEzMGYtY2JhYWU3MzExYjljP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/4493754f-fe79-4363-ae33-ff6c4f26732e?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNDQ5Mzc1NGYtZmU3OS00MzYzLWFlMzMtZmY2YzRmMjY3MzJlP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -4152,7 +3825,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"a636df62-7c78-4070-a30f-cbaae7311b9c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:39:34.0550648-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"4493754f-fe79-4363-ae33-ff6c4f26732e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:38:03.2252504-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -4170,10 +3843,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "a297a03d-f854-4b63-8c11-6b54e86dcad9"
+ "bca706b9-5c6b-4b0e-8c75-183b0cea920a"
],
"Cache-Control": [
"no-cache"
@@ -4183,23 +3856,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14963"
+ "14944"
],
"x-ms-correlation-request-id": [
- "f298e6f7-646d-4559-88f6-dbe9284e279f"
+ "7cd60349-588b-45a1-8807-fa2d695975a6"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T014807Z:f298e6f7-646d-4559-88f6-dbe9284e279f"
+ "WESTUS:20160114T074436Z:7cd60349-588b-45a1-8807-fa2d695975a6"
],
"Date": [
- "Tue, 22 Dec 2015 01:48:07 GMT"
+ "Thu, 14 Jan 2016 07:44:35 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/a636df62-7c78-4070-a30f-cbaae7311b9c?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYTYzNmRmNjItN2M3OC00MDcwLWEzMGYtY2JhYWU3MzExYjljP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/4493754f-fe79-4363-ae33-ff6c4f26732e?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNDQ5Mzc1NGYtZmU3OS00MzYzLWFlMzMtZmY2YzRmMjY3MzJlP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -4207,7 +3880,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"a636df62-7c78-4070-a30f-cbaae7311b9c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:39:34.0550648-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"4493754f-fe79-4363-ae33-ff6c4f26732e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:38:03.2252504-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -4225,10 +3898,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "b1b76138-ed3b-455a-b2c3-b4255c752bdd"
+ "509362a2-b474-481a-aa44-b14b3b821149"
],
"Cache-Control": [
"no-cache"
@@ -4238,23 +3911,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14962"
+ "14943"
],
"x-ms-correlation-request-id": [
- "6628aa24-fcd9-43a7-ac98-4fdbfa9765ec"
+ "8c53be4e-9315-4223-aa8b-cab0f2140e6a"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T014837Z:6628aa24-fcd9-43a7-ac98-4fdbfa9765ec"
+ "WESTUS:20160114T074506Z:8c53be4e-9315-4223-aa8b-cab0f2140e6a"
],
"Date": [
- "Tue, 22 Dec 2015 01:48:37 GMT"
+ "Thu, 14 Jan 2016 07:45:06 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/a636df62-7c78-4070-a30f-cbaae7311b9c?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYTYzNmRmNjItN2M3OC00MDcwLWEzMGYtY2JhYWU3MzExYjljP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/4493754f-fe79-4363-ae33-ff6c4f26732e?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNDQ5Mzc1NGYtZmU3OS00MzYzLWFlMzMtZmY2YzRmMjY3MzJlP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -4262,7 +3935,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"a636df62-7c78-4070-a30f-cbaae7311b9c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:39:34.0550648-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"4493754f-fe79-4363-ae33-ff6c4f26732e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:38:03.2252504-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -4280,10 +3953,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "c053423b-790d-418d-9e84-f9e98bc21365"
+ "82e52ec8-0b76-47be-bcce-3d007654adbd"
],
"Cache-Control": [
"no-cache"
@@ -4293,23 +3966,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14961"
+ "14941"
],
"x-ms-correlation-request-id": [
- "9ee32bec-7fde-4ac5-b5c5-978ce0dd791c"
+ "d72a9953-b56a-4f17-ac06-5b92fa124c02"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T014907Z:9ee32bec-7fde-4ac5-b5c5-978ce0dd791c"
+ "WESTUS:20160114T074536Z:d72a9953-b56a-4f17-ac06-5b92fa124c02"
],
"Date": [
- "Tue, 22 Dec 2015 01:49:06 GMT"
+ "Thu, 14 Jan 2016 07:45:35 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/a636df62-7c78-4070-a30f-cbaae7311b9c?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYTYzNmRmNjItN2M3OC00MDcwLWEzMGYtY2JhYWU3MzExYjljP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/4493754f-fe79-4363-ae33-ff6c4f26732e?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNDQ5Mzc1NGYtZmU3OS00MzYzLWFlMzMtZmY2YzRmMjY3MzJlP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -4317,7 +3990,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"a636df62-7c78-4070-a30f-cbaae7311b9c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:39:34.0550648-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"4493754f-fe79-4363-ae33-ff6c4f26732e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:38:03.2252504-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -4335,10 +4008,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "4398c5cf-9043-4eee-aade-36bc7ee96fac"
+ "1edbe2fe-ca90-4510-b1c1-4f095ac3833e"
],
"Cache-Control": [
"no-cache"
@@ -4348,23 +4021,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14960"
+ "14939"
],
"x-ms-correlation-request-id": [
- "7be517f6-006c-4d7f-ae79-f0042aaa5262"
+ "b8b2cd02-4396-4495-acba-e41fbf8d4f83"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T014937Z:7be517f6-006c-4d7f-ae79-f0042aaa5262"
+ "WESTUS:20160114T074606Z:b8b2cd02-4396-4495-acba-e41fbf8d4f83"
],
"Date": [
- "Tue, 22 Dec 2015 01:49:37 GMT"
+ "Thu, 14 Jan 2016 07:46:06 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/a636df62-7c78-4070-a30f-cbaae7311b9c?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYTYzNmRmNjItN2M3OC00MDcwLWEzMGYtY2JhYWU3MzExYjljP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/4493754f-fe79-4363-ae33-ff6c4f26732e?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNDQ5Mzc1NGYtZmU3OS00MzYzLWFlMzMtZmY2YzRmMjY3MzJlP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -4372,7 +4045,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"a636df62-7c78-4070-a30f-cbaae7311b9c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:39:34.0550648-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"4493754f-fe79-4363-ae33-ff6c4f26732e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:38:03.2252504-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -4390,10 +4063,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "31952a37-9732-43ca-aaaf-274a77e588cc"
+ "8395b416-1b0c-48e0-b444-34b64f2e955f"
],
"Cache-Control": [
"no-cache"
@@ -4403,23 +4076,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14959"
+ "14938"
],
"x-ms-correlation-request-id": [
- "e118dab4-234a-4d80-810b-166addb24fa6"
+ "0094b4d5-cc73-44ca-a97f-c00ad6a40597"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T015007Z:e118dab4-234a-4d80-810b-166addb24fa6"
+ "WESTUS:20160114T074636Z:0094b4d5-cc73-44ca-a97f-c00ad6a40597"
],
"Date": [
- "Tue, 22 Dec 2015 01:50:07 GMT"
+ "Thu, 14 Jan 2016 07:46:35 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/a636df62-7c78-4070-a30f-cbaae7311b9c?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYTYzNmRmNjItN2M3OC00MDcwLWEzMGYtY2JhYWU3MzExYjljP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/4493754f-fe79-4363-ae33-ff6c4f26732e?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNDQ5Mzc1NGYtZmU3OS00MzYzLWFlMzMtZmY2YzRmMjY3MzJlP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -4427,7 +4100,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"a636df62-7c78-4070-a30f-cbaae7311b9c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:39:34.0550648-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"4493754f-fe79-4363-ae33-ff6c4f26732e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:38:03.2252504-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -4445,10 +4118,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "bcbe20bd-21f3-4f98-b819-d14b0d2bf711"
+ "d62395c5-0395-4aa8-b8c1-a1c4f6620882"
],
"Cache-Control": [
"no-cache"
@@ -4458,23 +4131,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14958"
+ "14937"
],
"x-ms-correlation-request-id": [
- "ad429208-43f6-4345-81c9-58a7962f50ec"
+ "0aa5a66a-11a2-4015-8d85-382501c88264"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T015037Z:ad429208-43f6-4345-81c9-58a7962f50ec"
+ "WESTUS:20160114T074706Z:0aa5a66a-11a2-4015-8d85-382501c88264"
],
"Date": [
- "Tue, 22 Dec 2015 01:50:37 GMT"
+ "Thu, 14 Jan 2016 07:47:06 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/a636df62-7c78-4070-a30f-cbaae7311b9c?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYTYzNmRmNjItN2M3OC00MDcwLWEzMGYtY2JhYWU3MzExYjljP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/4493754f-fe79-4363-ae33-ff6c4f26732e?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNDQ5Mzc1NGYtZmU3OS00MzYzLWFlMzMtZmY2YzRmMjY3MzJlP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -4482,7 +4155,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"a636df62-7c78-4070-a30f-cbaae7311b9c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:39:34.0550648-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"4493754f-fe79-4363-ae33-ff6c4f26732e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:38:03.2252504-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -4500,10 +4173,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "5f76a5c9-c9d5-4086-9788-cd328dcc72c2"
+ "cc71edb4-b30e-41a7-be8a-1f21e65850e1"
],
"Cache-Control": [
"no-cache"
@@ -4513,23 +4186,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14957"
+ "14935"
],
"x-ms-correlation-request-id": [
- "34346b67-8f9b-4bed-82ff-20833768440c"
+ "875e8667-36c7-40b4-b5a9-9550fe4fb190"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T015107Z:34346b67-8f9b-4bed-82ff-20833768440c"
+ "WESTUS:20160114T074736Z:875e8667-36c7-40b4-b5a9-9550fe4fb190"
],
"Date": [
- "Tue, 22 Dec 2015 01:51:07 GMT"
+ "Thu, 14 Jan 2016 07:47:36 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/a636df62-7c78-4070-a30f-cbaae7311b9c?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYTYzNmRmNjItN2M3OC00MDcwLWEzMGYtY2JhYWU3MzExYjljP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/4493754f-fe79-4363-ae33-ff6c4f26732e?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNDQ5Mzc1NGYtZmU3OS00MzYzLWFlMzMtZmY2YzRmMjY3MzJlP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -4537,7 +4210,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"a636df62-7c78-4070-a30f-cbaae7311b9c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:39:34.0550648-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"4493754f-fe79-4363-ae33-ff6c4f26732e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:38:03.2252504-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -4555,10 +4228,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "809eb76b-2d60-453e-8345-7ca99215bcd0"
+ "2c003f1c-417f-4cac-ba4b-7c71c0b93b02"
],
"Cache-Control": [
"no-cache"
@@ -4568,23 +4241,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14956"
+ "14934"
],
"x-ms-correlation-request-id": [
- "dd70b345-cfbe-4280-9c21-c8d5e54db19a"
+ "37b29b5e-6b27-463a-b9d1-72101ad3d2ec"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T015137Z:dd70b345-cfbe-4280-9c21-c8d5e54db19a"
+ "WESTUS:20160114T074807Z:37b29b5e-6b27-463a-b9d1-72101ad3d2ec"
],
"Date": [
- "Tue, 22 Dec 2015 01:51:37 GMT"
+ "Thu, 14 Jan 2016 07:48:06 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/a636df62-7c78-4070-a30f-cbaae7311b9c?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYTYzNmRmNjItN2M3OC00MDcwLWEzMGYtY2JhYWU3MzExYjljP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/4493754f-fe79-4363-ae33-ff6c4f26732e?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNDQ5Mzc1NGYtZmU3OS00MzYzLWFlMzMtZmY2YzRmMjY3MzJlP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -4592,7 +4265,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"a636df62-7c78-4070-a30f-cbaae7311b9c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:39:34.0550648-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"4493754f-fe79-4363-ae33-ff6c4f26732e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:38:03.2252504-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -4610,10 +4283,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "02e05a00-cff4-447f-aafd-591f8ee2d96a"
+ "e9aa45ef-2ecd-4b8c-ae0e-6026f1bd7a31"
],
"Cache-Control": [
"no-cache"
@@ -4623,23 +4296,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14955"
+ "14933"
],
"x-ms-correlation-request-id": [
- "7bafbdea-7420-401e-a869-417610a2c225"
+ "50354121-9bb6-4a6d-8f97-3de7de88cec7"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T015207Z:7bafbdea-7420-401e-a869-417610a2c225"
+ "WESTUS:20160114T074837Z:50354121-9bb6-4a6d-8f97-3de7de88cec7"
],
"Date": [
- "Tue, 22 Dec 2015 01:52:07 GMT"
+ "Thu, 14 Jan 2016 07:48:37 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/a636df62-7c78-4070-a30f-cbaae7311b9c?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYTYzNmRmNjItN2M3OC00MDcwLWEzMGYtY2JhYWU3MzExYjljP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/4493754f-fe79-4363-ae33-ff6c4f26732e?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNDQ5Mzc1NGYtZmU3OS00MzYzLWFlMzMtZmY2YzRmMjY3MzJlP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -4647,7 +4320,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"a636df62-7c78-4070-a30f-cbaae7311b9c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:39:34.0550648-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"4493754f-fe79-4363-ae33-ff6c4f26732e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:38:03.2252504-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -4665,10 +4338,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "4272fcbe-d14c-4ae5-b35b-1ad8b4a98e22"
+ "2a5b34d4-e1cc-42bd-a870-24dff9ffd27a"
],
"Cache-Control": [
"no-cache"
@@ -4678,23 +4351,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14954"
+ "14931"
],
"x-ms-correlation-request-id": [
- "98eaf98b-1879-49b8-9ae3-55e04cc55157"
+ "948a4ef5-88f3-4da8-b778-d81053f658d9"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T015238Z:98eaf98b-1879-49b8-9ae3-55e04cc55157"
+ "WESTUS:20160114T074907Z:948a4ef5-88f3-4da8-b778-d81053f658d9"
],
"Date": [
- "Tue, 22 Dec 2015 01:52:37 GMT"
+ "Thu, 14 Jan 2016 07:49:06 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/a636df62-7c78-4070-a30f-cbaae7311b9c?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYTYzNmRmNjItN2M3OC00MDcwLWEzMGYtY2JhYWU3MzExYjljP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/4493754f-fe79-4363-ae33-ff6c4f26732e?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNDQ5Mzc1NGYtZmU3OS00MzYzLWFlMzMtZmY2YzRmMjY3MzJlP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -4702,7 +4375,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"a636df62-7c78-4070-a30f-cbaae7311b9c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:39:34.0550648-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"4493754f-fe79-4363-ae33-ff6c4f26732e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:38:03.2252504-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -4720,10 +4393,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "6f5ce61a-1632-4f97-9a4f-1ac6ef2d99f9"
+ "2413c0ac-efc7-4346-bd0c-c4d1954380b0"
],
"Cache-Control": [
"no-cache"
@@ -4733,23 +4406,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14953"
+ "14930"
],
"x-ms-correlation-request-id": [
- "48f224b8-ee2e-4bbb-a363-26bfe280cf28"
+ "375e8231-2855-46a1-8d03-956961616d2a"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T015308Z:48f224b8-ee2e-4bbb-a363-26bfe280cf28"
+ "WESTUS:20160114T074937Z:375e8231-2855-46a1-8d03-956961616d2a"
],
"Date": [
- "Tue, 22 Dec 2015 01:53:08 GMT"
+ "Thu, 14 Jan 2016 07:49:36 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/a636df62-7c78-4070-a30f-cbaae7311b9c?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYTYzNmRmNjItN2M3OC00MDcwLWEzMGYtY2JhYWU3MzExYjljP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/4493754f-fe79-4363-ae33-ff6c4f26732e?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNDQ5Mzc1NGYtZmU3OS00MzYzLWFlMzMtZmY2YzRmMjY3MzJlP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -4757,7 +4430,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"a636df62-7c78-4070-a30f-cbaae7311b9c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:39:34.0550648-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"4493754f-fe79-4363-ae33-ff6c4f26732e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:38:03.2252504-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -4775,10 +4448,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "f716bec6-a9fb-43fe-a99c-d3d24072655d"
+ "438e2f15-bf71-4a4a-b3d0-f44e07992ca2"
],
"Cache-Control": [
"no-cache"
@@ -4788,23 +4461,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14952"
+ "14930"
],
"x-ms-correlation-request-id": [
- "3745ad80-e7cd-416b-8237-b7b9e0402b7b"
+ "415e41b0-1753-49d5-8450-835e1e619376"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T015338Z:3745ad80-e7cd-416b-8237-b7b9e0402b7b"
+ "WESTUS:20160114T075007Z:415e41b0-1753-49d5-8450-835e1e619376"
],
"Date": [
- "Tue, 22 Dec 2015 01:53:38 GMT"
+ "Thu, 14 Jan 2016 07:50:06 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/a636df62-7c78-4070-a30f-cbaae7311b9c?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYTYzNmRmNjItN2M3OC00MDcwLWEzMGYtY2JhYWU3MzExYjljP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/4493754f-fe79-4363-ae33-ff6c4f26732e?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNDQ5Mzc1NGYtZmU3OS00MzYzLWFlMzMtZmY2YzRmMjY3MzJlP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -4812,7 +4485,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"a636df62-7c78-4070-a30f-cbaae7311b9c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:39:34.0550648-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"4493754f-fe79-4363-ae33-ff6c4f26732e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:38:03.2252504-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -4830,10 +4503,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "c5d445ba-64ac-4dce-b3dd-b82ae13ebf90"
+ "b901273d-3cb9-40fa-9c9d-59d226fdeb20"
],
"Cache-Control": [
"no-cache"
@@ -4843,23 +4516,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14951"
+ "14929"
],
"x-ms-correlation-request-id": [
- "480e85ad-b1a3-4e0b-8706-5762f41f775d"
+ "6b613f7a-874e-40b7-a838-27666473f09c"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T015408Z:480e85ad-b1a3-4e0b-8706-5762f41f775d"
+ "WESTUS:20160114T075037Z:6b613f7a-874e-40b7-a838-27666473f09c"
],
"Date": [
- "Tue, 22 Dec 2015 01:54:08 GMT"
+ "Thu, 14 Jan 2016 07:50:37 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/a636df62-7c78-4070-a30f-cbaae7311b9c?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYTYzNmRmNjItN2M3OC00MDcwLWEzMGYtY2JhYWU3MzExYjljP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/4493754f-fe79-4363-ae33-ff6c4f26732e?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNDQ5Mzc1NGYtZmU3OS00MzYzLWFlMzMtZmY2YzRmMjY3MzJlP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -4867,7 +4540,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"a636df62-7c78-4070-a30f-cbaae7311b9c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:39:34.0550648-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"4493754f-fe79-4363-ae33-ff6c4f26732e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:38:03.2252504-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -4885,10 +4558,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "048105be-c9f5-47ef-b5ca-57008cebce8b"
+ "c6cbb95a-bb34-4e46-8dfd-a6cbe07ce7ed"
],
"Cache-Control": [
"no-cache"
@@ -4898,23 +4571,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14950"
+ "14926"
],
"x-ms-correlation-request-id": [
- "74cf0c82-4742-4ec5-b3f0-6a8141905a93"
+ "83c75d6f-fb0f-48f0-a21d-343cdc86d2d6"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T015438Z:74cf0c82-4742-4ec5-b3f0-6a8141905a93"
+ "WESTUS:20160114T075107Z:83c75d6f-fb0f-48f0-a21d-343cdc86d2d6"
],
"Date": [
- "Tue, 22 Dec 2015 01:54:37 GMT"
+ "Thu, 14 Jan 2016 07:51:07 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/a636df62-7c78-4070-a30f-cbaae7311b9c?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYTYzNmRmNjItN2M3OC00MDcwLWEzMGYtY2JhYWU3MzExYjljP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/4493754f-fe79-4363-ae33-ff6c4f26732e?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNDQ5Mzc1NGYtZmU3OS00MzYzLWFlMzMtZmY2YzRmMjY3MzJlP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -4922,7 +4595,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"a636df62-7c78-4070-a30f-cbaae7311b9c\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2015-12-21T17:39:34.0550648-08:00\",\r\n \"endTime\": \"2015-12-21T17:54:51.6541185-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"4493754f-fe79-4363-ae33-ff6c4f26732e\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2016-01-13T23:38:03.2252504-08:00\",\r\n \"endTime\": \"2016-01-13T23:51:28.3969394-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"191"
@@ -4940,10 +4613,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "198664e3-8826-46ad-9fda-ed0594f82790"
+ "5f881808-354a-4ca0-b318-6bdf0e3ca4ec"
],
"Cache-Control": [
"no-cache"
@@ -4953,23 +4626,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14949"
+ "14925"
],
"x-ms-correlation-request-id": [
- "a3e19c73-22b7-4af1-8b18-b604db97d9aa"
+ "6d01a5af-4dfc-40c2-90f9-bff1d63b298d"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T015508Z:a3e19c73-22b7-4af1-8b18-b604db97d9aa"
+ "WESTUS:20160114T075137Z:6d01a5af-4dfc-40c2-90f9-bff1d63b298d"
],
"Date": [
- "Tue, 22 Dec 2015 01:55:08 GMT"
+ "Thu, 14 Jan 2016 07:51:37 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Compute/virtualMachines/vmcrptestps309/extensions/BGInfo?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczMwOS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtY3JwdGVzdHBzMzA5L2V4dGVuc2lvbnMvQkdJbmZvP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Compute/virtualMachines/vmcrptestps9866/extensions/BGInfo?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rwczk4NjYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bWNycHRlc3Rwczk4NjYvZXh0ZW5zaW9ucy9CR0luZm8/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -4977,10 +4650,10 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"BGInfo\",\r\n \"typeHandlerVersion\": \"2.1\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Compute/virtualMachines/vmcrptestps309/extensions/BGInfo\",\r\n \"name\": \"BGInfo\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n}",
+ "ResponseBody": "{\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"BGInfo\",\r\n \"typeHandlerVersion\": \"2.1\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Compute/virtualMachines/vmcrptestps9866/extensions/BGInfo\",\r\n \"name\": \"BGInfo\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "474"
+ "476"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -4995,10 +4668,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "18daf08d-5101-4d8b-9b0f-59a006711dc9"
+ "3fc4ece0-9069-4046-950a-6c2a29a7bf8e"
],
"Cache-Control": [
"no-cache"
@@ -5008,23 +4681,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14948"
+ "14924"
],
"x-ms-correlation-request-id": [
- "009ecacb-4afc-4f07-a326-e873180bacd0"
+ "67f2bc2a-fb70-4ed9-b644-75f40ac16da2"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T015509Z:009ecacb-4afc-4f07-a326-e873180bacd0"
+ "WESTUS:20160114T075138Z:67f2bc2a-fb70-4ed9-b644-75f40ac16da2"
],
"Date": [
- "Tue, 22 Dec 2015 01:55:08 GMT"
+ "Thu, 14 Jan 2016 07:51:37 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Storage/storageAccounts/definedinconfigstorage?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczMwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL2RlZmluZWRpbmNvbmZpZ3N0b3JhZ2U/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Storage/storageAccounts/definedinconfigstorage?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rwczk4NjYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9kZWZpbmVkaW5jb25maWdzdG9yYWdlP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}",
"RequestHeaders": {
@@ -5035,7 +4708,7 @@
"89"
],
"x-ms-client-request-id": [
- "42c45ffc-00d4-4934-a6b0-7706bf253bed"
+ "b66f6f55-74d5-4419-8c0b-fdb6ae90193e"
],
"User-Agent": [
"Microsoft.Azure.Management.Storage.StorageManagementClient/3.0.0.0"
@@ -5059,41 +4732,41 @@
"1199"
],
"x-ms-request-id": [
- "c3bdbcdd-be2d-4dbe-92cf-c7fc970e2251"
+ "4191f2c2-6a49-4ab2-9e4e-0c0c9954c31e"
],
"Cache-Control": [
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Storage/operations/4f223fbd-cdb4-4d00-adf4-3865b098e464?monitor=true&api-version=2015-06-15"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Storage/operations/ba546376-a1d3-4901-9659-3f862b334fe2?monitor=true&api-version=2015-06-15"
],
"Server": [
"Microsoft-Azure-Storage-Resource-Provider/1.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-correlation-request-id": [
- "c3bdbcdd-be2d-4dbe-92cf-c7fc970e2251"
+ "4191f2c2-6a49-4ab2-9e4e-0c0c9954c31e"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T015511Z:c3bdbcdd-be2d-4dbe-92cf-c7fc970e2251"
+ "CENTRALUS:20160114T075144Z:4191f2c2-6a49-4ab2-9e4e-0c0c9954c31e"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"Date": [
- "Tue, 22 Dec 2015 01:55:10 GMT"
+ "Thu, 14 Jan 2016 07:51:43 GMT"
]
},
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Storage/operations/4f223fbd-cdb4-4d00-adf4-3865b098e464?monitor=true&api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9vcGVyYXRpb25zLzRmMjIzZmJkLWNkYjQtNGQwMC1hZGY0LTM4NjViMDk4ZTQ2ND9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Storage/operations/ba546376-a1d3-4901-9659-3f862b334fe2?monitor=true&api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9vcGVyYXRpb25zL2JhNTQ2Mzc2LWExZDMtNDkwMS05NjU5LTNmODYyYjMzNGZlMj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "eb2e2ad8-1525-4fb2-8a9b-c96cec3af5fa"
+ "b3041b07-6a8b-430b-b6ab-9967f367e2f1"
],
"User-Agent": [
"Microsoft.Azure.Management.Storage.StorageManagementClient/3.0.0.0"
@@ -5117,99 +4790,41 @@
"14999"
],
"x-ms-request-id": [
- "7d73a072-3515-4ef8-89d9-4d4152d4c5c0"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Storage/operations/4f223fbd-cdb4-4d00-adf4-3865b098e464?monitor=true&api-version=2015-06-15"
- ],
- "Server": [
- "Microsoft-Azure-Storage-Resource-Provider/1.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-correlation-request-id": [
- "7d73a072-3515-4ef8-89d9-4d4152d4c5c0"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20151222T015512Z:7d73a072-3515-4ef8-89d9-4d4152d4c5c0"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Date": [
- "Tue, 22 Dec 2015 01:55:11 GMT"
- ]
- },
- "StatusCode": 202
- },
- {
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Storage/operations/4f223fbd-cdb4-4d00-adf4-3865b098e464?monitor=true&api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9vcGVyYXRpb25zLzRmMjIzZmJkLWNkYjQtNGQwMC1hZGY0LTM4NjViMDk4ZTQ2ND9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-client-request-id": [
- "f17bb322-32ed-4880-af14-0f4e2f6471d8"
- ],
- "User-Agent": [
- "Microsoft.Azure.Management.Storage.StorageManagementClient/3.0.0.0"
- ]
- },
- "ResponseBody": "",
- "ResponseHeaders": {
- "Content-Length": [
- "0"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Retry-After": [
- "25"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14998"
- ],
- "x-ms-request-id": [
- "69b69e14-c828-4a35-ab5b-a35726afd72b"
+ "32466131-886f-432b-b6a5-0868420508f0"
],
"Cache-Control": [
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Storage/operations/4f223fbd-cdb4-4d00-adf4-3865b098e464?monitor=true&api-version=2015-06-15"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Storage/operations/ba546376-a1d3-4901-9659-3f862b334fe2?monitor=true&api-version=2015-06-15"
],
"Server": [
"Microsoft-Azure-Storage-Resource-Provider/1.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-correlation-request-id": [
- "69b69e14-c828-4a35-ab5b-a35726afd72b"
+ "32466131-886f-432b-b6a5-0868420508f0"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T015537Z:69b69e14-c828-4a35-ab5b-a35726afd72b"
+ "CENTRALUS:20160114T075144Z:32466131-886f-432b-b6a5-0868420508f0"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"Date": [
- "Tue, 22 Dec 2015 01:55:36 GMT"
+ "Thu, 14 Jan 2016 07:51:44 GMT"
]
},
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Storage/operations/4f223fbd-cdb4-4d00-adf4-3865b098e464?monitor=true&api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9vcGVyYXRpb25zLzRmMjIzZmJkLWNkYjQtNGQwMC1hZGY0LTM4NjViMDk4ZTQ2ND9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Storage/operations/ba546376-a1d3-4901-9659-3f862b334fe2?monitor=true&api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9vcGVyYXRpb25zL2JhNTQ2Mzc2LWExZDMtNDkwMS05NjU5LTNmODYyYjMzNGZlMj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "91a1cf05-f131-4ca6-be3e-fd3a3e30e81a"
+ "ee8c2427-2336-454a-835f-c3a1c33c362d"
],
"User-Agent": [
"Microsoft.Azure.Management.Storage.StorageManagementClient/3.0.0.0"
@@ -5230,7 +4845,7 @@
"no-cache"
],
"x-ms-request-id": [
- "8733f497-e9fc-4e0f-9f4d-194c77925a03"
+ "4cc36d80-c7b6-411c-bf7f-72a03698c89a"
],
"Cache-Control": [
"no-cache"
@@ -5240,40 +4855,40 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14997"
+ "14998"
],
"x-ms-correlation-request-id": [
- "8733f497-e9fc-4e0f-9f4d-194c77925a03"
+ "4cc36d80-c7b6-411c-bf7f-72a03698c89a"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T015602Z:8733f497-e9fc-4e0f-9f4d-194c77925a03"
+ "CENTRALUS:20160114T075209Z:4cc36d80-c7b6-411c-bf7f-72a03698c89a"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"Date": [
- "Tue, 22 Dec 2015 01:56:01 GMT"
+ "Thu, 14 Jan 2016 07:52:09 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Storage/storageAccounts/definedinconfigstorage?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczMwOS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL2RlZmluZWRpbmNvbmZpZ3N0b3JhZ2U/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Storage/storageAccounts/definedinconfigstorage?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rwczk4NjYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9kZWZpbmVkaW5jb25maWdzdG9yYWdlP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "70a9dc52-aa5d-4d9d-b0a5-d94615f77b8d"
+ "94b0ee3d-d110-4311-8247-afa90f7df178"
],
"User-Agent": [
"Microsoft.Azure.Management.Storage.StorageManagementClient/3.0.0.0"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Storage/storageAccounts/definedinconfigstorage\",\r\n \"location\": \"eastus\",\r\n \"name\": \"definedinconfigstorage\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-22T01:55:09.3003942Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://definedinconfigstorage.blob.core.windows.net/\",\r\n \"file\": \"https://definedinconfigstorage.file.core.windows.net/\",\r\n \"queue\": \"https://definedinconfigstorage.queue.core.windows.net/\",\r\n \"table\": \"https://definedinconfigstorage.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Storage/storageAccounts/definedinconfigstorage\",\r\n \"location\": \"eastus\",\r\n \"name\": \"definedinconfigstorage\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2016-01-14T07:51:42.9702152Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://definedinconfigstorage.blob.core.windows.net/\",\r\n \"file\": \"https://definedinconfigstorage.file.core.windows.net/\",\r\n \"queue\": \"https://definedinconfigstorage.queue.core.windows.net/\",\r\n \"table\": \"https://definedinconfigstorage.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "778"
+ "779"
],
"Content-Type": [
"application/json"
@@ -5285,7 +4900,7 @@
"no-cache"
],
"x-ms-request-id": [
- "741c12c7-3175-4c84-a8c0-e0bf354c8e3c"
+ "12c21a42-4c4e-4339-bd8d-daff6efebcd6"
],
"Cache-Control": [
"no-cache"
@@ -5295,28 +4910,28 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14996"
+ "14997"
],
"x-ms-correlation-request-id": [
- "741c12c7-3175-4c84-a8c0-e0bf354c8e3c"
+ "12c21a42-4c4e-4339-bd8d-daff6efebcd6"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T015602Z:741c12c7-3175-4c84-a8c0-e0bf354c8e3c"
+ "CENTRALUS:20160114T075209Z:12c21a42-4c4e-4339-bd8d-daff6efebcd6"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"Date": [
- "Tue, 22 Dec 2015 01:56:01 GMT"
+ "Thu, 14 Jan 2016 07:52:09 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Compute/virtualMachines/vmcrptestps309/extensions/Microsoft.Insights.VMDiagnosticsSettings?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczMwOS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtY3JwdGVzdHBzMzA5L2V4dGVuc2lvbnMvTWljcm9zb2Z0Lkluc2lnaHRzLlZNRGlhZ25vc3RpY3NTZXR0aW5ncz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Compute/virtualMachines/vmcrptestps9866/extensions/Microsoft.Insights.VMDiagnosticsSettings?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rwczk4NjYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bWNycHRlc3Rwczk4NjYvZXh0ZW5zaW9ucy9NaWNyb3NvZnQuSW5zaWdodHMuVk1EaWFnbm9zdGljc1NldHRpbmdzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "PUT",
- "RequestBody": "{\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Azure.Diagnostics\",\r\n \"type\": \"IaaSDiagnostics\",\r\n \"typeHandlerVersion\": \"1.5\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"settings\": {\r\n \"xmlCfg\": \"PFdhZENmZz4NCiAgICA8RGlhZ25vc3RpY01vbml0b3JDb25maWd1cmF0aW9uIG92ZXJhbGxRdW90YUluTUI9IjIwNDgiIHhtbG5zPSJodHRwOi8vc2NoZW1hcy5taWNyb3NvZnQuY29tL1NlcnZpY2VIb3N0aW5nLzIwMTAvMTAvRGlhZ25vc3RpY3NDb25maWd1cmF0aW9uIj4NCiAgICAgIDxEaWFnbm9zdGljSW5mcmFzdHJ1Y3R1cmVMb2dzIHNjaGVkdWxlZFRyYW5zZmVyTG9nTGV2ZWxGaWx0ZXI9IkVycm9yIiAvPg0KICAgICAgPERpcmVjdG9yaWVzIHNjaGVkdWxlZFRyYW5zZmVyUGVyaW9kPSJQVDFNIj4NCiAgICAgICAgPElJU0xvZ3MgY29udGFpbmVyTmFtZT0id2FkLWlpcy1sb2dmaWxlcyIgLz4NCiAgICAgICAgPEZhaWxlZFJlcXVlc3RMb2dzIGNvbnRhaW5lck5hbWU9IndhZC1mYWlsZWRyZXF1ZXN0bG9ncyIgLz4NCiAgICAgIDwvRGlyZWN0b3JpZXM+DQogICAgICA8UGVyZm9ybWFuY2VDb3VudGVycyBzY2hlZHVsZWRUcmFuc2ZlclBlcmlvZD0iUFQyTSI+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxNZW1vcnlcQXZhaWxhYmxlIE1CeXRlcyIgc2FtcGxlUmF0ZT0iUFQxTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXFdlYiBTZXJ2aWNlKF9Ub3RhbClcSVNBUEkgRXh0ZW5zaW9uIFJlcXVlc3RzL3NlYyIgc2FtcGxlUmF0ZT0iUFQzTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXFdlYiBTZXJ2aWNlKF9Ub3RhbClcQnl0ZXMgVG90YWwvU2VjIiBzYW1wbGVSYXRlPSJQVDFNIiAvPg0KICAgICAgICA8UGVyZm9ybWFuY2VDb3VudGVyQ29uZmlndXJhdGlvbiBjb3VudGVyU3BlY2lmaWVyPSJcQVNQLk5FVCBBcHBsaWNhdGlvbnMoX19Ub3RhbF9fKVxSZXF1ZXN0cy9TZWMiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxBU1AuTkVUIEFwcGxpY2F0aW9ucyhfX1RvdGFsX18pXEVycm9ycyBUb3RhbC9TZWMiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxBU1AuTkVUXFJlcXVlc3RzIFF1ZXVlZCIgc2FtcGxlUmF0ZT0iUFQzTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXEFTUC5ORVRcUmVxdWVzdHMgUmVqZWN0ZWQiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxQcm9jZXNzb3IoX1RvdGFsKVwlIFByb2Nlc3NvciBUaW1lIiBzYW1wbGVSYXRlPSJQVDNNIiAvPg0KICAgICAgPC9QZXJmb3JtYW5jZUNvdW50ZXJzPg0KICAgICAgPFdpbmRvd3NFdmVudExvZyBzY2hlZHVsZWRUcmFuc2ZlclBlcmlvZD0iUFQxTSI+DQogICAgICAgIDxEYXRhU291cmNlIG5hbWU9IkFwcGxpY2F0aW9uISpbU3lzdGVtWyhMZXZlbD0xIG9yIExldmVsPTIpXV0iIC8+DQogICAgICAgIDxEYXRhU291cmNlIG5hbWU9IldpbmRvd3MgQXp1cmUhKltTeXN0ZW1bKExldmVsPTEgb3IgTGV2ZWw9MildXSIgLz4NCiAgICAgIDwvV2luZG93c0V2ZW50TG9nPg0KICAgICAgPENyYXNoRHVtcHM+DQogICAgICAgIDxDcmFzaER1bXBDb25maWd1cmF0aW9uIHByb2Nlc3NOYW1lPSJXYUlJU0hvc3QuZXhlIiAvPg0KICAgICAgICA8Q3Jhc2hEdW1wQ29uZmlndXJhdGlvbiBwcm9jZXNzTmFtZT0iV2FXb3JrZXJIb3N0LmV4ZSIgLz4NCiAgICAgICAgPENyYXNoRHVtcENvbmZpZ3VyYXRpb24gcHJvY2Vzc05hbWU9Inczd3AuZXhlIiAvPg0KICAgICAgPC9DcmFzaER1bXBzPg0KICAgICAgPExvZ3Mgc2NoZWR1bGVkVHJhbnNmZXJQZXJpb2Q9IlBUM00iIC8+DQogICAgPC9EaWFnbm9zdGljTW9uaXRvckNvbmZpZ3VyYXRpb24+DQogIDwvV2FkQ2ZnPg==\",\r\n \"storageAccount\": \"definedinconfigstorage\"\r\n },\r\n \"protectedSettings\": {\r\n \"storageAccountName\": \"definedinconfigstorage\",\r\n \"storageAccountKey\": \"Y2FmZTdmNGEtMDZmNi00MTIwLTkxNWYtZmYxZWFlOTg5Mjky\",\r\n \"storageAccountEndPoint\": \"https://core.windows.net/\"\r\n }\r\n }\r\n}",
+ "RequestBody": "{\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Azure.Diagnostics\",\r\n \"type\": \"IaaSDiagnostics\",\r\n \"typeHandlerVersion\": \"1.5\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"settings\": {\r\n \"xmlCfg\": \"PFdhZENmZz4NCiAgICA8RGlhZ25vc3RpY01vbml0b3JDb25maWd1cmF0aW9uIG92ZXJhbGxRdW90YUluTUI9IjIwNDgiIHhtbG5zPSJodHRwOi8vc2NoZW1hcy5taWNyb3NvZnQuY29tL1NlcnZpY2VIb3N0aW5nLzIwMTAvMTAvRGlhZ25vc3RpY3NDb25maWd1cmF0aW9uIj4NCiAgICAgIDxEaWFnbm9zdGljSW5mcmFzdHJ1Y3R1cmVMb2dzIHNjaGVkdWxlZFRyYW5zZmVyTG9nTGV2ZWxGaWx0ZXI9IkVycm9yIiAvPg0KICAgICAgPERpcmVjdG9yaWVzIHNjaGVkdWxlZFRyYW5zZmVyUGVyaW9kPSJQVDFNIj4NCiAgICAgICAgPElJU0xvZ3MgY29udGFpbmVyTmFtZT0id2FkLWlpcy1sb2dmaWxlcyIgLz4NCiAgICAgICAgPEZhaWxlZFJlcXVlc3RMb2dzIGNvbnRhaW5lck5hbWU9IndhZC1mYWlsZWRyZXF1ZXN0bG9ncyIgLz4NCiAgICAgIDwvRGlyZWN0b3JpZXM+DQogICAgICA8UGVyZm9ybWFuY2VDb3VudGVycyBzY2hlZHVsZWRUcmFuc2ZlclBlcmlvZD0iUFQyTSI+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxNZW1vcnlcQXZhaWxhYmxlIE1CeXRlcyIgc2FtcGxlUmF0ZT0iUFQxTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXFdlYiBTZXJ2aWNlKF9Ub3RhbClcSVNBUEkgRXh0ZW5zaW9uIFJlcXVlc3RzL3NlYyIgc2FtcGxlUmF0ZT0iUFQzTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXFdlYiBTZXJ2aWNlKF9Ub3RhbClcQnl0ZXMgVG90YWwvU2VjIiBzYW1wbGVSYXRlPSJQVDFNIiAvPg0KICAgICAgICA8UGVyZm9ybWFuY2VDb3VudGVyQ29uZmlndXJhdGlvbiBjb3VudGVyU3BlY2lmaWVyPSJcQVNQLk5FVCBBcHBsaWNhdGlvbnMoX19Ub3RhbF9fKVxSZXF1ZXN0cy9TZWMiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxBU1AuTkVUIEFwcGxpY2F0aW9ucyhfX1RvdGFsX18pXEVycm9ycyBUb3RhbC9TZWMiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxBU1AuTkVUXFJlcXVlc3RzIFF1ZXVlZCIgc2FtcGxlUmF0ZT0iUFQzTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXEFTUC5ORVRcUmVxdWVzdHMgUmVqZWN0ZWQiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxQcm9jZXNzb3IoX1RvdGFsKVwlIFByb2Nlc3NvciBUaW1lIiBzYW1wbGVSYXRlPSJQVDNNIiAvPg0KICAgICAgPC9QZXJmb3JtYW5jZUNvdW50ZXJzPg0KICAgICAgPFdpbmRvd3NFdmVudExvZyBzY2hlZHVsZWRUcmFuc2ZlclBlcmlvZD0iUFQxTSI+DQogICAgICAgIDxEYXRhU291cmNlIG5hbWU9IkFwcGxpY2F0aW9uISpbU3lzdGVtWyhMZXZlbD0xIG9yIExldmVsPTIpXV0iIC8+DQogICAgICAgIDxEYXRhU291cmNlIG5hbWU9IldpbmRvd3MgQXp1cmUhKltTeXN0ZW1bKExldmVsPTEgb3IgTGV2ZWw9MildXSIgLz4NCiAgICAgIDwvV2luZG93c0V2ZW50TG9nPg0KICAgICAgPENyYXNoRHVtcHM+DQogICAgICAgIDxDcmFzaER1bXBDb25maWd1cmF0aW9uIHByb2Nlc3NOYW1lPSJXYUlJU0hvc3QuZXhlIiAvPg0KICAgICAgICA8Q3Jhc2hEdW1wQ29uZmlndXJhdGlvbiBwcm9jZXNzTmFtZT0iV2FXb3JrZXJIb3N0LmV4ZSIgLz4NCiAgICAgICAgPENyYXNoRHVtcENvbmZpZ3VyYXRpb24gcHJvY2Vzc05hbWU9Inczd3AuZXhlIiAvPg0KICAgICAgPC9DcmFzaER1bXBzPg0KICAgICAgPExvZ3Mgc2NoZWR1bGVkVHJhbnNmZXJQZXJpb2Q9IlBUM00iIC8+DQogICAgPC9EaWFnbm9zdGljTW9uaXRvckNvbmZpZ3VyYXRpb24+DQogIDwvV2FkQ2ZnPg==\",\r\n \"storageAccount\": \"definedinconfigstorage\"\r\n },\r\n \"protectedSettings\": {\r\n \"storageAccountName\": \"definedinconfigstorage\",\r\n \"storageAccountKey\": \"Y2ExMDVkOWEtY2U4NS00NGM5LWI1ZTQtNGFhN2E2NzhiOTgz\",\r\n \"storageAccountEndPoint\": \"https://core.windows.net/\"\r\n }\r\n }\r\n}",
"RequestHeaders": {
"Content-Type": [
"application/json; charset=utf-8"
@@ -5325,7 +4940,7 @@
"3255"
],
"x-ms-client-request-id": [
- "61c2fe7f-0ebb-41dd-a253-49ac20bd4cdf"
+ "633559b7-572e-48e0-b2d3-a2c3d08324e8"
],
"accept-language": [
"en-US"
@@ -5334,10 +4949,10 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Azure.Diagnostics\",\r\n \"type\": \"IaaSDiagnostics\",\r\n \"typeHandlerVersion\": \"1.5\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"settings\": {\r\n \"xmlCfg\": \"PFdhZENmZz4NCiAgICA8RGlhZ25vc3RpY01vbml0b3JDb25maWd1cmF0aW9uIG92ZXJhbGxRdW90YUluTUI9IjIwNDgiIHhtbG5zPSJodHRwOi8vc2NoZW1hcy5taWNyb3NvZnQuY29tL1NlcnZpY2VIb3N0aW5nLzIwMTAvMTAvRGlhZ25vc3RpY3NDb25maWd1cmF0aW9uIj4NCiAgICAgIDxEaWFnbm9zdGljSW5mcmFzdHJ1Y3R1cmVMb2dzIHNjaGVkdWxlZFRyYW5zZmVyTG9nTGV2ZWxGaWx0ZXI9IkVycm9yIiAvPg0KICAgICAgPERpcmVjdG9yaWVzIHNjaGVkdWxlZFRyYW5zZmVyUGVyaW9kPSJQVDFNIj4NCiAgICAgICAgPElJU0xvZ3MgY29udGFpbmVyTmFtZT0id2FkLWlpcy1sb2dmaWxlcyIgLz4NCiAgICAgICAgPEZhaWxlZFJlcXVlc3RMb2dzIGNvbnRhaW5lck5hbWU9IndhZC1mYWlsZWRyZXF1ZXN0bG9ncyIgLz4NCiAgICAgIDwvRGlyZWN0b3JpZXM+DQogICAgICA8UGVyZm9ybWFuY2VDb3VudGVycyBzY2hlZHVsZWRUcmFuc2ZlclBlcmlvZD0iUFQyTSI+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxNZW1vcnlcQXZhaWxhYmxlIE1CeXRlcyIgc2FtcGxlUmF0ZT0iUFQxTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXFdlYiBTZXJ2aWNlKF9Ub3RhbClcSVNBUEkgRXh0ZW5zaW9uIFJlcXVlc3RzL3NlYyIgc2FtcGxlUmF0ZT0iUFQzTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXFdlYiBTZXJ2aWNlKF9Ub3RhbClcQnl0ZXMgVG90YWwvU2VjIiBzYW1wbGVSYXRlPSJQVDFNIiAvPg0KICAgICAgICA8UGVyZm9ybWFuY2VDb3VudGVyQ29uZmlndXJhdGlvbiBjb3VudGVyU3BlY2lmaWVyPSJcQVNQLk5FVCBBcHBsaWNhdGlvbnMoX19Ub3RhbF9fKVxSZXF1ZXN0cy9TZWMiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxBU1AuTkVUIEFwcGxpY2F0aW9ucyhfX1RvdGFsX18pXEVycm9ycyBUb3RhbC9TZWMiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxBU1AuTkVUXFJlcXVlc3RzIFF1ZXVlZCIgc2FtcGxlUmF0ZT0iUFQzTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXEFTUC5ORVRcUmVxdWVzdHMgUmVqZWN0ZWQiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxQcm9jZXNzb3IoX1RvdGFsKVwlIFByb2Nlc3NvciBUaW1lIiBzYW1wbGVSYXRlPSJQVDNNIiAvPg0KICAgICAgPC9QZXJmb3JtYW5jZUNvdW50ZXJzPg0KICAgICAgPFdpbmRvd3NFdmVudExvZyBzY2hlZHVsZWRUcmFuc2ZlclBlcmlvZD0iUFQxTSI+DQogICAgICAgIDxEYXRhU291cmNlIG5hbWU9IkFwcGxpY2F0aW9uISpbU3lzdGVtWyhMZXZlbD0xIG9yIExldmVsPTIpXV0iIC8+DQogICAgICAgIDxEYXRhU291cmNlIG5hbWU9IldpbmRvd3MgQXp1cmUhKltTeXN0ZW1bKExldmVsPTEgb3IgTGV2ZWw9MildXSIgLz4NCiAgICAgIDwvV2luZG93c0V2ZW50TG9nPg0KICAgICAgPENyYXNoRHVtcHM+DQogICAgICAgIDxDcmFzaER1bXBDb25maWd1cmF0aW9uIHByb2Nlc3NOYW1lPSJXYUlJU0hvc3QuZXhlIiAvPg0KICAgICAgICA8Q3Jhc2hEdW1wQ29uZmlndXJhdGlvbiBwcm9jZXNzTmFtZT0iV2FXb3JrZXJIb3N0LmV4ZSIgLz4NCiAgICAgICAgPENyYXNoRHVtcENvbmZpZ3VyYXRpb24gcHJvY2Vzc05hbWU9Inczd3AuZXhlIiAvPg0KICAgICAgPC9DcmFzaER1bXBzPg0KICAgICAgPExvZ3Mgc2NoZWR1bGVkVHJhbnNmZXJQZXJpb2Q9IlBUM00iIC8+DQogICAgPC9EaWFnbm9zdGljTW9uaXRvckNvbmZpZ3VyYXRpb24+DQogIDwvV2FkQ2ZnPg==\",\r\n \"storageAccount\": \"definedinconfigstorage\"\r\n },\r\n \"provisioningState\": \"Creating\"\r\n },\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Compute/virtualMachines/vmcrptestps309/extensions/Microsoft.Insights.VMDiagnosticsSettings\",\r\n \"name\": \"Microsoft.Insights.VMDiagnosticsSettings\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n}",
+ "ResponseBody": "{\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Azure.Diagnostics\",\r\n \"type\": \"IaaSDiagnostics\",\r\n \"typeHandlerVersion\": \"1.5\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"settings\": {\r\n \"xmlCfg\": \"PFdhZENmZz4NCiAgICA8RGlhZ25vc3RpY01vbml0b3JDb25maWd1cmF0aW9uIG92ZXJhbGxRdW90YUluTUI9IjIwNDgiIHhtbG5zPSJodHRwOi8vc2NoZW1hcy5taWNyb3NvZnQuY29tL1NlcnZpY2VIb3N0aW5nLzIwMTAvMTAvRGlhZ25vc3RpY3NDb25maWd1cmF0aW9uIj4NCiAgICAgIDxEaWFnbm9zdGljSW5mcmFzdHJ1Y3R1cmVMb2dzIHNjaGVkdWxlZFRyYW5zZmVyTG9nTGV2ZWxGaWx0ZXI9IkVycm9yIiAvPg0KICAgICAgPERpcmVjdG9yaWVzIHNjaGVkdWxlZFRyYW5zZmVyUGVyaW9kPSJQVDFNIj4NCiAgICAgICAgPElJU0xvZ3MgY29udGFpbmVyTmFtZT0id2FkLWlpcy1sb2dmaWxlcyIgLz4NCiAgICAgICAgPEZhaWxlZFJlcXVlc3RMb2dzIGNvbnRhaW5lck5hbWU9IndhZC1mYWlsZWRyZXF1ZXN0bG9ncyIgLz4NCiAgICAgIDwvRGlyZWN0b3JpZXM+DQogICAgICA8UGVyZm9ybWFuY2VDb3VudGVycyBzY2hlZHVsZWRUcmFuc2ZlclBlcmlvZD0iUFQyTSI+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxNZW1vcnlcQXZhaWxhYmxlIE1CeXRlcyIgc2FtcGxlUmF0ZT0iUFQxTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXFdlYiBTZXJ2aWNlKF9Ub3RhbClcSVNBUEkgRXh0ZW5zaW9uIFJlcXVlc3RzL3NlYyIgc2FtcGxlUmF0ZT0iUFQzTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXFdlYiBTZXJ2aWNlKF9Ub3RhbClcQnl0ZXMgVG90YWwvU2VjIiBzYW1wbGVSYXRlPSJQVDFNIiAvPg0KICAgICAgICA8UGVyZm9ybWFuY2VDb3VudGVyQ29uZmlndXJhdGlvbiBjb3VudGVyU3BlY2lmaWVyPSJcQVNQLk5FVCBBcHBsaWNhdGlvbnMoX19Ub3RhbF9fKVxSZXF1ZXN0cy9TZWMiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxBU1AuTkVUIEFwcGxpY2F0aW9ucyhfX1RvdGFsX18pXEVycm9ycyBUb3RhbC9TZWMiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxBU1AuTkVUXFJlcXVlc3RzIFF1ZXVlZCIgc2FtcGxlUmF0ZT0iUFQzTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXEFTUC5ORVRcUmVxdWVzdHMgUmVqZWN0ZWQiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxQcm9jZXNzb3IoX1RvdGFsKVwlIFByb2Nlc3NvciBUaW1lIiBzYW1wbGVSYXRlPSJQVDNNIiAvPg0KICAgICAgPC9QZXJmb3JtYW5jZUNvdW50ZXJzPg0KICAgICAgPFdpbmRvd3NFdmVudExvZyBzY2hlZHVsZWRUcmFuc2ZlclBlcmlvZD0iUFQxTSI+DQogICAgICAgIDxEYXRhU291cmNlIG5hbWU9IkFwcGxpY2F0aW9uISpbU3lzdGVtWyhMZXZlbD0xIG9yIExldmVsPTIpXV0iIC8+DQogICAgICAgIDxEYXRhU291cmNlIG5hbWU9IldpbmRvd3MgQXp1cmUhKltTeXN0ZW1bKExldmVsPTEgb3IgTGV2ZWw9MildXSIgLz4NCiAgICAgIDwvV2luZG93c0V2ZW50TG9nPg0KICAgICAgPENyYXNoRHVtcHM+DQogICAgICAgIDxDcmFzaER1bXBDb25maWd1cmF0aW9uIHByb2Nlc3NOYW1lPSJXYUlJU0hvc3QuZXhlIiAvPg0KICAgICAgICA8Q3Jhc2hEdW1wQ29uZmlndXJhdGlvbiBwcm9jZXNzTmFtZT0iV2FXb3JrZXJIb3N0LmV4ZSIgLz4NCiAgICAgICAgPENyYXNoRHVtcENvbmZpZ3VyYXRpb24gcHJvY2Vzc05hbWU9Inczd3AuZXhlIiAvPg0KICAgICAgPC9DcmFzaER1bXBzPg0KICAgICAgPExvZ3Mgc2NoZWR1bGVkVHJhbnNmZXJQZXJpb2Q9IlBUM00iIC8+DQogICAgPC9EaWFnbm9zdGljTW9uaXRvckNvbmZpZ3VyYXRpb24+DQogIDwvV2FkQ2ZnPg==\",\r\n \"storageAccount\": \"definedinconfigstorage\"\r\n },\r\n \"provisioningState\": \"Creating\"\r\n },\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Compute/virtualMachines/vmcrptestps9866/extensions/Microsoft.Insights.VMDiagnosticsSettings\",\r\n \"name\": \"Microsoft.Insights.VMDiagnosticsSettings\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "3354"
+ "3356"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -5349,16 +4964,16 @@
"no-cache"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/67026938-0076-43cf-96b0-2c1f4187dba2?api-version=2015-06-15"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/95145103-89e5-45ea-aab9-456cc4f989b5?api-version=2015-06-15"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "67026938-0076-43cf-96b0-2c1f4187dba2"
+ "95145103-89e5-45ea-aab9-456cc4f989b5"
],
"Cache-Control": [
"no-cache"
@@ -5371,75 +4986,20 @@
"1197"
],
"x-ms-correlation-request-id": [
- "ce68c1c9-dd16-4961-a4f7-ccdd158bd162"
+ "7361957e-4309-436e-b73e-65fb35eabdc0"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T015604Z:ce68c1c9-dd16-4961-a4f7-ccdd158bd162"
+ "WESTUS:20160114T075212Z:7361957e-4309-436e-b73e-65fb35eabdc0"
],
"Date": [
- "Tue, 22 Dec 2015 01:56:04 GMT"
+ "Thu, 14 Jan 2016 07:52:11 GMT"
]
},
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/67026938-0076-43cf-96b0-2c1f4187dba2?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNjcwMjY5MzgtMDA3Ni00M2NmLTk2YjAtMmMxZjQxODdkYmEyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
- ]
- },
- "ResponseBody": "{\r\n \"operationId\": \"67026938-0076-43cf-96b0-2c1f4187dba2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:56:04.5478807-08:00\"\r\n}",
- "ResponseHeaders": {
- "Content-Length": [
- "141"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
- ],
- "x-ms-request-id": [
- "743917f6-4de7-4192-8f7f-532b7f89ff27"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14944"
- ],
- "x-ms-correlation-request-id": [
- "6b4fc541-b881-4518-9490-b1454ee6e5a9"
- ],
- "x-ms-routing-request-id": [
- "CENTRALUS:20151222T015635Z:6b4fc541-b881-4518-9490-b1454ee6e5a9"
- ],
- "Date": [
- "Tue, 22 Dec 2015 01:56:34 GMT"
- ]
- },
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/67026938-0076-43cf-96b0-2c1f4187dba2?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNjcwMjY5MzgtMDA3Ni00M2NmLTk2YjAtMmMxZjQxODdkYmEyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/95145103-89e5-45ea-aab9-456cc4f989b5?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOTUxNDUxMDMtODllNS00NWVhLWFhYjktNDU2Y2M0Zjk4OWI1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -5447,7 +5007,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"67026938-0076-43cf-96b0-2c1f4187dba2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:56:04.5478807-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"95145103-89e5-45ea-aab9-456cc4f989b5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:52:12.6009386-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -5465,10 +5025,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "e598c3a7-0a31-413d-997b-3f3c29d74e79"
+ "84adc1ba-aaff-4418-9264-52d99fe73585"
],
"Cache-Control": [
"no-cache"
@@ -5478,23 +5038,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14943"
+ "14920"
],
"x-ms-correlation-request-id": [
- "1398a12c-6c58-49ed-8cb4-e6d9d05df77d"
+ "170a1eba-944b-4976-bdb8-cbfa6c775cdc"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T015705Z:1398a12c-6c58-49ed-8cb4-e6d9d05df77d"
+ "WESTUS:20160114T075243Z:170a1eba-944b-4976-bdb8-cbfa6c775cdc"
],
"Date": [
- "Tue, 22 Dec 2015 01:57:05 GMT"
+ "Thu, 14 Jan 2016 07:52:42 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/67026938-0076-43cf-96b0-2c1f4187dba2?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNjcwMjY5MzgtMDA3Ni00M2NmLTk2YjAtMmMxZjQxODdkYmEyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/95145103-89e5-45ea-aab9-456cc4f989b5?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOTUxNDUxMDMtODllNS00NWVhLWFhYjktNDU2Y2M0Zjk4OWI1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -5502,7 +5062,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"67026938-0076-43cf-96b0-2c1f4187dba2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:56:04.5478807-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"95145103-89e5-45ea-aab9-456cc4f989b5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:52:12.6009386-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -5520,10 +5080,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "5fb280bd-0f3e-4d83-9a97-086d07ca93cb"
+ "f74f9d04-0086-45db-ad72-5def82f18f97"
],
"Cache-Control": [
"no-cache"
@@ -5533,23 +5093,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14942"
+ "14917"
],
"x-ms-correlation-request-id": [
- "d6e35334-a7b4-4b7d-8ed3-11278a4e4496"
+ "b606ec29-783e-4769-a014-d631ac18a7af"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T015735Z:d6e35334-a7b4-4b7d-8ed3-11278a4e4496"
+ "WESTUS:20160114T075313Z:b606ec29-783e-4769-a014-d631ac18a7af"
],
"Date": [
- "Tue, 22 Dec 2015 01:57:35 GMT"
+ "Thu, 14 Jan 2016 07:53:13 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/67026938-0076-43cf-96b0-2c1f4187dba2?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNjcwMjY5MzgtMDA3Ni00M2NmLTk2YjAtMmMxZjQxODdkYmEyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/95145103-89e5-45ea-aab9-456cc4f989b5?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOTUxNDUxMDMtODllNS00NWVhLWFhYjktNDU2Y2M0Zjk4OWI1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -5557,7 +5117,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"67026938-0076-43cf-96b0-2c1f4187dba2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:56:04.5478807-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"95145103-89e5-45ea-aab9-456cc4f989b5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:52:12.6009386-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -5575,10 +5135,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "f51d9973-7a70-4ce4-bd52-87358ddd6b17"
+ "b58ca469-be03-478c-ba25-251f938fdbb9"
],
"Cache-Control": [
"no-cache"
@@ -5588,23 +5148,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14941"
+ "14916"
],
"x-ms-correlation-request-id": [
- "2a5d77b9-c84f-4367-bd52-45b45fc25071"
+ "402156ca-376a-43e3-994d-066957524d4e"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T015805Z:2a5d77b9-c84f-4367-bd52-45b45fc25071"
+ "WESTUS:20160114T075343Z:402156ca-376a-43e3-994d-066957524d4e"
],
"Date": [
- "Tue, 22 Dec 2015 01:58:05 GMT"
+ "Thu, 14 Jan 2016 07:53:42 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/67026938-0076-43cf-96b0-2c1f4187dba2?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNjcwMjY5MzgtMDA3Ni00M2NmLTk2YjAtMmMxZjQxODdkYmEyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/95145103-89e5-45ea-aab9-456cc4f989b5?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOTUxNDUxMDMtODllNS00NWVhLWFhYjktNDU2Y2M0Zjk4OWI1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -5612,7 +5172,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"67026938-0076-43cf-96b0-2c1f4187dba2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:56:04.5478807-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"95145103-89e5-45ea-aab9-456cc4f989b5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:52:12.6009386-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -5630,10 +5190,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "9ae7650a-1ab7-441d-bedb-c9b2c07084f9"
+ "09003575-f61a-464b-9e10-b0b90a75d589"
],
"Cache-Control": [
"no-cache"
@@ -5643,23 +5203,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14940"
+ "14915"
],
"x-ms-correlation-request-id": [
- "9ed0c7d3-70f0-4927-bfcc-b4543886ef44"
+ "e70c5ee8-58c8-4e79-b1d0-7379edcde4dd"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T015835Z:9ed0c7d3-70f0-4927-bfcc-b4543886ef44"
+ "WESTUS:20160114T075413Z:e70c5ee8-58c8-4e79-b1d0-7379edcde4dd"
],
"Date": [
- "Tue, 22 Dec 2015 01:58:35 GMT"
+ "Thu, 14 Jan 2016 07:54:13 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/67026938-0076-43cf-96b0-2c1f4187dba2?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNjcwMjY5MzgtMDA3Ni00M2NmLTk2YjAtMmMxZjQxODdkYmEyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/95145103-89e5-45ea-aab9-456cc4f989b5?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOTUxNDUxMDMtODllNS00NWVhLWFhYjktNDU2Y2M0Zjk4OWI1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -5667,7 +5227,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"67026938-0076-43cf-96b0-2c1f4187dba2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:56:04.5478807-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"95145103-89e5-45ea-aab9-456cc4f989b5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:52:12.6009386-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -5685,10 +5245,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "82075787-bf1e-4bbd-b786-5a5c1cad0fc4"
+ "f336b923-8e1d-4494-8349-1ddd3c504b07"
],
"Cache-Control": [
"no-cache"
@@ -5698,23 +5258,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14939"
+ "14914"
],
"x-ms-correlation-request-id": [
- "2505a016-df8a-439a-8781-bc6e909cb5a1"
+ "f968e59a-faa9-4f3e-ad0c-67a850d2f06d"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T015905Z:2505a016-df8a-439a-8781-bc6e909cb5a1"
+ "WESTUS:20160114T075443Z:f968e59a-faa9-4f3e-ad0c-67a850d2f06d"
],
"Date": [
- "Tue, 22 Dec 2015 01:59:05 GMT"
+ "Thu, 14 Jan 2016 07:54:43 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/67026938-0076-43cf-96b0-2c1f4187dba2?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNjcwMjY5MzgtMDA3Ni00M2NmLTk2YjAtMmMxZjQxODdkYmEyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/95145103-89e5-45ea-aab9-456cc4f989b5?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOTUxNDUxMDMtODllNS00NWVhLWFhYjktNDU2Y2M0Zjk4OWI1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -5722,7 +5282,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"67026938-0076-43cf-96b0-2c1f4187dba2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:56:04.5478807-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"95145103-89e5-45ea-aab9-456cc4f989b5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:52:12.6009386-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -5740,10 +5300,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "efd6ac36-e366-40be-b4f2-f28a39b64255"
+ "2ce1a11b-4f53-43a6-844c-4d360e19895a"
],
"Cache-Control": [
"no-cache"
@@ -5753,23 +5313,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14938"
+ "14916"
],
"x-ms-correlation-request-id": [
- "2d4e9c50-25b4-44fc-adc9-be233d081e00"
+ "a122c0e7-ae76-4e03-b634-c3d748c9ab3f"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T015935Z:2d4e9c50-25b4-44fc-adc9-be233d081e00"
+ "WESTUS:20160114T075513Z:a122c0e7-ae76-4e03-b634-c3d748c9ab3f"
],
"Date": [
- "Tue, 22 Dec 2015 01:59:35 GMT"
+ "Thu, 14 Jan 2016 07:55:12 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/67026938-0076-43cf-96b0-2c1f4187dba2?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNjcwMjY5MzgtMDA3Ni00M2NmLTk2YjAtMmMxZjQxODdkYmEyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/95145103-89e5-45ea-aab9-456cc4f989b5?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOTUxNDUxMDMtODllNS00NWVhLWFhYjktNDU2Y2M0Zjk4OWI1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -5777,7 +5337,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"67026938-0076-43cf-96b0-2c1f4187dba2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:56:04.5478807-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"95145103-89e5-45ea-aab9-456cc4f989b5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:52:12.6009386-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -5795,10 +5355,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "3128b380-9b25-46df-875a-61119d29d570"
+ "cf427359-f0fa-479f-9e4b-9b36a600a92c"
],
"Cache-Control": [
"no-cache"
@@ -5808,23 +5368,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14937"
+ "14915"
],
"x-ms-correlation-request-id": [
- "c58c325c-7b3c-48a6-a0be-77bd916e0cd5"
+ "ad800725-7ed5-4f5d-9328-8afde314ec85"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T020005Z:c58c325c-7b3c-48a6-a0be-77bd916e0cd5"
+ "WESTUS:20160114T075543Z:ad800725-7ed5-4f5d-9328-8afde314ec85"
],
"Date": [
- "Tue, 22 Dec 2015 02:00:05 GMT"
+ "Thu, 14 Jan 2016 07:55:43 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/67026938-0076-43cf-96b0-2c1f4187dba2?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNjcwMjY5MzgtMDA3Ni00M2NmLTk2YjAtMmMxZjQxODdkYmEyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/95145103-89e5-45ea-aab9-456cc4f989b5?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOTUxNDUxMDMtODllNS00NWVhLWFhYjktNDU2Y2M0Zjk4OWI1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -5832,7 +5392,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"67026938-0076-43cf-96b0-2c1f4187dba2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:56:04.5478807-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"95145103-89e5-45ea-aab9-456cc4f989b5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:52:12.6009386-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -5850,10 +5410,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "e0fcb250-ef7b-4183-974b-aa61e4b46e2c"
+ "92d612c1-b0ef-4785-9f3d-b8218c7bc131"
],
"Cache-Control": [
"no-cache"
@@ -5863,23 +5423,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14936"
+ "14914"
],
"x-ms-correlation-request-id": [
- "e7d9f4db-3e0d-4260-a609-015581180c21"
+ "147fa5b4-8ced-4895-b3f1-7f61b95930a8"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T020036Z:e7d9f4db-3e0d-4260-a609-015581180c21"
+ "WESTUS:20160114T075614Z:147fa5b4-8ced-4895-b3f1-7f61b95930a8"
],
"Date": [
- "Tue, 22 Dec 2015 02:00:35 GMT"
+ "Thu, 14 Jan 2016 07:56:13 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/67026938-0076-43cf-96b0-2c1f4187dba2?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNjcwMjY5MzgtMDA3Ni00M2NmLTk2YjAtMmMxZjQxODdkYmEyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/95145103-89e5-45ea-aab9-456cc4f989b5?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOTUxNDUxMDMtODllNS00NWVhLWFhYjktNDU2Y2M0Zjk4OWI1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -5887,7 +5447,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"67026938-0076-43cf-96b0-2c1f4187dba2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:56:04.5478807-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"95145103-89e5-45ea-aab9-456cc4f989b5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:52:12.6009386-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -5905,10 +5465,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "45f4dc9a-9ebd-40ca-8b5e-5cca6a203323"
+ "bd6d98de-507c-448d-8c69-9ab3ad76e088"
],
"Cache-Control": [
"no-cache"
@@ -5918,23 +5478,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14935"
+ "14913"
],
"x-ms-correlation-request-id": [
- "41a8da49-e7b9-46aa-bf9e-d16fc5db7c60"
+ "285f62ba-26ef-468d-8b9f-9348c4233d00"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T020106Z:41a8da49-e7b9-46aa-bf9e-d16fc5db7c60"
+ "WESTUS:20160114T075644Z:285f62ba-26ef-468d-8b9f-9348c4233d00"
],
"Date": [
- "Tue, 22 Dec 2015 02:01:06 GMT"
+ "Thu, 14 Jan 2016 07:56:43 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/67026938-0076-43cf-96b0-2c1f4187dba2?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNjcwMjY5MzgtMDA3Ni00M2NmLTk2YjAtMmMxZjQxODdkYmEyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/95145103-89e5-45ea-aab9-456cc4f989b5?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOTUxNDUxMDMtODllNS00NWVhLWFhYjktNDU2Y2M0Zjk4OWI1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -5942,7 +5502,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"67026938-0076-43cf-96b0-2c1f4187dba2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:56:04.5478807-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"95145103-89e5-45ea-aab9-456cc4f989b5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:52:12.6009386-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -5960,10 +5520,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "ea8e6c52-a891-4af2-b11c-cc8baa772ebb"
+ "91af12e6-d97f-4783-8a7b-35f873bc6f4f"
],
"Cache-Control": [
"no-cache"
@@ -5973,23 +5533,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14934"
+ "14908"
],
"x-ms-correlation-request-id": [
- "92e98769-19c0-4b3a-8e5d-46d83b027583"
+ "2d253f57-14c4-44e1-8279-166d2dfebc87"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T020136Z:92e98769-19c0-4b3a-8e5d-46d83b027583"
+ "WESTUS:20160114T075714Z:2d253f57-14c4-44e1-8279-166d2dfebc87"
],
"Date": [
- "Tue, 22 Dec 2015 02:01:35 GMT"
+ "Thu, 14 Jan 2016 07:57:14 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/67026938-0076-43cf-96b0-2c1f4187dba2?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNjcwMjY5MzgtMDA3Ni00M2NmLTk2YjAtMmMxZjQxODdkYmEyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/95145103-89e5-45ea-aab9-456cc4f989b5?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOTUxNDUxMDMtODllNS00NWVhLWFhYjktNDU2Y2M0Zjk4OWI1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -5997,7 +5557,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"67026938-0076-43cf-96b0-2c1f4187dba2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:56:04.5478807-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"95145103-89e5-45ea-aab9-456cc4f989b5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:52:12.6009386-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -6015,10 +5575,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "e1d7ee03-f17c-493d-b912-003816713aad"
+ "81dee65e-d743-4dd0-a7bd-7d9628566dc3"
],
"Cache-Control": [
"no-cache"
@@ -6028,23 +5588,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14933"
+ "14904"
],
"x-ms-correlation-request-id": [
- "47f29f37-2661-4a78-ae99-edbc40ebbc48"
+ "fb81b6f8-42b1-404b-bf28-8cee3f291c5d"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T020206Z:47f29f37-2661-4a78-ae99-edbc40ebbc48"
+ "WESTUS:20160114T075744Z:fb81b6f8-42b1-404b-bf28-8cee3f291c5d"
],
"Date": [
- "Tue, 22 Dec 2015 02:02:05 GMT"
+ "Thu, 14 Jan 2016 07:57:43 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/67026938-0076-43cf-96b0-2c1f4187dba2?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNjcwMjY5MzgtMDA3Ni00M2NmLTk2YjAtMmMxZjQxODdkYmEyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/95145103-89e5-45ea-aab9-456cc4f989b5?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOTUxNDUxMDMtODllNS00NWVhLWFhYjktNDU2Y2M0Zjk4OWI1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -6052,7 +5612,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"67026938-0076-43cf-96b0-2c1f4187dba2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:56:04.5478807-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"95145103-89e5-45ea-aab9-456cc4f989b5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:52:12.6009386-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -6070,10 +5630,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "d96e396a-4bb3-4ac0-9f75-653e2c6fb26c"
+ "7d5fe567-a8d6-46d4-8da4-363dbe91a798"
],
"Cache-Control": [
"no-cache"
@@ -6083,23 +5643,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14932"
+ "14902"
],
"x-ms-correlation-request-id": [
- "3c501693-b292-4ff8-9313-9bb2cd33e24d"
+ "eb3816c2-645a-402d-9d03-3f43329d52b2"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T020236Z:3c501693-b292-4ff8-9313-9bb2cd33e24d"
+ "WESTUS:20160114T075814Z:eb3816c2-645a-402d-9d03-3f43329d52b2"
],
"Date": [
- "Tue, 22 Dec 2015 02:02:35 GMT"
+ "Thu, 14 Jan 2016 07:58:13 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/67026938-0076-43cf-96b0-2c1f4187dba2?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNjcwMjY5MzgtMDA3Ni00M2NmLTk2YjAtMmMxZjQxODdkYmEyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/95145103-89e5-45ea-aab9-456cc4f989b5?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOTUxNDUxMDMtODllNS00NWVhLWFhYjktNDU2Y2M0Zjk4OWI1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -6107,7 +5667,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"67026938-0076-43cf-96b0-2c1f4187dba2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:56:04.5478807-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"95145103-89e5-45ea-aab9-456cc4f989b5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:52:12.6009386-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -6125,10 +5685,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "eee12603-6ec7-40ee-9282-0933fcd7ce80"
+ "298fa6fb-b8fc-4373-817e-4dc00f4779ea"
],
"Cache-Control": [
"no-cache"
@@ -6138,23 +5698,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14931"
+ "14901"
],
"x-ms-correlation-request-id": [
- "69c263e8-097d-45d9-b389-9032e47714b0"
+ "239ee38c-a8af-4a1f-b3b9-b60f60eeb973"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T020306Z:69c263e8-097d-45d9-b389-9032e47714b0"
+ "WESTUS:20160114T075844Z:239ee38c-a8af-4a1f-b3b9-b60f60eeb973"
],
"Date": [
- "Tue, 22 Dec 2015 02:03:06 GMT"
+ "Thu, 14 Jan 2016 07:58:44 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/67026938-0076-43cf-96b0-2c1f4187dba2?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNjcwMjY5MzgtMDA3Ni00M2NmLTk2YjAtMmMxZjQxODdkYmEyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/95145103-89e5-45ea-aab9-456cc4f989b5?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOTUxNDUxMDMtODllNS00NWVhLWFhYjktNDU2Y2M0Zjk4OWI1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -6162,7 +5722,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"67026938-0076-43cf-96b0-2c1f4187dba2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:56:04.5478807-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"95145103-89e5-45ea-aab9-456cc4f989b5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:52:12.6009386-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -6180,10 +5740,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "6d726594-70bf-4568-9f82-e52914582d76"
+ "668c94f4-fe7d-4cbe-bc03-d3b8bb804f15"
],
"Cache-Control": [
"no-cache"
@@ -6193,23 +5753,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14930"
+ "14900"
],
"x-ms-correlation-request-id": [
- "8299caf3-1455-42fd-876d-47f423e1c577"
+ "f98e732c-ff8a-4fc6-a93d-c3fa22e92f82"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T020336Z:8299caf3-1455-42fd-876d-47f423e1c577"
+ "WESTUS:20160114T075914Z:f98e732c-ff8a-4fc6-a93d-c3fa22e92f82"
],
"Date": [
- "Tue, 22 Dec 2015 02:03:36 GMT"
+ "Thu, 14 Jan 2016 07:59:14 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/67026938-0076-43cf-96b0-2c1f4187dba2?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNjcwMjY5MzgtMDA3Ni00M2NmLTk2YjAtMmMxZjQxODdkYmEyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/95145103-89e5-45ea-aab9-456cc4f989b5?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOTUxNDUxMDMtODllNS00NWVhLWFhYjktNDU2Y2M0Zjk4OWI1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -6217,7 +5777,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"67026938-0076-43cf-96b0-2c1f4187dba2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:56:04.5478807-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"95145103-89e5-45ea-aab9-456cc4f989b5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:52:12.6009386-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -6235,10 +5795,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "ccf126de-a642-48b5-8275-647939bba1a4"
+ "804837aa-8fbf-4c3e-bc9d-2ff6cf6551a4"
],
"Cache-Control": [
"no-cache"
@@ -6248,23 +5808,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14929"
+ "14899"
],
"x-ms-correlation-request-id": [
- "4fc4d03f-f932-48af-a427-35d712b8a084"
+ "356627e2-5272-47ea-8ecf-51be3664cf96"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T020406Z:4fc4d03f-f932-48af-a427-35d712b8a084"
+ "WESTUS:20160114T075944Z:356627e2-5272-47ea-8ecf-51be3664cf96"
],
"Date": [
- "Tue, 22 Dec 2015 02:04:05 GMT"
+ "Thu, 14 Jan 2016 07:59:44 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/67026938-0076-43cf-96b0-2c1f4187dba2?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNjcwMjY5MzgtMDA3Ni00M2NmLTk2YjAtMmMxZjQxODdkYmEyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/95145103-89e5-45ea-aab9-456cc4f989b5?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOTUxNDUxMDMtODllNS00NWVhLWFhYjktNDU2Y2M0Zjk4OWI1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -6272,7 +5832,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"67026938-0076-43cf-96b0-2c1f4187dba2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:56:04.5478807-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"95145103-89e5-45ea-aab9-456cc4f989b5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:52:12.6009386-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -6290,10 +5850,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "4df24087-80b5-407d-9297-bab98d2a5652"
+ "b461c7a2-a93f-4b01-9587-154acf680f64"
],
"Cache-Control": [
"no-cache"
@@ -6303,23 +5863,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14928"
+ "14896"
],
"x-ms-correlation-request-id": [
- "e01ff983-52ae-4ad1-a0ba-81941badde5b"
+ "218b0cd5-ef91-4e6c-bf22-7346c5f4b6a6"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T020437Z:e01ff983-52ae-4ad1-a0ba-81941badde5b"
+ "WESTUS:20160114T080014Z:218b0cd5-ef91-4e6c-bf22-7346c5f4b6a6"
],
"Date": [
- "Tue, 22 Dec 2015 02:04:36 GMT"
+ "Thu, 14 Jan 2016 08:00:14 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/67026938-0076-43cf-96b0-2c1f4187dba2?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNjcwMjY5MzgtMDA3Ni00M2NmLTk2YjAtMmMxZjQxODdkYmEyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/95145103-89e5-45ea-aab9-456cc4f989b5?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOTUxNDUxMDMtODllNS00NWVhLWFhYjktNDU2Y2M0Zjk4OWI1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -6327,7 +5887,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"67026938-0076-43cf-96b0-2c1f4187dba2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:56:04.5478807-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"95145103-89e5-45ea-aab9-456cc4f989b5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:52:12.6009386-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -6345,10 +5905,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "e672d34b-7738-48d6-9abc-daed930f0f38"
+ "ea57cdb5-1fd7-4720-86c1-3fd4f7ce99c8"
],
"Cache-Control": [
"no-cache"
@@ -6358,23 +5918,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14927"
+ "14895"
],
"x-ms-correlation-request-id": [
- "a91ef5ae-6d7f-4258-b904-836829213ada"
+ "cdc113c9-7b97-4437-beaa-a76020586deb"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T020507Z:a91ef5ae-6d7f-4258-b904-836829213ada"
+ "WESTUS:20160114T080045Z:cdc113c9-7b97-4437-beaa-a76020586deb"
],
"Date": [
- "Tue, 22 Dec 2015 02:05:06 GMT"
+ "Thu, 14 Jan 2016 08:00:44 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/67026938-0076-43cf-96b0-2c1f4187dba2?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNjcwMjY5MzgtMDA3Ni00M2NmLTk2YjAtMmMxZjQxODdkYmEyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/95145103-89e5-45ea-aab9-456cc4f989b5?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOTUxNDUxMDMtODllNS00NWVhLWFhYjktNDU2Y2M0Zjk4OWI1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -6382,7 +5942,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"67026938-0076-43cf-96b0-2c1f4187dba2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:56:04.5478807-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"95145103-89e5-45ea-aab9-456cc4f989b5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:52:12.6009386-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -6400,10 +5960,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "c46da8af-272c-446b-ad05-3225ddc46a56"
+ "3429253f-bf38-4033-8f22-afc3cdf4efa1"
],
"Cache-Control": [
"no-cache"
@@ -6413,23 +5973,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14926"
+ "14894"
],
"x-ms-correlation-request-id": [
- "9cd4ea51-d097-4332-ad89-5cede4b033bb"
+ "7a644be7-0671-4b17-9bbb-197bc7efe817"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T020537Z:9cd4ea51-d097-4332-ad89-5cede4b033bb"
+ "WESTUS:20160114T080115Z:7a644be7-0671-4b17-9bbb-197bc7efe817"
],
"Date": [
- "Tue, 22 Dec 2015 02:05:36 GMT"
+ "Thu, 14 Jan 2016 08:01:14 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/67026938-0076-43cf-96b0-2c1f4187dba2?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNjcwMjY5MzgtMDA3Ni00M2NmLTk2YjAtMmMxZjQxODdkYmEyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/95145103-89e5-45ea-aab9-456cc4f989b5?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOTUxNDUxMDMtODllNS00NWVhLWFhYjktNDU2Y2M0Zjk4OWI1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -6437,7 +5997,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"67026938-0076-43cf-96b0-2c1f4187dba2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:56:04.5478807-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"95145103-89e5-45ea-aab9-456cc4f989b5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:52:12.6009386-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -6455,10 +6015,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "3bc4d452-af6c-450f-962d-417f63f8e975"
+ "384d22ac-9564-47a1-9140-ef77536818c9"
],
"Cache-Control": [
"no-cache"
@@ -6468,23 +6028,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14925"
+ "14893"
],
"x-ms-correlation-request-id": [
- "0d44bd79-6d11-4c56-86b7-8ace2db28b47"
+ "fc24a9f5-3661-4ab3-a9d4-b33bcfcf1554"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T020607Z:0d44bd79-6d11-4c56-86b7-8ace2db28b47"
+ "WESTUS:20160114T080145Z:fc24a9f5-3661-4ab3-a9d4-b33bcfcf1554"
],
"Date": [
- "Tue, 22 Dec 2015 02:06:06 GMT"
+ "Thu, 14 Jan 2016 08:01:44 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/67026938-0076-43cf-96b0-2c1f4187dba2?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNjcwMjY5MzgtMDA3Ni00M2NmLTk2YjAtMmMxZjQxODdkYmEyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/95145103-89e5-45ea-aab9-456cc4f989b5?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOTUxNDUxMDMtODllNS00NWVhLWFhYjktNDU2Y2M0Zjk4OWI1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -6492,7 +6052,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"67026938-0076-43cf-96b0-2c1f4187dba2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T17:56:04.5478807-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"95145103-89e5-45ea-aab9-456cc4f989b5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T23:52:12.6009386-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -6510,10 +6070,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "8b36a89c-b490-4644-badf-5eaca34290e3"
+ "f2575cde-1b94-4534-9b70-87dcf7a3eab4"
],
"Cache-Control": [
"no-cache"
@@ -6523,23 +6083,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14924"
+ "14890"
],
"x-ms-correlation-request-id": [
- "d0e5f92f-cb11-4db3-b1d9-dc8a5bb81420"
+ "0e7f2ed6-3cbd-47eb-b1b1-ee97af6e98bf"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T020637Z:d0e5f92f-cb11-4db3-b1d9-dc8a5bb81420"
+ "WESTUS:20160114T080215Z:0e7f2ed6-3cbd-47eb-b1b1-ee97af6e98bf"
],
"Date": [
- "Tue, 22 Dec 2015 02:06:37 GMT"
+ "Thu, 14 Jan 2016 08:02:15 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/67026938-0076-43cf-96b0-2c1f4187dba2?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNjcwMjY5MzgtMDA3Ni00M2NmLTk2YjAtMmMxZjQxODdkYmEyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/95145103-89e5-45ea-aab9-456cc4f989b5?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOTUxNDUxMDMtODllNS00NWVhLWFhYjktNDU2Y2M0Zjk4OWI1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -6547,7 +6107,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"67026938-0076-43cf-96b0-2c1f4187dba2\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2015-12-21T17:56:04.5478807-08:00\",\r\n \"endTime\": \"2015-12-21T18:06:42.0028204-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"95145103-89e5-45ea-aab9-456cc4f989b5\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2016-01-13T23:52:12.6009386-08:00\",\r\n \"endTime\": \"2016-01-14T00:02:27.7377137-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"191"
@@ -6565,10 +6125,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "80a0742d-aa64-47b1-aa08-000f85e474ed"
+ "44c6a2d5-d3a9-4e71-bcff-3188ff4df475"
],
"Cache-Control": [
"no-cache"
@@ -6578,23 +6138,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14923"
+ "14887"
],
"x-ms-correlation-request-id": [
- "aaca4632-4ac2-4c9b-ad12-b3481e9e7ab3"
+ "1f77b5d0-8234-4c0a-9671-5844081edb40"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T020707Z:aaca4632-4ac2-4c9b-ad12-b3481e9e7ab3"
+ "WESTUS:20160114T080245Z:1f77b5d0-8234-4c0a-9671-5844081edb40"
],
"Date": [
- "Tue, 22 Dec 2015 02:07:07 GMT"
+ "Thu, 14 Jan 2016 08:02:44 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Compute/virtualMachines/vmcrptestps309/extensions/Microsoft.Insights.VMDiagnosticsSettings?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczMwOS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtY3JwdGVzdHBzMzA5L2V4dGVuc2lvbnMvTWljcm9zb2Z0Lkluc2lnaHRzLlZNRGlhZ25vc3RpY3NTZXR0aW5ncz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Compute/virtualMachines/vmcrptestps9866/extensions/Microsoft.Insights.VMDiagnosticsSettings?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rwczk4NjYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bWNycHRlc3Rwczk4NjYvZXh0ZW5zaW9ucy9NaWNyb3NvZnQuSW5zaWdodHMuVk1EaWFnbm9zdGljc1NldHRpbmdzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -6602,10 +6162,10 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Azure.Diagnostics\",\r\n \"type\": \"IaaSDiagnostics\",\r\n \"typeHandlerVersion\": \"1.5\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"settings\": {\r\n \"xmlCfg\": \"PFdhZENmZz4NCiAgICA8RGlhZ25vc3RpY01vbml0b3JDb25maWd1cmF0aW9uIG92ZXJhbGxRdW90YUluTUI9IjIwNDgiIHhtbG5zPSJodHRwOi8vc2NoZW1hcy5taWNyb3NvZnQuY29tL1NlcnZpY2VIb3N0aW5nLzIwMTAvMTAvRGlhZ25vc3RpY3NDb25maWd1cmF0aW9uIj4NCiAgICAgIDxEaWFnbm9zdGljSW5mcmFzdHJ1Y3R1cmVMb2dzIHNjaGVkdWxlZFRyYW5zZmVyTG9nTGV2ZWxGaWx0ZXI9IkVycm9yIiAvPg0KICAgICAgPERpcmVjdG9yaWVzIHNjaGVkdWxlZFRyYW5zZmVyUGVyaW9kPSJQVDFNIj4NCiAgICAgICAgPElJU0xvZ3MgY29udGFpbmVyTmFtZT0id2FkLWlpcy1sb2dmaWxlcyIgLz4NCiAgICAgICAgPEZhaWxlZFJlcXVlc3RMb2dzIGNvbnRhaW5lck5hbWU9IndhZC1mYWlsZWRyZXF1ZXN0bG9ncyIgLz4NCiAgICAgIDwvRGlyZWN0b3JpZXM+DQogICAgICA8UGVyZm9ybWFuY2VDb3VudGVycyBzY2hlZHVsZWRUcmFuc2ZlclBlcmlvZD0iUFQyTSI+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxNZW1vcnlcQXZhaWxhYmxlIE1CeXRlcyIgc2FtcGxlUmF0ZT0iUFQxTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXFdlYiBTZXJ2aWNlKF9Ub3RhbClcSVNBUEkgRXh0ZW5zaW9uIFJlcXVlc3RzL3NlYyIgc2FtcGxlUmF0ZT0iUFQzTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXFdlYiBTZXJ2aWNlKF9Ub3RhbClcQnl0ZXMgVG90YWwvU2VjIiBzYW1wbGVSYXRlPSJQVDFNIiAvPg0KICAgICAgICA8UGVyZm9ybWFuY2VDb3VudGVyQ29uZmlndXJhdGlvbiBjb3VudGVyU3BlY2lmaWVyPSJcQVNQLk5FVCBBcHBsaWNhdGlvbnMoX19Ub3RhbF9fKVxSZXF1ZXN0cy9TZWMiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxBU1AuTkVUIEFwcGxpY2F0aW9ucyhfX1RvdGFsX18pXEVycm9ycyBUb3RhbC9TZWMiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxBU1AuTkVUXFJlcXVlc3RzIFF1ZXVlZCIgc2FtcGxlUmF0ZT0iUFQzTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXEFTUC5ORVRcUmVxdWVzdHMgUmVqZWN0ZWQiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxQcm9jZXNzb3IoX1RvdGFsKVwlIFByb2Nlc3NvciBUaW1lIiBzYW1wbGVSYXRlPSJQVDNNIiAvPg0KICAgICAgPC9QZXJmb3JtYW5jZUNvdW50ZXJzPg0KICAgICAgPFdpbmRvd3NFdmVudExvZyBzY2hlZHVsZWRUcmFuc2ZlclBlcmlvZD0iUFQxTSI+DQogICAgICAgIDxEYXRhU291cmNlIG5hbWU9IkFwcGxpY2F0aW9uISpbU3lzdGVtWyhMZXZlbD0xIG9yIExldmVsPTIpXV0iIC8+DQogICAgICAgIDxEYXRhU291cmNlIG5hbWU9IldpbmRvd3MgQXp1cmUhKltTeXN0ZW1bKExldmVsPTEgb3IgTGV2ZWw9MildXSIgLz4NCiAgICAgIDwvV2luZG93c0V2ZW50TG9nPg0KICAgICAgPENyYXNoRHVtcHM+DQogICAgICAgIDxDcmFzaER1bXBDb25maWd1cmF0aW9uIHByb2Nlc3NOYW1lPSJXYUlJU0hvc3QuZXhlIiAvPg0KICAgICAgICA8Q3Jhc2hEdW1wQ29uZmlndXJhdGlvbiBwcm9jZXNzTmFtZT0iV2FXb3JrZXJIb3N0LmV4ZSIgLz4NCiAgICAgICAgPENyYXNoRHVtcENvbmZpZ3VyYXRpb24gcHJvY2Vzc05hbWU9Inczd3AuZXhlIiAvPg0KICAgICAgPC9DcmFzaER1bXBzPg0KICAgICAgPExvZ3Mgc2NoZWR1bGVkVHJhbnNmZXJQZXJpb2Q9IlBUM00iIC8+DQogICAgPC9EaWFnbm9zdGljTW9uaXRvckNvbmZpZ3VyYXRpb24+DQogIDwvV2FkQ2ZnPg==\",\r\n \"storageAccount\": \"definedinconfigstorage\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Compute/virtualMachines/vmcrptestps309/extensions/Microsoft.Insights.VMDiagnosticsSettings\",\r\n \"name\": \"Microsoft.Insights.VMDiagnosticsSettings\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n}",
+ "ResponseBody": "{\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Azure.Diagnostics\",\r\n \"type\": \"IaaSDiagnostics\",\r\n \"typeHandlerVersion\": \"1.5\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"settings\": {\r\n \"xmlCfg\": \"PFdhZENmZz4NCiAgICA8RGlhZ25vc3RpY01vbml0b3JDb25maWd1cmF0aW9uIG92ZXJhbGxRdW90YUluTUI9IjIwNDgiIHhtbG5zPSJodHRwOi8vc2NoZW1hcy5taWNyb3NvZnQuY29tL1NlcnZpY2VIb3N0aW5nLzIwMTAvMTAvRGlhZ25vc3RpY3NDb25maWd1cmF0aW9uIj4NCiAgICAgIDxEaWFnbm9zdGljSW5mcmFzdHJ1Y3R1cmVMb2dzIHNjaGVkdWxlZFRyYW5zZmVyTG9nTGV2ZWxGaWx0ZXI9IkVycm9yIiAvPg0KICAgICAgPERpcmVjdG9yaWVzIHNjaGVkdWxlZFRyYW5zZmVyUGVyaW9kPSJQVDFNIj4NCiAgICAgICAgPElJU0xvZ3MgY29udGFpbmVyTmFtZT0id2FkLWlpcy1sb2dmaWxlcyIgLz4NCiAgICAgICAgPEZhaWxlZFJlcXVlc3RMb2dzIGNvbnRhaW5lck5hbWU9IndhZC1mYWlsZWRyZXF1ZXN0bG9ncyIgLz4NCiAgICAgIDwvRGlyZWN0b3JpZXM+DQogICAgICA8UGVyZm9ybWFuY2VDb3VudGVycyBzY2hlZHVsZWRUcmFuc2ZlclBlcmlvZD0iUFQyTSI+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxNZW1vcnlcQXZhaWxhYmxlIE1CeXRlcyIgc2FtcGxlUmF0ZT0iUFQxTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXFdlYiBTZXJ2aWNlKF9Ub3RhbClcSVNBUEkgRXh0ZW5zaW9uIFJlcXVlc3RzL3NlYyIgc2FtcGxlUmF0ZT0iUFQzTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXFdlYiBTZXJ2aWNlKF9Ub3RhbClcQnl0ZXMgVG90YWwvU2VjIiBzYW1wbGVSYXRlPSJQVDFNIiAvPg0KICAgICAgICA8UGVyZm9ybWFuY2VDb3VudGVyQ29uZmlndXJhdGlvbiBjb3VudGVyU3BlY2lmaWVyPSJcQVNQLk5FVCBBcHBsaWNhdGlvbnMoX19Ub3RhbF9fKVxSZXF1ZXN0cy9TZWMiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxBU1AuTkVUIEFwcGxpY2F0aW9ucyhfX1RvdGFsX18pXEVycm9ycyBUb3RhbC9TZWMiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxBU1AuTkVUXFJlcXVlc3RzIFF1ZXVlZCIgc2FtcGxlUmF0ZT0iUFQzTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXEFTUC5ORVRcUmVxdWVzdHMgUmVqZWN0ZWQiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxQcm9jZXNzb3IoX1RvdGFsKVwlIFByb2Nlc3NvciBUaW1lIiBzYW1wbGVSYXRlPSJQVDNNIiAvPg0KICAgICAgPC9QZXJmb3JtYW5jZUNvdW50ZXJzPg0KICAgICAgPFdpbmRvd3NFdmVudExvZyBzY2hlZHVsZWRUcmFuc2ZlclBlcmlvZD0iUFQxTSI+DQogICAgICAgIDxEYXRhU291cmNlIG5hbWU9IkFwcGxpY2F0aW9uISpbU3lzdGVtWyhMZXZlbD0xIG9yIExldmVsPTIpXV0iIC8+DQogICAgICAgIDxEYXRhU291cmNlIG5hbWU9IldpbmRvd3MgQXp1cmUhKltTeXN0ZW1bKExldmVsPTEgb3IgTGV2ZWw9MildXSIgLz4NCiAgICAgIDwvV2luZG93c0V2ZW50TG9nPg0KICAgICAgPENyYXNoRHVtcHM+DQogICAgICAgIDxDcmFzaER1bXBDb25maWd1cmF0aW9uIHByb2Nlc3NOYW1lPSJXYUlJU0hvc3QuZXhlIiAvPg0KICAgICAgICA8Q3Jhc2hEdW1wQ29uZmlndXJhdGlvbiBwcm9jZXNzTmFtZT0iV2FXb3JrZXJIb3N0LmV4ZSIgLz4NCiAgICAgICAgPENyYXNoRHVtcENvbmZpZ3VyYXRpb24gcHJvY2Vzc05hbWU9Inczd3AuZXhlIiAvPg0KICAgICAgPC9DcmFzaER1bXBzPg0KICAgICAgPExvZ3Mgc2NoZWR1bGVkVHJhbnNmZXJQZXJpb2Q9IlBUM00iIC8+DQogICAgPC9EaWFnbm9zdGljTW9uaXRvckNvbmZpZ3VyYXRpb24+DQogIDwvV2FkQ2ZnPg==\",\r\n \"storageAccount\": \"definedinconfigstorage\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Compute/virtualMachines/vmcrptestps9866/extensions/Microsoft.Insights.VMDiagnosticsSettings\",\r\n \"name\": \"Microsoft.Insights.VMDiagnosticsSettings\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "3355"
+ "3357"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -6620,10 +6180,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "f2fc0ca8-74ab-4722-aec1-083c76eac5d2"
+ "3fa2c8d3-fc20-4575-9fc3-76ad3daadffa"
],
"Cache-Control": [
"no-cache"
@@ -6633,28 +6193,28 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14922"
+ "14886"
],
"x-ms-correlation-request-id": [
- "32355dfb-6268-4e8d-a79a-267aad9f9040"
+ "eddd67db-3676-4298-9a1f-b59e263b4cb2"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T020708Z:32355dfb-6268-4e8d-a79a-267aad9f9040"
+ "WESTUS:20160114T080245Z:eddd67db-3676-4298-9a1f-b59e263b4cb2"
],
"Date": [
- "Tue, 22 Dec 2015 02:07:07 GMT"
+ "Thu, 14 Jan 2016 08:02:45 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Compute/virtualMachines/vmcrptestps309/extensions/Microsoft.Insights.VMDiagnosticsSettings?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczMwOS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtY3JwdGVzdHBzMzA5L2V4dGVuc2lvbnMvTWljcm9zb2Z0Lkluc2lnaHRzLlZNRGlhZ25vc3RpY3NTZXR0aW5ncz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Compute/virtualMachines/vmcrptestps9866/extensions/Microsoft.Insights.VMDiagnosticsSettings?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rwczk4NjYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bWNycHRlc3Rwczk4NjYvZXh0ZW5zaW9ucy9NaWNyb3NvZnQuSW5zaWdodHMuVk1EaWFnbm9zdGljc1NldHRpbmdzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "a44b84ce-f203-4f60-961a-d116534249ca"
+ "31022855-0013-4cc9-bd0d-920bd4ebfa95"
],
"accept-language": [
"en-US"
@@ -6663,10 +6223,10 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Azure.Diagnostics\",\r\n \"type\": \"IaaSDiagnostics\",\r\n \"typeHandlerVersion\": \"1.5\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"settings\": {\r\n \"xmlCfg\": \"PFdhZENmZz4NCiAgICA8RGlhZ25vc3RpY01vbml0b3JDb25maWd1cmF0aW9uIG92ZXJhbGxRdW90YUluTUI9IjIwNDgiIHhtbG5zPSJodHRwOi8vc2NoZW1hcy5taWNyb3NvZnQuY29tL1NlcnZpY2VIb3N0aW5nLzIwMTAvMTAvRGlhZ25vc3RpY3NDb25maWd1cmF0aW9uIj4NCiAgICAgIDxEaWFnbm9zdGljSW5mcmFzdHJ1Y3R1cmVMb2dzIHNjaGVkdWxlZFRyYW5zZmVyTG9nTGV2ZWxGaWx0ZXI9IkVycm9yIiAvPg0KICAgICAgPERpcmVjdG9yaWVzIHNjaGVkdWxlZFRyYW5zZmVyUGVyaW9kPSJQVDFNIj4NCiAgICAgICAgPElJU0xvZ3MgY29udGFpbmVyTmFtZT0id2FkLWlpcy1sb2dmaWxlcyIgLz4NCiAgICAgICAgPEZhaWxlZFJlcXVlc3RMb2dzIGNvbnRhaW5lck5hbWU9IndhZC1mYWlsZWRyZXF1ZXN0bG9ncyIgLz4NCiAgICAgIDwvRGlyZWN0b3JpZXM+DQogICAgICA8UGVyZm9ybWFuY2VDb3VudGVycyBzY2hlZHVsZWRUcmFuc2ZlclBlcmlvZD0iUFQyTSI+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxNZW1vcnlcQXZhaWxhYmxlIE1CeXRlcyIgc2FtcGxlUmF0ZT0iUFQxTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXFdlYiBTZXJ2aWNlKF9Ub3RhbClcSVNBUEkgRXh0ZW5zaW9uIFJlcXVlc3RzL3NlYyIgc2FtcGxlUmF0ZT0iUFQzTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXFdlYiBTZXJ2aWNlKF9Ub3RhbClcQnl0ZXMgVG90YWwvU2VjIiBzYW1wbGVSYXRlPSJQVDFNIiAvPg0KICAgICAgICA8UGVyZm9ybWFuY2VDb3VudGVyQ29uZmlndXJhdGlvbiBjb3VudGVyU3BlY2lmaWVyPSJcQVNQLk5FVCBBcHBsaWNhdGlvbnMoX19Ub3RhbF9fKVxSZXF1ZXN0cy9TZWMiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxBU1AuTkVUIEFwcGxpY2F0aW9ucyhfX1RvdGFsX18pXEVycm9ycyBUb3RhbC9TZWMiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxBU1AuTkVUXFJlcXVlc3RzIFF1ZXVlZCIgc2FtcGxlUmF0ZT0iUFQzTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXEFTUC5ORVRcUmVxdWVzdHMgUmVqZWN0ZWQiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxQcm9jZXNzb3IoX1RvdGFsKVwlIFByb2Nlc3NvciBUaW1lIiBzYW1wbGVSYXRlPSJQVDNNIiAvPg0KICAgICAgPC9QZXJmb3JtYW5jZUNvdW50ZXJzPg0KICAgICAgPFdpbmRvd3NFdmVudExvZyBzY2hlZHVsZWRUcmFuc2ZlclBlcmlvZD0iUFQxTSI+DQogICAgICAgIDxEYXRhU291cmNlIG5hbWU9IkFwcGxpY2F0aW9uISpbU3lzdGVtWyhMZXZlbD0xIG9yIExldmVsPTIpXV0iIC8+DQogICAgICAgIDxEYXRhU291cmNlIG5hbWU9IldpbmRvd3MgQXp1cmUhKltTeXN0ZW1bKExldmVsPTEgb3IgTGV2ZWw9MildXSIgLz4NCiAgICAgIDwvV2luZG93c0V2ZW50TG9nPg0KICAgICAgPENyYXNoRHVtcHM+DQogICAgICAgIDxDcmFzaER1bXBDb25maWd1cmF0aW9uIHByb2Nlc3NOYW1lPSJXYUlJU0hvc3QuZXhlIiAvPg0KICAgICAgICA8Q3Jhc2hEdW1wQ29uZmlndXJhdGlvbiBwcm9jZXNzTmFtZT0iV2FXb3JrZXJIb3N0LmV4ZSIgLz4NCiAgICAgICAgPENyYXNoRHVtcENvbmZpZ3VyYXRpb24gcHJvY2Vzc05hbWU9Inczd3AuZXhlIiAvPg0KICAgICAgPC9DcmFzaER1bXBzPg0KICAgICAgPExvZ3Mgc2NoZWR1bGVkVHJhbnNmZXJQZXJpb2Q9IlBUM00iIC8+DQogICAgPC9EaWFnbm9zdGljTW9uaXRvckNvbmZpZ3VyYXRpb24+DQogIDwvV2FkQ2ZnPg==\",\r\n \"storageAccount\": \"definedinconfigstorage\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Compute/virtualMachines/vmcrptestps309/extensions/Microsoft.Insights.VMDiagnosticsSettings\",\r\n \"name\": \"Microsoft.Insights.VMDiagnosticsSettings\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n}",
+ "ResponseBody": "{\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Azure.Diagnostics\",\r\n \"type\": \"IaaSDiagnostics\",\r\n \"typeHandlerVersion\": \"1.5\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"settings\": {\r\n \"xmlCfg\": \"PFdhZENmZz4NCiAgICA8RGlhZ25vc3RpY01vbml0b3JDb25maWd1cmF0aW9uIG92ZXJhbGxRdW90YUluTUI9IjIwNDgiIHhtbG5zPSJodHRwOi8vc2NoZW1hcy5taWNyb3NvZnQuY29tL1NlcnZpY2VIb3N0aW5nLzIwMTAvMTAvRGlhZ25vc3RpY3NDb25maWd1cmF0aW9uIj4NCiAgICAgIDxEaWFnbm9zdGljSW5mcmFzdHJ1Y3R1cmVMb2dzIHNjaGVkdWxlZFRyYW5zZmVyTG9nTGV2ZWxGaWx0ZXI9IkVycm9yIiAvPg0KICAgICAgPERpcmVjdG9yaWVzIHNjaGVkdWxlZFRyYW5zZmVyUGVyaW9kPSJQVDFNIj4NCiAgICAgICAgPElJU0xvZ3MgY29udGFpbmVyTmFtZT0id2FkLWlpcy1sb2dmaWxlcyIgLz4NCiAgICAgICAgPEZhaWxlZFJlcXVlc3RMb2dzIGNvbnRhaW5lck5hbWU9IndhZC1mYWlsZWRyZXF1ZXN0bG9ncyIgLz4NCiAgICAgIDwvRGlyZWN0b3JpZXM+DQogICAgICA8UGVyZm9ybWFuY2VDb3VudGVycyBzY2hlZHVsZWRUcmFuc2ZlclBlcmlvZD0iUFQyTSI+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxNZW1vcnlcQXZhaWxhYmxlIE1CeXRlcyIgc2FtcGxlUmF0ZT0iUFQxTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXFdlYiBTZXJ2aWNlKF9Ub3RhbClcSVNBUEkgRXh0ZW5zaW9uIFJlcXVlc3RzL3NlYyIgc2FtcGxlUmF0ZT0iUFQzTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXFdlYiBTZXJ2aWNlKF9Ub3RhbClcQnl0ZXMgVG90YWwvU2VjIiBzYW1wbGVSYXRlPSJQVDFNIiAvPg0KICAgICAgICA8UGVyZm9ybWFuY2VDb3VudGVyQ29uZmlndXJhdGlvbiBjb3VudGVyU3BlY2lmaWVyPSJcQVNQLk5FVCBBcHBsaWNhdGlvbnMoX19Ub3RhbF9fKVxSZXF1ZXN0cy9TZWMiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxBU1AuTkVUIEFwcGxpY2F0aW9ucyhfX1RvdGFsX18pXEVycm9ycyBUb3RhbC9TZWMiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxBU1AuTkVUXFJlcXVlc3RzIFF1ZXVlZCIgc2FtcGxlUmF0ZT0iUFQzTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXEFTUC5ORVRcUmVxdWVzdHMgUmVqZWN0ZWQiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxQcm9jZXNzb3IoX1RvdGFsKVwlIFByb2Nlc3NvciBUaW1lIiBzYW1wbGVSYXRlPSJQVDNNIiAvPg0KICAgICAgPC9QZXJmb3JtYW5jZUNvdW50ZXJzPg0KICAgICAgPFdpbmRvd3NFdmVudExvZyBzY2hlZHVsZWRUcmFuc2ZlclBlcmlvZD0iUFQxTSI+DQogICAgICAgIDxEYXRhU291cmNlIG5hbWU9IkFwcGxpY2F0aW9uISpbU3lzdGVtWyhMZXZlbD0xIG9yIExldmVsPTIpXV0iIC8+DQogICAgICAgIDxEYXRhU291cmNlIG5hbWU9IldpbmRvd3MgQXp1cmUhKltTeXN0ZW1bKExldmVsPTEgb3IgTGV2ZWw9MildXSIgLz4NCiAgICAgIDwvV2luZG93c0V2ZW50TG9nPg0KICAgICAgPENyYXNoRHVtcHM+DQogICAgICAgIDxDcmFzaER1bXBDb25maWd1cmF0aW9uIHByb2Nlc3NOYW1lPSJXYUlJU0hvc3QuZXhlIiAvPg0KICAgICAgICA8Q3Jhc2hEdW1wQ29uZmlndXJhdGlvbiBwcm9jZXNzTmFtZT0iV2FXb3JrZXJIb3N0LmV4ZSIgLz4NCiAgICAgICAgPENyYXNoRHVtcENvbmZpZ3VyYXRpb24gcHJvY2Vzc05hbWU9Inczd3AuZXhlIiAvPg0KICAgICAgPC9DcmFzaER1bXBzPg0KICAgICAgPExvZ3Mgc2NoZWR1bGVkVHJhbnNmZXJQZXJpb2Q9IlBUM00iIC8+DQogICAgPC9EaWFnbm9zdGljTW9uaXRvckNvbmZpZ3VyYXRpb24+DQogIDwvV2FkQ2ZnPg==\",\r\n \"storageAccount\": \"definedinconfigstorage\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Compute/virtualMachines/vmcrptestps9866/extensions/Microsoft.Insights.VMDiagnosticsSettings\",\r\n \"name\": \"Microsoft.Insights.VMDiagnosticsSettings\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "3355"
+ "3357"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -6681,10 +6241,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "6914e8ce-d2e9-41d9-b8e7-c88801554d9b"
+ "bc9e1c1d-f35e-4734-899f-8abb26959b16"
],
"Cache-Control": [
"no-cache"
@@ -6694,28 +6254,28 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14920"
+ "14884"
],
"x-ms-correlation-request-id": [
- "bd51ce2a-f677-4b4c-8afe-633838587629"
+ "5593b6c0-c194-45ba-be63-b739a236107b"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T020708Z:bd51ce2a-f677-4b4c-8afe-633838587629"
+ "WESTUS:20160114T080246Z:5593b6c0-c194-45ba-be63-b739a236107b"
],
"Date": [
- "Tue, 22 Dec 2015 02:07:07 GMT"
+ "Thu, 14 Jan 2016 08:02:45 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps309/providers/Microsoft.Compute/virtualMachines/vmcrptestps309/extensions/Microsoft.Insights.VMDiagnosticsSettings?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczMwOS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtY3JwdGVzdHBzMzA5L2V4dGVuc2lvbnMvTWljcm9zb2Z0Lkluc2lnaHRzLlZNRGlhZ25vc3RpY3NTZXR0aW5ncz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps9866/providers/Microsoft.Compute/virtualMachines/vmcrptestps9866/extensions/Microsoft.Insights.VMDiagnosticsSettings?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rwczk4NjYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bWNycHRlc3Rwczk4NjYvZXh0ZW5zaW9ucy9NaWNyb3NvZnQuSW5zaWdodHMuVk1EaWFnbm9zdGljc1NldHRpbmdzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "DELETE",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "fde32676-59f9-4cb0-ab9c-0665573754a7"
+ "c7b7a2b1-958a-4c05-ae8c-210a1ab4091b"
],
"accept-language": [
"en-US"
@@ -6736,22 +6296,22 @@
"no-cache"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/887cde54-c557-4fc2-ae20-c0a2acb1b470?api-version=2015-06-15"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/af91a9d6-8e66-48a5-a54d-79e294761f13?api-version=2015-06-15"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "887cde54-c557-4fc2-ae20-c0a2acb1b470"
+ "af91a9d6-8e66-48a5-a54d-79e294761f13"
],
"Cache-Control": [
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/887cde54-c557-4fc2-ae20-c0a2acb1b470?monitor=true&api-version=2015-06-15"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/af91a9d6-8e66-48a5-a54d-79e294761f13?monitor=true&api-version=2015-06-15"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -6761,20 +6321,20 @@
"1196"
],
"x-ms-correlation-request-id": [
- "2357a51d-eb39-40e9-8ed5-053bbca9d161"
+ "f4de3054-c2e9-439c-a3f2-efc5e25f5a89"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T020709Z:2357a51d-eb39-40e9-8ed5-053bbca9d161"
+ "WESTUS:20160114T080247Z:f4de3054-c2e9-439c-a3f2-efc5e25f5a89"
],
"Date": [
- "Tue, 22 Dec 2015 02:07:08 GMT"
+ "Thu, 14 Jan 2016 08:02:47 GMT"
]
},
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/887cde54-c557-4fc2-ae20-c0a2acb1b470?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODg3Y2RlNTQtYzU1Ny00ZmMyLWFlMjAtYzBhMmFjYjFiNDcwP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/af91a9d6-8e66-48a5-a54d-79e294761f13?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYWY5MWE5ZDYtOGU2Ni00OGE1LWE1NGQtNzllMjk0NzYxZjEzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -6782,7 +6342,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"887cde54-c557-4fc2-ae20-c0a2acb1b470\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T18:07:09.6081485-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"af91a9d6-8e66-48a5-a54d-79e294761f13\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:02:47.7068797-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -6800,10 +6360,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "4eaefbe6-91b0-46e4-8763-4858cd1bbb24"
+ "4a464a04-ee82-4457-ae8e-bf80765777a4"
],
"Cache-Control": [
"no-cache"
@@ -6813,23 +6373,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14918"
+ "14882"
],
"x-ms-correlation-request-id": [
- "56e94662-41e0-4394-8ce3-e76ecefe49ce"
+ "dda99564-4dd7-47bd-82d8-8ae4fcf317d3"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T020739Z:56e94662-41e0-4394-8ce3-e76ecefe49ce"
+ "WESTUS:20160114T080317Z:dda99564-4dd7-47bd-82d8-8ae4fcf317d3"
],
"Date": [
- "Tue, 22 Dec 2015 02:07:38 GMT"
+ "Thu, 14 Jan 2016 08:03:16 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/887cde54-c557-4fc2-ae20-c0a2acb1b470?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODg3Y2RlNTQtYzU1Ny00ZmMyLWFlMjAtYzBhMmFjYjFiNDcwP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/af91a9d6-8e66-48a5-a54d-79e294761f13?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYWY5MWE5ZDYtOGU2Ni00OGE1LWE1NGQtNzllMjk0NzYxZjEzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -6837,7 +6397,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"887cde54-c557-4fc2-ae20-c0a2acb1b470\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T18:07:09.6081485-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"af91a9d6-8e66-48a5-a54d-79e294761f13\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:02:47.7068797-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -6855,10 +6415,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "bc25bcd5-df29-45d9-a30e-786ae89ee1a6"
+ "4c60fdd2-47e0-42a6-9cad-874a69c34ba4"
],
"Cache-Control": [
"no-cache"
@@ -6868,23 +6428,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14917"
+ "14881"
],
"x-ms-correlation-request-id": [
- "d24cc445-3ff7-4e11-8129-35e6e93bfac3"
+ "aee63634-5233-4e19-aae0-4c58a21f4d57"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T020809Z:d24cc445-3ff7-4e11-8129-35e6e93bfac3"
+ "WESTUS:20160114T080347Z:aee63634-5233-4e19-aae0-4c58a21f4d57"
],
"Date": [
- "Tue, 22 Dec 2015 02:08:08 GMT"
+ "Thu, 14 Jan 2016 08:03:46 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/887cde54-c557-4fc2-ae20-c0a2acb1b470?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODg3Y2RlNTQtYzU1Ny00ZmMyLWFlMjAtYzBhMmFjYjFiNDcwP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/af91a9d6-8e66-48a5-a54d-79e294761f13?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYWY5MWE5ZDYtOGU2Ni00OGE1LWE1NGQtNzllMjk0NzYxZjEzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -6892,7 +6452,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"887cde54-c557-4fc2-ae20-c0a2acb1b470\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T18:07:09.6081485-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"af91a9d6-8e66-48a5-a54d-79e294761f13\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:02:47.7068797-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -6910,10 +6470,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "09425fff-a2e9-4a10-b9a3-045a923877d8"
+ "a0ea15f8-2e1b-4b48-979e-4bdd41e1af22"
],
"Cache-Control": [
"no-cache"
@@ -6923,23 +6483,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14916"
+ "14879"
],
"x-ms-correlation-request-id": [
- "1af7cf3d-dad2-4b2e-b506-4e091c69b914"
+ "a63edc9b-2b15-4d16-8cd6-6598e5df5dd3"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T020839Z:1af7cf3d-dad2-4b2e-b506-4e091c69b914"
+ "WESTUS:20160114T080417Z:a63edc9b-2b15-4d16-8cd6-6598e5df5dd3"
],
"Date": [
- "Tue, 22 Dec 2015 02:08:38 GMT"
+ "Thu, 14 Jan 2016 08:04:16 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/887cde54-c557-4fc2-ae20-c0a2acb1b470?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODg3Y2RlNTQtYzU1Ny00ZmMyLWFlMjAtYzBhMmFjYjFiNDcwP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/af91a9d6-8e66-48a5-a54d-79e294761f13?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYWY5MWE5ZDYtOGU2Ni00OGE1LWE1NGQtNzllMjk0NzYxZjEzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -6947,7 +6507,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"887cde54-c557-4fc2-ae20-c0a2acb1b470\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T18:07:09.6081485-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"af91a9d6-8e66-48a5-a54d-79e294761f13\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:02:47.7068797-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -6965,10 +6525,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "9e557c42-c425-4e62-ab7f-56fbec6a148c"
+ "1a86e4ec-1de3-419d-9a1d-9b7c42cff2b7"
],
"Cache-Control": [
"no-cache"
@@ -6978,23 +6538,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14915"
+ "14878"
],
"x-ms-correlation-request-id": [
- "49fb99b9-d156-4cfc-b521-0f487fe37be1"
+ "32b95b27-c408-4801-9fb2-c72933f92ccc"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T020909Z:49fb99b9-d156-4cfc-b521-0f487fe37be1"
+ "WESTUS:20160114T080447Z:32b95b27-c408-4801-9fb2-c72933f92ccc"
],
"Date": [
- "Tue, 22 Dec 2015 02:09:08 GMT"
+ "Thu, 14 Jan 2016 08:04:47 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/887cde54-c557-4fc2-ae20-c0a2acb1b470?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODg3Y2RlNTQtYzU1Ny00ZmMyLWFlMjAtYzBhMmFjYjFiNDcwP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/af91a9d6-8e66-48a5-a54d-79e294761f13?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYWY5MWE5ZDYtOGU2Ni00OGE1LWE1NGQtNzllMjk0NzYxZjEzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -7002,7 +6562,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"887cde54-c557-4fc2-ae20-c0a2acb1b470\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T18:07:09.6081485-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"af91a9d6-8e66-48a5-a54d-79e294761f13\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:02:47.7068797-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -7020,10 +6580,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "d4ed0d0a-c1d9-4ba8-885c-3e7b3e82053f"
+ "29ecfacf-9599-4f89-babe-625dabf0be8d"
],
"Cache-Control": [
"no-cache"
@@ -7033,23 +6593,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14914"
+ "14881"
],
"x-ms-correlation-request-id": [
- "85a783c7-a250-4f12-9a95-8fced9f862d3"
+ "228666e2-c1c7-4f54-a846-03a653e4db88"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T020939Z:85a783c7-a250-4f12-9a95-8fced9f862d3"
+ "WESTUS:20160114T080517Z:228666e2-c1c7-4f54-a846-03a653e4db88"
],
"Date": [
- "Tue, 22 Dec 2015 02:09:39 GMT"
+ "Thu, 14 Jan 2016 08:05:17 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/887cde54-c557-4fc2-ae20-c0a2acb1b470?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODg3Y2RlNTQtYzU1Ny00ZmMyLWFlMjAtYzBhMmFjYjFiNDcwP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/af91a9d6-8e66-48a5-a54d-79e294761f13?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYWY5MWE5ZDYtOGU2Ni00OGE1LWE1NGQtNzllMjk0NzYxZjEzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -7057,7 +6617,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"887cde54-c557-4fc2-ae20-c0a2acb1b470\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T18:07:09.6081485-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"af91a9d6-8e66-48a5-a54d-79e294761f13\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:02:47.7068797-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -7075,10 +6635,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "2253ddb0-5f48-41f1-9794-1f11d50c6728"
+ "c4fc6561-bb00-4d41-8f05-36e65eb9b7a9"
],
"Cache-Control": [
"no-cache"
@@ -7088,23 +6648,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14913"
+ "14880"
],
"x-ms-correlation-request-id": [
- "fd31c383-ba96-4010-8715-414e45a80948"
+ "8319186c-84a6-419a-a306-a4e32fab5f08"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T021009Z:fd31c383-ba96-4010-8715-414e45a80948"
+ "WESTUS:20160114T080547Z:8319186c-84a6-419a-a306-a4e32fab5f08"
],
"Date": [
- "Tue, 22 Dec 2015 02:10:09 GMT"
+ "Thu, 14 Jan 2016 08:05:47 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/887cde54-c557-4fc2-ae20-c0a2acb1b470?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODg3Y2RlNTQtYzU1Ny00ZmMyLWFlMjAtYzBhMmFjYjFiNDcwP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/af91a9d6-8e66-48a5-a54d-79e294761f13?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYWY5MWE5ZDYtOGU2Ni00OGE1LWE1NGQtNzllMjk0NzYxZjEzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -7112,7 +6672,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"887cde54-c557-4fc2-ae20-c0a2acb1b470\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T18:07:09.6081485-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"af91a9d6-8e66-48a5-a54d-79e294761f13\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:02:47.7068797-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -7130,10 +6690,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "6985a4a8-bfad-42cb-af3e-a148198d9f76"
+ "c4542a28-6f6f-4f6b-bc73-02b30dc3e3fe"
],
"Cache-Control": [
"no-cache"
@@ -7143,23 +6703,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14912"
+ "14877"
],
"x-ms-correlation-request-id": [
- "c091035c-ee7e-485a-939c-6306446106ca"
+ "dde53a33-0c18-4e72-8f59-868f49adb206"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T021040Z:c091035c-ee7e-485a-939c-6306446106ca"
+ "WESTUS:20160114T080618Z:dde53a33-0c18-4e72-8f59-868f49adb206"
],
"Date": [
- "Tue, 22 Dec 2015 02:10:39 GMT"
+ "Thu, 14 Jan 2016 08:06:17 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/887cde54-c557-4fc2-ae20-c0a2acb1b470?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODg3Y2RlNTQtYzU1Ny00ZmMyLWFlMjAtYzBhMmFjYjFiNDcwP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/af91a9d6-8e66-48a5-a54d-79e294761f13?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYWY5MWE5ZDYtOGU2Ni00OGE1LWE1NGQtNzllMjk0NzYxZjEzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -7167,7 +6727,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"887cde54-c557-4fc2-ae20-c0a2acb1b470\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T18:07:09.6081485-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"af91a9d6-8e66-48a5-a54d-79e294761f13\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:02:47.7068797-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -7185,10 +6745,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "265a1f83-0dce-43fd-a43e-0b132b7ed696"
+ "d473ffb1-42c2-4842-a527-42160aa81458"
],
"Cache-Control": [
"no-cache"
@@ -7198,23 +6758,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14911"
+ "14874"
],
"x-ms-correlation-request-id": [
- "8a736b51-8af9-422d-ba56-41999da81059"
+ "d005ed81-2d9a-4bba-82cc-0c224efc7557"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T021110Z:8a736b51-8af9-422d-ba56-41999da81059"
+ "WESTUS:20160114T080648Z:d005ed81-2d9a-4bba-82cc-0c224efc7557"
],
"Date": [
- "Tue, 22 Dec 2015 02:11:09 GMT"
+ "Thu, 14 Jan 2016 08:06:47 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/887cde54-c557-4fc2-ae20-c0a2acb1b470?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODg3Y2RlNTQtYzU1Ny00ZmMyLWFlMjAtYzBhMmFjYjFiNDcwP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/af91a9d6-8e66-48a5-a54d-79e294761f13?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYWY5MWE5ZDYtOGU2Ni00OGE1LWE1NGQtNzllMjk0NzYxZjEzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -7222,7 +6782,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"887cde54-c557-4fc2-ae20-c0a2acb1b470\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T18:07:09.6081485-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"af91a9d6-8e66-48a5-a54d-79e294761f13\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:02:47.7068797-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -7240,10 +6800,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "99b6b4d2-b1e1-4387-ac95-e19a3d7fa649"
+ "a4bf1e30-2384-4d56-bb03-540e7db2ffdc"
],
"Cache-Control": [
"no-cache"
@@ -7253,23 +6813,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14910"
+ "14873"
],
"x-ms-correlation-request-id": [
- "856d9ffc-45d1-45f5-8b5c-aaea511161a7"
+ "db511fcf-5926-4e4a-b3e9-8ab8a5e1a1cb"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T021140Z:856d9ffc-45d1-45f5-8b5c-aaea511161a7"
+ "WESTUS:20160114T080718Z:db511fcf-5926-4e4a-b3e9-8ab8a5e1a1cb"
],
"Date": [
- "Tue, 22 Dec 2015 02:11:39 GMT"
+ "Thu, 14 Jan 2016 08:07:17 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/887cde54-c557-4fc2-ae20-c0a2acb1b470?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODg3Y2RlNTQtYzU1Ny00ZmMyLWFlMjAtYzBhMmFjYjFiNDcwP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/af91a9d6-8e66-48a5-a54d-79e294761f13?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYWY5MWE5ZDYtOGU2Ni00OGE1LWE1NGQtNzllMjk0NzYxZjEzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -7277,7 +6837,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"887cde54-c557-4fc2-ae20-c0a2acb1b470\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2015-12-21T18:07:09.6081485-08:00\",\r\n \"endTime\": \"2015-12-21T18:12:00.3982927-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"af91a9d6-8e66-48a5-a54d-79e294761f13\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2016-01-14T00:02:47.7068797-08:00\",\r\n \"endTime\": \"2016-01-14T00:07:35.9468031-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"191"
@@ -7295,10 +6855,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "84b92709-768f-40c5-a44c-5033038d402a"
+ "ab51d07f-5c17-4661-bafc-13e11787e161"
],
"Cache-Control": [
"no-cache"
@@ -7308,23 +6868,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14909"
+ "14871"
],
"x-ms-correlation-request-id": [
- "56628439-9e81-41d9-8853-acf094129a67"
+ "e979cb59-d7b0-4b24-b28a-70cb3ed467ee"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T021210Z:56628439-9e81-41d9-8853-acf094129a67"
+ "WESTUS:20160114T080748Z:e979cb59-d7b0-4b24-b28a-70cb3ed467ee"
],
"Date": [
- "Tue, 22 Dec 2015 02:12:10 GMT"
+ "Thu, 14 Jan 2016 08:07:48 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourcegroups/crptestps309?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RwczMwOT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourcegroups/crptestps9866?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rwczk4NjY/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
"RequestMethod": "DELETE",
"RequestBody": "",
"RequestHeaders": {
@@ -7350,13 +6910,13 @@
"1199"
],
"x-ms-request-id": [
- "e5674cdf-2234-41ca-9f50-6e08fd1be816"
+ "d27d0890-d154-492f-b3c0-d3ec4588eabe"
],
"x-ms-correlation-request-id": [
- "e5674cdf-2234-41ca-9f50-6e08fd1be816"
+ "d27d0890-d154-492f-b3c0-d3ec4588eabe"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T021212Z:e5674cdf-2234-41ca-9f50-6e08fd1be816"
+ "WESTUS:20160114T080749Z:d27d0890-d154-492f-b3c0-d3ec4588eabe"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -7365,17 +6925,17 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 02:12:12 GMT"
+ "Thu, 14 Jan 2016 08:07:49 GMT"
],
"Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMzMDktRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM5ODY2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
]
},
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMzMDktRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk16TURrdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM5ODY2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk01T0RZMkxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -7401,16 +6961,16 @@
"15"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14998"
+ "14934"
],
"x-ms-request-id": [
- "11e52096-7f1d-4326-b092-ff1c709f3705"
+ "3802d50a-a2bd-46ed-b3fe-8243c68b45bd"
],
"x-ms-correlation-request-id": [
- "11e52096-7f1d-4326-b092-ff1c709f3705"
+ "3802d50a-a2bd-46ed-b3fe-8243c68b45bd"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T021213Z:11e52096-7f1d-4326-b092-ff1c709f3705"
+ "WESTUS:20160114T080749Z:3802d50a-a2bd-46ed-b3fe-8243c68b45bd"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -7419,17 +6979,17 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 02:12:13 GMT"
+ "Thu, 14 Jan 2016 08:07:49 GMT"
],
"Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMzMDktRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM5ODY2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
]
},
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMzMDktRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk16TURrdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM5ODY2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk01T0RZMkxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -7455,16 +7015,16 @@
"15"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14997"
+ "14933"
],
"x-ms-request-id": [
- "9a7e9438-d67a-456b-af32-4d57a3c2d20b"
+ "fe169ad3-4fde-4a8c-aae6-0bd4b7407752"
],
"x-ms-correlation-request-id": [
- "9a7e9438-d67a-456b-af32-4d57a3c2d20b"
+ "fe169ad3-4fde-4a8c-aae6-0bd4b7407752"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T021228Z:9a7e9438-d67a-456b-af32-4d57a3c2d20b"
+ "WESTUS:20160114T080805Z:fe169ad3-4fde-4a8c-aae6-0bd4b7407752"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -7473,17 +7033,17 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 02:12:27 GMT"
+ "Thu, 14 Jan 2016 08:08:04 GMT"
],
"Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMzMDktRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM5ODY2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
]
},
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMzMDktRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk16TURrdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM5ODY2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk01T0RZMkxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -7509,16 +7069,16 @@
"15"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14996"
+ "14931"
],
"x-ms-request-id": [
- "5761e3ae-8d60-4a03-be09-d2908a68cb24"
+ "acf549b7-f279-4282-aa22-a824d6b0c863"
],
"x-ms-correlation-request-id": [
- "5761e3ae-8d60-4a03-be09-d2908a68cb24"
+ "acf549b7-f279-4282-aa22-a824d6b0c863"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T021243Z:5761e3ae-8d60-4a03-be09-d2908a68cb24"
+ "WESTUS:20160114T080820Z:acf549b7-f279-4282-aa22-a824d6b0c863"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -7527,17 +7087,17 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 02:12:43 GMT"
+ "Thu, 14 Jan 2016 08:08:19 GMT"
],
"Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMzMDktRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM5ODY2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
]
},
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMzMDktRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk16TURrdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM5ODY2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk01T0RZMkxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -7563,16 +7123,16 @@
"15"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14995"
+ "14930"
],
"x-ms-request-id": [
- "0dba9134-359f-4c42-9bab-86ba80ef54bc"
+ "288e4f6e-0b42-442c-a758-cfe0871608aa"
],
"x-ms-correlation-request-id": [
- "0dba9134-359f-4c42-9bab-86ba80ef54bc"
+ "288e4f6e-0b42-442c-a758-cfe0871608aa"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T021258Z:0dba9134-359f-4c42-9bab-86ba80ef54bc"
+ "WESTUS:20160114T080835Z:288e4f6e-0b42-442c-a758-cfe0871608aa"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -7581,17 +7141,17 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 02:12:58 GMT"
+ "Thu, 14 Jan 2016 08:08:35 GMT"
],
"Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMzMDktRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM5ODY2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
]
},
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMzMDktRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk16TURrdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM5ODY2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk01T0RZMkxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -7617,16 +7177,16 @@
"15"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14994"
+ "14926"
],
"x-ms-request-id": [
- "e4d20ef2-873e-4c86-80e1-59bf7193240e"
+ "b7823fb7-40a6-4a76-b129-944f7e4a4d20"
],
"x-ms-correlation-request-id": [
- "e4d20ef2-873e-4c86-80e1-59bf7193240e"
+ "b7823fb7-40a6-4a76-b129-944f7e4a4d20"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T021313Z:e4d20ef2-873e-4c86-80e1-59bf7193240e"
+ "WESTUS:20160114T080850Z:b7823fb7-40a6-4a76-b129-944f7e4a4d20"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -7635,17 +7195,17 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 02:13:13 GMT"
+ "Thu, 14 Jan 2016 08:08:50 GMT"
],
"Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMzMDktRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM5ODY2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
]
},
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMzMDktRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk16TURrdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM5ODY2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk01T0RZMkxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -7671,16 +7231,16 @@
"15"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14993"
+ "14925"
],
"x-ms-request-id": [
- "ab2ab710-9fb0-4236-8d30-d1e6a4248604"
+ "0dbd81f0-a473-4747-9451-a351094a8995"
],
"x-ms-correlation-request-id": [
- "ab2ab710-9fb0-4236-8d30-d1e6a4248604"
+ "0dbd81f0-a473-4747-9451-a351094a8995"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T021328Z:ab2ab710-9fb0-4236-8d30-d1e6a4248604"
+ "WESTUS:20160114T080905Z:0dbd81f0-a473-4747-9451-a351094a8995"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -7689,17 +7249,17 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 02:13:28 GMT"
+ "Thu, 14 Jan 2016 08:09:05 GMT"
],
"Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMzMDktRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM5ODY2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
]
},
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMzMDktRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk16TURrdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM5ODY2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk01T0RZMkxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -7725,16 +7285,16 @@
"15"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14992"
+ "14924"
],
"x-ms-request-id": [
- "d838d4f6-2748-4d77-9a79-2b35def6f985"
+ "5c56d879-ee49-4c3c-a7b1-08868d584171"
],
"x-ms-correlation-request-id": [
- "d838d4f6-2748-4d77-9a79-2b35def6f985"
+ "5c56d879-ee49-4c3c-a7b1-08868d584171"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T021344Z:d838d4f6-2748-4d77-9a79-2b35def6f985"
+ "WESTUS:20160114T080921Z:5c56d879-ee49-4c3c-a7b1-08868d584171"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -7743,17 +7303,17 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 02:13:43 GMT"
+ "Thu, 14 Jan 2016 08:09:21 GMT"
],
"Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMzMDktRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM5ODY2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
]
},
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMzMDktRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk16TURrdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM5ODY2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk01T0RZMkxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -7779,16 +7339,16 @@
"15"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14991"
+ "14922"
],
"x-ms-request-id": [
- "12531350-7d9a-49a4-a2ee-84bacaf894d2"
+ "d8252d10-adc8-4854-818a-a89aa71fee87"
],
"x-ms-correlation-request-id": [
- "12531350-7d9a-49a4-a2ee-84bacaf894d2"
+ "d8252d10-adc8-4854-818a-a89aa71fee87"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T021359Z:12531350-7d9a-49a4-a2ee-84bacaf894d2"
+ "WESTUS:20160114T080936Z:d8252d10-adc8-4854-818a-a89aa71fee87"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -7797,17 +7357,17 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 02:13:59 GMT"
+ "Thu, 14 Jan 2016 08:09:35 GMT"
],
"Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMzMDktRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM5ODY2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
]
},
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMzMDktRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk16TURrdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM5ODY2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk01T0RZMkxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -7833,16 +7393,16 @@
"15"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14990"
+ "14919"
],
"x-ms-request-id": [
- "bbda9069-b559-4cd8-9b40-0d26b4bcb0a8"
+ "5f7e2e21-e372-4ff1-9d97-38d714bf9d62"
],
"x-ms-correlation-request-id": [
- "bbda9069-b559-4cd8-9b40-0d26b4bcb0a8"
+ "5f7e2e21-e372-4ff1-9d97-38d714bf9d62"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T021414Z:bbda9069-b559-4cd8-9b40-0d26b4bcb0a8"
+ "WESTUS:20160114T080951Z:5f7e2e21-e372-4ff1-9d97-38d714bf9d62"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -7851,17 +7411,17 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 02:14:13 GMT"
+ "Thu, 14 Jan 2016 08:09:50 GMT"
],
"Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMzMDktRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM5ODY2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
]
},
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMzMDktRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk16TURrdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM5ODY2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk01T0RZMkxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -7887,16 +7447,16 @@
"15"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14989"
+ "14920"
],
"x-ms-request-id": [
- "6f0e11f1-b63c-4945-bf2d-090ef25a8a72"
+ "84a59ab5-fee3-44d2-b25c-415e1a54b38c"
],
"x-ms-correlation-request-id": [
- "6f0e11f1-b63c-4945-bf2d-090ef25a8a72"
+ "84a59ab5-fee3-44d2-b25c-415e1a54b38c"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T021429Z:6f0e11f1-b63c-4945-bf2d-090ef25a8a72"
+ "WESTUS:20160114T081006Z:84a59ab5-fee3-44d2-b25c-415e1a54b38c"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -7905,17 +7465,17 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 02:14:29 GMT"
+ "Thu, 14 Jan 2016 08:10:06 GMT"
],
"Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMzMDktRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM5ODY2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
]
},
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMzMDktRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk16TURrdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM5ODY2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk01T0RZMkxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -7941,16 +7501,16 @@
"15"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14988"
+ "14919"
],
"x-ms-request-id": [
- "282e3c5f-1beb-4db4-b442-4d7b2c68bc5c"
+ "91eb0ada-c470-433f-90d9-d1dbd28b3f7c"
],
"x-ms-correlation-request-id": [
- "282e3c5f-1beb-4db4-b442-4d7b2c68bc5c"
+ "91eb0ada-c470-433f-90d9-d1dbd28b3f7c"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T021444Z:282e3c5f-1beb-4db4-b442-4d7b2c68bc5c"
+ "WESTUS:20160114T081021Z:91eb0ada-c470-433f-90d9-d1dbd28b3f7c"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -7959,17 +7519,17 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 02:14:43 GMT"
+ "Thu, 14 Jan 2016 08:10:20 GMT"
],
"Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMzMDktRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM5ODY2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
]
},
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMzMDktRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk16TURrdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM5ODY2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk01T0RZMkxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -7995,16 +7555,16 @@
"15"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14987"
+ "14916"
],
"x-ms-request-id": [
- "cf76579e-18e4-4830-a3d4-8237895db8ea"
+ "0f3dc4c8-e875-4b60-9460-7062d94a43f2"
],
"x-ms-correlation-request-id": [
- "cf76579e-18e4-4830-a3d4-8237895db8ea"
+ "0f3dc4c8-e875-4b60-9460-7062d94a43f2"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T021500Z:cf76579e-18e4-4830-a3d4-8237895db8ea"
+ "WESTUS:20160114T081037Z:0f3dc4c8-e875-4b60-9460-7062d94a43f2"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -8013,17 +7573,17 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 02:14:59 GMT"
+ "Thu, 14 Jan 2016 08:10:36 GMT"
],
"Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMzMDktRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM5ODY2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
]
},
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMzMDktRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk16TURrdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM5ODY2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk01T0RZMkxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -8049,16 +7609,16 @@
"15"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14986"
+ "14915"
],
"x-ms-request-id": [
- "ab5bed6c-80d2-4064-a454-0b1c3d694a64"
+ "7c0403de-fab7-402b-8ae8-2cfed98b3950"
],
"x-ms-correlation-request-id": [
- "ab5bed6c-80d2-4064-a454-0b1c3d694a64"
+ "7c0403de-fab7-402b-8ae8-2cfed98b3950"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T021515Z:ab5bed6c-80d2-4064-a454-0b1c3d694a64"
+ "WESTUS:20160114T081052Z:7c0403de-fab7-402b-8ae8-2cfed98b3950"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -8067,17 +7627,17 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 02:15:15 GMT"
+ "Thu, 14 Jan 2016 08:10:51 GMT"
],
"Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMzMDktRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM5ODY2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
]
},
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMzMDktRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk16TURrdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM5ODY2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk01T0RZMkxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -8103,16 +7663,16 @@
"15"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14985"
+ "14914"
],
"x-ms-request-id": [
- "c74974d1-2839-41df-8a02-51aef5811159"
+ "67580c49-7d27-4011-934f-6aa5b2bdb0cd"
],
"x-ms-correlation-request-id": [
- "c74974d1-2839-41df-8a02-51aef5811159"
+ "67580c49-7d27-4011-934f-6aa5b2bdb0cd"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T021530Z:c74974d1-2839-41df-8a02-51aef5811159"
+ "WESTUS:20160114T081107Z:67580c49-7d27-4011-934f-6aa5b2bdb0cd"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -8121,17 +7681,17 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 02:15:29 GMT"
+ "Thu, 14 Jan 2016 08:11:07 GMT"
],
"Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMzMDktRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM5ODY2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
]
},
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMzMDktRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk16TURrdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM5ODY2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk01T0RZMkxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -8157,16 +7717,16 @@
"15"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14984"
+ "14913"
],
"x-ms-request-id": [
- "068ebe01-ac36-4b12-b5c1-1958252797cf"
+ "d24ee846-dad4-4bf4-8e5c-be1b8e2ffab4"
],
"x-ms-correlation-request-id": [
- "068ebe01-ac36-4b12-b5c1-1958252797cf"
+ "d24ee846-dad4-4bf4-8e5c-be1b8e2ffab4"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T021545Z:068ebe01-ac36-4b12-b5c1-1958252797cf"
+ "WESTUS:20160114T081122Z:d24ee846-dad4-4bf4-8e5c-be1b8e2ffab4"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -8175,17 +7735,17 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 02:15:45 GMT"
+ "Thu, 14 Jan 2016 08:11:22 GMT"
],
"Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMzMDktRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM5ODY2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
]
},
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMzMDktRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk16TURrdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM5ODY2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk01T0RZMkxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -8211,16 +7771,16 @@
"15"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14983"
+ "14911"
],
"x-ms-request-id": [
- "a9cc75b3-a901-480b-be0c-750861d045b7"
+ "9b1f531e-4af8-4996-b36c-0d8580cf2a21"
],
"x-ms-correlation-request-id": [
- "a9cc75b3-a901-480b-be0c-750861d045b7"
+ "9b1f531e-4af8-4996-b36c-0d8580cf2a21"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T021600Z:a9cc75b3-a901-480b-be0c-750861d045b7"
+ "WESTUS:20160114T081137Z:9b1f531e-4af8-4996-b36c-0d8580cf2a21"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -8229,17 +7789,17 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 02:16:00 GMT"
+ "Thu, 14 Jan 2016 08:11:36 GMT"
],
"Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMzMDktRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM5ODY2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
]
},
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMzMDktRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk16TURrdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM5ODY2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk01T0RZMkxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -8265,16 +7825,16 @@
"15"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14982"
+ "14910"
],
"x-ms-request-id": [
- "efd0615b-e159-4b89-86cf-8ae86c44a09c"
+ "8e39a60e-85bc-4948-b8b1-461ef19840a2"
],
"x-ms-correlation-request-id": [
- "efd0615b-e159-4b89-86cf-8ae86c44a09c"
+ "8e39a60e-85bc-4948-b8b1-461ef19840a2"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T021616Z:efd0615b-e159-4b89-86cf-8ae86c44a09c"
+ "WESTUS:20160114T081152Z:8e39a60e-85bc-4948-b8b1-461ef19840a2"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -8283,17 +7843,17 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 02:16:15 GMT"
+ "Thu, 14 Jan 2016 08:11:52 GMT"
],
"Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMzMDktRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM5ODY2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
]
},
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMzMDktRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk16TURrdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM5ODY2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk01T0RZMkxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -8319,16 +7879,16 @@
"15"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14981"
+ "14909"
],
"x-ms-request-id": [
- "ee160038-4fc9-4722-9eb2-d21b0a837f89"
+ "5d8321fa-eac7-494f-be11-082e4c13a6fc"
],
"x-ms-correlation-request-id": [
- "ee160038-4fc9-4722-9eb2-d21b0a837f89"
+ "5d8321fa-eac7-494f-be11-082e4c13a6fc"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T021631Z:ee160038-4fc9-4722-9eb2-d21b0a837f89"
+ "WESTUS:20160114T081208Z:5d8321fa-eac7-494f-be11-082e4c13a6fc"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -8337,17 +7897,17 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 02:16:31 GMT"
+ "Thu, 14 Jan 2016 08:12:07 GMT"
],
"Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMzMDktRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM5ODY2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
]
},
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMzMDktRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk16TURrdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM5ODY2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk01T0RZMkxVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -8370,16 +7930,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14980"
+ "14908"
],
"x-ms-request-id": [
- "feefb9e2-d38f-4e60-b03a-34fb76d4c4e5"
+ "a2a5f13d-9755-4969-82d7-bfb38d519436"
],
"x-ms-correlation-request-id": [
- "feefb9e2-d38f-4e60-b03a-34fb76d4c4e5"
+ "a2a5f13d-9755-4969-82d7-bfb38d519436"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T021646Z:feefb9e2-d38f-4e60-b03a-34fb76d4c4e5"
+ "WESTUS:20160114T081223Z:a2a5f13d-9755-4969-82d7-bfb38d519436"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -8388,7 +7948,7 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 02:16:45 GMT"
+ "Thu, 14 Jan 2016 08:12:23 GMT"
]
},
"StatusCode": 200
@@ -8396,11 +7956,11 @@
],
"Names": {
"Test-DiagnosticsExtensionBasic": [
- "crptestps309"
+ "crptestps9866"
]
},
"Variables": {
- "SubscriptionId": "24fb23e3-6ba3-41f0-9b6e-e41131d5d61e",
+ "SubscriptionId": "ebff9be1-1921-4cb4-b4a0-17dea07eed5c",
"TenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47",
"Domain": "microsoft.com"
}
diff --git a/src/ResourceManager/Compute/Commands.Compute.Test/SessionRecords/Microsoft.Azure.Commands.Compute.Test.ScenarioTests.DiagnosticsExtensionTests/TestDiagnosticsExtensionSepcifyStorageAccountName.json b/src/ResourceManager/Compute/Commands.Compute.Test/SessionRecords/Microsoft.Azure.Commands.Compute.Test.ScenarioTests.DiagnosticsExtensionTests/TestDiagnosticsExtensionSepcifyStorageAccountName.json
index e049c96d15c7..eeb3a2af7c3f 100644
--- a/src/ResourceManager/Compute/Commands.Compute.Test/SessionRecords/Microsoft.Azure.Commands.Compute.Test.ScenarioTests.DiagnosticsExtensionTests/TestDiagnosticsExtensionSepcifyStorageAccountName.json
+++ b/src/ResourceManager/Compute/Commands.Compute.Test/SessionRecords/Microsoft.Azure.Commands.Compute.Test.ScenarioTests.DiagnosticsExtensionTests/TestDiagnosticsExtensionSepcifyStorageAccountName.json
@@ -1,8 +1,8 @@
{
"Entries": [
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -10,7 +10,7 @@
"Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute\",\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"availabilitySets\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachines/extensions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachines/diagnosticSettings\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachines/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets/extensions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets/virtualMachines\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets/networkInterfaces\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets/virtualMachines/networkInterfaces\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/vmSizes\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/publishers\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute\",\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"availabilitySets\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Europe\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Europe\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachines/extensions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Europe\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachines/diagnosticSettings\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachines/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets/extensions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets/virtualMachines\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets/networkInterfaces\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets/virtualMachines/networkInterfaces\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/vmSizes\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/publishers\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"5199"
@@ -25,16 +25,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14999"
+ "14944"
],
"x-ms-request-id": [
- "f568dd38-299f-4cfd-9620-54b1ba969f87"
+ "68f69f1a-b5ef-44c4-94f1-6ffebd762214"
],
"x-ms-correlation-request-id": [
- "f568dd38-299f-4cfd-9620-54b1ba969f87"
+ "68f69f1a-b5ef-44c4-94f1-6ffebd762214"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T033347Z:f568dd38-299f-4cfd-9620-54b1ba969f87"
+ "WESTUS:20160114T081543Z:68f69f1a-b5ef-44c4-94f1-6ffebd762214"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -43,14 +43,14 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 03:33:46 GMT"
+ "Thu, 14 Jan 2016 08:15:42 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourcegroups/crptestps267?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RwczI2Nz9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourcegroups/crptestps5620?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RwczU2MjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
"RequestMethod": "HEAD",
"RequestBody": "",
"RequestHeaders": {
@@ -61,7 +61,7 @@
"ResponseBody": "",
"ResponseHeaders": {
"Content-Length": [
- "104"
+ "105"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -76,16 +76,16 @@
"gateway"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14998"
+ "14943"
],
"x-ms-request-id": [
- "e4bbf097-9354-44a9-9cfd-8a6ea774497e"
+ "f1f69eba-8d2d-4256-9cd2-cf6d961b3083"
],
"x-ms-correlation-request-id": [
- "e4bbf097-9354-44a9-9cfd-8a6ea774497e"
+ "f1f69eba-8d2d-4256-9cd2-cf6d961b3083"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T033347Z:e4bbf097-9354-44a9-9cfd-8a6ea774497e"
+ "WESTUS:20160114T081543Z:f1f69eba-8d2d-4256-9cd2-cf6d961b3083"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -94,14 +94,14 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 03:33:47 GMT"
+ "Thu, 14 Jan 2016 08:15:42 GMT"
]
},
"StatusCode": 404
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourcegroups/crptestps267?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RwczI2Nz9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourcegroups/crptestps5620?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RwczU2MjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
"RequestMethod": "HEAD",
"RequestBody": "",
"RequestHeaders": {
@@ -121,16 +121,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14999"
+ "14981"
],
"x-ms-request-id": [
- "59073d06-3a5f-4ef8-b4ed-5990c2b2cf11"
+ "92e646f8-44f7-4bf5-995e-55e176594db4"
],
"x-ms-correlation-request-id": [
- "59073d06-3a5f-4ef8-b4ed-5990c2b2cf11"
+ "92e646f8-44f7-4bf5-995e-55e176594db4"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T041107Z:59073d06-3a5f-4ef8-b4ed-5990c2b2cf11"
+ "WESTUS:20160114T084830Z:92e646f8-44f7-4bf5-995e-55e176594db4"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -139,14 +139,14 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 04:11:06 GMT"
+ "Thu, 14 Jan 2016 08:48:29 GMT"
]
},
"StatusCode": 204
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourcegroups/crptestps267?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RwczI2Nz9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourcegroups/crptestps5620?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RwczU2MjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"location\": \"East US\"\r\n}",
"RequestHeaders": {
@@ -160,10 +160,10 @@
"Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267\",\r\n \"name\": \"crptestps267\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620\",\r\n \"name\": \"crptestps5620\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "177"
+ "179"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -175,16 +175,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-writes": [
- "1199"
+ "1196"
],
"x-ms-request-id": [
- "21e6d7df-68d8-4aa6-ba39-f0df2c801727"
+ "81d01a6a-a551-4670-9955-be0f61a79154"
],
"x-ms-correlation-request-id": [
- "21e6d7df-68d8-4aa6-ba39-f0df2c801727"
+ "81d01a6a-a551-4670-9955-be0f61a79154"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T033348Z:21e6d7df-68d8-4aa6-ba39-f0df2c801727"
+ "WESTUS:20160114T081544Z:81d01a6a-a551-4670-9955-be0f61a79154"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -193,14 +193,14 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 03:33:48 GMT"
+ "Thu, 14 Jan 2016 08:15:43 GMT"
]
},
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/resources?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczI2Ny9yZXNvdXJjZXM/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/resources?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczU2MjAvcmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTQtMDQtMDEtcHJldmlldw==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -223,16 +223,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14997"
+ "14942"
],
"x-ms-request-id": [
- "ef8e5752-e541-4401-8460-aa803dc95c83"
+ "6cad73ba-d486-4aae-8893-83fb67f3c514"
],
"x-ms-correlation-request-id": [
- "ef8e5752-e541-4401-8460-aa803dc95c83"
+ "6cad73ba-d486-4aae-8893-83fb67f3c514"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T033348Z:ef8e5752-e541-4401-8460-aa803dc95c83"
+ "WESTUS:20160114T081544Z:6cad73ba-d486-4aae-8893-83fb67f3c514"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -241,19 +241,19 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 03:33:48 GMT"
+ "Thu, 14 Jan 2016 08:15:43 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Network/virtualnetworks/vnetcrptestps267?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczI2Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbG5ldHdvcmtzL3ZuZXRjcnB0ZXN0cHMyNjc/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Network/virtualnetworks/vnetcrptestps5620?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczU2MjAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxuZXR3b3Jrcy92bmV0Y3JwdGVzdHBzNTYyMD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "f35e281f-bae6-4ff6-ad75-b0e9be185316"
+ "c81b01b4-998f-457e-a9ed-8c427f744b3c"
],
"accept-language": [
"en-US"
@@ -262,10 +262,10 @@
"Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
]
},
- "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/vnetcrptestps267' under resource group 'crptestps267' was not found.\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/vnetcrptestps5620' under resource group 'crptestps5620' was not found.\"\r\n }\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "166"
+ "168"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -280,13 +280,13 @@
"gateway"
],
"x-ms-request-id": [
- "468c054e-df17-43e5-b622-07014c0f27a6"
+ "4b92cbd4-589f-4310-a587-539c65535f94"
],
"x-ms-correlation-request-id": [
- "468c054e-df17-43e5-b622-07014c0f27a6"
+ "4b92cbd4-589f-4310-a587-539c65535f94"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T033349Z:468c054e-df17-43e5-b622-07014c0f27a6"
+ "WESTUS:20160114T081546Z:4b92cbd4-589f-4310-a587-539c65535f94"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -295,14 +295,14 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 03:33:48 GMT"
+ "Thu, 14 Jan 2016 08:15:45 GMT"
]
},
"StatusCode": 404
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Network/virtualnetworks/vnetcrptestps267?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczI2Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbG5ldHdvcmtzL3ZuZXRjcnB0ZXN0cHMyNjc/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Network/virtualnetworks/vnetcrptestps5620?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczU2MjAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxuZXR3b3Jrcy92bmV0Y3JwdGVzdHBzNTYyMD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -310,10 +310,10 @@
"Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
]
},
- "ResponseBody": "{\r\n \"name\": \"vnetcrptestps267\",\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Network/virtualNetworks/vnetcrptestps267\",\r\n \"etag\": \"W/\\\"f8ab2401-ecaf-488f-ab9d-dffb33893ff4\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8af43e18-842f-4763-a44e-205617924d36\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"subnetcrptestps267\",\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Network/virtualNetworks/vnetcrptestps267/subnets/subnetcrptestps267\",\r\n \"etag\": \"W/\\\"f8ab2401-ecaf-488f-ab9d-dffb33893ff4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n }\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"vnetcrptestps5620\",\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Network/virtualNetworks/vnetcrptestps5620\",\r\n \"etag\": \"W/\\\"708cf856-5ba5-439e-ad78-ab1327819a82\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8dd25795-2d1d-417b-ba5d-acbcfc17153e\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"subnetcrptestps5620\",\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Network/virtualNetworks/vnetcrptestps5620/subnets/subnetcrptestps5620\",\r\n \"etag\": \"W/\\\"708cf856-5ba5-439e-ad78-ab1327819a82\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n }\r\n }\r\n ]\r\n }\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "1069"
+ "1076"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -325,7 +325,7 @@
"no-cache"
],
"x-ms-request-id": [
- "8a8e0126-37a5-47af-9cf2-b4dad5e8d107"
+ "637f462e-b319-4e7b-92b2-b2b8156fd905"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -334,35 +334,35 @@
"no-cache"
],
"ETag": [
- "W/\"f8ab2401-ecaf-488f-ab9d-dffb33893ff4\""
+ "W/\"708cf856-5ba5-439e-ad78-ab1327819a82\""
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14991"
+ "14949"
],
"x-ms-correlation-request-id": [
- "545d34a7-477a-4b37-b8f5-f27b048edf8e"
+ "afd923fd-9651-4705-99f6-974a91e7cc9a"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T033432Z:545d34a7-477a-4b37-b8f5-f27b048edf8e"
+ "WESTUS:20160114T081559Z:afd923fd-9651-4705-99f6-974a91e7cc9a"
],
"Date": [
- "Tue, 22 Dec 2015 03:34:32 GMT"
+ "Thu, 14 Jan 2016 08:15:58 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Network/virtualnetworks/vnetcrptestps267?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczI2Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbG5ldHdvcmtzL3ZuZXRjcnB0ZXN0cHMyNjc/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Network/virtualnetworks/vnetcrptestps5620?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczU2MjAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxuZXR3b3Jrcy92bmV0Y3JwdGVzdHBzNTYyMD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "6b457366-8741-40e4-bcd8-f2fe5ab094d4"
+ "1bff3a7a-3614-4c12-9dd0-0a30795370b2"
],
"accept-language": [
"en-US"
@@ -371,10 +371,10 @@
"Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
]
},
- "ResponseBody": "{\r\n \"name\": \"vnetcrptestps267\",\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Network/virtualNetworks/vnetcrptestps267\",\r\n \"etag\": \"W/\\\"f8ab2401-ecaf-488f-ab9d-dffb33893ff4\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8af43e18-842f-4763-a44e-205617924d36\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"subnetcrptestps267\",\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Network/virtualNetworks/vnetcrptestps267/subnets/subnetcrptestps267\",\r\n \"etag\": \"W/\\\"f8ab2401-ecaf-488f-ab9d-dffb33893ff4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n }\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"vnetcrptestps5620\",\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Network/virtualNetworks/vnetcrptestps5620\",\r\n \"etag\": \"W/\\\"708cf856-5ba5-439e-ad78-ab1327819a82\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8dd25795-2d1d-417b-ba5d-acbcfc17153e\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"subnetcrptestps5620\",\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Network/virtualNetworks/vnetcrptestps5620/subnets/subnetcrptestps5620\",\r\n \"etag\": \"W/\\\"708cf856-5ba5-439e-ad78-ab1327819a82\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n }\r\n }\r\n ]\r\n }\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "1069"
+ "1076"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -386,7 +386,7 @@
"no-cache"
],
"x-ms-request-id": [
- "1bb4be9f-966a-4e7a-9202-ea151fa0a163"
+ "2154c8f3-213b-45ff-8bbe-510750018e7f"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -395,35 +395,35 @@
"no-cache"
],
"ETag": [
- "W/\"f8ab2401-ecaf-488f-ab9d-dffb33893ff4\""
+ "W/\"708cf856-5ba5-439e-ad78-ab1327819a82\""
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14990"
+ "14948"
],
"x-ms-correlation-request-id": [
- "15c3e1c2-756e-4fc2-ba4d-162223d31caa"
+ "e3d331bb-97e5-4e9f-afb6-1be84c5a9bed"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T033433Z:15c3e1c2-756e-4fc2-ba4d-162223d31caa"
+ "WESTUS:20160114T081559Z:e3d331bb-97e5-4e9f-afb6-1be84c5a9bed"
],
"Date": [
- "Tue, 22 Dec 2015 03:34:32 GMT"
+ "Thu, 14 Jan 2016 08:15:59 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Network/virtualnetworks/vnetcrptestps267?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczI2Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbG5ldHdvcmtzL3ZuZXRjcnB0ZXN0cHMyNjc/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Network/virtualnetworks/vnetcrptestps5620?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczU2MjAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxuZXR3b3Jrcy92bmV0Y3JwdGVzdHBzNTYyMD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "d9bfd6de-736a-4adb-8e86-0b7b73588469"
+ "2c95fb27-d6c2-4cf7-a1e0-266262c4cc1a"
],
"accept-language": [
"en-US"
@@ -432,10 +432,10 @@
"Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
]
},
- "ResponseBody": "{\r\n \"name\": \"vnetcrptestps267\",\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Network/virtualNetworks/vnetcrptestps267\",\r\n \"etag\": \"W/\\\"f8ab2401-ecaf-488f-ab9d-dffb33893ff4\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8af43e18-842f-4763-a44e-205617924d36\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"subnetcrptestps267\",\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Network/virtualNetworks/vnetcrptestps267/subnets/subnetcrptestps267\",\r\n \"etag\": \"W/\\\"f8ab2401-ecaf-488f-ab9d-dffb33893ff4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n }\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"vnetcrptestps5620\",\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Network/virtualNetworks/vnetcrptestps5620\",\r\n \"etag\": \"W/\\\"708cf856-5ba5-439e-ad78-ab1327819a82\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8dd25795-2d1d-417b-ba5d-acbcfc17153e\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"subnetcrptestps5620\",\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Network/virtualNetworks/vnetcrptestps5620/subnets/subnetcrptestps5620\",\r\n \"etag\": \"W/\\\"708cf856-5ba5-439e-ad78-ab1327819a82\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n }\r\n }\r\n ]\r\n }\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "1069"
+ "1076"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -447,7 +447,7 @@
"no-cache"
],
"x-ms-request-id": [
- "f2e318da-bfe0-4cef-93f4-65cc7ac9668d"
+ "74231aff-2289-44f2-948f-bbc522573bfb"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -456,41 +456,41 @@
"no-cache"
],
"ETag": [
- "W/\"f8ab2401-ecaf-488f-ab9d-dffb33893ff4\""
+ "W/\"708cf856-5ba5-439e-ad78-ab1327819a82\""
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14989"
+ "14947"
],
"x-ms-correlation-request-id": [
- "34fd4bb8-732c-481d-8615-77021d8d71a1"
+ "3fdd9348-1b44-44a6-babd-af34acfedf55"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T033433Z:34fd4bb8-732c-481d-8615-77021d8d71a1"
+ "WESTUS:20160114T081559Z:3fdd9348-1b44-44a6-babd-af34acfedf55"
],
"Date": [
- "Tue, 22 Dec 2015 03:34:32 GMT"
+ "Thu, 14 Jan 2016 08:15:59 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Network/virtualnetworks/vnetcrptestps267?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczI2Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbG5ldHdvcmtzL3ZuZXRjcnB0ZXN0cHMyNjc/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Network/virtualnetworks/vnetcrptestps5620?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczU2MjAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxuZXR3b3Jrcy92bmV0Y3JwdGVzdHBzNTYyMD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
"RequestMethod": "PUT",
- "RequestBody": "{\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"subnetcrptestps267\",\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"ipConfigurations\": []\r\n }\r\n }\r\n ]\r\n }\r\n}",
+ "RequestBody": "{\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"subnetcrptestps5620\",\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"ipConfigurations\": []\r\n }\r\n }\r\n ]\r\n }\r\n}",
"RequestHeaders": {
"Content-Type": [
"application/json; charset=utf-8"
],
"Content-Length": [
- "422"
+ "423"
],
"x-ms-client-request-id": [
- "507cd2bf-7984-4c35-8779-573db341d788"
+ "1fcf30d6-ac6e-4e71-bfdf-055da3924180"
],
"accept-language": [
"en-US"
@@ -499,10 +499,10 @@
"Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
]
},
- "ResponseBody": "{\r\n \"name\": \"vnetcrptestps267\",\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Network/virtualNetworks/vnetcrptestps267\",\r\n \"etag\": \"W/\\\"81984535-e5a1-417c-8da4-0a729987ecdf\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"8af43e18-842f-4763-a44e-205617924d36\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"subnetcrptestps267\",\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Network/virtualNetworks/vnetcrptestps267/subnets/subnetcrptestps267\",\r\n \"etag\": \"W/\\\"81984535-e5a1-417c-8da4-0a729987ecdf\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n }\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"vnetcrptestps5620\",\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Network/virtualNetworks/vnetcrptestps5620\",\r\n \"etag\": \"W/\\\"26de1746-3cd4-4188-b93f-b9c348e2fc3d\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"8dd25795-2d1d-417b-ba5d-acbcfc17153e\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"subnetcrptestps5620\",\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Network/virtualNetworks/vnetcrptestps5620/subnets/subnetcrptestps5620\",\r\n \"etag\": \"W/\\\"26de1746-3cd4-4188-b93f-b9c348e2fc3d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n }\r\n }\r\n ]\r\n }\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "1067"
+ "1074"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -517,10 +517,10 @@
"10"
],
"x-ms-request-id": [
- "37e13e70-8338-4da9-b212-c0e6c0197dc8"
+ "d71bf583-fc41-4193-8394-feaed1fd27a6"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Network/locations/eastus/operations/37e13e70-8338-4da9-b212-c0e6c0197dc8?api-version=2015-06-15"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Network/locations/eastus/operations/d71bf583-fc41-4193-8394-feaed1fd27a6?api-version=2015-06-15"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -533,75 +533,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-writes": [
- "1197"
+ "1199"
],
"x-ms-correlation-request-id": [
- "46749bbb-f78f-4873-a2d2-2438e95c8e77"
+ "53a62ed1-0304-4482-87e9-24f801989cd3"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T033351Z:46749bbb-f78f-4873-a2d2-2438e95c8e77"
+ "WESTUS:20160114T081548Z:53a62ed1-0304-4482-87e9-24f801989cd3"
],
"Date": [
- "Tue, 22 Dec 2015 03:33:51 GMT"
+ "Thu, 14 Jan 2016 08:15:47 GMT"
]
},
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Network/locations/eastus/operations/37e13e70-8338-4da9-b212-c0e6c0197dc8?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzdlMTNlNzAtODMzOC00ZGE5LWIyMTItYzBlNmMwMTk3ZGM4P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
- ]
- },
- "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
- "ResponseHeaders": {
- "Content-Length": [
- "30"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-request-id": [
- "edd4a62d-f601-45e8-bafc-607a2651ee35"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14993"
- ],
- "x-ms-correlation-request-id": [
- "5da764fd-5751-462e-9e25-b695bc849e02"
- ],
- "x-ms-routing-request-id": [
- "CENTRALUS:20151222T033402Z:5da764fd-5751-462e-9e25-b695bc849e02"
- ],
- "Date": [
- "Tue, 22 Dec 2015 03:34:02 GMT"
- ]
- },
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Network/locations/eastus/operations/37e13e70-8338-4da9-b212-c0e6c0197dc8?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzdlMTNlNzAtODMzOC00ZGE5LWIyMTItYzBlNmMwMTk3ZGM4P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Network/locations/eastus/operations/d71bf583-fc41-4193-8394-feaed1fd27a6?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDcxYmY1ODMtZmM0MS00MTkzLTgzOTQtZmVhZWQxZmQyN2E2P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -624,7 +572,7 @@
"no-cache"
],
"x-ms-request-id": [
- "7d3887fc-4b92-4e8d-b959-ad00efa8583e"
+ "4eca44e1-d0b8-4448-b11e-7967632f0c03"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -637,28 +585,28 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14992"
+ "14950"
],
"x-ms-correlation-request-id": [
- "954a49e0-6a4b-4c5f-a464-b9b4521d3b31"
+ "db6652ab-92b7-4869-ab78-2f72497a88dd"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T033432Z:954a49e0-6a4b-4c5f-a464-b9b4521d3b31"
+ "WESTUS:20160114T081558Z:db6652ab-92b7-4869-ab78-2f72497a88dd"
],
"Date": [
- "Tue, 22 Dec 2015 03:34:32 GMT"
+ "Thu, 14 Jan 2016 08:15:58 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps267?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczI2Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHViaXBjcnB0ZXN0cHMyNjc/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps5620?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczU2MjAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3B1YmlwY3JwdGVzdHBzNTYyMD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "4e99d6ac-57e9-41bf-95a9-eb94eb553f6d"
+ "d92a0e48-2b3a-47eb-a87e-c246d06cf28c"
],
"accept-language": [
"en-US"
@@ -667,10 +615,10 @@
"Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
]
},
- "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/publicIPAddresses/pubipcrptestps267' under resource group 'crptestps267' was not found.\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/publicIPAddresses/pubipcrptestps5620' under resource group 'crptestps5620' was not found.\"\r\n }\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "169"
+ "171"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -685,13 +633,13 @@
"gateway"
],
"x-ms-request-id": [
- "345bb2fd-a988-4c14-acda-c01d8ef6bdf0"
+ "e382a27f-1a84-45c8-b941-6b7a836f8ede"
],
"x-ms-correlation-request-id": [
- "345bb2fd-a988-4c14-acda-c01d8ef6bdf0"
+ "e382a27f-1a84-45c8-b941-6b7a836f8ede"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T033433Z:345bb2fd-a988-4c14-acda-c01d8ef6bdf0"
+ "WESTUS:20160114T081559Z:e382a27f-1a84-45c8-b941-6b7a836f8ede"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -700,14 +648,14 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 03:34:32 GMT"
+ "Thu, 14 Jan 2016 08:15:59 GMT"
]
},
"StatusCode": 404
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps267?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczI2Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHViaXBjcnB0ZXN0cHMyNjc/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps5620?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczU2MjAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3B1YmlwY3JwdGVzdHBzNTYyMD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -715,10 +663,10 @@
"Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
]
},
- "ResponseBody": "{\r\n \"name\": \"pubipcrptestps267\",\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps267\",\r\n \"etag\": \"W/\\\"6ca4f9b6-2f28-46aa-8ed5-4d094e66f1ab\\\"\",\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"06d8e517-1773-4d45-aab9-1b99394b07f8\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"pubipcrptestps267\",\r\n \"fqdn\": \"pubipcrptestps267.eastus.cloudapp.azure.com\"\r\n }\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"pubipcrptestps5620\",\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps5620\",\r\n \"etag\": \"W/\\\"80b79dab-aeff-4951-8e72-f9f78e6ca01f\\\"\",\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ecbdf272-2ddd-493e-9197-c523539be5fc\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"pubipcrptestps5620\",\r\n \"fqdn\": \"pubipcrptestps5620.eastus.cloudapp.azure.com\"\r\n }\r\n }\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "661"
+ "666"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -730,7 +678,7 @@
"no-cache"
],
"x-ms-request-id": [
- "ee2d89f7-2167-4eaa-a040-814db31f56b2"
+ "0cf412b5-d0da-4090-8fad-89d709fc2d1f"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -739,35 +687,35 @@
"no-cache"
],
"ETag": [
- "W/\"6ca4f9b6-2f28-46aa-8ed5-4d094e66f1ab\""
+ "W/\"80b79dab-aeff-4951-8e72-f9f78e6ca01f\""
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14986"
+ "14944"
],
"x-ms-correlation-request-id": [
- "869376cb-7ecc-45e6-81b4-3f18ff2cd5ca"
+ "3c97e467-d6d2-407b-8169-991b7e17487b"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T033445Z:869376cb-7ecc-45e6-81b4-3f18ff2cd5ca"
+ "WESTUS:20160114T081612Z:3c97e467-d6d2-407b-8169-991b7e17487b"
],
"Date": [
- "Tue, 22 Dec 2015 03:34:44 GMT"
+ "Thu, 14 Jan 2016 08:16:12 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps267?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczI2Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHViaXBjcnB0ZXN0cHMyNjc/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps5620?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczU2MjAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3B1YmlwY3JwdGVzdHBzNTYyMD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "0578e059-b969-48d6-b883-eb4cea7d3543"
+ "25a03bc1-8c64-4c31-9223-f4e06d0a68d1"
],
"accept-language": [
"en-US"
@@ -776,10 +724,10 @@
"Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
]
},
- "ResponseBody": "{\r\n \"name\": \"pubipcrptestps267\",\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps267\",\r\n \"etag\": \"W/\\\"6ca4f9b6-2f28-46aa-8ed5-4d094e66f1ab\\\"\",\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"06d8e517-1773-4d45-aab9-1b99394b07f8\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"pubipcrptestps267\",\r\n \"fqdn\": \"pubipcrptestps267.eastus.cloudapp.azure.com\"\r\n }\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"pubipcrptestps5620\",\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps5620\",\r\n \"etag\": \"W/\\\"80b79dab-aeff-4951-8e72-f9f78e6ca01f\\\"\",\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ecbdf272-2ddd-493e-9197-c523539be5fc\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"pubipcrptestps5620\",\r\n \"fqdn\": \"pubipcrptestps5620.eastus.cloudapp.azure.com\"\r\n }\r\n }\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "661"
+ "666"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -791,7 +739,7 @@
"no-cache"
],
"x-ms-request-id": [
- "e0ccc568-273a-440b-8716-088ad00b1a8e"
+ "77d20a0f-650a-4ab8-af76-596169054771"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -800,35 +748,35 @@
"no-cache"
],
"ETag": [
- "W/\"6ca4f9b6-2f28-46aa-8ed5-4d094e66f1ab\""
+ "W/\"80b79dab-aeff-4951-8e72-f9f78e6ca01f\""
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14985"
+ "14943"
],
"x-ms-correlation-request-id": [
- "bc0d12cb-08ef-4e06-b4ca-1f2ebc4a9f66"
+ "d5b71a35-db6a-4f7f-b342-3d0ba2e86db4"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T033445Z:bc0d12cb-08ef-4e06-b4ca-1f2ebc4a9f66"
+ "WESTUS:20160114T081613Z:d5b71a35-db6a-4f7f-b342-3d0ba2e86db4"
],
"Date": [
- "Tue, 22 Dec 2015 03:34:45 GMT"
+ "Thu, 14 Jan 2016 08:16:12 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps267?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczI2Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHViaXBjcnB0ZXN0cHMyNjc/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps5620?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczU2MjAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3B1YmlwY3JwdGVzdHBzNTYyMD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "52f56e06-e0ab-469d-9b72-9f271ace9cb7"
+ "a1131f87-8b1b-458d-a818-b434068edc2f"
],
"accept-language": [
"en-US"
@@ -837,10 +785,10 @@
"Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
]
},
- "ResponseBody": "{\r\n \"name\": \"pubipcrptestps267\",\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps267\",\r\n \"etag\": \"W/\\\"6ca4f9b6-2f28-46aa-8ed5-4d094e66f1ab\\\"\",\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"06d8e517-1773-4d45-aab9-1b99394b07f8\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"pubipcrptestps267\",\r\n \"fqdn\": \"pubipcrptestps267.eastus.cloudapp.azure.com\"\r\n }\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"pubipcrptestps5620\",\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps5620\",\r\n \"etag\": \"W/\\\"80b79dab-aeff-4951-8e72-f9f78e6ca01f\\\"\",\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ecbdf272-2ddd-493e-9197-c523539be5fc\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"pubipcrptestps5620\",\r\n \"fqdn\": \"pubipcrptestps5620.eastus.cloudapp.azure.com\"\r\n }\r\n }\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "661"
+ "666"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -852,7 +800,7 @@
"no-cache"
],
"x-ms-request-id": [
- "056cd63c-7193-483f-931c-a4c09634b82e"
+ "e69d0ca9-f71b-4fe5-bc09-876af7eca2c6"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -861,41 +809,41 @@
"no-cache"
],
"ETag": [
- "W/\"6ca4f9b6-2f28-46aa-8ed5-4d094e66f1ab\""
+ "W/\"80b79dab-aeff-4951-8e72-f9f78e6ca01f\""
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14984"
+ "14942"
],
"x-ms-correlation-request-id": [
- "2f949947-5ad6-4b61-934c-b36d6205c5fa"
+ "8d531e3d-5bb4-4ba2-9720-78c7bddcdd0d"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T033445Z:2f949947-5ad6-4b61-934c-b36d6205c5fa"
+ "WESTUS:20160114T081613Z:8d531e3d-5bb4-4ba2-9720-78c7bddcdd0d"
],
"Date": [
- "Tue, 22 Dec 2015 03:34:45 GMT"
+ "Thu, 14 Jan 2016 08:16:12 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps267?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczI2Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHViaXBjcnB0ZXN0cHMyNjc/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps5620?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczU2MjAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3B1YmlwY3JwdGVzdHBzNTYyMD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
"RequestMethod": "PUT",
- "RequestBody": "{\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"pubipcrptestps267\"\r\n }\r\n }\r\n}",
+ "RequestBody": "{\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"pubipcrptestps5620\"\r\n }\r\n }\r\n}",
"RequestHeaders": {
"Content-Type": [
"application/json; charset=utf-8"
],
"Content-Length": [
- "173"
+ "174"
],
"x-ms-client-request-id": [
- "aff05261-e380-4cdf-b6e3-9e9aec23810e"
+ "36282d68-88d7-4d37-8fd4-6dd7c25500e3"
],
"accept-language": [
"en-US"
@@ -904,10 +852,10 @@
"Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
]
},
- "ResponseBody": "{\r\n \"name\": \"pubipcrptestps267\",\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps267\",\r\n \"etag\": \"W/\\\"9763bdc3-538c-4fe7-aafc-6d6af4ef322a\\\"\",\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"06d8e517-1773-4d45-aab9-1b99394b07f8\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"pubipcrptestps267\",\r\n \"fqdn\": \"pubipcrptestps267.eastus.cloudapp.azure.com\"\r\n }\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"pubipcrptestps5620\",\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps5620\",\r\n \"etag\": \"W/\\\"239a27b9-efea-46ad-8d9e-450f49028a7a\\\"\",\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"ecbdf272-2ddd-493e-9197-c523539be5fc\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"pubipcrptestps5620\",\r\n \"fqdn\": \"pubipcrptestps5620.eastus.cloudapp.azure.com\"\r\n }\r\n }\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "660"
+ "665"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -922,10 +870,10 @@
"10"
],
"x-ms-request-id": [
- "b527e42a-440b-407d-bb4b-4a318751e860"
+ "9e2b3716-4f7b-4a1f-9656-e72e5253c7a4"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Network/locations/eastus/operations/b527e42a-440b-407d-bb4b-4a318751e860?api-version=2015-06-15"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Network/locations/eastus/operations/9e2b3716-4f7b-4a1f-9656-e72e5253c7a4?api-version=2015-06-15"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -938,23 +886,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-writes": [
- "1196"
+ "1198"
],
"x-ms-correlation-request-id": [
- "b6719a6f-a014-49ba-b5e0-726e56091948"
+ "e83cd55b-a81a-4b1e-9fcf-3f5305466180"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T033434Z:b6719a6f-a014-49ba-b5e0-726e56091948"
+ "WESTUS:20160114T081602Z:e83cd55b-a81a-4b1e-9fcf-3f5305466180"
],
"Date": [
- "Tue, 22 Dec 2015 03:34:34 GMT"
+ "Thu, 14 Jan 2016 08:16:02 GMT"
]
},
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Network/locations/eastus/operations/b527e42a-440b-407d-bb4b-4a318751e860?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYjUyN2U0MmEtNDQwYi00MDdkLWJiNGItNGEzMTg3NTFlODYwP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Network/locations/eastus/operations/9e2b3716-4f7b-4a1f-9656-e72e5253c7a4?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOWUyYjM3MTYtNGY3Yi00YTFmLTk2NTYtZTcyZTUyNTNjN2E0P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -977,7 +925,7 @@
"no-cache"
],
"x-ms-request-id": [
- "ee12ad7a-1e56-440a-925e-bbd21f64977d"
+ "23d1c906-40cb-4f3c-8de4-cff67f9b0747"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -990,28 +938,28 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14987"
+ "14945"
],
"x-ms-correlation-request-id": [
- "be347f87-04ee-48b8-8d9e-6c05b8493c4c"
+ "87265b83-3044-4c67-8e18-44ae515553dc"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T033445Z:be347f87-04ee-48b8-8d9e-6c05b8493c4c"
+ "WESTUS:20160114T081612Z:87265b83-3044-4c67-8e18-44ae515553dc"
],
"Date": [
- "Tue, 22 Dec 2015 03:34:44 GMT"
+ "Thu, 14 Jan 2016 08:16:12 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Network/networkInterfaces/niccrptestps267?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczI2Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljY3JwdGVzdHBzMjY3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Network/networkInterfaces/niccrptestps5620?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczU2MjAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pY2NycHRlc3RwczU2MjA/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "7ac2e65e-f12a-4201-a050-4d7933a67ad5"
+ "2293dd6f-66b9-49ba-87d8-f79e404ea3cd"
],
"accept-language": [
"en-US"
@@ -1020,10 +968,10 @@
"Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
]
},
- "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/networkInterfaces/niccrptestps267' under resource group 'crptestps267' was not found.\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/networkInterfaces/niccrptestps5620' under resource group 'crptestps5620' was not found.\"\r\n }\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "167"
+ "169"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1038,13 +986,13 @@
"gateway"
],
"x-ms-request-id": [
- "73c47a87-8e47-45c6-8da1-4a5b895089c9"
+ "f0939ca1-a941-42cc-83ff-191c3afa6461"
],
"x-ms-correlation-request-id": [
- "73c47a87-8e47-45c6-8da1-4a5b895089c9"
+ "f0939ca1-a941-42cc-83ff-191c3afa6461"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T033445Z:73c47a87-8e47-45c6-8da1-4a5b895089c9"
+ "WESTUS:20160114T081613Z:f0939ca1-a941-42cc-83ff-191c3afa6461"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1053,19 +1001,19 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 03:34:45 GMT"
+ "Thu, 14 Jan 2016 08:16:13 GMT"
]
},
"StatusCode": 404
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Network/networkInterfaces/niccrptestps267?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczI2Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljY3JwdGVzdHBzMjY3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Network/networkInterfaces/niccrptestps5620?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczU2MjAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pY2NycHRlc3RwczU2MjA/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "9eef0edf-ca78-4194-8e0c-7d0c6a4197f3"
+ "38893998-4e05-4eba-91f3-e03167c676c8"
],
"accept-language": [
"en-US"
@@ -1074,10 +1022,10 @@
"Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
]
},
- "ResponseBody": "{\r\n \"name\": \"niccrptestps267\",\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Network/networkInterfaces/niccrptestps267\",\r\n \"etag\": \"W/\\\"1a3def3e-aef0-4ab7-8bf6-66c01960b18f\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f651b45c-9484-46c3-8716-188cd05984d6\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Network/networkInterfaces/niccrptestps267/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"1a3def3e-aef0-4ab7-8bf6-66c01960b18f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps267\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Network/virtualNetworks/vnetcrptestps267/subnets/subnetcrptestps267\"\r\n },\r\n \"primary\": true\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": []\r\n },\r\n \"enableIPForwarding\": false\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"niccrptestps5620\",\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Network/networkInterfaces/niccrptestps5620\",\r\n \"etag\": \"W/\\\"e050e3a2-547c-4ede-9b7f-2004a1e7d203\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a314639a-be25-43df-8433-b70853026829\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Network/networkInterfaces/niccrptestps5620/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"e050e3a2-547c-4ede-9b7f-2004a1e7d203\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps5620\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Network/virtualNetworks/vnetcrptestps5620/subnets/subnetcrptestps5620\"\r\n },\r\n \"primary\": true\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": []\r\n },\r\n \"enableIPForwarding\": false\r\n }\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "1535"
+ "1545"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1089,7 +1037,7 @@
"no-cache"
],
"x-ms-request-id": [
- "a34cd56a-1008-4d9c-9fe6-6e169a4aff3c"
+ "c9eafc7b-9805-4354-8bcf-bbe387a47746"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1098,35 +1046,35 @@
"no-cache"
],
"ETag": [
- "W/\"1a3def3e-aef0-4ab7-8bf6-66c01960b18f\""
+ "W/\"e050e3a2-547c-4ede-9b7f-2004a1e7d203\""
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14982"
+ "14940"
],
"x-ms-correlation-request-id": [
- "f2a644c5-fdc0-4cb8-a5e2-1f81fc6431c3"
+ "36e48f72-d920-4a57-a7ec-24d088587f5a"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T033447Z:f2a644c5-fdc0-4cb8-a5e2-1f81fc6431c3"
+ "WESTUS:20160114T081616Z:36e48f72-d920-4a57-a7ec-24d088587f5a"
],
"Date": [
- "Tue, 22 Dec 2015 03:34:46 GMT"
+ "Thu, 14 Jan 2016 08:16:15 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Network/networkInterfaces/niccrptestps267?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczI2Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljY3JwdGVzdHBzMjY3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Network/networkInterfaces/niccrptestps5620?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczU2MjAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pY2NycHRlc3RwczU2MjA/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "c272ded9-712f-4304-b4da-45410f4daa4f"
+ "296be70f-eaa4-493b-8590-dadea417323c"
],
"accept-language": [
"en-US"
@@ -1135,10 +1083,10 @@
"Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
]
},
- "ResponseBody": "{\r\n \"name\": \"niccrptestps267\",\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Network/networkInterfaces/niccrptestps267\",\r\n \"etag\": \"W/\\\"1a3def3e-aef0-4ab7-8bf6-66c01960b18f\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f651b45c-9484-46c3-8716-188cd05984d6\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Network/networkInterfaces/niccrptestps267/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"1a3def3e-aef0-4ab7-8bf6-66c01960b18f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps267\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Network/virtualNetworks/vnetcrptestps267/subnets/subnetcrptestps267\"\r\n },\r\n \"primary\": true\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": []\r\n },\r\n \"enableIPForwarding\": false\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"niccrptestps5620\",\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Network/networkInterfaces/niccrptestps5620\",\r\n \"etag\": \"W/\\\"e050e3a2-547c-4ede-9b7f-2004a1e7d203\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a314639a-be25-43df-8433-b70853026829\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Network/networkInterfaces/niccrptestps5620/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"e050e3a2-547c-4ede-9b7f-2004a1e7d203\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps5620\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Network/virtualNetworks/vnetcrptestps5620/subnets/subnetcrptestps5620\"\r\n },\r\n \"primary\": true\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": []\r\n },\r\n \"enableIPForwarding\": false\r\n }\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "1535"
+ "1545"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1150,7 +1098,7 @@
"no-cache"
],
"x-ms-request-id": [
- "d549af3c-7f2a-435b-8f5d-fa9a3a2d2c97"
+ "978d216c-0d7c-46c8-94c0-d4fb6c961eb2"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1159,41 +1107,41 @@
"no-cache"
],
"ETag": [
- "W/\"1a3def3e-aef0-4ab7-8bf6-66c01960b18f\""
+ "W/\"e050e3a2-547c-4ede-9b7f-2004a1e7d203\""
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14981"
+ "14939"
],
"x-ms-correlation-request-id": [
- "784fa1d1-47d0-4b2d-8f01-a7036c9be6fa"
+ "cb9092ab-b797-4a19-9895-2fb3e7249459"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T033447Z:784fa1d1-47d0-4b2d-8f01-a7036c9be6fa"
+ "WESTUS:20160114T081616Z:cb9092ab-b797-4a19-9895-2fb3e7249459"
],
"Date": [
- "Tue, 22 Dec 2015 03:34:47 GMT"
+ "Thu, 14 Jan 2016 08:16:15 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Network/networkInterfaces/niccrptestps267?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczI2Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljY3JwdGVzdHBzMjY3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Network/networkInterfaces/niccrptestps5620?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczU2MjAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pY2NycHRlc3RwczU2MjA/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
"RequestMethod": "PUT",
- "RequestBody": "{\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"properties\": {\r\n \"loadBalancerBackendAddressPools\": [],\r\n \"loadBalancerInboundNatRules\": [],\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Network/virtualNetworks/vnetcrptestps267/subnets/subnetcrptestps267\",\r\n \"properties\": {\r\n \"ipConfigurations\": []\r\n }\r\n },\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps267\"\r\n }\r\n }\r\n }\r\n ],\r\n \"primary\": false,\r\n \"enableIPForwarding\": false\r\n }\r\n}",
+ "RequestBody": "{\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"properties\": {\r\n \"loadBalancerBackendAddressPools\": [],\r\n \"loadBalancerInboundNatRules\": [],\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Network/virtualNetworks/vnetcrptestps5620/subnets/subnetcrptestps5620\",\r\n \"properties\": {\r\n \"ipConfigurations\": []\r\n }\r\n },\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps5620\"\r\n }\r\n }\r\n }\r\n ],\r\n \"primary\": false,\r\n \"enableIPForwarding\": false\r\n }\r\n}",
"RequestHeaders": {
"Content-Type": [
"application/json; charset=utf-8"
],
"Content-Length": [
- "895"
+ "900"
],
"x-ms-client-request-id": [
- "70e67d58-b45e-4333-a9fb-4b45f45c2121"
+ "ed5581ab-a92f-4ea8-9a09-8e2a4cf86db4"
],
"accept-language": [
"en-US"
@@ -1202,10 +1150,10 @@
"Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
]
},
- "ResponseBody": "{\r\n \"name\": \"niccrptestps267\",\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Network/networkInterfaces/niccrptestps267\",\r\n \"etag\": \"W/\\\"1a3def3e-aef0-4ab7-8bf6-66c01960b18f\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f651b45c-9484-46c3-8716-188cd05984d6\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Network/networkInterfaces/niccrptestps267/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"1a3def3e-aef0-4ab7-8bf6-66c01960b18f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps267\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Network/virtualNetworks/vnetcrptestps267/subnets/subnetcrptestps267\"\r\n },\r\n \"primary\": true\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": []\r\n },\r\n \"enableIPForwarding\": false\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"niccrptestps5620\",\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Network/networkInterfaces/niccrptestps5620\",\r\n \"etag\": \"W/\\\"e050e3a2-547c-4ede-9b7f-2004a1e7d203\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a314639a-be25-43df-8433-b70853026829\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Network/networkInterfaces/niccrptestps5620/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"e050e3a2-547c-4ede-9b7f-2004a1e7d203\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps5620\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Network/virtualNetworks/vnetcrptestps5620/subnets/subnetcrptestps5620\"\r\n },\r\n \"primary\": true\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": []\r\n },\r\n \"enableIPForwarding\": false\r\n }\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "1535"
+ "1545"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1217,10 +1165,10 @@
"no-cache"
],
"x-ms-request-id": [
- "bc34c4a3-861a-4c64-8db7-a2937d7ac9c6"
+ "9c6a7086-4c0b-44f2-8b8b-d4eb06711e67"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Network/locations/eastus/operations/bc34c4a3-861a-4c64-8db7-a2937d7ac9c6?api-version=2015-06-15"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Network/locations/eastus/operations/9c6a7086-4c0b-44f2-8b8b-d4eb06711e67?api-version=2015-06-15"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1233,23 +1181,23 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-writes": [
- "1195"
+ "1197"
],
"x-ms-correlation-request-id": [
- "82292274-4cdf-4d8e-bdbf-77197f7bd9ad"
+ "06b6f812-b28f-4b31-89ea-1528eb902b9f"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T033447Z:82292274-4cdf-4d8e-bdbf-77197f7bd9ad"
+ "WESTUS:20160114T081616Z:06b6f812-b28f-4b31-89ea-1528eb902b9f"
],
"Date": [
- "Tue, 22 Dec 2015 03:34:46 GMT"
+ "Thu, 14 Jan 2016 08:16:15 GMT"
]
},
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Storage/storageAccounts/stocrptestps267?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczI2Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3N0b2NycHRlc3RwczI2Nz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Storage/storageAccounts/stocrptestps5620?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczU2MjAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG9jcnB0ZXN0cHM1NjIwP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}",
"RequestHeaders": {
@@ -1260,7 +1208,7 @@
"89"
],
"x-ms-client-request-id": [
- "728c172c-f59f-4ee3-a021-b4408256542f"
+ "a0b8096a-c41b-4eef-9e41-ddb28bb23409"
],
"User-Agent": [
"Microsoft.Azure.Management.Storage.StorageManagementClient/3.0.0.0"
@@ -1284,41 +1232,41 @@
"1199"
],
"x-ms-request-id": [
- "e34bd287-d96b-491b-8b0d-46ab9d8fb0f9"
+ "6771c3e9-9125-4c45-b2c1-357530f5bd69"
],
"Cache-Control": [
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Storage/operations/991462e2-9460-4bba-91de-66b3eeeae812?monitor=true&api-version=2015-06-15"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Storage/operations/0eabbc12-5fdb-44f7-b47d-dfa512b9f6c6?monitor=true&api-version=2015-06-15"
],
"Server": [
"Microsoft-Azure-Storage-Resource-Provider/1.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-correlation-request-id": [
- "e34bd287-d96b-491b-8b0d-46ab9d8fb0f9"
+ "6771c3e9-9125-4c45-b2c1-357530f5bd69"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T033451Z:e34bd287-d96b-491b-8b0d-46ab9d8fb0f9"
+ "WESTUS:20160114T081619Z:6771c3e9-9125-4c45-b2c1-357530f5bd69"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"Date": [
- "Tue, 22 Dec 2015 03:34:50 GMT"
+ "Thu, 14 Jan 2016 08:16:19 GMT"
]
},
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Storage/operations/991462e2-9460-4bba-91de-66b3eeeae812?monitor=true&api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9vcGVyYXRpb25zLzk5MTQ2MmUyLTk0NjAtNGJiYS05MWRlLTY2YjNlZWVhZTgxMj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Storage/operations/0eabbc12-5fdb-44f7-b47d-dfa512b9f6c6?monitor=true&api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9vcGVyYXRpb25zLzBlYWJiYzEyLTVmZGItNDRmNy1iNDdkLWRmYTUxMmI5ZjZjNj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "2583cd08-9b33-4d39-a59c-a16f453cb960"
+ "89b418cc-09b9-4d50-80f9-2d09576076dc"
],
"User-Agent": [
"Microsoft.Azure.Management.Storage.StorageManagementClient/3.0.0.0"
@@ -1339,44 +1287,44 @@
"25"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14999"
+ "13379"
],
"x-ms-request-id": [
- "d85d4bb8-fa60-4e71-a462-a45c623ebec2"
+ "b713bb1e-ca77-4767-a2d4-64990128bf50"
],
"Cache-Control": [
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Storage/operations/991462e2-9460-4bba-91de-66b3eeeae812?monitor=true&api-version=2015-06-15"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Storage/operations/0eabbc12-5fdb-44f7-b47d-dfa512b9f6c6?monitor=true&api-version=2015-06-15"
],
"Server": [
"Microsoft-Azure-Storage-Resource-Provider/1.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-correlation-request-id": [
- "d85d4bb8-fa60-4e71-a462-a45c623ebec2"
+ "b713bb1e-ca77-4767-a2d4-64990128bf50"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T033451Z:d85d4bb8-fa60-4e71-a462-a45c623ebec2"
+ "WESTUS:20160114T081619Z:b713bb1e-ca77-4767-a2d4-64990128bf50"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"Date": [
- "Tue, 22 Dec 2015 03:34:50 GMT"
+ "Thu, 14 Jan 2016 08:16:19 GMT"
]
},
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Storage/operations/991462e2-9460-4bba-91de-66b3eeeae812?monitor=true&api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9vcGVyYXRpb25zLzk5MTQ2MmUyLTk0NjAtNGJiYS05MWRlLTY2YjNlZWVhZTgxMj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Storage/operations/0eabbc12-5fdb-44f7-b47d-dfa512b9f6c6?monitor=true&api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9vcGVyYXRpb25zLzBlYWJiYzEyLTVmZGItNDRmNy1iNDdkLWRmYTUxMmI5ZjZjNj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "f1f37b86-7136-4441-860b-26c39946d1e5"
+ "54411527-22a9-4417-b397-30617bc6f21e"
],
"User-Agent": [
"Microsoft.Azure.Management.Storage.StorageManagementClient/3.0.0.0"
@@ -1397,7 +1345,7 @@
"no-cache"
],
"x-ms-request-id": [
- "1fb1da01-974f-413e-988e-1e51ff86a1aa"
+ "0885de95-ad0d-4eff-9c80-50bc7a6413c3"
],
"Cache-Control": [
"no-cache"
@@ -1407,40 +1355,40 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14998"
+ "13280"
],
"x-ms-correlation-request-id": [
- "1fb1da01-974f-413e-988e-1e51ff86a1aa"
+ "0885de95-ad0d-4eff-9c80-50bc7a6413c3"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T033516Z:1fb1da01-974f-413e-988e-1e51ff86a1aa"
+ "WESTUS:20160114T081645Z:0885de95-ad0d-4eff-9c80-50bc7a6413c3"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"Date": [
- "Tue, 22 Dec 2015 03:35:16 GMT"
+ "Thu, 14 Jan 2016 08:16:44 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Storage/storageAccounts/stocrptestps267?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczI2Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3N0b2NycHRlc3RwczI2Nz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Storage/storageAccounts/stocrptestps5620?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczU2MjAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG9jcnB0ZXN0cHM1NjIwP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "1d83e2e1-4b85-4d50-a93b-63572a1f0f3c"
+ "6933558b-2604-427a-a436-e096bfc7baef"
],
"User-Agent": [
"Microsoft.Azure.Management.Storage.StorageManagementClient/3.0.0.0"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Storage/storageAccounts/stocrptestps267\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps267\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-22T03:34:47.5829757Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps267.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps267.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps267.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps267.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Storage/storageAccounts/stocrptestps5620\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps5620\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2016-01-14T08:16:18.0671159Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps5620.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps5620.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps5620.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps5620.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "736"
+ "743"
],
"Content-Type": [
"application/json"
@@ -1452,7 +1400,7 @@
"no-cache"
],
"x-ms-request-id": [
- "50e6b8ce-27a5-4ed3-a255-874aaa0d2a65"
+ "4e12234c-8987-4e70-9992-ec44f248ef89"
],
"Cache-Control": [
"no-cache"
@@ -1462,40 +1410,40 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14997"
+ "13279"
],
"x-ms-correlation-request-id": [
- "50e6b8ce-27a5-4ed3-a255-874aaa0d2a65"
+ "4e12234c-8987-4e70-9992-ec44f248ef89"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T033516Z:50e6b8ce-27a5-4ed3-a255-874aaa0d2a65"
+ "WESTUS:20160114T081645Z:4e12234c-8987-4e70-9992-ec44f248ef89"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"Date": [
- "Tue, 22 Dec 2015 03:35:16 GMT"
+ "Thu, 14 Jan 2016 08:16:44 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Storage/storageAccounts/stocrptestps267?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczI2Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3N0b2NycHRlc3RwczI2Nz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Storage/storageAccounts/stocrptestps5620?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczU2MjAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG9jcnB0ZXN0cHM1NjIwP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "3f479759-b0c8-4417-861e-52eac127ff6d"
+ "0c16181e-050e-4f25-98a8-222bf4d0e6bd"
],
"User-Agent": [
"Microsoft.Azure.Management.Storage.StorageManagementClient/3.0.0.0"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Storage/storageAccounts/stocrptestps267\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps267\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-22T03:34:47.5829757Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps267.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps267.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps267.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps267.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Storage/storageAccounts/stocrptestps5620\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps5620\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2016-01-14T08:16:18.0671159Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps5620.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps5620.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps5620.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps5620.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "736"
+ "743"
],
"Content-Type": [
"application/json"
@@ -1507,7 +1455,7 @@
"no-cache"
],
"x-ms-request-id": [
- "7d416bec-d2e5-4104-99e4-85822fd4a4e1"
+ "04a70591-5609-43e3-8d72-6973ca699b08"
],
"Cache-Control": [
"no-cache"
@@ -1517,37 +1465,37 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14996"
+ "13278"
],
"x-ms-correlation-request-id": [
- "7d416bec-d2e5-4104-99e4-85822fd4a4e1"
+ "04a70591-5609-43e3-8d72-6973ca699b08"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T033516Z:7d416bec-d2e5-4104-99e4-85822fd4a4e1"
+ "WESTUS:20160114T081645Z:04a70591-5609-43e3-8d72-6973ca699b08"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"Date": [
- "Tue, 22 Dec 2015 03:35:16 GMT"
+ "Thu, 14 Jan 2016 08:16:44 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Storage/storageAccounts/stocrptestps267/listKeys?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczI2Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3N0b2NycHRlc3RwczI2Ny9saXN0S2V5cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Storage/storageAccounts/stocrptestps5620/listKeys?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczU2MjAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG9jcnB0ZXN0cHM1NjIwL2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "POST",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "48431f25-6ede-4225-bab9-035112a16de2"
+ "3f6e8b15-8446-491c-ad0c-37ce0c03062e"
],
"User-Agent": [
"Microsoft.Azure.Management.Storage.StorageManagementClient/3.0.0.0"
]
},
- "ResponseBody": "{\r\n \"key1\": \"AgdnRVFzEgbamytLnXfxPDLUfDDkr47wMIqmeh3vwz+QeBybVg0B+FgnAPdL5vXVpdNUqw46qE26IJyxZeXe1w==\",\r\n \"key2\": \"kRbwqoP+rqfesK3h0DYKsvi/rRDvRYvNeiO2p+5g2PN5JNYEOh3js4IF9k6+nPsG64vUFkm/qGPwTOH+6T1OAA==\"\r\n}",
+ "ResponseBody": "{\r\n \"key1\": \"vc7K/nLrUuatsXNrQ24vULfN42T/1BkTxug0Cvf224+rDxP2ErJPGA43GUdTiGByJVVFBvm9kpyX3WDmcDO5cA==\",\r\n \"key2\": \"Da9lbcc5JdtVCw/kpLHZAAG71GrZrfMVqSWXhil3nFIO5/6si3U5kLNgW6anKeocoYhH2nJMk3ALTKL8N9FPgQ==\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"198"
@@ -1562,7 +1510,7 @@
"no-cache"
],
"x-ms-request-id": [
- "9e55d4ba-c049-4790-92d5-b5ccf427eeaf"
+ "914cd639-fc60-47bb-aa0a-b1842dd017f8"
],
"Cache-Control": [
"no-cache"
@@ -1575,37 +1523,37 @@
"1198"
],
"x-ms-correlation-request-id": [
- "9e55d4ba-c049-4790-92d5-b5ccf427eeaf"
+ "914cd639-fc60-47bb-aa0a-b1842dd017f8"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T033516Z:9e55d4ba-c049-4790-92d5-b5ccf427eeaf"
+ "WESTUS:20160114T081645Z:914cd639-fc60-47bb-aa0a-b1842dd017f8"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"Date": [
- "Tue, 22 Dec 2015 03:35:16 GMT"
+ "Thu, 14 Jan 2016 08:16:44 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "1f762757-fb21-458a-b7b3-369ab31c70f6"
+ "fbd6d256-32d0-4151-b442-5944e8da964b"
],
"User-Agent": [
"Microsoft.Azure.Management.Storage.StorageManagementClient/3.0.0.0"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps1013/providers/Microsoft.Storage/storageAccounts/25alkcwqxomumpg2ngz7q\",\r\n \"location\": \"westus\",\r\n \"name\": \"25alkcwqxomumpg2ngz7q\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T04:21:07.2740633Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://25alkcwqxomumpg2ngz7q.blob.core.windows.net/\",\r\n \"file\": \"https://25alkcwqxomumpg2ngz7q.file.core.windows.net/\",\r\n \"queue\": \"https://25alkcwqxomumpg2ngz7q.queue.core.windows.net/\",\r\n \"table\": \"https://25alkcwqxomumpg2ngz7q.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps6810/providers/Microsoft.Storage/storageAccounts/bejoifxr7vcd7mif7vsnzg\",\r\n \"location\": \"westus\",\r\n \"name\": \"bejoifxr7vcd7mif7vsnzg\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-25T02:07:58.5240189Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://bejoifxr7vcd7mif7vsnzg.blob.core.windows.net/\",\r\n \"file\": \"https://bejoifxr7vcd7mif7vsnzg.file.core.windows.net/\",\r\n \"queue\": \"https://bejoifxr7vcd7mif7vsnzg.queue.core.windows.net/\",\r\n \"table\": \"https://bejoifxr7vcd7mif7vsnzg.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps3541/providers/Microsoft.Storage/storageAccounts/crptestps3541sto\",\r\n \"location\": \"westus\",\r\n \"name\": \"crptestps3541sto\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-13T02:54:13.5222659Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestps3541sto.blob.core.windows.net/\",\r\n \"file\": \"https://crptestps3541sto.file.core.windows.net/\",\r\n \"queue\": \"https://crptestps3541sto.queue.core.windows.net/\",\r\n \"table\": \"https://crptestps3541sto.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {\r\n \"crptestps6965\": \"2015-12-13 02:54:38Z\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps5934/providers/Microsoft.Storage/storageAccounts/crptestps5934sto\",\r\n \"location\": \"westus\",\r\n \"name\": \"crptestps5934sto\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-11-17T13:02:21.0037252Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestps5934sto.blob.core.windows.net/\",\r\n \"file\": \"https://crptestps5934sto.file.core.windows.net/\",\r\n \"queue\": \"https://crptestps5934sto.queue.core.windows.net/\",\r\n \"table\": \"https://crptestps5934sto.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {\r\n \"crptestps574\": \"2015-11-17 13:02:48Z\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps5244/providers/Microsoft.Storage/storageAccounts/pqhu6xt4klz81dydf2dcd\",\r\n \"location\": \"westus\",\r\n \"name\": \"pqhu6xt4klz81dydf2dcd\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T02:03:42.5126658Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://pqhu6xt4klz81dydf2dcd.blob.core.windows.net/\",\r\n \"file\": \"https://pqhu6xt4klz81dydf2dcd.file.core.windows.net/\",\r\n \"queue\": \"https://pqhu6xt4klz81dydf2dcd.queue.core.windows.net/\",\r\n \"table\": \"https://pqhu6xt4klz81dydf2dcd.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps1013/providers/Microsoft.Storage/storageAccounts/stocrptestps1013\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps1013\",\r\n \"properties\": {\r\n \"accountType\": \"Premium_LRS\",\r\n \"creationTime\": \"2015-09-24T04:20:07.8674758Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps1013.blob.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps1372/providers/Microsoft.Storage/storageAccounts/stocrptestps1372\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps1372\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-18T22:31:07.1773707Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps1372.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps1372.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps1372.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps1372.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps2072/providers/Microsoft.Storage/storageAccounts/stocrptestps2072\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps2072\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-12T02:19:55.6977949Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps2072.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps2072.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps2072.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps2072.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps2639/providers/Microsoft.Storage/storageAccounts/stocrptestps2639\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps2639\",\r\n \"properties\": {\r\n \"accountType\": \"Premium_LRS\",\r\n \"creationTime\": \"2015-09-24T03:52:37.4339159Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps2639.blob.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps2639/providers/Microsoft.Storage/storageAccounts/stocrptestps2639add\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps2639add\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T03:53:04.5747379Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps2639add.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps2639add.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps2639add.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps2639add.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Storage/storageAccounts/stocrptestps267\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps267\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-22T03:34:47.5829757Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps267.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps267.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps267.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps267.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps2854/providers/Microsoft.Storage/storageAccounts/stocrptestps2854\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps2854\",\r\n \"properties\": {\r\n \"accountType\": \"Premium_LRS\",\r\n \"creationTime\": \"2015-09-24T03:49:39.4009944Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps2854.blob.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps2854/providers/Microsoft.Storage/storageAccounts/stocrptestps2854add\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps2854add\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T03:50:06.4793732Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps2854add.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps2854add.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps2854add.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps2854add.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps4115/providers/Microsoft.Storage/storageAccounts/stocrptestps4115\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps4115\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T03:17:12.433774Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps4115.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps4115.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps4115.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps4115.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps4115/providers/Microsoft.Storage/storageAccounts/stocrptestps4115add\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps4115add\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T03:17:40.0745113Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps4115add.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps4115add.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps4115add.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps4115add.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps4861/providers/Microsoft.Storage/storageAccounts/stocrptestps4861\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps4861\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-19T04:15:24.7178196Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps4861.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps4861.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps4861.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps4861.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps5143/providers/Microsoft.Storage/storageAccounts/stocrptestps5143\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps5143\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T02:29:28.0404402Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps5143.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps5143.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps5143.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps5143.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps5244/providers/Microsoft.Storage/storageAccounts/stocrptestps5244\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps5244\",\r\n \"properties\": {\r\n \"accountType\": \"Premium_LRS\",\r\n \"creationTime\": \"2015-09-24T02:03:04.0124174Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps5244.blob.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps5428/providers/Microsoft.Storage/storageAccounts/stocrptestps5428\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps5428\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-18T03:07:33.6211225Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps5428.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps5428.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps5428.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps5428.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps56/providers/Microsoft.Storage/storageAccounts/stocrptestps56\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps56\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-02T18:12:34.2647025Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps56.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps56.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps56.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps56.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps578/providers/Microsoft.Storage/storageAccounts/stocrptestps578\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps578\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-10-30T21:07:32.0380514Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps578.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps578.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps578.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps578.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps6084/providers/Microsoft.Storage/storageAccounts/stocrptestps6084\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps6084\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-19T00:16:23.8130129Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps6084.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps6084.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps6084.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps6084.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps6270/providers/Microsoft.Storage/storageAccounts/stocrptestps6270\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps6270\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-16T23:05:45.2211023Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps6270.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps6270.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps6270.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps6270.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps6810/providers/Microsoft.Storage/storageAccounts/stocrptestps6810\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps6810\",\r\n \"properties\": {\r\n \"accountType\": \"Premium_LRS\",\r\n \"creationTime\": \"2015-09-25T01:18:35.9601114Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps6810.blob.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps6846/providers/Microsoft.Storage/storageAccounts/stocrptestps6846\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps6846\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-16T18:28:28.1640428Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps6846.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps6846.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps6846.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps6846.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps7089/providers/Microsoft.Storage/storageAccounts/stocrptestps7089\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps7089\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-02T18:45:20.9742566Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps7089.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps7089.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps7089.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps7089.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps7647/providers/Microsoft.Storage/storageAccounts/stocrptestps7647\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps7647\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T03:29:52.8761356Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps7647.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps7647.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps7647.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps7647.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps7647/providers/Microsoft.Storage/storageAccounts/stocrptestps7647add\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps7647add\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T03:30:20.6106867Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps7647add.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps7647add.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps7647add.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps7647add.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps8179/providers/Microsoft.Storage/storageAccounts/stocrptestps8179\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps8179\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-10-21T02:54:42.9450082Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps8179.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps8179.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps8179.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps8179.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps8428/providers/Microsoft.Storage/storageAccounts/stocrptestps8428\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps8428\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T04:43:19.3686534Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps8428.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps8428.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps8428.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps8428.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps8760/providers/Microsoft.Storage/storageAccounts/stocrptestps8760\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps8760\",\r\n \"properties\": {\r\n \"accountType\": \"Premium_LRS\",\r\n \"creationTime\": \"2015-09-24T03:03:19.36594Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps8760.blob.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps8760/providers/Microsoft.Storage/storageAccounts/stocrptestps8760add\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps8760add\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T03:03:46.4598242Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps8760add.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps8760add.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps8760add.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps8760add.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps9368/providers/Microsoft.Storage/storageAccounts/stocrptestps9368\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps9368\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T02:41:24.6231137Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps9368.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps9368.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps9368.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps9368.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps9414/providers/Microsoft.Storage/storageAccounts/stocrptestps9414\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps9414\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-16T07:37:01.8300242Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps9414.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps9414.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps9414.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps9414.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps9441/providers/Microsoft.Storage/storageAccounts/stocrptestps9441\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps9441\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T03:35:47.7064288Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps9441.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps9441.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps9441.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps9441.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps9441/providers/Microsoft.Storage/storageAccounts/stocrptestps9441add\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps9441add\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T03:36:15.6909233Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps9441add.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps9441add.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps9441add.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps9441add.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/pstestrg327/providers/Microsoft.Storage/storageAccounts/stopstestrg327\",\r\n \"location\": \"westus\",\r\n \"name\": \"stopstestrg327\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-04-18T17:45:38.9484234Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stopstestrg327.blob.core.windows.net/\",\r\n \"file\": \"https://stopstestrg327.file.core.windows.net/\",\r\n \"queue\": \"https://stopstestrg327.queue.core.windows.net/\",\r\n \"table\": \"https://stopstestrg327.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/pstestrg6302/providers/Microsoft.Storage/storageAccounts/stopstestrg6302\",\r\n \"location\": \"westus\",\r\n \"name\": \"stopstestrg6302\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-04-18T06:47:18.2286738Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stopstestrg6302.blob.core.windows.net/\",\r\n \"file\": \"https://stopstestrg6302.file.core.windows.net/\",\r\n \"queue\": \"https://stopstestrg6302.queue.core.windows.net/\",\r\n \"table\": \"https://stopstestrg6302.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n }\r\n ]\r\n}",
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Storage/storageAccounts/stocrptestps5620\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps5620\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2016-01-14T08:16:18.0671159Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps5620.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps5620.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps5620.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps5620.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/yanmingstoragerg/providers/Microsoft.Storage/storageAccounts/vmssdiagnosticstorage\",\r\n \"location\": \"westus\",\r\n \"name\": \"vmssdiagnosticstorage\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_RAGRS\",\r\n \"creationTime\": \"2015-12-08T22:49:17.890269Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://vmssdiagnosticstorage.blob.core.windows.net/\",\r\n \"file\": \"https://vmssdiagnosticstorage.file.core.windows.net/\",\r\n \"queue\": \"https://vmssdiagnosticstorage.queue.core.windows.net/\",\r\n \"table\": \"https://vmssdiagnosticstorage.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://vmssdiagnosticstorage-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://vmssdiagnosticstorage-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://vmssdiagnosticstorage-secondary.table.core.windows.net/\"\r\n },\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/yanmingv2vm/providers/Microsoft.Storage/storageAccounts/yanmingv2vm9503\",\r\n \"location\": \"westus\",\r\n \"name\": \"yanmingv2vm9503\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\",\r\n \"creationTime\": \"2016-01-13T23:37:28.8189467Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://yanmingv2vm9503.blob.core.windows.net/\",\r\n \"file\": \"https://yanmingv2vm9503.file.core.windows.net/\",\r\n \"queue\": \"https://yanmingv2vm9503.queue.core.windows.net/\",\r\n \"table\": \"https://yanmingv2vm9503.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/yanmingvmapp/providers/Microsoft.Storage/storageAccounts/yanmingvmappstorage\",\r\n \"location\": \"westus\",\r\n \"name\": \"yanmingvmappstorage\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\",\r\n \"creationTime\": \"2015-04-13T21:53:57.6058948Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://yanmingvmappstorage.blob.core.windows.net/\",\r\n \"file\": \"https://yanmingvmappstorage.file.core.windows.net/\",\r\n \"queue\": \"https://yanmingvmappstorage.queue.core.windows.net/\",\r\n \"table\": \"https://yanmingvmappstorage.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n }\r\n ]\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "27054"
+ "3149"
],
"Content-Type": [
"application/json"
@@ -1617,7 +1565,7 @@
"no-cache"
],
"x-ms-request-id": [
- "b768b45c-8bed-47b8-a173-702566bc18ca"
+ "cd7ed69d-9ac0-40a4-8e48-2999510d9e32"
],
"Cache-Control": [
"no-cache"
@@ -1627,40 +1575,40 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14995"
+ "13275"
],
"x-ms-correlation-request-id": [
- "b768b45c-8bed-47b8-a173-702566bc18ca"
+ "cd7ed69d-9ac0-40a4-8e48-2999510d9e32"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T033517Z:b768b45c-8bed-47b8-a173-702566bc18ca"
+ "WESTUS:20160114T081645Z:cd7ed69d-9ac0-40a4-8e48-2999510d9e32"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"Date": [
- "Tue, 22 Dec 2015 03:35:16 GMT"
+ "Thu, 14 Jan 2016 08:16:44 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "b857a16e-8d11-4c90-8d4a-593f30032a06"
+ "8b811cdf-055a-4148-9b03-50105e3ebf9e"
],
"User-Agent": [
"Microsoft.Azure.Management.Storage.StorageManagementClient/3.0.0.0"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps1013/providers/Microsoft.Storage/storageAccounts/25alkcwqxomumpg2ngz7q\",\r\n \"location\": \"westus\",\r\n \"name\": \"25alkcwqxomumpg2ngz7q\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T04:21:07.2740633Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://25alkcwqxomumpg2ngz7q.blob.core.windows.net/\",\r\n \"file\": \"https://25alkcwqxomumpg2ngz7q.file.core.windows.net/\",\r\n \"queue\": \"https://25alkcwqxomumpg2ngz7q.queue.core.windows.net/\",\r\n \"table\": \"https://25alkcwqxomumpg2ngz7q.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps6810/providers/Microsoft.Storage/storageAccounts/bejoifxr7vcd7mif7vsnzg\",\r\n \"location\": \"westus\",\r\n \"name\": \"bejoifxr7vcd7mif7vsnzg\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-25T02:07:58.5240189Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://bejoifxr7vcd7mif7vsnzg.blob.core.windows.net/\",\r\n \"file\": \"https://bejoifxr7vcd7mif7vsnzg.file.core.windows.net/\",\r\n \"queue\": \"https://bejoifxr7vcd7mif7vsnzg.queue.core.windows.net/\",\r\n \"table\": \"https://bejoifxr7vcd7mif7vsnzg.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps3541/providers/Microsoft.Storage/storageAccounts/crptestps3541sto\",\r\n \"location\": \"westus\",\r\n \"name\": \"crptestps3541sto\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-13T02:54:13.5222659Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestps3541sto.blob.core.windows.net/\",\r\n \"file\": \"https://crptestps3541sto.file.core.windows.net/\",\r\n \"queue\": \"https://crptestps3541sto.queue.core.windows.net/\",\r\n \"table\": \"https://crptestps3541sto.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {\r\n \"crptestps6965\": \"2015-12-13 02:54:38Z\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps5934/providers/Microsoft.Storage/storageAccounts/crptestps5934sto\",\r\n \"location\": \"westus\",\r\n \"name\": \"crptestps5934sto\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-11-17T13:02:21.0037252Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://crptestps5934sto.blob.core.windows.net/\",\r\n \"file\": \"https://crptestps5934sto.file.core.windows.net/\",\r\n \"queue\": \"https://crptestps5934sto.queue.core.windows.net/\",\r\n \"table\": \"https://crptestps5934sto.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {\r\n \"crptestps574\": \"2015-11-17 13:02:48Z\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Storage/storageAccounts/definedincommandline\",\r\n \"location\": \"eastus\",\r\n \"name\": \"definedincommandline\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-22T03:59:00.8159954Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://definedincommandline.blob.core.windows.net/\",\r\n \"file\": \"https://definedincommandline.file.core.windows.net/\",\r\n \"queue\": \"https://definedincommandline.queue.core.windows.net/\",\r\n \"table\": \"https://definedincommandline.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps5244/providers/Microsoft.Storage/storageAccounts/pqhu6xt4klz81dydf2dcd\",\r\n \"location\": \"westus\",\r\n \"name\": \"pqhu6xt4klz81dydf2dcd\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T02:03:42.5126658Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://pqhu6xt4klz81dydf2dcd.blob.core.windows.net/\",\r\n \"file\": \"https://pqhu6xt4klz81dydf2dcd.file.core.windows.net/\",\r\n \"queue\": \"https://pqhu6xt4klz81dydf2dcd.queue.core.windows.net/\",\r\n \"table\": \"https://pqhu6xt4klz81dydf2dcd.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps1013/providers/Microsoft.Storage/storageAccounts/stocrptestps1013\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps1013\",\r\n \"properties\": {\r\n \"accountType\": \"Premium_LRS\",\r\n \"creationTime\": \"2015-09-24T04:20:07.8674758Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps1013.blob.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps1372/providers/Microsoft.Storage/storageAccounts/stocrptestps1372\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps1372\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-18T22:31:07.1773707Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps1372.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps1372.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps1372.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps1372.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps2072/providers/Microsoft.Storage/storageAccounts/stocrptestps2072\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps2072\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-12T02:19:55.6977949Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps2072.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps2072.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps2072.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps2072.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps2639/providers/Microsoft.Storage/storageAccounts/stocrptestps2639\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps2639\",\r\n \"properties\": {\r\n \"accountType\": \"Premium_LRS\",\r\n \"creationTime\": \"2015-09-24T03:52:37.4339159Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps2639.blob.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps2639/providers/Microsoft.Storage/storageAccounts/stocrptestps2639add\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps2639add\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T03:53:04.5747379Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps2639add.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps2639add.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps2639add.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps2639add.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Storage/storageAccounts/stocrptestps267\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps267\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-22T03:34:47.5829757Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps267.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps267.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps267.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps267.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps2854/providers/Microsoft.Storage/storageAccounts/stocrptestps2854\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps2854\",\r\n \"properties\": {\r\n \"accountType\": \"Premium_LRS\",\r\n \"creationTime\": \"2015-09-24T03:49:39.4009944Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps2854.blob.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps2854/providers/Microsoft.Storage/storageAccounts/stocrptestps2854add\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps2854add\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T03:50:06.4793732Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps2854add.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps2854add.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps2854add.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps2854add.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps4115/providers/Microsoft.Storage/storageAccounts/stocrptestps4115\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps4115\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T03:17:12.433774Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps4115.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps4115.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps4115.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps4115.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps4115/providers/Microsoft.Storage/storageAccounts/stocrptestps4115add\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps4115add\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T03:17:40.0745113Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps4115add.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps4115add.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps4115add.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps4115add.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps4861/providers/Microsoft.Storage/storageAccounts/stocrptestps4861\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps4861\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-19T04:15:24.7178196Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps4861.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps4861.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps4861.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps4861.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps5143/providers/Microsoft.Storage/storageAccounts/stocrptestps5143\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps5143\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T02:29:28.0404402Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps5143.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps5143.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps5143.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps5143.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps5244/providers/Microsoft.Storage/storageAccounts/stocrptestps5244\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps5244\",\r\n \"properties\": {\r\n \"accountType\": \"Premium_LRS\",\r\n \"creationTime\": \"2015-09-24T02:03:04.0124174Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps5244.blob.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps5428/providers/Microsoft.Storage/storageAccounts/stocrptestps5428\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps5428\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-18T03:07:33.6211225Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps5428.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps5428.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps5428.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps5428.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps56/providers/Microsoft.Storage/storageAccounts/stocrptestps56\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps56\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-02T18:12:34.2647025Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps56.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps56.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps56.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps56.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps578/providers/Microsoft.Storage/storageAccounts/stocrptestps578\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps578\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-10-30T21:07:32.0380514Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps578.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps578.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps578.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps578.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps6084/providers/Microsoft.Storage/storageAccounts/stocrptestps6084\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps6084\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-19T00:16:23.8130129Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps6084.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps6084.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps6084.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps6084.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps6270/providers/Microsoft.Storage/storageAccounts/stocrptestps6270\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps6270\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-16T23:05:45.2211023Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps6270.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps6270.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps6270.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps6270.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps6810/providers/Microsoft.Storage/storageAccounts/stocrptestps6810\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps6810\",\r\n \"properties\": {\r\n \"accountType\": \"Premium_LRS\",\r\n \"creationTime\": \"2015-09-25T01:18:35.9601114Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps6810.blob.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps6846/providers/Microsoft.Storage/storageAccounts/stocrptestps6846\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps6846\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-16T18:28:28.1640428Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps6846.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps6846.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps6846.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps6846.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps7089/providers/Microsoft.Storage/storageAccounts/stocrptestps7089\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps7089\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-02T18:45:20.9742566Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps7089.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps7089.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps7089.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps7089.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps7647/providers/Microsoft.Storage/storageAccounts/stocrptestps7647\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps7647\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T03:29:52.8761356Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps7647.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps7647.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps7647.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps7647.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps7647/providers/Microsoft.Storage/storageAccounts/stocrptestps7647add\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps7647add\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T03:30:20.6106867Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps7647add.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps7647add.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps7647add.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps7647add.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps8179/providers/Microsoft.Storage/storageAccounts/stocrptestps8179\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps8179\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-10-21T02:54:42.9450082Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps8179.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps8179.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps8179.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps8179.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps8428/providers/Microsoft.Storage/storageAccounts/stocrptestps8428\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps8428\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T04:43:19.3686534Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps8428.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps8428.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps8428.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps8428.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps8760/providers/Microsoft.Storage/storageAccounts/stocrptestps8760\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps8760\",\r\n \"properties\": {\r\n \"accountType\": \"Premium_LRS\",\r\n \"creationTime\": \"2015-09-24T03:03:19.36594Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps8760.blob.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps8760/providers/Microsoft.Storage/storageAccounts/stocrptestps8760add\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps8760add\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T03:03:46.4598242Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps8760add.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps8760add.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps8760add.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps8760add.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps9368/providers/Microsoft.Storage/storageAccounts/stocrptestps9368\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps9368\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T02:41:24.6231137Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps9368.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps9368.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps9368.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps9368.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps9414/providers/Microsoft.Storage/storageAccounts/stocrptestps9414\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps9414\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-16T07:37:01.8300242Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps9414.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps9414.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps9414.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps9414.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps9441/providers/Microsoft.Storage/storageAccounts/stocrptestps9441\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps9441\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T03:35:47.7064288Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps9441.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps9441.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps9441.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps9441.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps9441/providers/Microsoft.Storage/storageAccounts/stocrptestps9441add\",\r\n \"location\": \"westus\",\r\n \"name\": \"stocrptestps9441add\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-09-24T03:36:15.6909233Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps9441add.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps9441add.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps9441add.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps9441add.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/pstestrg327/providers/Microsoft.Storage/storageAccounts/stopstestrg327\",\r\n \"location\": \"westus\",\r\n \"name\": \"stopstestrg327\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-04-18T17:45:38.9484234Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stopstestrg327.blob.core.windows.net/\",\r\n \"file\": \"https://stopstestrg327.file.core.windows.net/\",\r\n \"queue\": \"https://stopstestrg327.queue.core.windows.net/\",\r\n \"table\": \"https://stopstestrg327.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/pstestrg6302/providers/Microsoft.Storage/storageAccounts/stopstestrg6302\",\r\n \"location\": \"westus\",\r\n \"name\": \"stopstestrg6302\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-04-18T06:47:18.2286738Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stopstestrg6302.blob.core.windows.net/\",\r\n \"file\": \"https://stopstestrg6302.file.core.windows.net/\",\r\n \"queue\": \"https://stopstestrg6302.queue.core.windows.net/\",\r\n \"table\": \"https://stopstestrg6302.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n }\r\n ]\r\n}",
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Storage/storageAccounts/definedincommandline\",\r\n \"location\": \"eastus\",\r\n \"name\": \"definedincommandline\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2016-01-14T08:37:27.2807366Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://definedincommandline.blob.core.windows.net/\",\r\n \"file\": \"https://definedincommandline.file.core.windows.net/\",\r\n \"queue\": \"https://definedincommandline.queue.core.windows.net/\",\r\n \"table\": \"https://definedincommandline.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Storage/storageAccounts/stocrptestps5620\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps5620\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2016-01-14T08:16:18.0671159Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps5620.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps5620.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps5620.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps5620.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/yanmingstoragerg/providers/Microsoft.Storage/storageAccounts/vmssdiagnosticstorage\",\r\n \"location\": \"westus\",\r\n \"name\": \"vmssdiagnosticstorage\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_RAGRS\",\r\n \"creationTime\": \"2015-12-08T22:49:17.890269Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://vmssdiagnosticstorage.blob.core.windows.net/\",\r\n \"file\": \"https://vmssdiagnosticstorage.file.core.windows.net/\",\r\n \"queue\": \"https://vmssdiagnosticstorage.queue.core.windows.net/\",\r\n \"table\": \"https://vmssdiagnosticstorage.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://vmssdiagnosticstorage-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://vmssdiagnosticstorage-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://vmssdiagnosticstorage-secondary.table.core.windows.net/\"\r\n },\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/yanmingv2vm/providers/Microsoft.Storage/storageAccounts/yanmingv2vm9503\",\r\n \"location\": \"westus\",\r\n \"name\": \"yanmingv2vm9503\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\",\r\n \"creationTime\": \"2016-01-13T23:37:28.8189467Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://yanmingv2vm9503.blob.core.windows.net/\",\r\n \"file\": \"https://yanmingv2vm9503.file.core.windows.net/\",\r\n \"queue\": \"https://yanmingv2vm9503.queue.core.windows.net/\",\r\n \"table\": \"https://yanmingv2vm9503.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/yanmingvmapp/providers/Microsoft.Storage/storageAccounts/yanmingvmappstorage\",\r\n \"location\": \"westus\",\r\n \"name\": \"yanmingvmappstorage\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\",\r\n \"creationTime\": \"2015-04-13T21:53:57.6058948Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://yanmingvmappstorage.blob.core.windows.net/\",\r\n \"file\": \"https://yanmingvmappstorage.file.core.windows.net/\",\r\n \"queue\": \"https://yanmingvmappstorage.queue.core.windows.net/\",\r\n \"table\": \"https://yanmingvmappstorage.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n }\r\n ]\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "27820"
+ "3916"
],
"Content-Type": [
"application/json"
@@ -1672,7 +1620,7 @@
"no-cache"
],
"x-ms-request-id": [
- "c03a16e7-08b4-475a-a941-67efdd805a1d"
+ "826d2647-9d5b-4aeb-8f2b-eec132e39c31"
],
"Cache-Control": [
"no-cache"
@@ -1682,37 +1630,92 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14996"
+ "10738"
+ ],
+ "x-ms-correlation-request-id": [
+ "826d2647-9d5b-4aeb-8f2b-eec132e39c31"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T083754Z:826d2647-9d5b-4aeb-8f2b-eec132e39c31"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 08:37:53 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "61fbf387-1542-48bb-8800-5258177a5d2c"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Storage.StorageManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Storage/storageAccounts/definedincommandline\",\r\n \"location\": \"eastus\",\r\n \"name\": \"definedincommandline\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2016-01-14T08:37:27.2807366Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://definedincommandline.blob.core.windows.net/\",\r\n \"file\": \"https://definedincommandline.file.core.windows.net/\",\r\n \"queue\": \"https://definedincommandline.queue.core.windows.net/\",\r\n \"table\": \"https://definedincommandline.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Storage/storageAccounts/stocrptestps5620\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps5620\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2016-01-14T08:16:18.0671159Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps5620.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps5620.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps5620.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps5620.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/yanmingstoragerg/providers/Microsoft.Storage/storageAccounts/vmssdiagnosticstorage\",\r\n \"location\": \"westus\",\r\n \"name\": \"vmssdiagnosticstorage\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_RAGRS\",\r\n \"creationTime\": \"2015-12-08T22:49:17.890269Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://vmssdiagnosticstorage.blob.core.windows.net/\",\r\n \"file\": \"https://vmssdiagnosticstorage.file.core.windows.net/\",\r\n \"queue\": \"https://vmssdiagnosticstorage.queue.core.windows.net/\",\r\n \"table\": \"https://vmssdiagnosticstorage.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://vmssdiagnosticstorage-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://vmssdiagnosticstorage-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://vmssdiagnosticstorage-secondary.table.core.windows.net/\"\r\n },\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/yanmingv2vm/providers/Microsoft.Storage/storageAccounts/yanmingv2vm9503\",\r\n \"location\": \"westus\",\r\n \"name\": \"yanmingv2vm9503\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\",\r\n \"creationTime\": \"2016-01-13T23:37:28.8189467Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://yanmingv2vm9503.blob.core.windows.net/\",\r\n \"file\": \"https://yanmingv2vm9503.file.core.windows.net/\",\r\n \"queue\": \"https://yanmingv2vm9503.queue.core.windows.net/\",\r\n \"table\": \"https://yanmingv2vm9503.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/yanmingvmapp/providers/Microsoft.Storage/storageAccounts/yanmingvmappstorage\",\r\n \"location\": \"westus\",\r\n \"name\": \"yanmingvmappstorage\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\",\r\n \"creationTime\": \"2015-04-13T21:53:57.6058948Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://yanmingvmappstorage.blob.core.windows.net/\",\r\n \"file\": \"https://yanmingvmappstorage.file.core.windows.net/\",\r\n \"queue\": \"https://yanmingvmappstorage.queue.core.windows.net/\",\r\n \"table\": \"https://yanmingvmappstorage.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n }\r\n ]\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "3916"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "a69374ed-0f3b-4805-81d7-bae381058162"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-Azure-Storage-Resource-Provider/1.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "10737"
],
"x-ms-correlation-request-id": [
- "c03a16e7-08b4-475a-a941-67efdd805a1d"
+ "a69374ed-0f3b-4805-81d7-bae381058162"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T035930Z:c03a16e7-08b4-475a-a941-67efdd805a1d"
+ "WESTUS:20160114T083754Z:a69374ed-0f3b-4805-81d7-bae381058162"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"Date": [
- "Tue, 22 Dec 2015 03:59:30 GMT"
+ "Thu, 14 Jan 2016 08:37:53 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Compute/virtualMachines/vmcrptestps267?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczI2Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtY3JwdGVzdHBzMjY3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Compute/virtualMachines/vmcrptestps5620?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczU2MjAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bWNycHRlc3RwczU2MjA/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
"RequestMethod": "PUT",
- "RequestBody": "{\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2008-R2-SP1\",\r\n \"version\": \"latest\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"osDisk\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps267.blob.core.windows.net/test/os.vhd\"\r\n },\r\n \"caching\": \"ReadWrite\",\r\n \"createOption\": \"FromImage\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"testDataDisk1\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps267.blob.core.windows.net/test/data1.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 10\r\n },\r\n {\r\n \"lun\": 2,\r\n \"name\": \"testDataDisk2\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps267.blob.core.windows.net/test/data2.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 11\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"BaR@123crptestps267\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Network/networkInterfaces/niccrptestps267\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://stocrptestps267.blob.core.windows.net/\"\r\n }\r\n }\r\n }\r\n}",
+ "RequestBody": "{\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2008-R2-SP1\",\r\n \"version\": \"latest\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"osDisk\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps5620.blob.core.windows.net/test/os.vhd\"\r\n },\r\n \"caching\": \"ReadWrite\",\r\n \"createOption\": \"FromImage\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"testDataDisk1\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps5620.blob.core.windows.net/test/data1.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 10\r\n },\r\n {\r\n \"lun\": 2,\r\n \"name\": \"testDataDisk2\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps5620.blob.core.windows.net/test/data2.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 11\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"BaR@123crptestps5620\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Network/networkInterfaces/niccrptestps5620\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://stocrptestps5620.blob.core.windows.net/\"\r\n }\r\n }\r\n }\r\n}",
"RequestHeaders": {
"Content-Type": [
"application/json; charset=utf-8"
],
"Content-Length": [
- "1827"
+ "1834"
],
"x-ms-client-request-id": [
- "44b0263b-7abf-4e3a-980e-32a3b4aceb25"
+ "1d6137ee-64f8-41be-af21-2668aa1f985e"
],
"accept-language": [
"en-US"
@@ -1721,10 +1724,10 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"properties\": {\r\n \"vmId\": \"6cc0d950-b980-4f0f-b702-86b0a673e23f\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2008-R2-SP1\",\r\n \"version\": \"latest\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"osDisk\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps267.blob.core.windows.net/test/os.vhd\"\r\n },\r\n \"caching\": \"ReadWrite\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"testDataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps267.blob.core.windows.net/test/data1.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 10\r\n },\r\n {\r\n \"lun\": 2,\r\n \"name\": \"testDataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps267.blob.core.windows.net/test/data2.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 11\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": []\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Network/networkInterfaces/niccrptestps267\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://stocrptestps267.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Creating\"\r\n },\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Compute/virtualMachines/vmcrptestps267\",\r\n \"name\": \"vmcrptestps267\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\"\r\n}",
+ "ResponseBody": "{\r\n \"properties\": {\r\n \"vmId\": \"5bced0da-5a33-4ce7-929f-30c9105b0174\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2008-R2-SP1\",\r\n \"version\": \"latest\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"osDisk\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps5620.blob.core.windows.net/test/os.vhd\"\r\n },\r\n \"caching\": \"ReadWrite\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"testDataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps5620.blob.core.windows.net/test/data1.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 10\r\n },\r\n {\r\n \"lun\": 2,\r\n \"name\": \"testDataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps5620.blob.core.windows.net/test/data2.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 11\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": []\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Network/networkInterfaces/niccrptestps5620\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://stocrptestps5620.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Creating\"\r\n },\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Compute/virtualMachines/vmcrptestps5620\",\r\n \"name\": \"vmcrptestps5620\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "2135"
+ "2144"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1736,16 +1739,16 @@
"no-cache"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/38d82268-97ed-4fc8-8c7c-53527337d7b9?api-version=2015-06-15"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/80d8e48e-8315-43a5-8c35-c827c08c4b11?api-version=2015-06-15"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "38d82268-97ed-4fc8-8c7c-53527337d7b9"
+ "80d8e48e-8315-43a5-8c35-c827c08c4b11"
],
"Cache-Control": [
"no-cache"
@@ -1758,20 +1761,20 @@
"1199"
],
"x-ms-correlation-request-id": [
- "05b984d5-69f2-4f3e-8034-2ef9fc40780a"
+ "f5841c58-9fca-4edf-ac05-32b9fac02eb6"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T033520Z:05b984d5-69f2-4f3e-8034-2ef9fc40780a"
+ "CENTRALUS:20160114T081648Z:f5841c58-9fca-4edf-ac05-32b9fac02eb6"
],
"Date": [
- "Tue, 22 Dec 2015 03:35:19 GMT"
+ "Thu, 14 Jan 2016 08:16:47 GMT"
]
},
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/38d82268-97ed-4fc8-8c7c-53527337d7b9?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzhkODIyNjgtOTdlZC00ZmM4LThjN2MtNTM1MjczMzdkN2I5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/80d8e48e-8315-43a5-8c35-c827c08c4b11?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODBkOGU0OGUtODMxNS00M2E1LThjMzUtYzgyN2MwOGM0YjExP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -1779,10 +1782,10 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"38d82268-97ed-4fc8-8c7c-53527337d7b9\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:35:19.6415843-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"80d8e48e-8315-43a5-8c35-c827c08c4b11\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:16:48.160527-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "141"
+ "140"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1797,10 +1800,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "f08106f2-bbc1-4412-b3cb-efe86002a2bf"
+ "d4d9efff-2757-4333-b009-9ccac1d4902d"
],
"Cache-Control": [
"no-cache"
@@ -1813,20 +1816,20 @@
"14999"
],
"x-ms-correlation-request-id": [
- "e1c8849a-a0da-4207-9178-fe1dd63e09b8"
+ "ecb12ea8-71f8-4681-ba0b-34d6afb3d51e"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T033550Z:e1c8849a-a0da-4207-9178-fe1dd63e09b8"
+ "CENTRALUS:20160114T081718Z:ecb12ea8-71f8-4681-ba0b-34d6afb3d51e"
],
"Date": [
- "Tue, 22 Dec 2015 03:35:50 GMT"
+ "Thu, 14 Jan 2016 08:17:18 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/38d82268-97ed-4fc8-8c7c-53527337d7b9?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzhkODIyNjgtOTdlZC00ZmM4LThjN2MtNTM1MjczMzdkN2I5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/80d8e48e-8315-43a5-8c35-c827c08c4b11?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODBkOGU0OGUtODMxNS00M2E1LThjMzUtYzgyN2MwOGM0YjExP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -1834,10 +1837,10 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"38d82268-97ed-4fc8-8c7c-53527337d7b9\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:35:19.6415843-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"80d8e48e-8315-43a5-8c35-c827c08c4b11\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:16:48.160527-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "141"
+ "140"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1852,10 +1855,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "92a8ccf6-5346-4a9e-9828-1381e109475f"
+ "389ad3d2-7be4-4fb3-a591-83b6b9cb9248"
],
"Cache-Control": [
"no-cache"
@@ -1868,20 +1871,20 @@
"14998"
],
"x-ms-correlation-request-id": [
- "e3153869-c3b4-447a-bc09-7424e8d125d6"
+ "008788ad-1d32-43b2-85d2-b89ee233ae48"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T033620Z:e3153869-c3b4-447a-bc09-7424e8d125d6"
+ "CENTRALUS:20160114T081748Z:008788ad-1d32-43b2-85d2-b89ee233ae48"
],
"Date": [
- "Tue, 22 Dec 2015 03:36:19 GMT"
+ "Thu, 14 Jan 2016 08:17:48 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/38d82268-97ed-4fc8-8c7c-53527337d7b9?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzhkODIyNjgtOTdlZC00ZmM4LThjN2MtNTM1MjczMzdkN2I5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/80d8e48e-8315-43a5-8c35-c827c08c4b11?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODBkOGU0OGUtODMxNS00M2E1LThjMzUtYzgyN2MwOGM0YjExP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -1889,10 +1892,10 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"38d82268-97ed-4fc8-8c7c-53527337d7b9\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:35:19.6415843-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"80d8e48e-8315-43a5-8c35-c827c08c4b11\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:16:48.160527-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "141"
+ "140"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1907,10 +1910,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "77dce36a-c486-424e-a2fd-884b23ad35fa"
+ "8a674ea3-4163-4e95-a52b-758810f3d14f"
],
"Cache-Control": [
"no-cache"
@@ -1923,20 +1926,20 @@
"14997"
],
"x-ms-correlation-request-id": [
- "62452549-2ae6-45d5-b5ac-575a47d3b18c"
+ "366ccf1f-efb6-4e73-9ca6-a59978af1a64"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T033650Z:62452549-2ae6-45d5-b5ac-575a47d3b18c"
+ "CENTRALUS:20160114T081818Z:366ccf1f-efb6-4e73-9ca6-a59978af1a64"
],
"Date": [
- "Tue, 22 Dec 2015 03:36:50 GMT"
+ "Thu, 14 Jan 2016 08:18:18 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/38d82268-97ed-4fc8-8c7c-53527337d7b9?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzhkODIyNjgtOTdlZC00ZmM4LThjN2MtNTM1MjczMzdkN2I5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/80d8e48e-8315-43a5-8c35-c827c08c4b11?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODBkOGU0OGUtODMxNS00M2E1LThjMzUtYzgyN2MwOGM0YjExP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -1944,10 +1947,10 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"38d82268-97ed-4fc8-8c7c-53527337d7b9\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:35:19.6415843-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"80d8e48e-8315-43a5-8c35-c827c08c4b11\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:16:48.160527-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "141"
+ "140"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1962,10 +1965,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "28ded948-efa9-4bfe-aa82-512c1dae25ef"
+ "bc5a7367-31f8-4717-8398-26ea13535496"
],
"Cache-Control": [
"no-cache"
@@ -1978,20 +1981,20 @@
"14996"
],
"x-ms-correlation-request-id": [
- "527fac87-0696-49e8-8196-b30ce43c40c4"
+ "7b7a9e68-1909-42d9-b003-350dc17900a2"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T033720Z:527fac87-0696-49e8-8196-b30ce43c40c4"
+ "CENTRALUS:20160114T081848Z:7b7a9e68-1909-42d9-b003-350dc17900a2"
],
"Date": [
- "Tue, 22 Dec 2015 03:37:20 GMT"
+ "Thu, 14 Jan 2016 08:18:48 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/38d82268-97ed-4fc8-8c7c-53527337d7b9?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzhkODIyNjgtOTdlZC00ZmM4LThjN2MtNTM1MjczMzdkN2I5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/80d8e48e-8315-43a5-8c35-c827c08c4b11?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODBkOGU0OGUtODMxNS00M2E1LThjMzUtYzgyN2MwOGM0YjExP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -1999,10 +2002,10 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"38d82268-97ed-4fc8-8c7c-53527337d7b9\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:35:19.6415843-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"80d8e48e-8315-43a5-8c35-c827c08c4b11\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:16:48.160527-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "141"
+ "140"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -2017,10 +2020,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "83966a60-e601-4231-a50b-db97dd3f0e16"
+ "a6a33cfd-25bd-464a-9023-2c6c009a72de"
],
"Cache-Control": [
"no-cache"
@@ -2033,20 +2036,20 @@
"14995"
],
"x-ms-correlation-request-id": [
- "3c6ee681-07b6-40aa-8baa-8da991d8c00a"
+ "43429496-1e7f-4875-8c37-6fc67ee2cbe9"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T033751Z:3c6ee681-07b6-40aa-8baa-8da991d8c00a"
+ "CENTRALUS:20160114T081918Z:43429496-1e7f-4875-8c37-6fc67ee2cbe9"
],
"Date": [
- "Tue, 22 Dec 2015 03:37:50 GMT"
+ "Thu, 14 Jan 2016 08:19:17 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/38d82268-97ed-4fc8-8c7c-53527337d7b9?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzhkODIyNjgtOTdlZC00ZmM4LThjN2MtNTM1MjczMzdkN2I5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/80d8e48e-8315-43a5-8c35-c827c08c4b11?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODBkOGU0OGUtODMxNS00M2E1LThjMzUtYzgyN2MwOGM0YjExP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -2054,10 +2057,10 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"38d82268-97ed-4fc8-8c7c-53527337d7b9\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:35:19.6415843-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"80d8e48e-8315-43a5-8c35-c827c08c4b11\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:16:48.160527-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "141"
+ "140"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -2072,10 +2075,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "cd1231b5-e0fc-47c9-8a27-811515c0543a"
+ "ad3409aa-860b-4862-9f5e-ff75ae3cf4ee"
],
"Cache-Control": [
"no-cache"
@@ -2088,20 +2091,20 @@
"14994"
],
"x-ms-correlation-request-id": [
- "6003e6b5-9bb7-4152-9a37-62f59bfdec37"
+ "10c0e109-f409-487a-af1e-faf250c321bd"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T033821Z:6003e6b5-9bb7-4152-9a37-62f59bfdec37"
+ "CENTRALUS:20160114T081949Z:10c0e109-f409-487a-af1e-faf250c321bd"
],
"Date": [
- "Tue, 22 Dec 2015 03:38:20 GMT"
+ "Thu, 14 Jan 2016 08:19:48 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/38d82268-97ed-4fc8-8c7c-53527337d7b9?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzhkODIyNjgtOTdlZC00ZmM4LThjN2MtNTM1MjczMzdkN2I5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/80d8e48e-8315-43a5-8c35-c827c08c4b11?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODBkOGU0OGUtODMxNS00M2E1LThjMzUtYzgyN2MwOGM0YjExP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -2109,10 +2112,10 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"38d82268-97ed-4fc8-8c7c-53527337d7b9\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:35:19.6415843-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"80d8e48e-8315-43a5-8c35-c827c08c4b11\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:16:48.160527-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "141"
+ "140"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -2127,10 +2130,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "48d94948-eb20-44c8-ab8f-83a16a1ea2d2"
+ "e7784011-da7a-4529-928a-30700aacdba1"
],
"Cache-Control": [
"no-cache"
@@ -2143,20 +2146,20 @@
"14993"
],
"x-ms-correlation-request-id": [
- "324633c7-60ee-41d7-9cb1-b1fbf8dcf53f"
+ "08490690-15c0-4356-9ba3-c9fbf0afa7c0"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T033851Z:324633c7-60ee-41d7-9cb1-b1fbf8dcf53f"
+ "CENTRALUS:20160114T082019Z:08490690-15c0-4356-9ba3-c9fbf0afa7c0"
],
"Date": [
- "Tue, 22 Dec 2015 03:38:51 GMT"
+ "Thu, 14 Jan 2016 08:20:18 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/38d82268-97ed-4fc8-8c7c-53527337d7b9?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzhkODIyNjgtOTdlZC00ZmM4LThjN2MtNTM1MjczMzdkN2I5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/80d8e48e-8315-43a5-8c35-c827c08c4b11?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODBkOGU0OGUtODMxNS00M2E1LThjMzUtYzgyN2MwOGM0YjExP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -2164,10 +2167,10 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"38d82268-97ed-4fc8-8c7c-53527337d7b9\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:35:19.6415843-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"80d8e48e-8315-43a5-8c35-c827c08c4b11\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:16:48.160527-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "141"
+ "140"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -2182,10 +2185,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "750fc8c4-22a5-44c2-9981-c307565d85c0"
+ "8c72263e-2bc2-4ea6-8c0a-217cf89611c7"
],
"Cache-Control": [
"no-cache"
@@ -2198,20 +2201,20 @@
"14992"
],
"x-ms-correlation-request-id": [
- "a1547759-3ca3-4e65-99a7-a5c508659a5a"
+ "cd90d234-8e12-44cf-8b0a-e2f6584451a3"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T033921Z:a1547759-3ca3-4e65-99a7-a5c508659a5a"
+ "CENTRALUS:20160114T082049Z:cd90d234-8e12-44cf-8b0a-e2f6584451a3"
],
"Date": [
- "Tue, 22 Dec 2015 03:39:21 GMT"
+ "Thu, 14 Jan 2016 08:20:48 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/38d82268-97ed-4fc8-8c7c-53527337d7b9?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzhkODIyNjgtOTdlZC00ZmM4LThjN2MtNTM1MjczMzdkN2I5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/80d8e48e-8315-43a5-8c35-c827c08c4b11?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODBkOGU0OGUtODMxNS00M2E1LThjMzUtYzgyN2MwOGM0YjExP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -2219,10 +2222,10 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"38d82268-97ed-4fc8-8c7c-53527337d7b9\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:35:19.6415843-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"80d8e48e-8315-43a5-8c35-c827c08c4b11\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:16:48.160527-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "141"
+ "140"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -2237,10 +2240,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "afa44f28-effd-4458-b5f9-0b31ede74130"
+ "6247865c-22c2-45b3-b376-58e9c15cafe3"
],
"Cache-Control": [
"no-cache"
@@ -2253,20 +2256,20 @@
"14991"
],
"x-ms-correlation-request-id": [
- "d88f0617-f1e7-42c4-aa2f-184668ec9e7d"
+ "1288fa81-f880-47b1-9b58-f44a69e186b1"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T033951Z:d88f0617-f1e7-42c4-aa2f-184668ec9e7d"
+ "CENTRALUS:20160114T082119Z:1288fa81-f880-47b1-9b58-f44a69e186b1"
],
"Date": [
- "Tue, 22 Dec 2015 03:39:51 GMT"
+ "Thu, 14 Jan 2016 08:21:18 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/38d82268-97ed-4fc8-8c7c-53527337d7b9?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzhkODIyNjgtOTdlZC00ZmM4LThjN2MtNTM1MjczMzdkN2I5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/80d8e48e-8315-43a5-8c35-c827c08c4b11?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODBkOGU0OGUtODMxNS00M2E1LThjMzUtYzgyN2MwOGM0YjExP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -2274,10 +2277,10 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"38d82268-97ed-4fc8-8c7c-53527337d7b9\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:35:19.6415843-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"80d8e48e-8315-43a5-8c35-c827c08c4b11\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:16:48.160527-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "141"
+ "140"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -2292,10 +2295,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "1b6f8c19-4c12-4249-b99d-c8742dc7ff28"
+ "1e18a01d-ab9c-4203-aba8-948c2124004a"
],
"Cache-Control": [
"no-cache"
@@ -2308,20 +2311,20 @@
"14990"
],
"x-ms-correlation-request-id": [
- "2fde9514-0a64-4afe-88d1-0abfd27e3b0e"
+ "5ebc561e-01a3-4b9a-9dd3-77a4d8163e6a"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T034021Z:2fde9514-0a64-4afe-88d1-0abfd27e3b0e"
+ "CENTRALUS:20160114T082149Z:5ebc561e-01a3-4b9a-9dd3-77a4d8163e6a"
],
"Date": [
- "Tue, 22 Dec 2015 03:40:21 GMT"
+ "Thu, 14 Jan 2016 08:21:48 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/38d82268-97ed-4fc8-8c7c-53527337d7b9?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzhkODIyNjgtOTdlZC00ZmM4LThjN2MtNTM1MjczMzdkN2I5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/80d8e48e-8315-43a5-8c35-c827c08c4b11?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODBkOGU0OGUtODMxNS00M2E1LThjMzUtYzgyN2MwOGM0YjExP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -2329,10 +2332,10 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"38d82268-97ed-4fc8-8c7c-53527337d7b9\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:35:19.6415843-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"80d8e48e-8315-43a5-8c35-c827c08c4b11\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2016-01-14T00:16:48.160527-08:00\",\r\n \"endTime\": \"2016-01-14T00:22:08.6675762-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "141"
+ "190"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -2347,10 +2350,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "e641fd14-ac54-42b2-9a1b-e752dd237bcf"
+ "1431b3ac-7076-4e39-8f6c-35d2a4903416"
],
"Cache-Control": [
"no-cache"
@@ -2363,20 +2366,20 @@
"14989"
],
"x-ms-correlation-request-id": [
- "63c495fe-ca54-4091-aa8d-d17a51f1c766"
+ "4cfe3759-bda1-402c-9180-a94e4055ff93"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T034051Z:63c495fe-ca54-4091-aa8d-d17a51f1c766"
+ "CENTRALUS:20160114T082219Z:4cfe3759-bda1-402c-9180-a94e4055ff93"
],
"Date": [
- "Tue, 22 Dec 2015 03:40:51 GMT"
+ "Thu, 14 Jan 2016 08:22:18 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/38d82268-97ed-4fc8-8c7c-53527337d7b9?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzhkODIyNjgtOTdlZC00ZmM4LThjN2MtNTM1MjczMzdkN2I5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Compute/virtualMachines/vmcrptestps5620?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczU2MjAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bWNycHRlc3RwczU2MjA/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -2384,10 +2387,10 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"38d82268-97ed-4fc8-8c7c-53527337d7b9\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:35:19.6415843-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"properties\": {\r\n \"vmId\": \"5bced0da-5a33-4ce7-929f-30c9105b0174\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2008-R2-SP1\",\r\n \"version\": \"latest\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"osDisk\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps5620.blob.core.windows.net/test/os.vhd\"\r\n },\r\n \"caching\": \"ReadWrite\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"testDataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps5620.blob.core.windows.net/test/data1.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 10\r\n },\r\n {\r\n \"lun\": 2,\r\n \"name\": \"testDataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps5620.blob.core.windows.net/test/data2.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 11\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": []\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Network/networkInterfaces/niccrptestps5620\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://stocrptestps5620.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Compute/virtualMachines/vmcrptestps5620\",\r\n \"name\": \"vmcrptestps5620\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "141"
+ "2145"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -2402,10 +2405,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "de9675e4-98a6-4848-91df-eae6d5423151"
+ "d87bb247-87b2-406f-8cc5-f0effaf4c1aa"
],
"Cache-Control": [
"no-cache"
@@ -2418,31 +2421,37 @@
"14988"
],
"x-ms-correlation-request-id": [
- "82846e88-f9fa-443c-b04f-0e8d0b2fcb88"
+ "f5490fb1-47c7-440a-9699-c6658c2f7cd1"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T034121Z:82846e88-f9fa-443c-b04f-0e8d0b2fcb88"
+ "CENTRALUS:20160114T082219Z:f5490fb1-47c7-440a-9699-c6658c2f7cd1"
],
"Date": [
- "Tue, 22 Dec 2015 03:41:21 GMT"
+ "Thu, 14 Jan 2016 08:22:18 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/38d82268-97ed-4fc8-8c7c-53527337d7b9?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzhkODIyNjgtOTdlZC00ZmM4LThjN2MtNTM1MjczMzdkN2I5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Compute/virtualMachines/vmcrptestps5620?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczU2MjAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bWNycHRlc3RwczU2MjA/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
+ "x-ms-client-request-id": [
+ "047a4a33-88c5-4f58-bc30-de7cb762c82c"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
"User-Agent": [
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"38d82268-97ed-4fc8-8c7c-53527337d7b9\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:35:19.6415843-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"properties\": {\r\n \"vmId\": \"5bced0da-5a33-4ce7-929f-30c9105b0174\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2008-R2-SP1\",\r\n \"version\": \"latest\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"osDisk\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps5620.blob.core.windows.net/test/os.vhd\"\r\n },\r\n \"caching\": \"ReadWrite\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"testDataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps5620.blob.core.windows.net/test/data1.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 10\r\n },\r\n {\r\n \"lun\": 2,\r\n \"name\": \"testDataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps5620.blob.core.windows.net/test/data2.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 11\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": []\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Network/networkInterfaces/niccrptestps5620\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://stocrptestps5620.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"BGInfo\",\r\n \"typeHandlerVersion\": \"2.1\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Compute/virtualMachines/vmcrptestps5620/extensions/BGInfo\",\r\n \"name\": \"BGInfo\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Compute/virtualMachines/vmcrptestps5620\",\r\n \"name\": \"vmcrptestps5620\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "141"
+ "2699"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -2457,10 +2466,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "0e4a5a1b-873e-4065-aadc-043b44d57815"
+ "48a7953b-ecaa-44cd-8fcc-6bc378207bb2"
],
"Cache-Control": [
"no-cache"
@@ -2470,34 +2479,40 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14987"
+ "14953"
],
"x-ms-correlation-request-id": [
- "7b6b822b-47a0-4a84-98cb-d1ed5707792f"
+ "b8f7e85b-bd33-40eb-bc5a-b152fae561e7"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T034152Z:7b6b822b-47a0-4a84-98cb-d1ed5707792f"
+ "CENTRALUS:20160114T083726Z:b8f7e85b-bd33-40eb-bc5a-b152fae561e7"
],
"Date": [
- "Tue, 22 Dec 2015 03:41:51 GMT"
+ "Thu, 14 Jan 2016 08:37:26 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/38d82268-97ed-4fc8-8c7c-53527337d7b9?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzhkODIyNjgtOTdlZC00ZmM4LThjN2MtNTM1MjczMzdkN2I5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Compute/virtualMachines/vmcrptestps5620?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczU2MjAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bWNycHRlc3RwczU2MjA/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
+ "x-ms-client-request-id": [
+ "93ca4063-f674-4816-a402-0fbdaf80ba03"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
"User-Agent": [
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"38d82268-97ed-4fc8-8c7c-53527337d7b9\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:35:19.6415843-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"properties\": {\r\n \"vmId\": \"5bced0da-5a33-4ce7-929f-30c9105b0174\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2008-R2-SP1\",\r\n \"version\": \"latest\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"osDisk\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps5620.blob.core.windows.net/test/os.vhd\"\r\n },\r\n \"caching\": \"ReadWrite\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"testDataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps5620.blob.core.windows.net/test/data1.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 10\r\n },\r\n {\r\n \"lun\": 2,\r\n \"name\": \"testDataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps5620.blob.core.windows.net/test/data2.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 11\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": []\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Network/networkInterfaces/niccrptestps5620\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://stocrptestps5620.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"BGInfo\",\r\n \"typeHandlerVersion\": \"2.1\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Compute/virtualMachines/vmcrptestps5620/extensions/BGInfo\",\r\n \"name\": \"BGInfo\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Compute/virtualMachines/vmcrptestps5620\",\r\n \"name\": \"vmcrptestps5620\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "141"
+ "2699"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -2512,10 +2527,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "9af70ac0-0ea7-46cf-904d-d95cb5c0e568"
+ "5361f621-d9cf-4701-85c5-dccf11eba85f"
],
"Cache-Control": [
"no-cache"
@@ -2525,34 +2540,40 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14986"
+ "14952"
],
"x-ms-correlation-request-id": [
- "8ca1f61f-582a-4ef1-95a6-943cce524d85"
+ "840cc66a-e79a-4338-bb03-f789de6fd2f6"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T034222Z:8ca1f61f-582a-4ef1-95a6-943cce524d85"
+ "CENTRALUS:20160114T083754Z:840cc66a-e79a-4338-bb03-f789de6fd2f6"
],
"Date": [
- "Tue, 22 Dec 2015 03:42:21 GMT"
+ "Thu, 14 Jan 2016 08:37:54 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/38d82268-97ed-4fc8-8c7c-53527337d7b9?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzhkODIyNjgtOTdlZC00ZmM4LThjN2MtNTM1MjczMzdkN2I5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Compute/virtualMachines/vmcrptestps5620?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczU2MjAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bWNycHRlc3RwczU2MjA/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
+ "x-ms-client-request-id": [
+ "14fe5b9b-b996-400e-a5d1-ca88e1fa61be"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
"User-Agent": [
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"38d82268-97ed-4fc8-8c7c-53527337d7b9\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:35:19.6415843-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"properties\": {\r\n \"vmId\": \"5bced0da-5a33-4ce7-929f-30c9105b0174\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2008-R2-SP1\",\r\n \"version\": \"latest\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"osDisk\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps5620.blob.core.windows.net/test/os.vhd\"\r\n },\r\n \"caching\": \"ReadWrite\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"testDataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps5620.blob.core.windows.net/test/data1.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 10\r\n },\r\n {\r\n \"lun\": 2,\r\n \"name\": \"testDataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps5620.blob.core.windows.net/test/data2.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 11\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": []\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Network/networkInterfaces/niccrptestps5620\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://stocrptestps5620.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"BGInfo\",\r\n \"typeHandlerVersion\": \"2.1\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Compute/virtualMachines/vmcrptestps5620/extensions/BGInfo\",\r\n \"name\": \"BGInfo\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Compute/virtualMachines/vmcrptestps5620\",\r\n \"name\": \"vmcrptestps5620\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "141"
+ "2699"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -2567,10 +2588,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "d9d8ad11-22ad-4c26-93d3-537144559d48"
+ "2847e60a-2304-40c8-a8ad-fc507e2b83e6"
],
"Cache-Control": [
"no-cache"
@@ -2580,34 +2601,40 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14985"
+ "14951"
],
"x-ms-correlation-request-id": [
- "18e602f4-5c22-42f8-940e-cfe68eff79ae"
+ "89936875-1844-426e-9e45-80668281d038"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T034252Z:18e602f4-5c22-42f8-940e-cfe68eff79ae"
+ "CENTRALUS:20160114T083754Z:89936875-1844-426e-9e45-80668281d038"
],
"Date": [
- "Tue, 22 Dec 2015 03:42:51 GMT"
+ "Thu, 14 Jan 2016 08:37:54 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/38d82268-97ed-4fc8-8c7c-53527337d7b9?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzhkODIyNjgtOTdlZC00ZmM4LThjN2MtNTM1MjczMzdkN2I5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Compute/virtualMachines/vmcrptestps5620?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczU2MjAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bWNycHRlc3RwczU2MjA/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
+ "x-ms-client-request-id": [
+ "3c5659f6-ea2c-4822-803b-5a165191e4c5"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
"User-Agent": [
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"38d82268-97ed-4fc8-8c7c-53527337d7b9\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2015-12-21T19:35:19.6415843-08:00\",\r\n \"endTime\": \"2015-12-21T19:43:12.5683198-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"properties\": {\r\n \"vmId\": \"5bced0da-5a33-4ce7-929f-30c9105b0174\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2008-R2-SP1\",\r\n \"version\": \"latest\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"osDisk\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps5620.blob.core.windows.net/test/os.vhd\"\r\n },\r\n \"caching\": \"ReadWrite\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"testDataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps5620.blob.core.windows.net/test/data1.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 10\r\n },\r\n {\r\n \"lun\": 2,\r\n \"name\": \"testDataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps5620.blob.core.windows.net/test/data2.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 11\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": []\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Network/networkInterfaces/niccrptestps5620\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://stocrptestps5620.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"BGInfo\",\r\n \"typeHandlerVersion\": \"2.1\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Compute/virtualMachines/vmcrptestps5620/extensions/BGInfo\",\r\n \"name\": \"BGInfo\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n },\r\n {\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Azure.Diagnostics\",\r\n \"type\": \"IaaSDiagnostics\",\r\n \"typeHandlerVersion\": \"1.5\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"settings\": {\r\n \"xmlCfg\": \"PFdhZENmZz4NCiAgICA8RGlhZ25vc3RpY01vbml0b3JDb25maWd1cmF0aW9uIG92ZXJhbGxRdW90YUluTUI9IjIwNDgiIHhtbG5zPSJodHRwOi8vc2NoZW1hcy5taWNyb3NvZnQuY29tL1NlcnZpY2VIb3N0aW5nLzIwMTAvMTAvRGlhZ25vc3RpY3NDb25maWd1cmF0aW9uIj4NCiAgICAgIDxEaWFnbm9zdGljSW5mcmFzdHJ1Y3R1cmVMb2dzIHNjaGVkdWxlZFRyYW5zZmVyTG9nTGV2ZWxGaWx0ZXI9IkVycm9yIiAvPg0KICAgICAgPERpcmVjdG9yaWVzIHNjaGVkdWxlZFRyYW5zZmVyUGVyaW9kPSJQVDFNIj4NCiAgICAgICAgPElJU0xvZ3MgY29udGFpbmVyTmFtZT0id2FkLWlpcy1sb2dmaWxlcyIgLz4NCiAgICAgICAgPEZhaWxlZFJlcXVlc3RMb2dzIGNvbnRhaW5lck5hbWU9IndhZC1mYWlsZWRyZXF1ZXN0bG9ncyIgLz4NCiAgICAgIDwvRGlyZWN0b3JpZXM+DQogICAgICA8UGVyZm9ybWFuY2VDb3VudGVycyBzY2hlZHVsZWRUcmFuc2ZlclBlcmlvZD0iUFQyTSI+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxNZW1vcnlcQXZhaWxhYmxlIE1CeXRlcyIgc2FtcGxlUmF0ZT0iUFQxTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXFdlYiBTZXJ2aWNlKF9Ub3RhbClcSVNBUEkgRXh0ZW5zaW9uIFJlcXVlc3RzL3NlYyIgc2FtcGxlUmF0ZT0iUFQzTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXFdlYiBTZXJ2aWNlKF9Ub3RhbClcQnl0ZXMgVG90YWwvU2VjIiBzYW1wbGVSYXRlPSJQVDFNIiAvPg0KICAgICAgICA8UGVyZm9ybWFuY2VDb3VudGVyQ29uZmlndXJhdGlvbiBjb3VudGVyU3BlY2lmaWVyPSJcQVNQLk5FVCBBcHBsaWNhdGlvbnMoX19Ub3RhbF9fKVxSZXF1ZXN0cy9TZWMiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxBU1AuTkVUIEFwcGxpY2F0aW9ucyhfX1RvdGFsX18pXEVycm9ycyBUb3RhbC9TZWMiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxBU1AuTkVUXFJlcXVlc3RzIFF1ZXVlZCIgc2FtcGxlUmF0ZT0iUFQzTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXEFTUC5ORVRcUmVxdWVzdHMgUmVqZWN0ZWQiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxQcm9jZXNzb3IoX1RvdGFsKVwlIFByb2Nlc3NvciBUaW1lIiBzYW1wbGVSYXRlPSJQVDNNIiAvPg0KICAgICAgPC9QZXJmb3JtYW5jZUNvdW50ZXJzPg0KICAgICAgPFdpbmRvd3NFdmVudExvZyBzY2hlZHVsZWRUcmFuc2ZlclBlcmlvZD0iUFQxTSI+DQogICAgICAgIDxEYXRhU291cmNlIG5hbWU9IkFwcGxpY2F0aW9uISpbU3lzdGVtWyhMZXZlbD0xIG9yIExldmVsPTIpXV0iIC8+DQogICAgICAgIDxEYXRhU291cmNlIG5hbWU9IldpbmRvd3MgQXp1cmUhKltTeXN0ZW1bKExldmVsPTEgb3IgTGV2ZWw9MildXSIgLz4NCiAgICAgIDwvV2luZG93c0V2ZW50TG9nPg0KICAgICAgPENyYXNoRHVtcHM+DQogICAgICAgIDxDcmFzaER1bXBDb25maWd1cmF0aW9uIHByb2Nlc3NOYW1lPSJXYUlJU0hvc3QuZXhlIiAvPg0KICAgICAgICA8Q3Jhc2hEdW1wQ29uZmlndXJhdGlvbiBwcm9jZXNzTmFtZT0iV2FXb3JrZXJIb3N0LmV4ZSIgLz4NCiAgICAgICAgPENyYXNoRHVtcENvbmZpZ3VyYXRpb24gcHJvY2Vzc05hbWU9Inczd3AuZXhlIiAvPg0KICAgICAgPC9DcmFzaER1bXBzPg0KICAgICAgPExvZ3Mgc2NoZWR1bGVkVHJhbnNmZXJQZXJpb2Q9IlBUM00iIC8+DQogICAgPC9EaWFnbm9zdGljTW9uaXRvckNvbmZpZ3VyYXRpb24+DQogIDwvV2FkQ2ZnPg==\",\r\n \"storageAccount\": \"definedincommandline\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Compute/virtualMachines/vmcrptestps5620/extensions/Microsoft.Insights.VMDiagnosticsSettings\",\r\n \"name\": \"Microsoft.Insights.VMDiagnosticsSettings\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Compute/virtualMachines/vmcrptestps5620\",\r\n \"name\": \"vmcrptestps5620\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "191"
+ "6113"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -2622,10 +2649,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "8e8cfedf-7482-4863-958d-d13fe9524439"
+ "7792633c-c429-4e42-90b0-b35f0a57e8d2"
],
"Cache-Control": [
"no-cache"
@@ -2635,34 +2662,40 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14984"
+ "14928"
],
"x-ms-correlation-request-id": [
- "57709d61-db47-447c-82b1-7c90eadde6b9"
+ "b96a4253-2d8b-441a-ab46-5df04c209ddf"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T034322Z:57709d61-db47-447c-82b1-7c90eadde6b9"
+ "CENTRALUS:20160114T084829Z:b96a4253-2d8b-441a-ab46-5df04c209ddf"
],
"Date": [
- "Tue, 22 Dec 2015 03:43:21 GMT"
+ "Thu, 14 Jan 2016 08:48:28 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Compute/virtualMachines/vmcrptestps267?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczI2Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtY3JwdGVzdHBzMjY3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/publishers?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL3B1Ymxpc2hlcnM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
+ "x-ms-client-request-id": [
+ "788bbb07-8328-41f0-9df5-418c5643276a"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
"User-Agent": [
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"properties\": {\r\n \"vmId\": \"6cc0d950-b980-4f0f-b702-86b0a673e23f\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2008-R2-SP1\",\r\n \"version\": \"latest\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"osDisk\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps267.blob.core.windows.net/test/os.vhd\"\r\n },\r\n \"caching\": \"ReadWrite\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"testDataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps267.blob.core.windows.net/test/data1.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 10\r\n },\r\n {\r\n \"lun\": 2,\r\n \"name\": \"testDataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps267.blob.core.windows.net/test/data2.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 11\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": []\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Network/networkInterfaces/niccrptestps267\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://stocrptestps267.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Compute/virtualMachines/vmcrptestps267\",\r\n \"name\": \"vmcrptestps267\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\"\r\n}",
+ "ResponseBody": "[\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"4psa\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/4psa\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"4ward365\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/4ward365\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"7isolutions\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/7isolutions\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"a10networks\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/a10networks\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"abiquo\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/abiquo\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"active-navigation\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/active-navigation\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"activeeon\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/activeeon\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"adam-software\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/adam-software\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"adatao\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/adatao\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"adobe\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/adobe\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"adobe_test\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/adobe_test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"advantech\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/advantech\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"advantech-webaccess\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/advantech-webaccess\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"aerospike\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/aerospike\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"aimsinnovation\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/aimsinnovation\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"aiscaler-cache-control-ddos-and-url-rewriting-\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/aiscaler-cache-control-ddos-and-url-rewriting-\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"alachisoft\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/alachisoft\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"alertlogic\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/alertlogic\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"AlertLogic.Extension\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/AlertLogic.Extension\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"algebraix-data\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/algebraix-data\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"alldigital-brevity\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/alldigital-brevity\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"altiar\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/altiar\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"appcelerator\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/appcelerator\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"appcitoinc\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/appcitoinc\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"appex-networks\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/appex-networks\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"appistry\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/appistry\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"apprenda\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/apprenda\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"appveyorci\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/appveyorci\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"appzero\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/appzero\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"arangodb\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/arangodb\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"aras\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/aras\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"array_networks\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/array_networks\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"aspex-managed-cloud\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/aspex-managed-cloud\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"attunity_cloudbeam\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/attunity_cloudbeam\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"auriq-systems\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/auriq-systems\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"avepoint\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/avepoint\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"aviatrix-systems\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/aviatrix-systems\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"awingu\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/awingu\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"azul\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/azul\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"AzureRT.Test\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/AzureRT.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Barracuda.Azure.ConnectivityAgent\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Barracuda.Azure.ConnectivityAgent\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"barracudanetworks\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/barracudanetworks\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"basho\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/basho\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Bitnami\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Bitnami\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"bizagi\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/bizagi\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"blackberry\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/blackberry\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"bluetalon\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/bluetalon\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"boundlessgeo\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/boundlessgeo\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"boxless\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/boxless\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"brocade_communications\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/brocade_communications\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"bryte\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/bryte\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"bssw\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/bssw\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"buddhalabs\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/buddhalabs\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"bwappengine\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/bwappengine\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Canonical\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Canonical\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"caringo\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/caringo\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"catechnologies\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/catechnologies\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cautelalabs\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/cautelalabs\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cds\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/cds\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"certivox\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/certivox\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"checkpoint\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/checkpoint\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"checkpointsystems\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/checkpointsystems\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"chef-software\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/chef-software\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Chef.Bootstrap.WindowsAzure\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Chef.Bootstrap.WindowsAzure\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"circleci\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/circleci\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cires21\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/cires21\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cisco\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/cisco\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"clickberry\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/clickberry\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cloud-cruiser\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/cloud-cruiser\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cloudbees-enterprise-jenkins\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/cloudbees-enterprise-jenkins\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cloudbolt-software\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/cloudbolt-software\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cloudboost\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/cloudboost\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cloudera\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/cloudera\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cloudera1qaz2wsx\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/cloudera1qaz2wsx\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cloudhouse\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/cloudhouse\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cloudlink\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/cloudlink\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"CloudLink.SecureVM\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/CloudLink.SecureVM\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"CloudLinkEMC.SecureVM\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/CloudLinkEMC.SecureVM\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"CloudLinkEMC.SecureVM.Test\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/CloudLinkEMC.SecureVM.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cloudsoft\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/cloudsoft\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"clustrix\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/clustrix\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"codelathe\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/codelathe\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cohesive\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/cohesive\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"commvault\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/commvault\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Confer\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Confer\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Confer.TestSensor\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Confer.TestSensor\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cordis\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/cordis\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"corent-technology-pvt\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/corent-technology-pvt\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"CoreOS\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/CoreOS\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cortical-io\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/cortical-io\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"couchbase\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/couchbase\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"credativ\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/credativ\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Dans.Windows.App\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Dans.Windows.App\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Dans2.Windows.App\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Dans2.Windows.App\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Dans3.Windows.App\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Dans3.Windows.App\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"dataart\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/dataart\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"datacastle\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/datacastle\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Datadog.Agent\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Datadog.Agent\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"dataexpeditioninc\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/dataexpeditioninc\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"dataiku\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/dataiku\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"datalayer\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/datalayer\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"dataliberation\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/dataliberation\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"datastax\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/datastax\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"datasunrise\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/datasunrise\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"defacto_global_\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/defacto_global_\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"dell-software\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/dell-software\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"dell_software\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/dell_software\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"denyall\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/denyall\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"derdack\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/derdack\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"dgsecure\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/dgsecure\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"docker\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/docker\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"dolbydeveloper\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/dolbydeveloper\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"dome9\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/dome9\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"donovapub\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/donovapub\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"drone\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/drone\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"dundas\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/dundas\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"dynatrace.ruxit\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/dynatrace.ruxit\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"easyterritory\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/easyterritory\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"egress\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/egress\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"eip\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/eip\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"eip-eipower\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/eip-eipower\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"elastacloud\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/elastacloud\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"elasticbox\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/elasticbox\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"elfiqnetworks\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/elfiqnetworks\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"eloquera\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/eloquera\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"eperi\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/eperi\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"equilibrium\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/equilibrium\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"ESET\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/ESET\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"ESET.FileSecurity\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/ESET.FileSecurity\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"esri\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/esri\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"eurotech\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/eurotech\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"exasol\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/exasol\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"exit-games\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/exit-games\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"expertime\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/expertime\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"f5-networks\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/f5-networks\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"filebridge\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/filebridge\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"firehost\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/firehost\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"flexerasoftware\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/flexerasoftware\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"foghorn-systems\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/foghorn-systems\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"forscene\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/forscene\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"fortinet\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/fortinet\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"fortycloud\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/fortycloud\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"fw\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/fw\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"g-data-software\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/g-data-software\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"gemalto-safenet\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/gemalto-safenet\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Gemalto.SafeNet.ProtectV\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Gemalto.SafeNet.ProtectV\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"GitHub\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/GitHub\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"greathorn\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/greathorn\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"greensql\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/greensql\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"haivision\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/haivision\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"halobicloud\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/halobicloud\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"hanu\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/hanu\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"hewlett-packard\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/hewlett-packard\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"hortonworks\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/hortonworks\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"iaansys\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/iaansys\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"iamcloud\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/iamcloud\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"imaginecommunications\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/imaginecommunications\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"imc\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/imc\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"imperva\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/imperva\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"incredibuild\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/incredibuild\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"infolibrarian\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/infolibrarian\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"informatica\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/informatica\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"informatica-cloud\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/informatica-cloud\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"infostrat\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/infostrat\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"intel\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/intel\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"intelligent-plant-ltd\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/intelligent-plant-ltd\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"iquest\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/iquest\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"ishlangu-load-balancer-adc\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/ishlangu-load-balancer-adc\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"itelios\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/itelios\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"jedox\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/jedox\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"jelastic\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/jelastic\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"jetnexus\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/jetnexus\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"jfrog\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/jfrog\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"jitterbit_integration\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/jitterbit_integration\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"kaazing\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/kaazing\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"kaspersky_lab\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/kaspersky_lab\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"kemptech\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/kemptech\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"kepion\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/kepion\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"kollective\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/kollective\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"le\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/le\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"lieberlieber\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/lieberlieber\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"liebsoft\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/liebsoft\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"literatu\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/literatu\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"loadbalancer\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/loadbalancer\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"LocalTest.TrendMicro.DeepSecurity\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/LocalTest.TrendMicro.DeepSecurity\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"logi-analytics\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/logi-analytics\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"loginpeople\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/loginpeople\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"logtrust\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/logtrust\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"looker\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/looker\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"luxoft\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/luxoft\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"magelia\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/magelia\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"manageengine\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/manageengine\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"massiveanalytic-\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/massiveanalytic-\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"McAfee.EndpointSecurity\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/McAfee.EndpointSecurity\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"McAfee.EndpointSecurity.test3\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/McAfee.EndpointSecurity.test3\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"meanio\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/meanio\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"mediazenie\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/mediazenie\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"memsql\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/memsql\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"mentalnotes\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/mentalnotes\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"mesosphere\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/mesosphere\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"metavistech\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/metavistech\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"mfiles\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/mfiles\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"microsoft-ads\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/microsoft-ads\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"microsoft-r-products\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/microsoft-r-products\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Azure.Applications\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Azure.Applications\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Azure.Backup.Test\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Azure.Backup.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Azure.Diagnostics\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Azure.Diagnostics\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Azure.Extensions\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Azure.Extensions\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Azure.RecoveryServices\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Azure.RecoveryServices\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Azure.Security\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Azure.Security\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Azure.Security.Internal\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Azure.Security.Internal\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Azure.SiteRecovery.Test\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Azure.SiteRecovery.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Azure.WindowsFabric.Test\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Azure.WindowsFabric.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.AzureCAT.AzureEnhancedMonitoring\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.AzureCAT.AzureEnhancedMonitoring\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.AzureCAT.AzureEnhancedMonitoringTest\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.AzureCAT.AzureEnhancedMonitoringTest\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Compute\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Compute\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.EnterpriseCloud.Monitoring\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.EnterpriseCloud.Monitoring\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.EnterpriseCloud.Monitoring.Test\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.EnterpriseCloud.Monitoring.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.HpcCompute\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.HpcCompute\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.HpcPack\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.HpcPack\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.OSTCExtensions\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.OSTCExtensions\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.OSTCExtensions.Test\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.OSTCExtensions.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.Install\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.Install\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.Internal\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.Internal\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.PaaS\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.PaaS\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.Preview\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.Preview\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.Test\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.Test.0\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.Test.0\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.Test0\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.Test0\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.Test2\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.Test2\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.Test3\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.Test3\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.UtcTest\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.UtcTest\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.Wmf\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.Wmf\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.Wmf4Test\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.Wmf4Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.Wmf5\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.Wmf5\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.SqlServer.Managability.IaaS.Test\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.SqlServer.Managability.IaaS.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.SqlServer.Management\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.SqlServer.Management\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.SystemCenter\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.SystemCenter\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.VisualStudio\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.VisualStudio\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.VisualStudio.Azure.ETWTraceListenerService\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.VisualStudio.Azure.ETWTraceListenerService\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.VisualStudio.Azure.RemoteDebug\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.VisualStudio.Azure.RemoteDebug\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.VisualStudio.Azure.RemoteDebug.Json\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.VisualStudio.Azure.RemoteDebug.Json\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.VisualStudio.ServiceProfiler\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.VisualStudio.ServiceProfiler\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.VisualStudio.ServiceProfiler.Test\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.VisualStudio.ServiceProfiler.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Windows.AzureRemoteApp.Test\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Windows.AzureRemoteApp.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Windows.RemoteDesktop\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Windows.RemoteDesktop\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.WindowsAzure.Compute\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.WindowsAzure.Compute\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftAzureSiteRecovery\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftAzureSiteRecovery\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftBizTalkServer\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftBizTalkServer\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftDynamicsAX\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftDynamicsAX\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftDynamicsGP\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftDynamicsGP\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftDynamicsNAV\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftDynamicsNAV\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftHybridCloudStorage\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftHybridCloudStorage\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftSharePoint\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftSharePoint\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftSQLServer\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftSQLServer\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftVisualStudio\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftVisualStudio\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftWindowsServer\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftWindowsServer\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftWindowsServerEssentials\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftWindowsServerEssentials\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftWindowsServerHPCPack\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftWindowsServerHPCPack\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftWindowsServerRemoteDesktop\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftWindowsServerRemoteDesktop\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"midvision\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/midvision\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"miracl_linux\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/miracl_linux\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"mokxa-technologies\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/mokxa-technologies\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"moviemasher\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/moviemasher\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"msopentech\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/msopentech\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MSOpenTech.Extensions\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/MSOpenTech.Extensions\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"mtnfog\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/mtnfog\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"mvp-systems\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/mvp-systems\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"mxhero\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/mxhero\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"ncbi\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/ncbi\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"netapp\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/netapp\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"new-signature\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/new-signature\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"nextlimit\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/nextlimit\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"nexus\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/nexus\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"nginxinc\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/nginxinc\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"nicepeopleatwork\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/nicepeopleatwork\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"nodejsapi\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/nodejsapi\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"nuxeo\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/nuxeo\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"officeclipsuite\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/officeclipsuite\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"op5\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/op5\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"opencell\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/opencell\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"OpenLogic\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/OpenLogic\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"openmeap\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/openmeap\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"opennebulasystems\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/opennebulasystems\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"opentext\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/opentext\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Oracle\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Oracle\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"orientdb\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/orientdb\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"osisoft\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/osisoft\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"outsystems\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/outsystems\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"panzura-file-system\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/panzura-file-system\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"pointmatter\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/pointmatter\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"predictionio\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/predictionio\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"predixion\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/predixion\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"prestashop\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/prestashop\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"primestream\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/primestream\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"profisee\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/profisee\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"ptv_group\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/ptv_group\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"PuppetLabs\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/PuppetLabs\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"pxlag_swiss\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/pxlag_swiss\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"quasardb\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/quasardb\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"rancher\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/rancher\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"redpoint-global\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/redpoint-global\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"remotelearner\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/remotelearner\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"revolution-analytics\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/revolution-analytics\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"RightScaleLinux\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/RightScaleLinux\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"RightScaleWindowsServer\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/RightScaleWindowsServer\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"riverbed\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/riverbed\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"RiverbedTechnology\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/RiverbedTechnology\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"rocketsoftware\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/rocketsoftware\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"rocket_software\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/rocket_software\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"saltstack\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/saltstack\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"sap\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/sap\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"scalearc\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/scalearc\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"scalebase\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/scalebase\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"seagate\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/seagate\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"searchblox\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/searchblox\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"sensorberg\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/sensorberg\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"servoy\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/servoy\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"sharefile\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/sharefile\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"shavlik\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/shavlik\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"sightapps\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/sightapps\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"sinefa\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/sinefa\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"sios_datakeeper\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/sios_datakeeper\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"sisense\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/sisense\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"snip2code\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/snip2code\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"softnas\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/softnas\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"soha\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/soha\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"solanolabs\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/solanolabs\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"spacecurve\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/spacecurve\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"spagobi\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/spagobi\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"sphere3d\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/sphere3d\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"stackato-platform-as-a-service\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/stackato-platform-as-a-service\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"stackstorm\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/stackstorm\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"starwind\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/starwind\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"steelhive\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/steelhive\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"stonefly\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/stonefly\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"stormshield\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/stormshield\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"stratalux\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/stratalux\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"sunview-software\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/sunview-software\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"SUSE\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/SUSE\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Symantec\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Symantec\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Symantec.QA\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Symantec.QA\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Symantec.staging\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Symantec.staging\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Symantec.test\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Symantec.test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"tactic\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/tactic\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"talon\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/talon\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"targit\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/targit\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"tavendo\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/tavendo\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"techdivision\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/techdivision\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"telepat\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/telepat\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"tenable\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/tenable\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"tentity\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/tentity\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Test.Barracuda.Azure.ConnectivityAgent\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Test.Barracuda.Azure.ConnectivityAgent\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Test.Gemalto.SafeNet.ProtectV\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Test.Gemalto.SafeNet.ProtectV\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Test.Gemalto.SafeNet.ProtectV.Azure\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Test.Gemalto.SafeNet.ProtectV.Azure\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Test.HP.AppDefender\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Test.HP.AppDefender\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Test.NJHP.AppDefender\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Test.NJHP.AppDefender\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Test.TrendMicro.DeepSecurity\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Test.TrendMicro.DeepSecurity\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Test.TrendMicro.DeepSecurity2\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Test.TrendMicro.DeepSecurity2\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Test.TrendMicro.DeepSecurity3\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Test.TrendMicro.DeepSecurity3\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Test1.NJHP.AppDefender\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Test1.NJHP.AppDefender\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"thinkboxsoftware\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/thinkboxsoftware\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"topdesk\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/topdesk\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"torusware\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/torusware\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"transvault\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/transvault\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"trendmicro\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/trendmicro\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"TrendMicro.DeepSecurity\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/TrendMicro.DeepSecurity\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"TrendMicro.DeepSecurity.Test2\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/TrendMicro.DeepSecurity.Test2\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"TrendMicro.PortalProtect\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/TrendMicro.PortalProtect\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"tsa-public-service\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/tsa-public-service\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"typesafe\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/typesafe\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"ubercloud\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/ubercloud\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"unidesk\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/unidesk\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"unidesk-corp\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/unidesk-corp\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"usp\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/usp\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"vbot\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/vbot\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"veeam\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/veeam\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"vidispine\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/vidispine\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"vidizmo\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/vidizmo\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"virtualworks\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/virtualworks\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"vision_solutions\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/vision_solutions\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"vmturbo\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/vmturbo\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Vormetric\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Vormetric\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Vormetric.VormetricTransparentEncryption\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Vormetric.VormetricTransparentEncryption\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"vte\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/vte\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"WAD-VMSS.Test\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/WAD-VMSS.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"WAD2AI.Diagnostics.Test\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/WAD2AI.Diagnostics.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"WADVMSS.Test\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/WADVMSS.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"waratek\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/waratek\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"warewolf-esb\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/warewolf-esb\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"watchfulsoftware\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/watchfulsoftware\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"websense-apmailpe\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/websense-apmailpe\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"wmspanel\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/wmspanel\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"workshare-technology\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/workshare-technology\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"wowza\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/wowza\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"xebialabs\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/xebialabs\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"xfinityinc\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/xfinityinc\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"xmpro\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/xmpro\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"xtremedata\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/xtremedata\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"yellowfin\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/yellowfin\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"your-shop-online\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/your-shop-online\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"zementis\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/zementis\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"zend\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/zend\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"zoomdata\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/zoomdata\"\r\n }\r\n]",
"ResponseHeaders": {
"Content-Length": [
- "2136"
+ "71305"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -2676,11 +2709,8 @@
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
- "x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
- ],
"x-ms-request-id": [
- "a6d453f0-b007-44b3-bd78-62863293cf10"
+ "c82e53c9-7b6f-490b-96bd-4260df65751d"
],
"Cache-Control": [
"no-cache"
@@ -2690,28 +2720,28 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14983"
+ "14987"
],
"x-ms-correlation-request-id": [
- "699a1001-87d9-4b3c-aa88-ae5964ffb990"
+ "e0f65eda-095b-47c6-91c9-12f887a8657f"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T034322Z:699a1001-87d9-4b3c-aa88-ae5964ffb990"
+ "CENTRALUS:20160114T082220Z:e0f65eda-095b-47c6-91c9-12f887a8657f"
],
"Date": [
- "Tue, 22 Dec 2015 03:43:22 GMT"
+ "Thu, 14 Jan 2016 08:22:19 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Compute/virtualMachines/vmcrptestps267?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczI2Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtY3JwdGVzdHBzMjY3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/publishers/Microsoft.Compute/artifacttypes/vmextension/types?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL3B1Ymxpc2hlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXJ0aWZhY3R0eXBlcy92bWV4dGVuc2lvbi90eXBlcz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "f8876183-99e8-4413-b934-ac9a0f26ad44"
+ "ad13e6df-5207-409b-8ced-7d619aef57fa"
],
"accept-language": [
"en-US"
@@ -2720,10 +2750,10 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"properties\": {\r\n \"vmId\": \"6cc0d950-b980-4f0f-b702-86b0a673e23f\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2008-R2-SP1\",\r\n \"version\": \"latest\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"osDisk\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps267.blob.core.windows.net/test/os.vhd\"\r\n },\r\n \"caching\": \"ReadWrite\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"testDataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps267.blob.core.windows.net/test/data1.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 10\r\n },\r\n {\r\n \"lun\": 2,\r\n \"name\": \"testDataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps267.blob.core.windows.net/test/data2.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 11\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": []\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Network/networkInterfaces/niccrptestps267\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://stocrptestps267.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"BGInfo\",\r\n \"typeHandlerVersion\": \"2.1\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Compute/virtualMachines/vmcrptestps267/extensions/BGInfo\",\r\n \"name\": \"BGInfo\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Compute/virtualMachines/vmcrptestps267\",\r\n \"name\": \"vmcrptestps267\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\"\r\n}",
+ "ResponseBody": "[\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/BGInfo\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"CustomScriptExtension\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/CustomScriptExtension\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"JsonADDomainExtension\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/JsonADDomainExtension\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"VMAccessAgent\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/VMAccessAgent\"\r\n }\r\n]",
"ResponseHeaders": {
"Content-Length": [
- "2688"
+ "1033"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -2737,11 +2767,8 @@
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
- "x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
- ],
"x-ms-request-id": [
- "18398ef8-6129-4ef6-84a6-7629902de888"
+ "7109a111-d80c-4a04-9fd9-9ef372a5edbf"
],
"Cache-Control": [
"no-cache"
@@ -2751,28 +2778,28 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14947"
+ "14986"
],
"x-ms-correlation-request-id": [
- "533178ad-1260-42bd-a57e-1b319efc59af"
+ "0c89a3ba-16ee-46c6-8e97-ed593fa0f19c"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T035901Z:533178ad-1260-42bd-a57e-1b319efc59af"
+ "CENTRALUS:20160114T082220Z:0c89a3ba-16ee-46c6-8e97-ed593fa0f19c"
],
"Date": [
- "Tue, 22 Dec 2015 03:59:00 GMT"
+ "Thu, 14 Jan 2016 08:22:19 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Compute/virtualMachines/vmcrptestps267?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczI2Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtY3JwdGVzdHBzMjY3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/publishers/Microsoft.Compute/artifacttypes/vmextension/types/BGInfo/versions?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL3B1Ymxpc2hlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXJ0aWZhY3R0eXBlcy92bWV4dGVuc2lvbi90eXBlcy9CR0luZm8vdmVyc2lvbnM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "7012e9b6-315d-42dc-8d4e-f6c52e37fa03"
+ "99dbc535-bf13-4296-8e12-c0df2766c667"
],
"accept-language": [
"en-US"
@@ -2781,10 +2808,10 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"properties\": {\r\n \"vmId\": \"6cc0d950-b980-4f0f-b702-86b0a673e23f\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2008-R2-SP1\",\r\n \"version\": \"latest\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"osDisk\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps267.blob.core.windows.net/test/os.vhd\"\r\n },\r\n \"caching\": \"ReadWrite\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"testDataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps267.blob.core.windows.net/test/data1.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 10\r\n },\r\n {\r\n \"lun\": 2,\r\n \"name\": \"testDataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps267.blob.core.windows.net/test/data2.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 11\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": []\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Network/networkInterfaces/niccrptestps267\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://stocrptestps267.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"BGInfo\",\r\n \"typeHandlerVersion\": \"2.1\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Compute/virtualMachines/vmcrptestps267/extensions/BGInfo\",\r\n \"name\": \"BGInfo\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Compute/virtualMachines/vmcrptestps267\",\r\n \"name\": \"vmcrptestps267\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\"\r\n}",
+ "ResponseBody": "[\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"2.1\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/BGInfo/Versions/2.1\"\r\n }\r\n]",
"ResponseHeaders": {
"Content-Length": [
- "2688"
+ "252"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -2798,11 +2825,8 @@
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
- "x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
- ],
"x-ms-request-id": [
- "4a70fcbf-7733-46ae-aee7-5da250e62cd8"
+ "923445f8-d549-4487-9f72-7db3dc7fb3f3"
],
"Cache-Control": [
"no-cache"
@@ -2812,28 +2836,34 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14946"
+ "14985"
],
"x-ms-correlation-request-id": [
- "2eb9484c-33b0-458d-bf3b-7b2b5c869d50"
+ "37b91ba1-2dd1-4ab8-8012-f275d2de40ca"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T035930Z:2eb9484c-33b0-458d-bf3b-7b2b5c869d50"
+ "CENTRALUS:20160114T082220Z:37b91ba1-2dd1-4ab8-8012-f275d2de40ca"
],
"Date": [
- "Tue, 22 Dec 2015 03:59:29 GMT"
+ "Thu, 14 Jan 2016 08:22:20 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Compute/virtualMachines/vmcrptestps267?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczI2Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtY3JwdGVzdHBzMjY3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
- "RequestMethod": "GET",
- "RequestBody": "",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Compute/virtualMachines/vmcrptestps5620/extensions/BGInfo?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczU2MjAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bWNycHRlc3RwczU2MjAvZXh0ZW5zaW9ucy9CR0luZm8/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"BGInfo\",\r\n \"typeHandlerVersion\": \"2.1\",\r\n \"autoUpgradeMinorVersion\": true\r\n }\r\n}",
"RequestHeaders": {
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "187"
+ ],
"x-ms-client-request-id": [
- "0a8bc8d1-bb0b-4c0b-9ebe-9e8d299c9f84"
+ "b56b44fe-2d13-4a8e-ac1b-90221d257e9b"
],
"accept-language": [
"en-US"
@@ -2842,10 +2872,10 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"properties\": {\r\n \"vmId\": \"6cc0d950-b980-4f0f-b702-86b0a673e23f\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2008-R2-SP1\",\r\n \"version\": \"latest\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"osDisk\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps267.blob.core.windows.net/test/os.vhd\"\r\n },\r\n \"caching\": \"ReadWrite\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"testDataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps267.blob.core.windows.net/test/data1.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 10\r\n },\r\n {\r\n \"lun\": 2,\r\n \"name\": \"testDataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps267.blob.core.windows.net/test/data2.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 11\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": []\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Network/networkInterfaces/niccrptestps267\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://stocrptestps267.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"BGInfo\",\r\n \"typeHandlerVersion\": \"2.1\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Compute/virtualMachines/vmcrptestps267/extensions/BGInfo\",\r\n \"name\": \"BGInfo\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Compute/virtualMachines/vmcrptestps267\",\r\n \"name\": \"vmcrptestps267\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\"\r\n}",
+ "ResponseBody": "{\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"BGInfo\",\r\n \"typeHandlerVersion\": \"2.1\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Creating\"\r\n },\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Compute/virtualMachines/vmcrptestps5620/extensions/BGInfo\",\r\n \"name\": \"BGInfo\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "2688"
+ "475"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -2856,14 +2886,17 @@
"Pragma": [
"no-cache"
],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/170d5ecf-e8b6-4684-95b6-e3b9bdedf537?api-version=2015-06-15"
+ ],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "3c3b1f85-0990-43be-9c2a-050d6761350a"
+ "170d5ecf-e8b6-4684-95b6-e3b9bdedf537"
],
"Cache-Control": [
"no-cache"
@@ -2872,41 +2905,35 @@
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14945"
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1198"
],
"x-ms-correlation-request-id": [
- "0d7d6edc-f9ed-4868-856c-95b91906f937"
+ "9c64fe67-7bbb-405c-9e68-57e641e9a0e2"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T035930Z:0d7d6edc-f9ed-4868-856c-95b91906f937"
+ "CENTRALUS:20160114T082223Z:9c64fe67-7bbb-405c-9e68-57e641e9a0e2"
],
"Date": [
- "Tue, 22 Dec 2015 03:59:29 GMT"
+ "Thu, 14 Jan 2016 08:22:22 GMT"
]
},
- "StatusCode": 200
+ "StatusCode": 201
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Compute/virtualMachines/vmcrptestps267?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczI2Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtY3JwdGVzdHBzMjY3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/170d5ecf-e8b6-4684-95b6-e3b9bdedf537?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMTcwZDVlY2YtZThiNi00Njg0LTk1YjYtZTNiOWJkZWRmNTM3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
- "x-ms-client-request-id": [
- "f6bde27a-10a6-43ee-82c3-c42c230fbf51"
- ],
- "accept-language": [
- "en-US"
- ],
"User-Agent": [
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"properties\": {\r\n \"vmId\": \"6cc0d950-b980-4f0f-b702-86b0a673e23f\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2008-R2-SP1\",\r\n \"version\": \"latest\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"osDisk\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps267.blob.core.windows.net/test/os.vhd\"\r\n },\r\n \"caching\": \"ReadWrite\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"testDataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps267.blob.core.windows.net/test/data1.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 10\r\n },\r\n {\r\n \"lun\": 2,\r\n \"name\": \"testDataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps267.blob.core.windows.net/test/data2.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 11\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": []\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Network/networkInterfaces/niccrptestps267\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://stocrptestps267.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"BGInfo\",\r\n \"typeHandlerVersion\": \"2.1\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Compute/virtualMachines/vmcrptestps267/extensions/BGInfo\",\r\n \"name\": \"BGInfo\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n },\r\n {\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Azure.Diagnostics\",\r\n \"type\": \"IaaSDiagnostics\",\r\n \"typeHandlerVersion\": \"1.5\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"settings\": {\r\n \"xmlCfg\": \"PFdhZENmZz4NCiAgICA8RGlhZ25vc3RpY01vbml0b3JDb25maWd1cmF0aW9uIG92ZXJhbGxRdW90YUluTUI9IjIwNDgiIHhtbG5zPSJodHRwOi8vc2NoZW1hcy5taWNyb3NvZnQuY29tL1NlcnZpY2VIb3N0aW5nLzIwMTAvMTAvRGlhZ25vc3RpY3NDb25maWd1cmF0aW9uIj4NCiAgICAgIDxEaWFnbm9zdGljSW5mcmFzdHJ1Y3R1cmVMb2dzIHNjaGVkdWxlZFRyYW5zZmVyTG9nTGV2ZWxGaWx0ZXI9IkVycm9yIiAvPg0KICAgICAgPERpcmVjdG9yaWVzIHNjaGVkdWxlZFRyYW5zZmVyUGVyaW9kPSJQVDFNIj4NCiAgICAgICAgPElJU0xvZ3MgY29udGFpbmVyTmFtZT0id2FkLWlpcy1sb2dmaWxlcyIgLz4NCiAgICAgICAgPEZhaWxlZFJlcXVlc3RMb2dzIGNvbnRhaW5lck5hbWU9IndhZC1mYWlsZWRyZXF1ZXN0bG9ncyIgLz4NCiAgICAgIDwvRGlyZWN0b3JpZXM+DQogICAgICA8UGVyZm9ybWFuY2VDb3VudGVycyBzY2hlZHVsZWRUcmFuc2ZlclBlcmlvZD0iUFQyTSI+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxNZW1vcnlcQXZhaWxhYmxlIE1CeXRlcyIgc2FtcGxlUmF0ZT0iUFQxTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXFdlYiBTZXJ2aWNlKF9Ub3RhbClcSVNBUEkgRXh0ZW5zaW9uIFJlcXVlc3RzL3NlYyIgc2FtcGxlUmF0ZT0iUFQzTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXFdlYiBTZXJ2aWNlKF9Ub3RhbClcQnl0ZXMgVG90YWwvU2VjIiBzYW1wbGVSYXRlPSJQVDFNIiAvPg0KICAgICAgICA8UGVyZm9ybWFuY2VDb3VudGVyQ29uZmlndXJhdGlvbiBjb3VudGVyU3BlY2lmaWVyPSJcQVNQLk5FVCBBcHBsaWNhdGlvbnMoX19Ub3RhbF9fKVxSZXF1ZXN0cy9TZWMiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxBU1AuTkVUIEFwcGxpY2F0aW9ucyhfX1RvdGFsX18pXEVycm9ycyBUb3RhbC9TZWMiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxBU1AuTkVUXFJlcXVlc3RzIFF1ZXVlZCIgc2FtcGxlUmF0ZT0iUFQzTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXEFTUC5ORVRcUmVxdWVzdHMgUmVqZWN0ZWQiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxQcm9jZXNzb3IoX1RvdGFsKVwlIFByb2Nlc3NvciBUaW1lIiBzYW1wbGVSYXRlPSJQVDNNIiAvPg0KICAgICAgPC9QZXJmb3JtYW5jZUNvdW50ZXJzPg0KICAgICAgPFdpbmRvd3NFdmVudExvZyBzY2hlZHVsZWRUcmFuc2ZlclBlcmlvZD0iUFQxTSI+DQogICAgICAgIDxEYXRhU291cmNlIG5hbWU9IkFwcGxpY2F0aW9uISpbU3lzdGVtWyhMZXZlbD0xIG9yIExldmVsPTIpXV0iIC8+DQogICAgICAgIDxEYXRhU291cmNlIG5hbWU9IldpbmRvd3MgQXp1cmUhKltTeXN0ZW1bKExldmVsPTEgb3IgTGV2ZWw9MildXSIgLz4NCiAgICAgIDwvV2luZG93c0V2ZW50TG9nPg0KICAgICAgPENyYXNoRHVtcHM+DQogICAgICAgIDxDcmFzaER1bXBDb25maWd1cmF0aW9uIHByb2Nlc3NOYW1lPSJXYUlJU0hvc3QuZXhlIiAvPg0KICAgICAgICA8Q3Jhc2hEdW1wQ29uZmlndXJhdGlvbiBwcm9jZXNzTmFtZT0iV2FXb3JrZXJIb3N0LmV4ZSIgLz4NCiAgICAgICAgPENyYXNoRHVtcENvbmZpZ3VyYXRpb24gcHJvY2Vzc05hbWU9Inczd3AuZXhlIiAvPg0KICAgICAgPC9DcmFzaER1bXBzPg0KICAgICAgPExvZ3Mgc2NoZWR1bGVkVHJhbnNmZXJQZXJpb2Q9IlBUM00iIC8+DQogICAgPC9EaWFnbm9zdGljTW9uaXRvckNvbmZpZ3VyYXRpb24+DQogIDwvV2FkQ2ZnPg==\",\r\n \"storageAccount\": \"definedincommandline\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Compute/virtualMachines/vmcrptestps267/extensions/Microsoft.Insights.VMDiagnosticsSettings\",\r\n \"name\": \"Microsoft.Insights.VMDiagnosticsSettings\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Compute/virtualMachines/vmcrptestps267\",\r\n \"name\": \"vmcrptestps267\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"170d5ecf-e8b6-4684-95b6-e3b9bdedf537\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:22:23.2136959-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "6100"
+ "141"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -2921,10 +2948,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "c9b45fa8-7f80-4caa-8a1f-4ff35971edc8"
+ "a23f8138-c787-4bc6-8135-9ab8e9d1e03e"
],
"Cache-Control": [
"no-cache"
@@ -2934,40 +2961,34 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14920"
+ "14984"
],
"x-ms-correlation-request-id": [
- "3526e582-db8c-454f-babb-3c31aa56da3f"
+ "71985c0c-9e2a-4ef4-954b-96088b8c2e0b"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T041106Z:3526e582-db8c-454f-babb-3c31aa56da3f"
+ "CENTRALUS:20160114T082253Z:71985c0c-9e2a-4ef4-954b-96088b8c2e0b"
],
"Date": [
- "Tue, 22 Dec 2015 04:11:05 GMT"
+ "Thu, 14 Jan 2016 08:22:53 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/publishers?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL3B1Ymxpc2hlcnM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/170d5ecf-e8b6-4684-95b6-e3b9bdedf537?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMTcwZDVlY2YtZThiNi00Njg0LTk1YjYtZTNiOWJkZWRmNTM3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
- "x-ms-client-request-id": [
- "30f6e450-a98f-43df-aa39-93ef039b7175"
- ],
- "accept-language": [
- "en-US"
- ],
"User-Agent": [
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "[\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"4psa\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/4psa\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"4ward365\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/4ward365\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"7isolutions\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/7isolutions\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"a10networks\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/a10networks\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"abiquo\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/abiquo\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"active-navigation\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/active-navigation\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"activeeon\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/activeeon\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"adam-software\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/adam-software\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"adatao\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/adatao\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"adobe\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/adobe\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"adobe_test\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/adobe_test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"advantech\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/advantech\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"advantech-webaccess\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/advantech-webaccess\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"aerospike\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/aerospike\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"aimsinnovation\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/aimsinnovation\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"aiscaler-cache-control-ddos-and-url-rewriting-\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/aiscaler-cache-control-ddos-and-url-rewriting-\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"alachisoft\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/alachisoft\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"alertlogic\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/alertlogic\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"AlertLogic.Extension\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/AlertLogic.Extension\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"algebraix-data\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/algebraix-data\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"alldigital-brevity\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/alldigital-brevity\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"altiar\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/altiar\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"appcelerator\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/appcelerator\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"appcitoinc\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/appcitoinc\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"appex-networks\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/appex-networks\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"appistry\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/appistry\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"apprenda\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/apprenda\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"appveyorci\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/appveyorci\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"appzero\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/appzero\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"arangodb\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/arangodb\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"aras\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/aras\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"array_networks\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/array_networks\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"aspex-managed-cloud\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/aspex-managed-cloud\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"attunity_cloudbeam\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/attunity_cloudbeam\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"auriq-systems\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/auriq-systems\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"avepoint\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/avepoint\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"aviatrix-systems\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/aviatrix-systems\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"awingu\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/awingu\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"azul\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/azul\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"AzureRT.Test\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/AzureRT.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Barracuda.Azure.ConnectivityAgent\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Barracuda.Azure.ConnectivityAgent\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"barracudanetworks\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/barracudanetworks\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"basho\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/basho\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Bitnami\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Bitnami\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"bizagi\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/bizagi\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"blackberry\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/blackberry\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"bluetalon\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/bluetalon\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"boundlessgeo\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/boundlessgeo\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"boxless\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/boxless\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"brocade_communications\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/brocade_communications\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"bryte\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/bryte\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"bssw\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/bssw\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"buddhalabs\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/buddhalabs\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"bwappengine\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/bwappengine\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Canonical\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Canonical\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"caringo\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/caringo\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"catechnologies\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/catechnologies\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cautelalabs\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/cautelalabs\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cds\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/cds\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"certivox\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/certivox\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"checkpoint\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/checkpoint\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"checkpointsystems\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/checkpointsystems\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"chef-software\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/chef-software\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Chef.Bootstrap.WindowsAzure\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Chef.Bootstrap.WindowsAzure\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"circleci\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/circleci\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cires21\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/cires21\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cisco\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/cisco\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"clickberry\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/clickberry\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cloud-cruiser\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/cloud-cruiser\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cloudbees-enterprise-jenkins\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/cloudbees-enterprise-jenkins\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cloudboost\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/cloudboost\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cloudera\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/cloudera\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cloudera1qaz2wsx\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/cloudera1qaz2wsx\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cloudhouse\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/cloudhouse\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cloudlink\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/cloudlink\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"CloudLink.SecureVM\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/CloudLink.SecureVM\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"CloudLinkEMC.SecureVM\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/CloudLinkEMC.SecureVM\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"CloudLinkEMC.SecureVM.Test\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/CloudLinkEMC.SecureVM.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cloudsoft\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/cloudsoft\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"clustrix\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/clustrix\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"codelathe\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/codelathe\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cohesive\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/cohesive\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"commvault\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/commvault\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Confer\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Confer\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Confer.TestSensor\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Confer.TestSensor\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cordis\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/cordis\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"corent-technology-pvt\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/corent-technology-pvt\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"CoreOS\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/CoreOS\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cortical-io\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/cortical-io\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"couchbase\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/couchbase\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"credativ\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/credativ\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Dans.Windows.App\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Dans.Windows.App\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Dans2.Windows.App\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Dans2.Windows.App\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Dans3.Windows.App\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Dans3.Windows.App\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"dataart\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/dataart\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"datacastle\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/datacastle\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Datadog.Agent\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Datadog.Agent\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"dataexpeditioninc\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/dataexpeditioninc\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"datalayer\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/datalayer\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"dataliberation\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/dataliberation\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"datastax\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/datastax\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"datasunrise\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/datasunrise\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"defacto_global_\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/defacto_global_\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"dell-software\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/dell-software\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"dell_software\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/dell_software\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"denyall\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/denyall\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"derdack\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/derdack\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"dgsecure\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/dgsecure\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"docker\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/docker\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"dolbydeveloper\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/dolbydeveloper\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"donovapub\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/donovapub\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"drone\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/drone\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"dundas\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/dundas\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"dynatrace.ruxit\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/dynatrace.ruxit\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"easyterritory\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/easyterritory\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"egress\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/egress\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"eip\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/eip\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"eip-eipower\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/eip-eipower\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"elastacloud\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/elastacloud\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"elasticbox\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/elasticbox\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"elfiqnetworks\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/elfiqnetworks\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"eloquera\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/eloquera\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"eperi\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/eperi\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"equilibrium\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/equilibrium\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"ESET\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/ESET\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"ESET.FileSecurity\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/ESET.FileSecurity\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"esri\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/esri\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"eurotech\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/eurotech\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"exasol\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/exasol\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"exit-games\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/exit-games\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"expertime\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/expertime\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"f5-networks\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/f5-networks\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"filebridge\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/filebridge\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"firehost\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/firehost\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"flexerasoftware\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/flexerasoftware\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"foghorn-systems\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/foghorn-systems\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"forscene\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/forscene\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"fortinet\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/fortinet\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"fortycloud\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/fortycloud\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"fw\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/fw\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"g-data-software\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/g-data-software\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"gemalto-safenet\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/gemalto-safenet\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Gemalto.SafeNet.ProtectV\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Gemalto.SafeNet.ProtectV\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"GitHub\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/GitHub\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"greathorn\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/greathorn\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"greensql\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/greensql\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"haivision\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/haivision\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"halobicloud\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/halobicloud\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"hanu\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/hanu\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"hewlett-packard\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/hewlett-packard\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"hortonworks\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/hortonworks\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"iaansys\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/iaansys\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"iamcloud\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/iamcloud\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"imaginecommunications\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/imaginecommunications\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"imc\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/imc\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"imperva\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/imperva\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"incredibuild\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/incredibuild\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"infolibrarian\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/infolibrarian\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"informatica\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/informatica\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"informatica-cloud\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/informatica-cloud\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"infostrat\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/infostrat\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"intel\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/intel\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"intelligent-plant-ltd\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/intelligent-plant-ltd\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"iquest\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/iquest\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"ishlangu-load-balancer-adc\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/ishlangu-load-balancer-adc\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"itelios\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/itelios\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"jedox\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/jedox\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"jelastic\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/jelastic\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"jetnexus\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/jetnexus\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"jfrog\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/jfrog\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"kaazing\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/kaazing\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"kaspersky_lab\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/kaspersky_lab\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"kemptech\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/kemptech\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"kepion\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/kepion\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"le\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/le\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"lieberlieber\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/lieberlieber\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"liebsoft\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/liebsoft\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"literatu\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/literatu\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"loadbalancer\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/loadbalancer\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"LocalTest.TrendMicro.DeepSecurity\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/LocalTest.TrendMicro.DeepSecurity\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"logi-analytics\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/logi-analytics\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"loginpeople\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/loginpeople\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"logtrust\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/logtrust\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"looker\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/looker\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"luxoft\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/luxoft\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"magelia\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/magelia\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"manageengine\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/manageengine\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"massiveanalytic-\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/massiveanalytic-\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"McAfee.EndpointSecurity\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/McAfee.EndpointSecurity\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"McAfee.EndpointSecurity.test3\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/McAfee.EndpointSecurity.test3\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"meanio\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/meanio\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"memsql\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/memsql\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"mentalnotes\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/mentalnotes\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"mesosphere\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/mesosphere\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"metavistech\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/metavistech\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"mfiles\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/mfiles\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"microsoft-ads\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/microsoft-ads\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Azure.Applications\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Azure.Applications\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Azure.Backup.Test\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Azure.Backup.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Azure.Diagnostics\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Azure.Diagnostics\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Azure.Extensions\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Azure.Extensions\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Azure.RecoveryServices\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Azure.RecoveryServices\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Azure.Security\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Azure.Security\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Azure.Security.Internal\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Azure.Security.Internal\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Azure.SiteRecovery.Test\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Azure.SiteRecovery.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Azure.WindowsFabric.Test\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Azure.WindowsFabric.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.AzureCAT.AzureEnhancedMonitoring\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.AzureCAT.AzureEnhancedMonitoring\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.AzureCAT.AzureEnhancedMonitoringTest\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.AzureCAT.AzureEnhancedMonitoringTest\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Compute\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Compute\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.EnterpriseCloud.Monitoring\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.EnterpriseCloud.Monitoring\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.EnterpriseCloud.Monitoring.Test\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.EnterpriseCloud.Monitoring.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.HpcCompute\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.HpcCompute\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.HpcPack\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.HpcPack\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.OSTCExtensions\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.OSTCExtensions\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.OSTCExtensions.Test\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.OSTCExtensions.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.Install\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.Install\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.Internal\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.Internal\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.PaaS\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.PaaS\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.Preview\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.Preview\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.Test\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.Test0\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.Test0\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.Test2\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.Test2\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.Test3\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.Test3\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.UtcTest\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.UtcTest\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.Wmf\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.Wmf\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.Wmf4Test\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.Wmf4Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.Wmf5\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.Wmf5\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.SqlServer.Managability.IaaS.Test\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.SqlServer.Managability.IaaS.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.SqlServer.Management\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.SqlServer.Management\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.SystemCenter\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.SystemCenter\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.VisualStudio\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.VisualStudio\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.VisualStudio.Azure.ETWTraceListenerService\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.VisualStudio.Azure.ETWTraceListenerService\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.VisualStudio.Azure.RemoteDebug\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.VisualStudio.Azure.RemoteDebug\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.VisualStudio.Azure.RemoteDebug.Json\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.VisualStudio.Azure.RemoteDebug.Json\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.VisualStudio.ServiceProfiler\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.VisualStudio.ServiceProfiler\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.VisualStudio.ServiceProfiler.Test\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.VisualStudio.ServiceProfiler.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Windows.AzureRemoteApp.Test\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Windows.AzureRemoteApp.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Windows.RemoteDesktop\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Windows.RemoteDesktop\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.WindowsAzure.Compute\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.WindowsAzure.Compute\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftAzureSiteRecovery\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftAzureSiteRecovery\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftBizTalkServer\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftBizTalkServer\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftDynamicsAX\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftDynamicsAX\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftDynamicsGP\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftDynamicsGP\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftDynamicsNAV\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftDynamicsNAV\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftHybridCloudStorage\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftHybridCloudStorage\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftSharePoint\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftSharePoint\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftSQLServer\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftSQLServer\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftVisualStudio\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftVisualStudio\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftWindowsServer\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftWindowsServer\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftWindowsServerEssentials\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftWindowsServerEssentials\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftWindowsServerHPCPack\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftWindowsServerHPCPack\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftWindowsServerRemoteDesktop\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftWindowsServerRemoteDesktop\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"midvision\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/midvision\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"miracl_linux\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/miracl_linux\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"mokxa-technologies\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/mokxa-technologies\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"moviemasher\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/moviemasher\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"msopentech\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/msopentech\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MSOpenTech.Extensions\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/MSOpenTech.Extensions\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"mtnfog\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/mtnfog\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"mvp-systems\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/mvp-systems\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"mxhero\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/mxhero\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"ncbi\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/ncbi\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"netapp\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/netapp\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"new-signature\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/new-signature\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"nextlimit\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/nextlimit\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"nexus\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/nexus\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"nginxinc\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/nginxinc\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"nicepeopleatwork\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/nicepeopleatwork\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"nodejsapi\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/nodejsapi\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"nuxeo\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/nuxeo\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"officeclipsuite\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/officeclipsuite\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"op5\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/op5\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"opencell\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/opencell\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"OpenLogic\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/OpenLogic\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"openmeap\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/openmeap\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"opennebulasystems\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/opennebulasystems\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"opentext\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/opentext\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Oracle\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Oracle\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"orientdb\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/orientdb\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"osisoft\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/osisoft\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"outsystems\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/outsystems\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"panzura-file-system\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/panzura-file-system\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"pointmatter\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/pointmatter\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"predictionio\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/predictionio\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"predixion\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/predixion\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"prestashop\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/prestashop\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"primestream\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/primestream\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"profisee\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/profisee\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"ptv_group\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/ptv_group\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"PuppetLabs\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/PuppetLabs\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"PuppetLabs.Test\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/PuppetLabs.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"pxlag_swiss\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/pxlag_swiss\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"quasardb\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/quasardb\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"rancher\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/rancher\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"redpoint-global\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/redpoint-global\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"remotelearner\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/remotelearner\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"revolution-analytics\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/revolution-analytics\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"RightScaleLinux\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/RightScaleLinux\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"RightScaleWindowsServer\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/RightScaleWindowsServer\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"riverbed\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/riverbed\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"RiverbedTechnology\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/RiverbedTechnology\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"rocketsoftware\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/rocketsoftware\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"rocket_software\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/rocket_software\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"saltstack\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/saltstack\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"sap\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/sap\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"scalearc\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/scalearc\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"scalebase\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/scalebase\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"seagate\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/seagate\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"searchblox\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/searchblox\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"sensorberg\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/sensorberg\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"servoy\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/servoy\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"sharefile\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/sharefile\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"shavlik\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/shavlik\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"sightapps\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/sightapps\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"sinefa\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/sinefa\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"sios_datakeeper\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/sios_datakeeper\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"sisense\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/sisense\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"snip2code\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/snip2code\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"softnas\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/softnas\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"soha\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/soha\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"solanolabs\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/solanolabs\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"spacecurve\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/spacecurve\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"spagobi\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/spagobi\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"sphere3d\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/sphere3d\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"stackato-platform-as-a-service\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/stackato-platform-as-a-service\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"stackstorm\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/stackstorm\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"starwind\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/starwind\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"steelhive\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/steelhive\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"stonefly\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/stonefly\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"stormshield\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/stormshield\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"stratalux\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/stratalux\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"sunview-software\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/sunview-software\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"SUSE\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/SUSE\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Symantec\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Symantec\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Symantec.QA\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Symantec.QA\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Symantec.staging\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Symantec.staging\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Symantec.test\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Symantec.test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"tactic\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/tactic\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"talon\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/talon\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"targit\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/targit\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"tavendo\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/tavendo\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"techdivision\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/techdivision\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"telepat\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/telepat\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"tenable\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/tenable\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"tentity\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/tentity\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Test.Barracuda.Azure.ConnectivityAgent\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Test.Barracuda.Azure.ConnectivityAgent\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Test.Gemalto.SafeNet.ProtectV\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Test.Gemalto.SafeNet.ProtectV\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Test.Gemalto.SafeNet.ProtectV.Azure\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Test.Gemalto.SafeNet.ProtectV.Azure\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Test.HP.AppDefender\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Test.HP.AppDefender\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Test.NJHP.AppDefender\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Test.NJHP.AppDefender\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Test.TrendMicro.DeepSecurity\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Test.TrendMicro.DeepSecurity\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Test.TrendMicro.DeepSecurity2\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Test.TrendMicro.DeepSecurity2\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Test.TrendMicro.DeepSecurity3\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Test.TrendMicro.DeepSecurity3\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Test1.NJHP.AppDefender\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Test1.NJHP.AppDefender\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"thinkboxsoftware\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/thinkboxsoftware\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"topdesk\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/topdesk\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"torusware\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/torusware\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"transvault\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/transvault\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"trendmicro\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/trendmicro\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"TrendMicro.DeepSecurity\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/TrendMicro.DeepSecurity\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"TrendMicro.DeepSecurity.Test2\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/TrendMicro.DeepSecurity.Test2\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"TrendMicro.PortalProtect\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/TrendMicro.PortalProtect\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"tsa-public-service\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/tsa-public-service\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"typesafe\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/typesafe\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"ubercloud\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/ubercloud\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"unidesk\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/unidesk\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"unidesk-corp\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/unidesk-corp\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"usp\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/usp\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"vbot\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/vbot\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"veeam\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/veeam\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"vidispine\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/vidispine\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"vidizmo\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/vidizmo\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"virtualworks\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/virtualworks\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"vision_solutions\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/vision_solutions\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"vmturbo\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/vmturbo\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Vormetric\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Vormetric\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Vormetric.VormetricTransparentEncryption\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Vormetric.VormetricTransparentEncryption\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"vte\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/vte\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"WAD-VMSS.Test\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/WAD-VMSS.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"WAD2AI.Diagnostics.Test\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/WAD2AI.Diagnostics.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"WADVMSS.Test\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/WADVMSS.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"waratek\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/waratek\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"warewolf-esb\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/warewolf-esb\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"watchfulsoftware\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/watchfulsoftware\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"websense-apmailpe\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/websense-apmailpe\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"wmspanel\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/wmspanel\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"workshare-technology\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/workshare-technology\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"wowza\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/wowza\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"xebialabs\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/xebialabs\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"xfinityinc\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/xfinityinc\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"xmpro\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/xmpro\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"xtremedata\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/xtremedata\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"yellowfin\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/yellowfin\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"your-shop-online\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/your-shop-online\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"zementis\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/zementis\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"zend\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/zend\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"zoomdata\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/zoomdata\"\r\n }\r\n]",
+ "ResponseBody": "{\r\n \"operationId\": \"170d5ecf-e8b6-4684-95b6-e3b9bdedf537\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:22:23.2136959-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "70063"
+ "141"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -2981,8 +3002,11 @@
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
"x-ms-request-id": [
- "de1c951d-492c-4b59-b21a-0cf35f8aeaec"
+ "36078f91-fdfc-469d-9bdd-baa608a5eabc"
],
"Cache-Control": [
"no-cache"
@@ -2992,40 +3016,34 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14982"
+ "14983"
],
"x-ms-correlation-request-id": [
- "3aeb7a9d-5b74-41c3-8dcf-cdd70f40b2ca"
+ "9ebc15d9-bba7-49ce-993a-746786e7301b"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T034323Z:3aeb7a9d-5b74-41c3-8dcf-cdd70f40b2ca"
+ "CENTRALUS:20160114T082323Z:9ebc15d9-bba7-49ce-993a-746786e7301b"
],
"Date": [
- "Tue, 22 Dec 2015 03:43:22 GMT"
+ "Thu, 14 Jan 2016 08:23:23 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/publishers/Microsoft.Compute/artifacttypes/vmextension/types?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL3B1Ymxpc2hlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXJ0aWZhY3R0eXBlcy92bWV4dGVuc2lvbi90eXBlcz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/170d5ecf-e8b6-4684-95b6-e3b9bdedf537?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMTcwZDVlY2YtZThiNi00Njg0LTk1YjYtZTNiOWJkZWRmNTM3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
- "x-ms-client-request-id": [
- "f92d290d-51e6-4208-9a6f-f99c629e86bd"
- ],
- "accept-language": [
- "en-US"
- ],
"User-Agent": [
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "[\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/BGInfo\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"CustomScriptExtension\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/CustomScriptExtension\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"JsonADDomainExtension\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/JsonADDomainExtension\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"VMAccessAgent\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/VMAccessAgent\"\r\n }\r\n]",
+ "ResponseBody": "{\r\n \"operationId\": \"170d5ecf-e8b6-4684-95b6-e3b9bdedf537\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:22:23.2136959-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "1033"
+ "141"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -3039,8 +3057,11 @@
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
"x-ms-request-id": [
- "e4d0d784-7ed8-4887-af21-5161c3349732"
+ "f97d727b-20ab-4ef4-9ddf-6d58a9b8864a"
],
"Cache-Control": [
"no-cache"
@@ -3050,40 +3071,34 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14981"
+ "14982"
],
"x-ms-correlation-request-id": [
- "0d001c9e-3ae9-4bc0-9775-ec6be6edd7e7"
+ "68fa3b05-387a-4c19-8cac-2b9dd0cff499"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T034323Z:0d001c9e-3ae9-4bc0-9775-ec6be6edd7e7"
+ "CENTRALUS:20160114T082353Z:68fa3b05-387a-4c19-8cac-2b9dd0cff499"
],
"Date": [
- "Tue, 22 Dec 2015 03:43:23 GMT"
+ "Thu, 14 Jan 2016 08:23:53 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/publishers/Microsoft.Compute/artifacttypes/vmextension/types/BGInfo/versions?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL3B1Ymxpc2hlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXJ0aWZhY3R0eXBlcy92bWV4dGVuc2lvbi90eXBlcy9CR0luZm8vdmVyc2lvbnM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/170d5ecf-e8b6-4684-95b6-e3b9bdedf537?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMTcwZDVlY2YtZThiNi00Njg0LTk1YjYtZTNiOWJkZWRmNTM3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
- "x-ms-client-request-id": [
- "c3aa4cf2-6975-43c0-b6af-90eb6b8bf838"
- ],
- "accept-language": [
- "en-US"
- ],
"User-Agent": [
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "[\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"2.1\",\r\n \"id\": \"/Subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/BGInfo/Versions/2.1\"\r\n }\r\n]",
+ "ResponseBody": "{\r\n \"operationId\": \"170d5ecf-e8b6-4684-95b6-e3b9bdedf537\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:22:23.2136959-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "252"
+ "141"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -3097,8 +3112,11 @@
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
"x-ms-request-id": [
- "8c0ccdf6-f6e6-478b-97b8-880376dd3af7"
+ "400a39bf-f54a-4645-af43-9a204ba08d48"
],
"Cache-Control": [
"no-cache"
@@ -3108,46 +3126,34 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14980"
+ "14981"
],
"x-ms-correlation-request-id": [
- "df7fa1b6-7986-4189-a947-1c948aea7ac7"
+ "bb42f0a2-f241-46dd-a171-c2d00012839e"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T034324Z:df7fa1b6-7986-4189-a947-1c948aea7ac7"
+ "CENTRALUS:20160114T082423Z:bb42f0a2-f241-46dd-a171-c2d00012839e"
],
"Date": [
- "Tue, 22 Dec 2015 03:43:23 GMT"
+ "Thu, 14 Jan 2016 08:24:23 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Compute/virtualMachines/vmcrptestps267/extensions/BGInfo?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczI2Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtY3JwdGVzdHBzMjY3L2V4dGVuc2lvbnMvQkdJbmZvP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
- "RequestMethod": "PUT",
- "RequestBody": "{\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"BGInfo\",\r\n \"typeHandlerVersion\": \"2.1\",\r\n \"autoUpgradeMinorVersion\": true\r\n }\r\n}",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/170d5ecf-e8b6-4684-95b6-e3b9bdedf537?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMTcwZDVlY2YtZThiNi00Njg0LTk1YjYtZTNiOWJkZWRmNTM3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
"RequestHeaders": {
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Content-Length": [
- "187"
- ],
- "x-ms-client-request-id": [
- "e405dfc8-1cab-43ee-8933-9a2a369997cc"
- ],
- "accept-language": [
- "en-US"
- ],
"User-Agent": [
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"BGInfo\",\r\n \"typeHandlerVersion\": \"2.1\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Creating\"\r\n },\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Compute/virtualMachines/vmcrptestps267/extensions/BGInfo\",\r\n \"name\": \"BGInfo\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"170d5ecf-e8b6-4684-95b6-e3b9bdedf537\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:22:23.2136959-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "473"
+ "141"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -3158,17 +3164,14 @@
"Pragma": [
"no-cache"
],
- "Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/9f86205a-c90c-4afc-a6f1-71909a9403c2?api-version=2015-06-15"
- ],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "9f86205a-c90c-4afc-a6f1-71909a9403c2"
+ "2dfd8736-f199-4c0c-9834-0625393f5da9"
],
"Cache-Control": [
"no-cache"
@@ -3177,24 +3180,24 @@
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
- "x-ms-ratelimit-remaining-subscription-writes": [
- "1198"
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14980"
],
"x-ms-correlation-request-id": [
- "e991d259-38f6-47f3-a9db-f8ae0c68efba"
+ "6126eb0c-fe72-499f-a6d6-9b82ac76bfff"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T034326Z:e991d259-38f6-47f3-a9db-f8ae0c68efba"
+ "CENTRALUS:20160114T082453Z:6126eb0c-fe72-499f-a6d6-9b82ac76bfff"
],
"Date": [
- "Tue, 22 Dec 2015 03:43:25 GMT"
+ "Thu, 14 Jan 2016 08:24:53 GMT"
]
},
- "StatusCode": 201
+ "StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/9f86205a-c90c-4afc-a6f1-71909a9403c2?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOWY4NjIwNWEtYzkwYy00YWZjLWE2ZjEtNzE5MDlhOTQwM2MyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/170d5ecf-e8b6-4684-95b6-e3b9bdedf537?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMTcwZDVlY2YtZThiNi00Njg0LTk1YjYtZTNiOWJkZWRmNTM3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -3202,7 +3205,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"9f86205a-c90c-4afc-a6f1-71909a9403c2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:43:26.5743127-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"170d5ecf-e8b6-4684-95b6-e3b9bdedf537\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:22:23.2136959-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -3220,10 +3223,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "0ed602cb-3575-4cb8-878d-6088c4549ce3"
+ "4adf4344-c28e-4106-9477-574c75c8d9e6"
],
"Cache-Control": [
"no-cache"
@@ -3236,20 +3239,20 @@
"14979"
],
"x-ms-correlation-request-id": [
- "92bd1e74-b068-40d9-a5d3-4c3e232f3e5a"
+ "d6fda1d6-e473-44a0-8a08-1cfe7780d67e"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T034356Z:92bd1e74-b068-40d9-a5d3-4c3e232f3e5a"
+ "CENTRALUS:20160114T082523Z:d6fda1d6-e473-44a0-8a08-1cfe7780d67e"
],
"Date": [
- "Tue, 22 Dec 2015 03:43:55 GMT"
+ "Thu, 14 Jan 2016 08:25:23 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/9f86205a-c90c-4afc-a6f1-71909a9403c2?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOWY4NjIwNWEtYzkwYy00YWZjLWE2ZjEtNzE5MDlhOTQwM2MyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/170d5ecf-e8b6-4684-95b6-e3b9bdedf537?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMTcwZDVlY2YtZThiNi00Njg0LTk1YjYtZTNiOWJkZWRmNTM3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -3257,7 +3260,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"9f86205a-c90c-4afc-a6f1-71909a9403c2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:43:26.5743127-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"170d5ecf-e8b6-4684-95b6-e3b9bdedf537\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:22:23.2136959-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -3275,10 +3278,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "7caf297c-b737-48d1-89d8-14de748304bb"
+ "568e674d-44c8-47a4-b518-af00d0dee52d"
],
"Cache-Control": [
"no-cache"
@@ -3291,20 +3294,20 @@
"14978"
],
"x-ms-correlation-request-id": [
- "1dac0d5c-1c7d-4cc2-ba09-dd4c7ba9de51"
+ "b9db21a1-10f1-47be-90d8-0f0af25932a1"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T034427Z:1dac0d5c-1c7d-4cc2-ba09-dd4c7ba9de51"
+ "CENTRALUS:20160114T082553Z:b9db21a1-10f1-47be-90d8-0f0af25932a1"
],
"Date": [
- "Tue, 22 Dec 2015 03:44:27 GMT"
+ "Thu, 14 Jan 2016 08:25:53 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/9f86205a-c90c-4afc-a6f1-71909a9403c2?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOWY4NjIwNWEtYzkwYy00YWZjLWE2ZjEtNzE5MDlhOTQwM2MyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/170d5ecf-e8b6-4684-95b6-e3b9bdedf537?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMTcwZDVlY2YtZThiNi00Njg0LTk1YjYtZTNiOWJkZWRmNTM3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -3312,7 +3315,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"9f86205a-c90c-4afc-a6f1-71909a9403c2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:43:26.5743127-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"170d5ecf-e8b6-4684-95b6-e3b9bdedf537\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:22:23.2136959-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -3330,10 +3333,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "897177c8-bb20-4287-9c51-9adf5660f7e2"
+ "2624ff6c-814b-414a-9887-e4d9dffd1243"
],
"Cache-Control": [
"no-cache"
@@ -3346,20 +3349,20 @@
"14977"
],
"x-ms-correlation-request-id": [
- "efa7d347-2b62-4231-a1d2-3ce5a76e6010"
+ "08d5c1e6-b8b2-4ff0-a2f8-8ff88d1625ba"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T034457Z:efa7d347-2b62-4231-a1d2-3ce5a76e6010"
+ "CENTRALUS:20160114T082623Z:08d5c1e6-b8b2-4ff0-a2f8-8ff88d1625ba"
],
"Date": [
- "Tue, 22 Dec 2015 03:44:56 GMT"
+ "Thu, 14 Jan 2016 08:26:23 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/9f86205a-c90c-4afc-a6f1-71909a9403c2?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOWY4NjIwNWEtYzkwYy00YWZjLWE2ZjEtNzE5MDlhOTQwM2MyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/170d5ecf-e8b6-4684-95b6-e3b9bdedf537?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMTcwZDVlY2YtZThiNi00Njg0LTk1YjYtZTNiOWJkZWRmNTM3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -3367,7 +3370,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"9f86205a-c90c-4afc-a6f1-71909a9403c2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:43:26.5743127-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"170d5ecf-e8b6-4684-95b6-e3b9bdedf537\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:22:23.2136959-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -3385,10 +3388,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "ede73f0c-1684-4bbe-8bb7-84c1d80dc3ef"
+ "b51fa680-4f35-479f-8969-57b7bd6d6fc2"
],
"Cache-Control": [
"no-cache"
@@ -3401,20 +3404,20 @@
"14976"
],
"x-ms-correlation-request-id": [
- "a7a76571-17a3-4fd4-bcb8-c6f2b0ac6c5d"
+ "64d57a1b-e4de-4aac-ba6e-08a7fdbaf8cb"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T034527Z:a7a76571-17a3-4fd4-bcb8-c6f2b0ac6c5d"
+ "CENTRALUS:20160114T082654Z:64d57a1b-e4de-4aac-ba6e-08a7fdbaf8cb"
],
"Date": [
- "Tue, 22 Dec 2015 03:45:26 GMT"
+ "Thu, 14 Jan 2016 08:26:53 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/9f86205a-c90c-4afc-a6f1-71909a9403c2?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOWY4NjIwNWEtYzkwYy00YWZjLWE2ZjEtNzE5MDlhOTQwM2MyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/170d5ecf-e8b6-4684-95b6-e3b9bdedf537?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMTcwZDVlY2YtZThiNi00Njg0LTk1YjYtZTNiOWJkZWRmNTM3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -3422,7 +3425,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"9f86205a-c90c-4afc-a6f1-71909a9403c2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:43:26.5743127-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"170d5ecf-e8b6-4684-95b6-e3b9bdedf537\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:22:23.2136959-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -3440,10 +3443,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "76fcfaa2-e3c4-43b6-86f9-b0159b1d5ee5"
+ "1eb89905-e92a-47ae-bef9-a6825ac2d96b"
],
"Cache-Control": [
"no-cache"
@@ -3456,20 +3459,20 @@
"14975"
],
"x-ms-correlation-request-id": [
- "79dd1fe9-22f9-41d8-af13-2e3f46552d00"
+ "f02875f9-cf1e-4e8c-8ffc-29f1e66634ed"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T034557Z:79dd1fe9-22f9-41d8-af13-2e3f46552d00"
+ "CENTRALUS:20160114T082724Z:f02875f9-cf1e-4e8c-8ffc-29f1e66634ed"
],
"Date": [
- "Tue, 22 Dec 2015 03:45:57 GMT"
+ "Thu, 14 Jan 2016 08:27:23 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/9f86205a-c90c-4afc-a6f1-71909a9403c2?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOWY4NjIwNWEtYzkwYy00YWZjLWE2ZjEtNzE5MDlhOTQwM2MyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/170d5ecf-e8b6-4684-95b6-e3b9bdedf537?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMTcwZDVlY2YtZThiNi00Njg0LTk1YjYtZTNiOWJkZWRmNTM3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -3477,7 +3480,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"9f86205a-c90c-4afc-a6f1-71909a9403c2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:43:26.5743127-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"170d5ecf-e8b6-4684-95b6-e3b9bdedf537\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:22:23.2136959-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -3495,10 +3498,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "cba99117-7240-4b39-8338-83cb46b601ff"
+ "aebf2984-08d9-407d-be35-f0391d38b724"
],
"Cache-Control": [
"no-cache"
@@ -3511,20 +3514,20 @@
"14974"
],
"x-ms-correlation-request-id": [
- "665cfc4e-f2f7-49b5-b349-94a5f681618f"
+ "3ee10a17-d362-4559-99c2-71d7bb8bbfe6"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T034627Z:665cfc4e-f2f7-49b5-b349-94a5f681618f"
+ "CENTRALUS:20160114T082754Z:3ee10a17-d362-4559-99c2-71d7bb8bbfe6"
],
"Date": [
- "Tue, 22 Dec 2015 03:46:27 GMT"
+ "Thu, 14 Jan 2016 08:27:53 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/9f86205a-c90c-4afc-a6f1-71909a9403c2?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOWY4NjIwNWEtYzkwYy00YWZjLWE2ZjEtNzE5MDlhOTQwM2MyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/170d5ecf-e8b6-4684-95b6-e3b9bdedf537?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMTcwZDVlY2YtZThiNi00Njg0LTk1YjYtZTNiOWJkZWRmNTM3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -3532,7 +3535,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"9f86205a-c90c-4afc-a6f1-71909a9403c2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:43:26.5743127-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"170d5ecf-e8b6-4684-95b6-e3b9bdedf537\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:22:23.2136959-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -3550,10 +3553,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "8304fd06-cb8f-4409-a5ca-82a04d296d10"
+ "d6a5c17c-b54d-42ea-acf8-927b95444efe"
],
"Cache-Control": [
"no-cache"
@@ -3566,20 +3569,20 @@
"14973"
],
"x-ms-correlation-request-id": [
- "cc06a4fc-44fe-4b47-a885-a5e4d1cc5740"
+ "a3a597f3-f63f-4b05-8e76-03cdd27c5c2f"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T034657Z:cc06a4fc-44fe-4b47-a885-a5e4d1cc5740"
+ "CENTRALUS:20160114T082824Z:a3a597f3-f63f-4b05-8e76-03cdd27c5c2f"
],
"Date": [
- "Tue, 22 Dec 2015 03:46:57 GMT"
+ "Thu, 14 Jan 2016 08:28:23 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/9f86205a-c90c-4afc-a6f1-71909a9403c2?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOWY4NjIwNWEtYzkwYy00YWZjLWE2ZjEtNzE5MDlhOTQwM2MyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/170d5ecf-e8b6-4684-95b6-e3b9bdedf537?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMTcwZDVlY2YtZThiNi00Njg0LTk1YjYtZTNiOWJkZWRmNTM3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -3587,7 +3590,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"9f86205a-c90c-4afc-a6f1-71909a9403c2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:43:26.5743127-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"170d5ecf-e8b6-4684-95b6-e3b9bdedf537\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:22:23.2136959-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -3605,10 +3608,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "bb3f61e2-5844-40fb-825f-8b8455f85c29"
+ "49440c5f-d2bc-4d44-bdc7-c356ad3f4121"
],
"Cache-Control": [
"no-cache"
@@ -3621,20 +3624,20 @@
"14972"
],
"x-ms-correlation-request-id": [
- "dbe2e583-09a7-488a-af60-1b38e25b6b72"
+ "9e4923ee-17e3-4348-ba91-707ced1e1801"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T034727Z:dbe2e583-09a7-488a-af60-1b38e25b6b72"
+ "CENTRALUS:20160114T082854Z:9e4923ee-17e3-4348-ba91-707ced1e1801"
],
"Date": [
- "Tue, 22 Dec 2015 03:47:27 GMT"
+ "Thu, 14 Jan 2016 08:28:54 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/9f86205a-c90c-4afc-a6f1-71909a9403c2?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOWY4NjIwNWEtYzkwYy00YWZjLWE2ZjEtNzE5MDlhOTQwM2MyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/170d5ecf-e8b6-4684-95b6-e3b9bdedf537?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMTcwZDVlY2YtZThiNi00Njg0LTk1YjYtZTNiOWJkZWRmNTM3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -3642,7 +3645,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"9f86205a-c90c-4afc-a6f1-71909a9403c2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:43:26.5743127-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"170d5ecf-e8b6-4684-95b6-e3b9bdedf537\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:22:23.2136959-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -3660,10 +3663,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "f5d16c21-bcad-4afc-9d7d-8082ddcb8404"
+ "125b6229-aaed-4756-b0e3-80f66d957eb5"
],
"Cache-Control": [
"no-cache"
@@ -3676,20 +3679,20 @@
"14971"
],
"x-ms-correlation-request-id": [
- "8249c6bf-3f51-4b27-94b0-2dfe48f8c608"
+ "7413f7cd-95b4-4089-a69c-ef516da8b101"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T034757Z:8249c6bf-3f51-4b27-94b0-2dfe48f8c608"
+ "CENTRALUS:20160114T082924Z:7413f7cd-95b4-4089-a69c-ef516da8b101"
],
"Date": [
- "Tue, 22 Dec 2015 03:47:57 GMT"
+ "Thu, 14 Jan 2016 08:29:23 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/9f86205a-c90c-4afc-a6f1-71909a9403c2?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOWY4NjIwNWEtYzkwYy00YWZjLWE2ZjEtNzE5MDlhOTQwM2MyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/170d5ecf-e8b6-4684-95b6-e3b9bdedf537?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMTcwZDVlY2YtZThiNi00Njg0LTk1YjYtZTNiOWJkZWRmNTM3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -3697,7 +3700,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"9f86205a-c90c-4afc-a6f1-71909a9403c2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:43:26.5743127-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"170d5ecf-e8b6-4684-95b6-e3b9bdedf537\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:22:23.2136959-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -3715,10 +3718,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "aeb3eb01-ddd3-463a-b253-be5727ca7222"
+ "b617d7fd-e2cb-4973-9e05-5a51c276a6d9"
],
"Cache-Control": [
"no-cache"
@@ -3731,20 +3734,20 @@
"14970"
],
"x-ms-correlation-request-id": [
- "c1e7cc10-09fc-4167-a6c1-0b3eb8834de7"
+ "9e4983b9-25b9-464a-8206-e78624ea6dd5"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T034828Z:c1e7cc10-09fc-4167-a6c1-0b3eb8834de7"
+ "CENTRALUS:20160114T082954Z:9e4983b9-25b9-464a-8206-e78624ea6dd5"
],
"Date": [
- "Tue, 22 Dec 2015 03:48:27 GMT"
+ "Thu, 14 Jan 2016 08:29:53 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/9f86205a-c90c-4afc-a6f1-71909a9403c2?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOWY4NjIwNWEtYzkwYy00YWZjLWE2ZjEtNzE5MDlhOTQwM2MyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/170d5ecf-e8b6-4684-95b6-e3b9bdedf537?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMTcwZDVlY2YtZThiNi00Njg0LTk1YjYtZTNiOWJkZWRmNTM3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -3752,7 +3755,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"9f86205a-c90c-4afc-a6f1-71909a9403c2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:43:26.5743127-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"170d5ecf-e8b6-4684-95b6-e3b9bdedf537\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:22:23.2136959-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -3770,10 +3773,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "65b9b7e7-3190-4294-bef1-cb2cda9ac4e6"
+ "a3f0c6ea-2520-454b-a3d3-11addbcaf27e"
],
"Cache-Control": [
"no-cache"
@@ -3786,20 +3789,20 @@
"14969"
],
"x-ms-correlation-request-id": [
- "d62cfd28-c1b9-438a-a4f0-5b42422632eb"
+ "df51644f-a683-444b-8c79-3613973d51eb"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T034858Z:d62cfd28-c1b9-438a-a4f0-5b42422632eb"
+ "CENTRALUS:20160114T083024Z:df51644f-a683-444b-8c79-3613973d51eb"
],
"Date": [
- "Tue, 22 Dec 2015 03:48:57 GMT"
+ "Thu, 14 Jan 2016 08:30:23 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/9f86205a-c90c-4afc-a6f1-71909a9403c2?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOWY4NjIwNWEtYzkwYy00YWZjLWE2ZjEtNzE5MDlhOTQwM2MyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/170d5ecf-e8b6-4684-95b6-e3b9bdedf537?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMTcwZDVlY2YtZThiNi00Njg0LTk1YjYtZTNiOWJkZWRmNTM3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -3807,7 +3810,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"9f86205a-c90c-4afc-a6f1-71909a9403c2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:43:26.5743127-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"170d5ecf-e8b6-4684-95b6-e3b9bdedf537\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:22:23.2136959-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -3825,10 +3828,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "06a2fb51-bd64-4002-b9ce-a99d6426f3cc"
+ "47434700-7a56-4017-9189-c0fa2defb716"
],
"Cache-Control": [
"no-cache"
@@ -3841,20 +3844,20 @@
"14968"
],
"x-ms-correlation-request-id": [
- "5a64dddc-9bff-4332-bc1b-aaf061084092"
+ "b56c1767-ee85-4176-a866-ac4a85f86d4d"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T034928Z:5a64dddc-9bff-4332-bc1b-aaf061084092"
+ "CENTRALUS:20160114T083054Z:b56c1767-ee85-4176-a866-ac4a85f86d4d"
],
"Date": [
- "Tue, 22 Dec 2015 03:49:27 GMT"
+ "Thu, 14 Jan 2016 08:30:54 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/9f86205a-c90c-4afc-a6f1-71909a9403c2?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOWY4NjIwNWEtYzkwYy00YWZjLWE2ZjEtNzE5MDlhOTQwM2MyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/170d5ecf-e8b6-4684-95b6-e3b9bdedf537?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMTcwZDVlY2YtZThiNi00Njg0LTk1YjYtZTNiOWJkZWRmNTM3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -3862,7 +3865,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"9f86205a-c90c-4afc-a6f1-71909a9403c2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:43:26.5743127-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"170d5ecf-e8b6-4684-95b6-e3b9bdedf537\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:22:23.2136959-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -3880,10 +3883,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "f0b7a236-2e9b-4439-b520-f2799d7197cd"
+ "b0e72af4-4147-460c-bf82-418e03ebe541"
],
"Cache-Control": [
"no-cache"
@@ -3896,20 +3899,20 @@
"14967"
],
"x-ms-correlation-request-id": [
- "1aa4f6c6-259b-4bc2-9093-b10992d34a77"
+ "ffb8dc44-2dbe-474d-a30c-44a05624abb2"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T034958Z:1aa4f6c6-259b-4bc2-9093-b10992d34a77"
+ "CENTRALUS:20160114T083125Z:ffb8dc44-2dbe-474d-a30c-44a05624abb2"
],
"Date": [
- "Tue, 22 Dec 2015 03:49:58 GMT"
+ "Thu, 14 Jan 2016 08:31:24 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/9f86205a-c90c-4afc-a6f1-71909a9403c2?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOWY4NjIwNWEtYzkwYy00YWZjLWE2ZjEtNzE5MDlhOTQwM2MyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/170d5ecf-e8b6-4684-95b6-e3b9bdedf537?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMTcwZDVlY2YtZThiNi00Njg0LTk1YjYtZTNiOWJkZWRmNTM3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -3917,7 +3920,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"9f86205a-c90c-4afc-a6f1-71909a9403c2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:43:26.5743127-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"170d5ecf-e8b6-4684-95b6-e3b9bdedf537\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:22:23.2136959-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -3935,10 +3938,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "9b596651-fcdd-47f8-a085-2037438658a6"
+ "9567022e-3700-432c-ae69-88aae8de75f6"
],
"Cache-Control": [
"no-cache"
@@ -3951,20 +3954,20 @@
"14966"
],
"x-ms-correlation-request-id": [
- "09a84c96-3925-4c19-b9c0-00f3e4db3c3e"
+ "a3c74c80-f49f-4d00-a8a7-d3a58e991389"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T035028Z:09a84c96-3925-4c19-b9c0-00f3e4db3c3e"
+ "CENTRALUS:20160114T083155Z:a3c74c80-f49f-4d00-a8a7-d3a58e991389"
],
"Date": [
- "Tue, 22 Dec 2015 03:50:27 GMT"
+ "Thu, 14 Jan 2016 08:31:54 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/9f86205a-c90c-4afc-a6f1-71909a9403c2?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOWY4NjIwNWEtYzkwYy00YWZjLWE2ZjEtNzE5MDlhOTQwM2MyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/170d5ecf-e8b6-4684-95b6-e3b9bdedf537?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMTcwZDVlY2YtZThiNi00Njg0LTk1YjYtZTNiOWJkZWRmNTM3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -3972,7 +3975,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"9f86205a-c90c-4afc-a6f1-71909a9403c2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:43:26.5743127-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"170d5ecf-e8b6-4684-95b6-e3b9bdedf537\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:22:23.2136959-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -3990,10 +3993,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "7cf6098d-9ba7-45b8-87e2-6c986a8d813d"
+ "cbeb1079-0237-4f79-8f5a-a452d1a55db1"
],
"Cache-Control": [
"no-cache"
@@ -4006,20 +4009,20 @@
"14965"
],
"x-ms-correlation-request-id": [
- "71fde0aa-d565-4610-88ed-0d5a1cf83410"
+ "8d69b111-cd1f-4ba4-8746-12ada379cdb0"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T035058Z:71fde0aa-d565-4610-88ed-0d5a1cf83410"
+ "CENTRALUS:20160114T083225Z:8d69b111-cd1f-4ba4-8746-12ada379cdb0"
],
"Date": [
- "Tue, 22 Dec 2015 03:50:57 GMT"
+ "Thu, 14 Jan 2016 08:32:24 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/9f86205a-c90c-4afc-a6f1-71909a9403c2?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOWY4NjIwNWEtYzkwYy00YWZjLWE2ZjEtNzE5MDlhOTQwM2MyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/170d5ecf-e8b6-4684-95b6-e3b9bdedf537?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMTcwZDVlY2YtZThiNi00Njg0LTk1YjYtZTNiOWJkZWRmNTM3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -4027,7 +4030,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"9f86205a-c90c-4afc-a6f1-71909a9403c2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:43:26.5743127-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"170d5ecf-e8b6-4684-95b6-e3b9bdedf537\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:22:23.2136959-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -4045,10 +4048,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "224029c5-2b82-4652-85b1-b39fde1ba875"
+ "4aa29152-95e6-4082-a1b2-ac3ffccb390b"
],
"Cache-Control": [
"no-cache"
@@ -4061,20 +4064,20 @@
"14964"
],
"x-ms-correlation-request-id": [
- "5559f80f-a020-41da-a6c6-e00f5b9a9c9c"
+ "89a742c9-70f9-4430-abbe-66a94642e4d6"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T035128Z:5559f80f-a020-41da-a6c6-e00f5b9a9c9c"
+ "CENTRALUS:20160114T083255Z:89a742c9-70f9-4430-abbe-66a94642e4d6"
],
"Date": [
- "Tue, 22 Dec 2015 03:51:28 GMT"
+ "Thu, 14 Jan 2016 08:32:54 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/9f86205a-c90c-4afc-a6f1-71909a9403c2?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOWY4NjIwNWEtYzkwYy00YWZjLWE2ZjEtNzE5MDlhOTQwM2MyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/170d5ecf-e8b6-4684-95b6-e3b9bdedf537?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMTcwZDVlY2YtZThiNi00Njg0LTk1YjYtZTNiOWJkZWRmNTM3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -4082,7 +4085,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"9f86205a-c90c-4afc-a6f1-71909a9403c2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:43:26.5743127-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"170d5ecf-e8b6-4684-95b6-e3b9bdedf537\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:22:23.2136959-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -4100,10 +4103,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "84666c0d-1309-43f4-8da9-c4eef7720aa8"
+ "02897f97-faeb-445e-bd79-e1669e51d317"
],
"Cache-Control": [
"no-cache"
@@ -4116,20 +4119,20 @@
"14963"
],
"x-ms-correlation-request-id": [
- "cd42b01d-4e62-4d15-a49f-0714a7ca4309"
+ "7cf63bd4-c270-4451-b4b2-6b2ef53a30a4"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T035159Z:cd42b01d-4e62-4d15-a49f-0714a7ca4309"
+ "CENTRALUS:20160114T083325Z:7cf63bd4-c270-4451-b4b2-6b2ef53a30a4"
],
"Date": [
- "Tue, 22 Dec 2015 03:51:58 GMT"
+ "Thu, 14 Jan 2016 08:33:24 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/9f86205a-c90c-4afc-a6f1-71909a9403c2?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOWY4NjIwNWEtYzkwYy00YWZjLWE2ZjEtNzE5MDlhOTQwM2MyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/170d5ecf-e8b6-4684-95b6-e3b9bdedf537?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMTcwZDVlY2YtZThiNi00Njg0LTk1YjYtZTNiOWJkZWRmNTM3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -4137,7 +4140,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"9f86205a-c90c-4afc-a6f1-71909a9403c2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:43:26.5743127-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"170d5ecf-e8b6-4684-95b6-e3b9bdedf537\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:22:23.2136959-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -4155,10 +4158,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "2c198df5-2d9c-4850-8cc4-a173efa000ef"
+ "14fff6f4-0b47-40ca-a736-83bcdd60dfde"
],
"Cache-Control": [
"no-cache"
@@ -4171,20 +4174,20 @@
"14962"
],
"x-ms-correlation-request-id": [
- "e78f6a55-2924-458a-a3cd-7da561e966ad"
+ "021c10c5-27e8-46ac-a5b4-47524a1d86e9"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T035229Z:e78f6a55-2924-458a-a3cd-7da561e966ad"
+ "CENTRALUS:20160114T083355Z:021c10c5-27e8-46ac-a5b4-47524a1d86e9"
],
"Date": [
- "Tue, 22 Dec 2015 03:52:28 GMT"
+ "Thu, 14 Jan 2016 08:33:55 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/9f86205a-c90c-4afc-a6f1-71909a9403c2?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOWY4NjIwNWEtYzkwYy00YWZjLWE2ZjEtNzE5MDlhOTQwM2MyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/170d5ecf-e8b6-4684-95b6-e3b9bdedf537?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMTcwZDVlY2YtZThiNi00Njg0LTk1YjYtZTNiOWJkZWRmNTM3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -4192,7 +4195,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"9f86205a-c90c-4afc-a6f1-71909a9403c2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:43:26.5743127-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"170d5ecf-e8b6-4684-95b6-e3b9bdedf537\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:22:23.2136959-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -4210,10 +4213,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "36d604d7-cd9c-4b08-832c-d61ead067ed0"
+ "09b0f8f0-8ba2-4012-9823-f09a1d7d2116"
],
"Cache-Control": [
"no-cache"
@@ -4226,20 +4229,20 @@
"14961"
],
"x-ms-correlation-request-id": [
- "7cf41c21-1924-42c0-b82c-d93855393dfe"
+ "0daad294-3b42-4f2c-b83f-7057cdeacfdd"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T035259Z:7cf41c21-1924-42c0-b82c-d93855393dfe"
+ "CENTRALUS:20160114T083425Z:0daad294-3b42-4f2c-b83f-7057cdeacfdd"
],
"Date": [
- "Tue, 22 Dec 2015 03:52:58 GMT"
+ "Thu, 14 Jan 2016 08:34:24 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/9f86205a-c90c-4afc-a6f1-71909a9403c2?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOWY4NjIwNWEtYzkwYy00YWZjLWE2ZjEtNzE5MDlhOTQwM2MyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/170d5ecf-e8b6-4684-95b6-e3b9bdedf537?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMTcwZDVlY2YtZThiNi00Njg0LTk1YjYtZTNiOWJkZWRmNTM3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -4247,7 +4250,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"9f86205a-c90c-4afc-a6f1-71909a9403c2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:43:26.5743127-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"170d5ecf-e8b6-4684-95b6-e3b9bdedf537\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:22:23.2136959-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -4265,10 +4268,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "52236509-7e59-4b4a-82d5-0bda230ba2d5"
+ "c7375ba1-f5a6-4160-a100-53bb43887374"
],
"Cache-Control": [
"no-cache"
@@ -4281,20 +4284,20 @@
"14960"
],
"x-ms-correlation-request-id": [
- "75fd2d3b-c46b-4d90-885b-5890bca6a0c7"
+ "900ee805-edfd-48a3-9e87-081dec5daa04"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T035329Z:75fd2d3b-c46b-4d90-885b-5890bca6a0c7"
+ "CENTRALUS:20160114T083455Z:900ee805-edfd-48a3-9e87-081dec5daa04"
],
"Date": [
- "Tue, 22 Dec 2015 03:53:29 GMT"
+ "Thu, 14 Jan 2016 08:34:55 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/9f86205a-c90c-4afc-a6f1-71909a9403c2?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOWY4NjIwNWEtYzkwYy00YWZjLWE2ZjEtNzE5MDlhOTQwM2MyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/170d5ecf-e8b6-4684-95b6-e3b9bdedf537?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMTcwZDVlY2YtZThiNi00Njg0LTk1YjYtZTNiOWJkZWRmNTM3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -4302,7 +4305,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"9f86205a-c90c-4afc-a6f1-71909a9403c2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:43:26.5743127-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"170d5ecf-e8b6-4684-95b6-e3b9bdedf537\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:22:23.2136959-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -4320,10 +4323,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "45dc7eca-3808-4b31-88d9-dc1951abd19b"
+ "171562f1-9021-4522-bc62-976973d8a683"
],
"Cache-Control": [
"no-cache"
@@ -4336,20 +4339,20 @@
"14959"
],
"x-ms-correlation-request-id": [
- "6a56bcfa-5c3b-490c-b8d2-7f20dd22973f"
+ "6ca520e8-ceea-4702-9901-7083a8109880"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T035359Z:6a56bcfa-5c3b-490c-b8d2-7f20dd22973f"
+ "CENTRALUS:20160114T083525Z:6ca520e8-ceea-4702-9901-7083a8109880"
],
"Date": [
- "Tue, 22 Dec 2015 03:53:58 GMT"
+ "Thu, 14 Jan 2016 08:35:25 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/9f86205a-c90c-4afc-a6f1-71909a9403c2?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOWY4NjIwNWEtYzkwYy00YWZjLWE2ZjEtNzE5MDlhOTQwM2MyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/170d5ecf-e8b6-4684-95b6-e3b9bdedf537?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMTcwZDVlY2YtZThiNi00Njg0LTk1YjYtZTNiOWJkZWRmNTM3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -4357,7 +4360,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"9f86205a-c90c-4afc-a6f1-71909a9403c2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:43:26.5743127-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"170d5ecf-e8b6-4684-95b6-e3b9bdedf537\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:22:23.2136959-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -4375,10 +4378,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "004e35c0-c3a2-48d9-a9a4-1a1949376efb"
+ "5c00ceb9-d8c2-4b17-8663-24aba679a592"
],
"Cache-Control": [
"no-cache"
@@ -4391,20 +4394,20 @@
"14958"
],
"x-ms-correlation-request-id": [
- "99c4b251-8a26-40c6-80fd-7af710ae0b97"
+ "7c321f82-c572-439d-a818-6028dce13874"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T035429Z:99c4b251-8a26-40c6-80fd-7af710ae0b97"
+ "CENTRALUS:20160114T083555Z:7c321f82-c572-439d-a818-6028dce13874"
],
"Date": [
- "Tue, 22 Dec 2015 03:54:28 GMT"
+ "Thu, 14 Jan 2016 08:35:55 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/9f86205a-c90c-4afc-a6f1-71909a9403c2?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOWY4NjIwNWEtYzkwYy00YWZjLWE2ZjEtNzE5MDlhOTQwM2MyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/170d5ecf-e8b6-4684-95b6-e3b9bdedf537?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMTcwZDVlY2YtZThiNi00Njg0LTk1YjYtZTNiOWJkZWRmNTM3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -4412,7 +4415,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"9f86205a-c90c-4afc-a6f1-71909a9403c2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:43:26.5743127-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"170d5ecf-e8b6-4684-95b6-e3b9bdedf537\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:22:23.2136959-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -4430,10 +4433,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "b69c8f12-63c6-4ce4-bfd2-51779b2c8db1"
+ "30d8146b-ceee-4f53-980d-e87ea3e35d94"
],
"Cache-Control": [
"no-cache"
@@ -4446,20 +4449,20 @@
"14957"
],
"x-ms-correlation-request-id": [
- "e3d13aaa-6116-42f4-b21d-f37f56d15278"
+ "ecb5617f-4987-4314-9a9d-599560a797a9"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T035459Z:e3d13aaa-6116-42f4-b21d-f37f56d15278"
+ "CENTRALUS:20160114T083626Z:ecb5617f-4987-4314-9a9d-599560a797a9"
],
"Date": [
- "Tue, 22 Dec 2015 03:54:59 GMT"
+ "Thu, 14 Jan 2016 08:36:25 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/9f86205a-c90c-4afc-a6f1-71909a9403c2?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOWY4NjIwNWEtYzkwYy00YWZjLWE2ZjEtNzE5MDlhOTQwM2MyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/170d5ecf-e8b6-4684-95b6-e3b9bdedf537?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMTcwZDVlY2YtZThiNi00Njg0LTk1YjYtZTNiOWJkZWRmNTM3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -4467,7 +4470,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"9f86205a-c90c-4afc-a6f1-71909a9403c2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:43:26.5743127-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"170d5ecf-e8b6-4684-95b6-e3b9bdedf537\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:22:23.2136959-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -4485,10 +4488,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "fc2b7134-c580-45fa-bcd6-800e9e4a1bbc"
+ "8045c0ff-5183-4bbb-b4b6-94078ac16909"
],
"Cache-Control": [
"no-cache"
@@ -4501,20 +4504,20 @@
"14956"
],
"x-ms-correlation-request-id": [
- "2eae22b8-4ce9-4bdb-8ecc-b0827cfbbea5"
+ "baad7dcd-ff07-4ac6-a386-4ec7b666c220"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T035529Z:2eae22b8-4ce9-4bdb-8ecc-b0827cfbbea5"
+ "CENTRALUS:20160114T083656Z:baad7dcd-ff07-4ac6-a386-4ec7b666c220"
],
"Date": [
- "Tue, 22 Dec 2015 03:55:29 GMT"
+ "Thu, 14 Jan 2016 08:36:55 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/9f86205a-c90c-4afc-a6f1-71909a9403c2?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOWY4NjIwNWEtYzkwYy00YWZjLWE2ZjEtNzE5MDlhOTQwM2MyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/170d5ecf-e8b6-4684-95b6-e3b9bdedf537?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMTcwZDVlY2YtZThiNi00Njg0LTk1YjYtZTNiOWJkZWRmNTM3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -4522,10 +4525,10 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"9f86205a-c90c-4afc-a6f1-71909a9403c2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:43:26.5743127-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"170d5ecf-e8b6-4684-95b6-e3b9bdedf537\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2016-01-14T00:22:23.2136959-08:00\",\r\n \"endTime\": \"2016-01-14T00:37:23.3369671-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "141"
+ "191"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -4540,10 +4543,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "e0766acc-f2d0-4e49-8a3b-d56010d1a8bd"
+ "1bf06c77-34b1-4476-9b3e-6c63c0906024"
],
"Cache-Control": [
"no-cache"
@@ -4556,20 +4559,20 @@
"14955"
],
"x-ms-correlation-request-id": [
- "feb17356-952c-4988-b2b3-5c8ad2d673c7"
+ "58d4aaec-de8b-478c-8d1a-85554157abe2"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T035600Z:feb17356-952c-4988-b2b3-5c8ad2d673c7"
+ "CENTRALUS:20160114T083726Z:58d4aaec-de8b-478c-8d1a-85554157abe2"
],
"Date": [
- "Tue, 22 Dec 2015 03:55:59 GMT"
+ "Thu, 14 Jan 2016 08:37:25 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/9f86205a-c90c-4afc-a6f1-71909a9403c2?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOWY4NjIwNWEtYzkwYy00YWZjLWE2ZjEtNzE5MDlhOTQwM2MyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Compute/virtualMachines/vmcrptestps5620/extensions/BGInfo?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczU2MjAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bWNycHRlc3RwczU2MjAvZXh0ZW5zaW9ucy9CR0luZm8/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -4577,10 +4580,10 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"9f86205a-c90c-4afc-a6f1-71909a9403c2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:43:26.5743127-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"BGInfo\",\r\n \"typeHandlerVersion\": \"2.1\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Compute/virtualMachines/vmcrptestps5620/extensions/BGInfo\",\r\n \"name\": \"BGInfo\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "141"
+ "476"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -4595,10 +4598,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "06f754b8-6d0f-428a-9fd9-af72d4d7de3c"
+ "6b0ed9a1-177a-4808-aec4-18cbfd8e447c"
],
"Cache-Control": [
"no-cache"
@@ -4611,34 +4614,40 @@
"14954"
],
"x-ms-correlation-request-id": [
- "5648533e-8abf-475f-828f-41ebe046f8f0"
+ "9cbdebd3-b817-494d-a5cd-37528527d8f6"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T035630Z:5648533e-8abf-475f-828f-41ebe046f8f0"
+ "CENTRALUS:20160114T083726Z:9cbdebd3-b817-494d-a5cd-37528527d8f6"
],
"Date": [
- "Tue, 22 Dec 2015 03:56:29 GMT"
+ "Thu, 14 Jan 2016 08:37:26 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/9f86205a-c90c-4afc-a6f1-71909a9403c2?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOWY4NjIwNWEtYzkwYy00YWZjLWE2ZjEtNzE5MDlhOTQwM2MyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
- "RequestMethod": "GET",
- "RequestBody": "",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Storage/storageAccounts/definedincommandline?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczU2MjAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9kZWZpbmVkaW5jb21tYW5kbGluZT9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}",
"RequestHeaders": {
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Length": [
+ "89"
+ ],
+ "x-ms-client-request-id": [
+ "b40ee1f1-1b92-49ce-bae3-6e7f070b041d"
+ ],
"User-Agent": [
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ "Microsoft.Azure.Management.Storage.StorageManagementClient/3.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"9f86205a-c90c-4afc-a6f1-71909a9403c2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:43:26.5743127-08:00\"\r\n}",
+ "ResponseBody": "",
"ResponseHeaders": {
"Content-Length": [
- "141"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
+ "0"
],
"Expires": [
"-1"
@@ -4646,54 +4655,57 @@
"Pragma": [
"no-cache"
],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
+ "Retry-After": [
+ "25"
],
- "x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1199"
],
"x-ms-request-id": [
- "7580f73a-e204-4976-85a0-aba349d44edd"
+ "e86ce6ba-71be-40a3-ac95-8f1576c5cae9"
],
"Cache-Control": [
"no-cache"
],
+ "Location": [
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Storage/operations/6c4561bf-ca29-4493-aa32-bb5ea5e7cb4f?monitor=true&api-version=2015-06-15"
+ ],
"Server": [
- "Microsoft-HTTPAPI/2.0",
+ "Microsoft-Azure-Storage-Resource-Provider/1.0",
"Microsoft-HTTPAPI/2.0"
],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14953"
- ],
"x-ms-correlation-request-id": [
- "d3499281-2902-4e17-bee4-bfa8c65d2481"
+ "e86ce6ba-71be-40a3-ac95-8f1576c5cae9"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T035700Z:d3499281-2902-4e17-bee4-bfa8c65d2481"
+ "WESTUS:20160114T083728Z:e86ce6ba-71be-40a3-ac95-8f1576c5cae9"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
],
"Date": [
- "Tue, 22 Dec 2015 03:56:59 GMT"
+ "Thu, 14 Jan 2016 08:37:28 GMT"
]
},
- "StatusCode": 200
+ "StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/9f86205a-c90c-4afc-a6f1-71909a9403c2?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOWY4NjIwNWEtYzkwYy00YWZjLWE2ZjEtNzE5MDlhOTQwM2MyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Storage/operations/6c4561bf-ca29-4493-aa32-bb5ea5e7cb4f?monitor=true&api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9vcGVyYXRpb25zLzZjNDU2MWJmLWNhMjktNDQ5My1hYTMyLWJiNWVhNWU3Y2I0Zj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
+ "x-ms-client-request-id": [
+ "f21cf7a5-40d2-43e0-9dd4-98b2bb2425c5"
+ ],
"User-Agent": [
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ "Microsoft.Azure.Management.Storage.StorageManagementClient/3.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"9f86205a-c90c-4afc-a6f1-71909a9403c2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:43:26.5743127-08:00\"\r\n}",
+ "ResponseBody": "",
"ResponseHeaders": {
"Content-Length": [
- "141"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
+ "0"
],
"Expires": [
"-1"
@@ -4701,54 +4713,60 @@
"Pragma": [
"no-cache"
],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
+ "Retry-After": [
+ "25"
],
- "x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "10777"
],
"x-ms-request-id": [
- "d1639a13-5f52-4540-8005-e77ee64be8f8"
+ "168cd2ef-0d76-408b-ab92-495ed4e2c6dc"
],
"Cache-Control": [
"no-cache"
],
+ "Location": [
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Storage/operations/6c4561bf-ca29-4493-aa32-bb5ea5e7cb4f?monitor=true&api-version=2015-06-15"
+ ],
"Server": [
- "Microsoft-HTTPAPI/2.0",
+ "Microsoft-Azure-Storage-Resource-Provider/1.0",
"Microsoft-HTTPAPI/2.0"
],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14952"
- ],
"x-ms-correlation-request-id": [
- "3d42d445-e7ef-4159-87f3-2bf2ef32b449"
+ "168cd2ef-0d76-408b-ab92-495ed4e2c6dc"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T035730Z:3d42d445-e7ef-4159-87f3-2bf2ef32b449"
+ "WESTUS:20160114T083728Z:168cd2ef-0d76-408b-ab92-495ed4e2c6dc"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
],
"Date": [
- "Tue, 22 Dec 2015 03:57:29 GMT"
+ "Thu, 14 Jan 2016 08:37:28 GMT"
]
},
- "StatusCode": 200
+ "StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/9f86205a-c90c-4afc-a6f1-71909a9403c2?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOWY4NjIwNWEtYzkwYy00YWZjLWE2ZjEtNzE5MDlhOTQwM2MyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Storage/operations/6c4561bf-ca29-4493-aa32-bb5ea5e7cb4f?monitor=true&api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9vcGVyYXRpb25zLzZjNDU2MWJmLWNhMjktNDQ5My1hYTMyLWJiNWVhNWU3Y2I0Zj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
+ "x-ms-client-request-id": [
+ "edcd4e1a-bc26-497d-a125-4656319a8fa7"
+ ],
"User-Agent": [
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ "Microsoft.Azure.Management.Storage.StorageManagementClient/3.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"9f86205a-c90c-4afc-a6f1-71909a9403c2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:43:26.5743127-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "141"
+ "89"
],
"Content-Type": [
- "application/json; charset=utf-8"
+ "application/json"
],
"Expires": [
"-1"
@@ -4756,54 +4774,54 @@
"Pragma": [
"no-cache"
],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
- ],
"x-ms-request-id": [
- "39b52a48-4961-4bb2-a10c-6fbee4c7d070"
+ "7e4ac291-f1ce-48c1-b723-e7b0bd83df00"
],
"Cache-Control": [
"no-cache"
],
"Server": [
- "Microsoft-HTTPAPI/2.0",
+ "Microsoft-Azure-Storage-Resource-Provider/1.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14951"
+ "10741"
],
"x-ms-correlation-request-id": [
- "6d63b19f-cdd7-4948-9e02-bffdf91e64dc"
+ "7e4ac291-f1ce-48c1-b723-e7b0bd83df00"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T035800Z:6d63b19f-cdd7-4948-9e02-bffdf91e64dc"
+ "WESTUS:20160114T083753Z:7e4ac291-f1ce-48c1-b723-e7b0bd83df00"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
],
"Date": [
- "Tue, 22 Dec 2015 03:58:00 GMT"
+ "Thu, 14 Jan 2016 08:37:53 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/9f86205a-c90c-4afc-a6f1-71909a9403c2?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOWY4NjIwNWEtYzkwYy00YWZjLWE2ZjEtNzE5MDlhOTQwM2MyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Storage/storageAccounts/definedincommandline?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczU2MjAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9kZWZpbmVkaW5jb21tYW5kbGluZT9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
+ "x-ms-client-request-id": [
+ "99d70725-1b2a-440b-98b6-e16030cb51a3"
+ ],
"User-Agent": [
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ "Microsoft.Azure.Management.Storage.StorageManagementClient/3.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"9f86205a-c90c-4afc-a6f1-71909a9403c2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:43:26.5743127-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Storage/storageAccounts/definedincommandline\",\r\n \"location\": \"eastus\",\r\n \"name\": \"definedincommandline\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2016-01-14T08:37:27.2807366Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://definedincommandline.blob.core.windows.net/\",\r\n \"file\": \"https://definedincommandline.file.core.windows.net/\",\r\n \"queue\": \"https://definedincommandline.queue.core.windows.net/\",\r\n \"table\": \"https://definedincommandline.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "141"
+ "767"
],
"Content-Type": [
- "application/json; charset=utf-8"
+ "application/json"
],
"Expires": [
"-1"
@@ -4811,51 +4829,60 @@
"Pragma": [
"no-cache"
],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
- ],
"x-ms-request-id": [
- "2b16dacc-fec8-479a-aefd-dca83be7f624"
+ "e122bb38-1aa6-4135-8c9a-02fc6e3b4f33"
],
"Cache-Control": [
"no-cache"
],
"Server": [
- "Microsoft-HTTPAPI/2.0",
+ "Microsoft-Azure-Storage-Resource-Provider/1.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14950"
+ "10739"
],
"x-ms-correlation-request-id": [
- "f1797a18-a3a9-4958-9d45-189ac22914c7"
+ "e122bb38-1aa6-4135-8c9a-02fc6e3b4f33"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T035830Z:f1797a18-a3a9-4958-9d45-189ac22914c7"
+ "WESTUS:20160114T083754Z:e122bb38-1aa6-4135-8c9a-02fc6e3b4f33"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
],
"Date": [
- "Tue, 22 Dec 2015 03:58:29 GMT"
+ "Thu, 14 Jan 2016 08:37:53 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/9f86205a-c90c-4afc-a6f1-71909a9403c2?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOWY4NjIwNWEtYzkwYy00YWZjLWE2ZjEtNzE5MDlhOTQwM2MyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
- "RequestMethod": "GET",
- "RequestBody": "",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Compute/virtualMachines/vmcrptestps5620/extensions/Microsoft.Insights.VMDiagnosticsSettings?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczU2MjAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bWNycHRlc3RwczU2MjAvZXh0ZW5zaW9ucy9NaWNyb3NvZnQuSW5zaWdodHMuVk1EaWFnbm9zdGljc1NldHRpbmdzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Azure.Diagnostics\",\r\n \"type\": \"IaaSDiagnostics\",\r\n \"typeHandlerVersion\": \"1.5\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"settings\": {\r\n \"xmlCfg\": \"PFdhZENmZz4NCiAgICA8RGlhZ25vc3RpY01vbml0b3JDb25maWd1cmF0aW9uIG92ZXJhbGxRdW90YUluTUI9IjIwNDgiIHhtbG5zPSJodHRwOi8vc2NoZW1hcy5taWNyb3NvZnQuY29tL1NlcnZpY2VIb3N0aW5nLzIwMTAvMTAvRGlhZ25vc3RpY3NDb25maWd1cmF0aW9uIj4NCiAgICAgIDxEaWFnbm9zdGljSW5mcmFzdHJ1Y3R1cmVMb2dzIHNjaGVkdWxlZFRyYW5zZmVyTG9nTGV2ZWxGaWx0ZXI9IkVycm9yIiAvPg0KICAgICAgPERpcmVjdG9yaWVzIHNjaGVkdWxlZFRyYW5zZmVyUGVyaW9kPSJQVDFNIj4NCiAgICAgICAgPElJU0xvZ3MgY29udGFpbmVyTmFtZT0id2FkLWlpcy1sb2dmaWxlcyIgLz4NCiAgICAgICAgPEZhaWxlZFJlcXVlc3RMb2dzIGNvbnRhaW5lck5hbWU9IndhZC1mYWlsZWRyZXF1ZXN0bG9ncyIgLz4NCiAgICAgIDwvRGlyZWN0b3JpZXM+DQogICAgICA8UGVyZm9ybWFuY2VDb3VudGVycyBzY2hlZHVsZWRUcmFuc2ZlclBlcmlvZD0iUFQyTSI+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxNZW1vcnlcQXZhaWxhYmxlIE1CeXRlcyIgc2FtcGxlUmF0ZT0iUFQxTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXFdlYiBTZXJ2aWNlKF9Ub3RhbClcSVNBUEkgRXh0ZW5zaW9uIFJlcXVlc3RzL3NlYyIgc2FtcGxlUmF0ZT0iUFQzTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXFdlYiBTZXJ2aWNlKF9Ub3RhbClcQnl0ZXMgVG90YWwvU2VjIiBzYW1wbGVSYXRlPSJQVDFNIiAvPg0KICAgICAgICA8UGVyZm9ybWFuY2VDb3VudGVyQ29uZmlndXJhdGlvbiBjb3VudGVyU3BlY2lmaWVyPSJcQVNQLk5FVCBBcHBsaWNhdGlvbnMoX19Ub3RhbF9fKVxSZXF1ZXN0cy9TZWMiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxBU1AuTkVUIEFwcGxpY2F0aW9ucyhfX1RvdGFsX18pXEVycm9ycyBUb3RhbC9TZWMiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxBU1AuTkVUXFJlcXVlc3RzIFF1ZXVlZCIgc2FtcGxlUmF0ZT0iUFQzTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXEFTUC5ORVRcUmVxdWVzdHMgUmVqZWN0ZWQiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxQcm9jZXNzb3IoX1RvdGFsKVwlIFByb2Nlc3NvciBUaW1lIiBzYW1wbGVSYXRlPSJQVDNNIiAvPg0KICAgICAgPC9QZXJmb3JtYW5jZUNvdW50ZXJzPg0KICAgICAgPFdpbmRvd3NFdmVudExvZyBzY2hlZHVsZWRUcmFuc2ZlclBlcmlvZD0iUFQxTSI+DQogICAgICAgIDxEYXRhU291cmNlIG5hbWU9IkFwcGxpY2F0aW9uISpbU3lzdGVtWyhMZXZlbD0xIG9yIExldmVsPTIpXV0iIC8+DQogICAgICAgIDxEYXRhU291cmNlIG5hbWU9IldpbmRvd3MgQXp1cmUhKltTeXN0ZW1bKExldmVsPTEgb3IgTGV2ZWw9MildXSIgLz4NCiAgICAgIDwvV2luZG93c0V2ZW50TG9nPg0KICAgICAgPENyYXNoRHVtcHM+DQogICAgICAgIDxDcmFzaER1bXBDb25maWd1cmF0aW9uIHByb2Nlc3NOYW1lPSJXYUlJU0hvc3QuZXhlIiAvPg0KICAgICAgICA8Q3Jhc2hEdW1wQ29uZmlndXJhdGlvbiBwcm9jZXNzTmFtZT0iV2FXb3JrZXJIb3N0LmV4ZSIgLz4NCiAgICAgICAgPENyYXNoRHVtcENvbmZpZ3VyYXRpb24gcHJvY2Vzc05hbWU9Inczd3AuZXhlIiAvPg0KICAgICAgPC9DcmFzaER1bXBzPg0KICAgICAgPExvZ3Mgc2NoZWR1bGVkVHJhbnNmZXJQZXJpb2Q9IlBUM00iIC8+DQogICAgPC9EaWFnbm9zdGljTW9uaXRvckNvbmZpZ3VyYXRpb24+DQogIDwvV2FkQ2ZnPg==\",\r\n \"storageAccount\": \"definedincommandline\"\r\n },\r\n \"protectedSettings\": {\r\n \"storageAccountName\": \"definedincommandline\",\r\n \"storageAccountKey\": \"ZWRmOTM5NDEtYzEwZi00MTA3LTljYWEtZGY1ZGE1ZWFmMTJm\",\r\n \"storageAccountEndPoint\": \"https://core.windows.net/\"\r\n }\r\n }\r\n}",
"RequestHeaders": {
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "3251"
+ ],
+ "x-ms-client-request-id": [
+ "4874541b-4971-413b-b052-362f4b96f0d3"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
"User-Agent": [
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"9f86205a-c90c-4afc-a6f1-71909a9403c2\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2015-12-21T19:43:26.5743127-08:00\",\r\n \"endTime\": \"2015-12-21T19:58:50.9216189-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Azure.Diagnostics\",\r\n \"type\": \"IaaSDiagnostics\",\r\n \"typeHandlerVersion\": \"1.5\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"settings\": {\r\n \"xmlCfg\": \"PFdhZENmZz4NCiAgICA8RGlhZ25vc3RpY01vbml0b3JDb25maWd1cmF0aW9uIG92ZXJhbGxRdW90YUluTUI9IjIwNDgiIHhtbG5zPSJodHRwOi8vc2NoZW1hcy5taWNyb3NvZnQuY29tL1NlcnZpY2VIb3N0aW5nLzIwMTAvMTAvRGlhZ25vc3RpY3NDb25maWd1cmF0aW9uIj4NCiAgICAgIDxEaWFnbm9zdGljSW5mcmFzdHJ1Y3R1cmVMb2dzIHNjaGVkdWxlZFRyYW5zZmVyTG9nTGV2ZWxGaWx0ZXI9IkVycm9yIiAvPg0KICAgICAgPERpcmVjdG9yaWVzIHNjaGVkdWxlZFRyYW5zZmVyUGVyaW9kPSJQVDFNIj4NCiAgICAgICAgPElJU0xvZ3MgY29udGFpbmVyTmFtZT0id2FkLWlpcy1sb2dmaWxlcyIgLz4NCiAgICAgICAgPEZhaWxlZFJlcXVlc3RMb2dzIGNvbnRhaW5lck5hbWU9IndhZC1mYWlsZWRyZXF1ZXN0bG9ncyIgLz4NCiAgICAgIDwvRGlyZWN0b3JpZXM+DQogICAgICA8UGVyZm9ybWFuY2VDb3VudGVycyBzY2hlZHVsZWRUcmFuc2ZlclBlcmlvZD0iUFQyTSI+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxNZW1vcnlcQXZhaWxhYmxlIE1CeXRlcyIgc2FtcGxlUmF0ZT0iUFQxTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXFdlYiBTZXJ2aWNlKF9Ub3RhbClcSVNBUEkgRXh0ZW5zaW9uIFJlcXVlc3RzL3NlYyIgc2FtcGxlUmF0ZT0iUFQzTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXFdlYiBTZXJ2aWNlKF9Ub3RhbClcQnl0ZXMgVG90YWwvU2VjIiBzYW1wbGVSYXRlPSJQVDFNIiAvPg0KICAgICAgICA8UGVyZm9ybWFuY2VDb3VudGVyQ29uZmlndXJhdGlvbiBjb3VudGVyU3BlY2lmaWVyPSJcQVNQLk5FVCBBcHBsaWNhdGlvbnMoX19Ub3RhbF9fKVxSZXF1ZXN0cy9TZWMiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxBU1AuTkVUIEFwcGxpY2F0aW9ucyhfX1RvdGFsX18pXEVycm9ycyBUb3RhbC9TZWMiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxBU1AuTkVUXFJlcXVlc3RzIFF1ZXVlZCIgc2FtcGxlUmF0ZT0iUFQzTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXEFTUC5ORVRcUmVxdWVzdHMgUmVqZWN0ZWQiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxQcm9jZXNzb3IoX1RvdGFsKVwlIFByb2Nlc3NvciBUaW1lIiBzYW1wbGVSYXRlPSJQVDNNIiAvPg0KICAgICAgPC9QZXJmb3JtYW5jZUNvdW50ZXJzPg0KICAgICAgPFdpbmRvd3NFdmVudExvZyBzY2hlZHVsZWRUcmFuc2ZlclBlcmlvZD0iUFQxTSI+DQogICAgICAgIDxEYXRhU291cmNlIG5hbWU9IkFwcGxpY2F0aW9uISpbU3lzdGVtWyhMZXZlbD0xIG9yIExldmVsPTIpXV0iIC8+DQogICAgICAgIDxEYXRhU291cmNlIG5hbWU9IldpbmRvd3MgQXp1cmUhKltTeXN0ZW1bKExldmVsPTEgb3IgTGV2ZWw9MildXSIgLz4NCiAgICAgIDwvV2luZG93c0V2ZW50TG9nPg0KICAgICAgPENyYXNoRHVtcHM+DQogICAgICAgIDxDcmFzaER1bXBDb25maWd1cmF0aW9uIHByb2Nlc3NOYW1lPSJXYUlJU0hvc3QuZXhlIiAvPg0KICAgICAgICA8Q3Jhc2hEdW1wQ29uZmlndXJhdGlvbiBwcm9jZXNzTmFtZT0iV2FXb3JrZXJIb3N0LmV4ZSIgLz4NCiAgICAgICAgPENyYXNoRHVtcENvbmZpZ3VyYXRpb24gcHJvY2Vzc05hbWU9Inczd3AuZXhlIiAvPg0KICAgICAgPC9DcmFzaER1bXBzPg0KICAgICAgPExvZ3Mgc2NoZWR1bGVkVHJhbnNmZXJQZXJpb2Q9IlBUM00iIC8+DQogICAgPC9EaWFnbm9zdGljTW9uaXRvckNvbmZpZ3VyYXRpb24+DQogIDwvV2FkQ2ZnPg==\",\r\n \"storageAccount\": \"definedincommandline\"\r\n },\r\n \"provisioningState\": \"Creating\"\r\n },\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Compute/virtualMachines/vmcrptestps5620/extensions/Microsoft.Insights.VMDiagnosticsSettings\",\r\n \"name\": \"Microsoft.Insights.VMDiagnosticsSettings\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "191"
+ "3354"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -4866,14 +4893,17 @@
"Pragma": [
"no-cache"
],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/d87a2c6e-64ca-439f-bd4d-3a01c094aeb7?api-version=2015-06-15"
+ ],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "ec6c176a-7a6f-49b0-815f-0d1b2bf58abb"
+ "d87a2c6e-64ca-439f-bd4d-3a01c094aeb7"
],
"Cache-Control": [
"no-cache"
@@ -4882,24 +4912,24 @@
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14949"
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1197"
],
"x-ms-correlation-request-id": [
- "dbafcce4-dcc7-483f-a35c-36eac22a462b"
+ "ff8d08f9-14f5-41f1-93fb-f11101dc716d"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T035900Z:dbafcce4-dcc7-483f-a35c-36eac22a462b"
+ "CENTRALUS:20160114T083756Z:ff8d08f9-14f5-41f1-93fb-f11101dc716d"
],
"Date": [
- "Tue, 22 Dec 2015 03:59:00 GMT"
+ "Thu, 14 Jan 2016 08:37:55 GMT"
]
},
- "StatusCode": 200
+ "StatusCode": 201
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Compute/virtualMachines/vmcrptestps267/extensions/BGInfo?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczI2Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtY3JwdGVzdHBzMjY3L2V4dGVuc2lvbnMvQkdJbmZvP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/d87a2c6e-64ca-439f-bd4d-3a01c094aeb7?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDg3YTJjNmUtNjRjYS00MzlmLWJkNGQtM2EwMWMwOTRhZWI3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -4907,10 +4937,10 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"BGInfo\",\r\n \"typeHandlerVersion\": \"2.1\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Compute/virtualMachines/vmcrptestps267/extensions/BGInfo\",\r\n \"name\": \"BGInfo\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"d87a2c6e-64ca-439f-bd4d-3a01c094aeb7\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:37:56.1342015-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "474"
+ "141"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -4925,10 +4955,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "77c7f9d6-1d36-4794-9f30-3e3d4f2b6161"
+ "36689f3f-9c31-45fd-9fd6-eac242236709"
],
"Cache-Control": [
"no-cache"
@@ -4938,43 +4968,37 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14948"
+ "14950"
],
"x-ms-correlation-request-id": [
- "296dbd72-3cde-465d-a723-7b53e70d9da3"
+ "e301d638-c05a-4ad5-89c2-820cd465eba1"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T035901Z:296dbd72-3cde-465d-a723-7b53e70d9da3"
+ "CENTRALUS:20160114T083826Z:e301d638-c05a-4ad5-89c2-820cd465eba1"
],
"Date": [
- "Tue, 22 Dec 2015 03:59:00 GMT"
+ "Thu, 14 Jan 2016 08:38:25 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Storage/storageAccounts/definedincommandline?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczI2Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL2RlZmluZWRpbmNvbW1hbmRsaW5lP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
- "RequestMethod": "PUT",
- "RequestBody": "{\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/d87a2c6e-64ca-439f-bd4d-3a01c094aeb7?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDg3YTJjNmUtNjRjYS00MzlmLWJkNGQtM2EwMWMwOTRhZWI3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
"RequestHeaders": {
- "Content-Type": [
- "application/json"
- ],
- "Content-Length": [
- "89"
- ],
- "x-ms-client-request-id": [
- "7cd67bf9-ae52-4e0d-9dfb-809c2879930a"
- ],
"User-Agent": [
- "Microsoft.Azure.Management.Storage.StorageManagementClient/3.0.0.0"
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "",
+ "ResponseBody": "{\r\n \"operationId\": \"d87a2c6e-64ca-439f-bd4d-3a01c094aeb7\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:37:56.1342015-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "0"
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
],
"Expires": [
"-1"
@@ -4982,57 +5006,54 @@
"Pragma": [
"no-cache"
],
- "Retry-After": [
- "25"
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
],
- "x-ms-ratelimit-remaining-subscription-writes": [
- "1199"
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "55ddfb9e-017c-42a1-92e6-953042314840"
+ "98ea848f-a50a-4c1c-be40-195a5e4c8aef"
],
"Cache-Control": [
"no-cache"
],
- "Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Storage/operations/d448a268-7128-4bb8-bd59-e1c7a243817e?monitor=true&api-version=2015-06-15"
- ],
"Server": [
- "Microsoft-Azure-Storage-Resource-Provider/1.0",
+ "Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14949"
+ ],
"x-ms-correlation-request-id": [
- "55ddfb9e-017c-42a1-92e6-953042314840"
+ "bdd20a76-bd0b-4324-b1f7-b592af922c8b"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T035904Z:55ddfb9e-017c-42a1-92e6-953042314840"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
+ "CENTRALUS:20160114T083856Z:bdd20a76-bd0b-4324-b1f7-b592af922c8b"
],
"Date": [
- "Tue, 22 Dec 2015 03:59:03 GMT"
+ "Thu, 14 Jan 2016 08:38:55 GMT"
]
},
- "StatusCode": 202
+ "StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Storage/operations/d448a268-7128-4bb8-bd59-e1c7a243817e?monitor=true&api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9vcGVyYXRpb25zL2Q0NDhhMjY4LTcxMjgtNGJiOC1iZDU5LWUxYzdhMjQzODE3ZT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/d87a2c6e-64ca-439f-bd4d-3a01c094aeb7?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDg3YTJjNmUtNjRjYS00MzlmLWJkNGQtM2EwMWMwOTRhZWI3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
- "x-ms-client-request-id": [
- "c93e3235-0b90-4b73-b5ce-6aa687443345"
- ],
"User-Agent": [
- "Microsoft.Azure.Management.Storage.StorageManagementClient/3.0.0.0"
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "",
+ "ResponseBody": "{\r\n \"operationId\": \"d87a2c6e-64ca-439f-bd4d-3a01c094aeb7\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:37:56.1342015-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "0"
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
],
"Expires": [
"-1"
@@ -5040,60 +5061,54 @@
"Pragma": [
"no-cache"
],
- "Retry-After": [
- "25"
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14999"
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "596d4577-af7a-418b-ab55-4d46225a0722"
+ "954792d4-4d14-4a0e-be81-e662f9aebb9e"
],
"Cache-Control": [
"no-cache"
],
- "Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Storage/operations/d448a268-7128-4bb8-bd59-e1c7a243817e?monitor=true&api-version=2015-06-15"
- ],
"Server": [
- "Microsoft-Azure-Storage-Resource-Provider/1.0",
+ "Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14948"
+ ],
"x-ms-correlation-request-id": [
- "596d4577-af7a-418b-ab55-4d46225a0722"
+ "3bbf444d-aabe-4955-8940-1d6ac0f15bfb"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T035904Z:596d4577-af7a-418b-ab55-4d46225a0722"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
+ "CENTRALUS:20160114T083926Z:3bbf444d-aabe-4955-8940-1d6ac0f15bfb"
],
"Date": [
- "Tue, 22 Dec 2015 03:59:03 GMT"
+ "Thu, 14 Jan 2016 08:39:26 GMT"
]
},
- "StatusCode": 202
+ "StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Storage/operations/d448a268-7128-4bb8-bd59-e1c7a243817e?monitor=true&api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9vcGVyYXRpb25zL2Q0NDhhMjY4LTcxMjgtNGJiOC1iZDU5LWUxYzdhMjQzODE3ZT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/d87a2c6e-64ca-439f-bd4d-3a01c094aeb7?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDg3YTJjNmUtNjRjYS00MzlmLWJkNGQtM2EwMWMwOTRhZWI3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
- "x-ms-client-request-id": [
- "7d61c40c-50e2-4cc6-9db7-1e8becbfd44c"
- ],
"User-Agent": [
- "Microsoft.Azure.Management.Storage.StorageManagementClient/3.0.0.0"
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"d87a2c6e-64ca-439f-bd4d-3a01c094aeb7\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:37:56.1342015-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "89"
+ "141"
],
"Content-Type": [
- "application/json"
+ "application/json; charset=utf-8"
],
"Expires": [
"-1"
@@ -5101,54 +5116,54 @@
"Pragma": [
"no-cache"
],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
"x-ms-request-id": [
- "ebfe76e1-9c15-4017-9446-6c37290a42cd"
+ "a6cc2fc1-8d49-4875-ba88-1bf785f352be"
],
"Cache-Control": [
"no-cache"
],
"Server": [
- "Microsoft-Azure-Storage-Resource-Provider/1.0",
+ "Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14998"
+ "14947"
],
"x-ms-correlation-request-id": [
- "ebfe76e1-9c15-4017-9446-6c37290a42cd"
+ "bb2ac673-971c-46f6-850b-8b3d59967be4"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T035929Z:ebfe76e1-9c15-4017-9446-6c37290a42cd"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
+ "CENTRALUS:20160114T083956Z:bb2ac673-971c-46f6-850b-8b3d59967be4"
],
"Date": [
- "Tue, 22 Dec 2015 03:59:29 GMT"
+ "Thu, 14 Jan 2016 08:39:56 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Storage/storageAccounts/definedincommandline?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczI2Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL2RlZmluZWRpbmNvbW1hbmRsaW5lP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/d87a2c6e-64ca-439f-bd4d-3a01c094aeb7?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDg3YTJjNmUtNjRjYS00MzlmLWJkNGQtM2EwMWMwOTRhZWI3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
- "x-ms-client-request-id": [
- "22b4f0e5-0063-4f16-b702-eafdd321f57f"
- ],
"User-Agent": [
- "Microsoft.Azure.Management.Storage.StorageManagementClient/3.0.0.0"
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Storage/storageAccounts/definedincommandline\",\r\n \"location\": \"eastus\",\r\n \"name\": \"definedincommandline\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-12-22T03:59:00.8159954Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://definedincommandline.blob.core.windows.net/\",\r\n \"file\": \"https://definedincommandline.file.core.windows.net/\",\r\n \"queue\": \"https://definedincommandline.queue.core.windows.net/\",\r\n \"table\": \"https://definedincommandline.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"d87a2c6e-64ca-439f-bd4d-3a01c094aeb7\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:37:56.1342015-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "766"
+ "141"
],
"Content-Type": [
- "application/json"
+ "application/json; charset=utf-8"
],
"Expires": [
"-1"
@@ -5156,60 +5171,51 @@
"Pragma": [
"no-cache"
],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
"x-ms-request-id": [
- "acc39447-4361-47f8-b316-d55338dfbb89"
+ "914ecf31-745f-4c02-b5b5-112b92a77d01"
],
"Cache-Control": [
"no-cache"
],
"Server": [
- "Microsoft-Azure-Storage-Resource-Provider/1.0",
+ "Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14997"
+ "14946"
],
"x-ms-correlation-request-id": [
- "acc39447-4361-47f8-b316-d55338dfbb89"
+ "ed20992f-b17e-4876-8fb6-d5ef6b3d2445"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T035930Z:acc39447-4361-47f8-b316-d55338dfbb89"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
+ "CENTRALUS:20160114T084026Z:ed20992f-b17e-4876-8fb6-d5ef6b3d2445"
],
"Date": [
- "Tue, 22 Dec 2015 03:59:29 GMT"
+ "Thu, 14 Jan 2016 08:40:26 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Compute/virtualMachines/vmcrptestps267/extensions/Microsoft.Insights.VMDiagnosticsSettings?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczI2Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtY3JwdGVzdHBzMjY3L2V4dGVuc2lvbnMvTWljcm9zb2Z0Lkluc2lnaHRzLlZNRGlhZ25vc3RpY3NTZXR0aW5ncz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
- "RequestMethod": "PUT",
- "RequestBody": "{\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Azure.Diagnostics\",\r\n \"type\": \"IaaSDiagnostics\",\r\n \"typeHandlerVersion\": \"1.5\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"settings\": {\r\n \"xmlCfg\": \"PFdhZENmZz4NCiAgICA8RGlhZ25vc3RpY01vbml0b3JDb25maWd1cmF0aW9uIG92ZXJhbGxRdW90YUluTUI9IjIwNDgiIHhtbG5zPSJodHRwOi8vc2NoZW1hcy5taWNyb3NvZnQuY29tL1NlcnZpY2VIb3N0aW5nLzIwMTAvMTAvRGlhZ25vc3RpY3NDb25maWd1cmF0aW9uIj4NCiAgICAgIDxEaWFnbm9zdGljSW5mcmFzdHJ1Y3R1cmVMb2dzIHNjaGVkdWxlZFRyYW5zZmVyTG9nTGV2ZWxGaWx0ZXI9IkVycm9yIiAvPg0KICAgICAgPERpcmVjdG9yaWVzIHNjaGVkdWxlZFRyYW5zZmVyUGVyaW9kPSJQVDFNIj4NCiAgICAgICAgPElJU0xvZ3MgY29udGFpbmVyTmFtZT0id2FkLWlpcy1sb2dmaWxlcyIgLz4NCiAgICAgICAgPEZhaWxlZFJlcXVlc3RMb2dzIGNvbnRhaW5lck5hbWU9IndhZC1mYWlsZWRyZXF1ZXN0bG9ncyIgLz4NCiAgICAgIDwvRGlyZWN0b3JpZXM+DQogICAgICA8UGVyZm9ybWFuY2VDb3VudGVycyBzY2hlZHVsZWRUcmFuc2ZlclBlcmlvZD0iUFQyTSI+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxNZW1vcnlcQXZhaWxhYmxlIE1CeXRlcyIgc2FtcGxlUmF0ZT0iUFQxTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXFdlYiBTZXJ2aWNlKF9Ub3RhbClcSVNBUEkgRXh0ZW5zaW9uIFJlcXVlc3RzL3NlYyIgc2FtcGxlUmF0ZT0iUFQzTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXFdlYiBTZXJ2aWNlKF9Ub3RhbClcQnl0ZXMgVG90YWwvU2VjIiBzYW1wbGVSYXRlPSJQVDFNIiAvPg0KICAgICAgICA8UGVyZm9ybWFuY2VDb3VudGVyQ29uZmlndXJhdGlvbiBjb3VudGVyU3BlY2lmaWVyPSJcQVNQLk5FVCBBcHBsaWNhdGlvbnMoX19Ub3RhbF9fKVxSZXF1ZXN0cy9TZWMiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxBU1AuTkVUIEFwcGxpY2F0aW9ucyhfX1RvdGFsX18pXEVycm9ycyBUb3RhbC9TZWMiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxBU1AuTkVUXFJlcXVlc3RzIFF1ZXVlZCIgc2FtcGxlUmF0ZT0iUFQzTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXEFTUC5ORVRcUmVxdWVzdHMgUmVqZWN0ZWQiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxQcm9jZXNzb3IoX1RvdGFsKVwlIFByb2Nlc3NvciBUaW1lIiBzYW1wbGVSYXRlPSJQVDNNIiAvPg0KICAgICAgPC9QZXJmb3JtYW5jZUNvdW50ZXJzPg0KICAgICAgPFdpbmRvd3NFdmVudExvZyBzY2hlZHVsZWRUcmFuc2ZlclBlcmlvZD0iUFQxTSI+DQogICAgICAgIDxEYXRhU291cmNlIG5hbWU9IkFwcGxpY2F0aW9uISpbU3lzdGVtWyhMZXZlbD0xIG9yIExldmVsPTIpXV0iIC8+DQogICAgICAgIDxEYXRhU291cmNlIG5hbWU9IldpbmRvd3MgQXp1cmUhKltTeXN0ZW1bKExldmVsPTEgb3IgTGV2ZWw9MildXSIgLz4NCiAgICAgIDwvV2luZG93c0V2ZW50TG9nPg0KICAgICAgPENyYXNoRHVtcHM+DQogICAgICAgIDxDcmFzaER1bXBDb25maWd1cmF0aW9uIHByb2Nlc3NOYW1lPSJXYUlJU0hvc3QuZXhlIiAvPg0KICAgICAgICA8Q3Jhc2hEdW1wQ29uZmlndXJhdGlvbiBwcm9jZXNzTmFtZT0iV2FXb3JrZXJIb3N0LmV4ZSIgLz4NCiAgICAgICAgPENyYXNoRHVtcENvbmZpZ3VyYXRpb24gcHJvY2Vzc05hbWU9Inczd3AuZXhlIiAvPg0KICAgICAgPC9DcmFzaER1bXBzPg0KICAgICAgPExvZ3Mgc2NoZWR1bGVkVHJhbnNmZXJQZXJpb2Q9IlBUM00iIC8+DQogICAgPC9EaWFnbm9zdGljTW9uaXRvckNvbmZpZ3VyYXRpb24+DQogIDwvV2FkQ2ZnPg==\",\r\n \"storageAccount\": \"definedincommandline\"\r\n },\r\n \"protectedSettings\": {\r\n \"storageAccountName\": \"definedincommandline\",\r\n \"storageAccountKey\": \"OWY4ODYyNjMtNDlkMS00MWUwLWJhNzMtNWIzYTM0NTVhMjM5\",\r\n \"storageAccountEndPoint\": \"https://core.windows.net/\"\r\n }\r\n }\r\n}",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/d87a2c6e-64ca-439f-bd4d-3a01c094aeb7?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDg3YTJjNmUtNjRjYS00MzlmLWJkNGQtM2EwMWMwOTRhZWI3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
"RequestHeaders": {
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Content-Length": [
- "3251"
- ],
- "x-ms-client-request-id": [
- "6cd70307-a16a-4fe8-bc0b-1a4a3ab83eae"
- ],
- "accept-language": [
- "en-US"
- ],
"User-Agent": [
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Azure.Diagnostics\",\r\n \"type\": \"IaaSDiagnostics\",\r\n \"typeHandlerVersion\": \"1.5\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"settings\": {\r\n \"xmlCfg\": \"PFdhZENmZz4NCiAgICA8RGlhZ25vc3RpY01vbml0b3JDb25maWd1cmF0aW9uIG92ZXJhbGxRdW90YUluTUI9IjIwNDgiIHhtbG5zPSJodHRwOi8vc2NoZW1hcy5taWNyb3NvZnQuY29tL1NlcnZpY2VIb3N0aW5nLzIwMTAvMTAvRGlhZ25vc3RpY3NDb25maWd1cmF0aW9uIj4NCiAgICAgIDxEaWFnbm9zdGljSW5mcmFzdHJ1Y3R1cmVMb2dzIHNjaGVkdWxlZFRyYW5zZmVyTG9nTGV2ZWxGaWx0ZXI9IkVycm9yIiAvPg0KICAgICAgPERpcmVjdG9yaWVzIHNjaGVkdWxlZFRyYW5zZmVyUGVyaW9kPSJQVDFNIj4NCiAgICAgICAgPElJU0xvZ3MgY29udGFpbmVyTmFtZT0id2FkLWlpcy1sb2dmaWxlcyIgLz4NCiAgICAgICAgPEZhaWxlZFJlcXVlc3RMb2dzIGNvbnRhaW5lck5hbWU9IndhZC1mYWlsZWRyZXF1ZXN0bG9ncyIgLz4NCiAgICAgIDwvRGlyZWN0b3JpZXM+DQogICAgICA8UGVyZm9ybWFuY2VDb3VudGVycyBzY2hlZHVsZWRUcmFuc2ZlclBlcmlvZD0iUFQyTSI+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxNZW1vcnlcQXZhaWxhYmxlIE1CeXRlcyIgc2FtcGxlUmF0ZT0iUFQxTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXFdlYiBTZXJ2aWNlKF9Ub3RhbClcSVNBUEkgRXh0ZW5zaW9uIFJlcXVlc3RzL3NlYyIgc2FtcGxlUmF0ZT0iUFQzTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXFdlYiBTZXJ2aWNlKF9Ub3RhbClcQnl0ZXMgVG90YWwvU2VjIiBzYW1wbGVSYXRlPSJQVDFNIiAvPg0KICAgICAgICA8UGVyZm9ybWFuY2VDb3VudGVyQ29uZmlndXJhdGlvbiBjb3VudGVyU3BlY2lmaWVyPSJcQVNQLk5FVCBBcHBsaWNhdGlvbnMoX19Ub3RhbF9fKVxSZXF1ZXN0cy9TZWMiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxBU1AuTkVUIEFwcGxpY2F0aW9ucyhfX1RvdGFsX18pXEVycm9ycyBUb3RhbC9TZWMiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxBU1AuTkVUXFJlcXVlc3RzIFF1ZXVlZCIgc2FtcGxlUmF0ZT0iUFQzTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXEFTUC5ORVRcUmVxdWVzdHMgUmVqZWN0ZWQiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxQcm9jZXNzb3IoX1RvdGFsKVwlIFByb2Nlc3NvciBUaW1lIiBzYW1wbGVSYXRlPSJQVDNNIiAvPg0KICAgICAgPC9QZXJmb3JtYW5jZUNvdW50ZXJzPg0KICAgICAgPFdpbmRvd3NFdmVudExvZyBzY2hlZHVsZWRUcmFuc2ZlclBlcmlvZD0iUFQxTSI+DQogICAgICAgIDxEYXRhU291cmNlIG5hbWU9IkFwcGxpY2F0aW9uISpbU3lzdGVtWyhMZXZlbD0xIG9yIExldmVsPTIpXV0iIC8+DQogICAgICAgIDxEYXRhU291cmNlIG5hbWU9IldpbmRvd3MgQXp1cmUhKltTeXN0ZW1bKExldmVsPTEgb3IgTGV2ZWw9MildXSIgLz4NCiAgICAgIDwvV2luZG93c0V2ZW50TG9nPg0KICAgICAgPENyYXNoRHVtcHM+DQogICAgICAgIDxDcmFzaER1bXBDb25maWd1cmF0aW9uIHByb2Nlc3NOYW1lPSJXYUlJU0hvc3QuZXhlIiAvPg0KICAgICAgICA8Q3Jhc2hEdW1wQ29uZmlndXJhdGlvbiBwcm9jZXNzTmFtZT0iV2FXb3JrZXJIb3N0LmV4ZSIgLz4NCiAgICAgICAgPENyYXNoRHVtcENvbmZpZ3VyYXRpb24gcHJvY2Vzc05hbWU9Inczd3AuZXhlIiAvPg0KICAgICAgPC9DcmFzaER1bXBzPg0KICAgICAgPExvZ3Mgc2NoZWR1bGVkVHJhbnNmZXJQZXJpb2Q9IlBUM00iIC8+DQogICAgPC9EaWFnbm9zdGljTW9uaXRvckNvbmZpZ3VyYXRpb24+DQogIDwvV2FkQ2ZnPg==\",\r\n \"storageAccount\": \"definedincommandline\"\r\n },\r\n \"provisioningState\": \"Creating\"\r\n },\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Compute/virtualMachines/vmcrptestps267/extensions/Microsoft.Insights.VMDiagnosticsSettings\",\r\n \"name\": \"Microsoft.Insights.VMDiagnosticsSettings\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"d87a2c6e-64ca-439f-bd4d-3a01c094aeb7\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:37:56.1342015-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "3352"
+ "141"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -5220,17 +5226,14 @@
"Pragma": [
"no-cache"
],
- "Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/d3f83041-e425-41c7-9707-e62e36bd1003?api-version=2015-06-15"
- ],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "d3f83041-e425-41c7-9707-e62e36bd1003"
+ "84b4b524-649d-41ae-853a-76cdb8a48e9e"
],
"Cache-Control": [
"no-cache"
@@ -5239,24 +5242,24 @@
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
- "x-ms-ratelimit-remaining-subscription-writes": [
- "1197"
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14945"
],
"x-ms-correlation-request-id": [
- "6d20cc8e-ce26-4746-9af3-ffa32f327b43"
+ "ac1849be-ec0f-4b83-ae14-61233f86592a"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T035932Z:6d20cc8e-ce26-4746-9af3-ffa32f327b43"
+ "CENTRALUS:20160114T084056Z:ac1849be-ec0f-4b83-ae14-61233f86592a"
],
"Date": [
- "Tue, 22 Dec 2015 03:59:32 GMT"
+ "Thu, 14 Jan 2016 08:40:56 GMT"
]
},
- "StatusCode": 201
+ "StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/d3f83041-e425-41c7-9707-e62e36bd1003?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDNmODMwNDEtZTQyNS00MWM3LTk3MDctZTYyZTM2YmQxMDAzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/d87a2c6e-64ca-439f-bd4d-3a01c094aeb7?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDg3YTJjNmUtNjRjYS00MzlmLWJkNGQtM2EwMWMwOTRhZWI3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -5264,7 +5267,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"d3f83041-e425-41c7-9707-e62e36bd1003\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:59:33.0306817-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"d87a2c6e-64ca-439f-bd4d-3a01c094aeb7\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:37:56.1342015-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -5282,10 +5285,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "749ac7e9-b634-45eb-abc1-f1dca9884b50"
+ "50a5ea0e-0142-4d3c-a3b6-5a0475bf04c6"
],
"Cache-Control": [
"no-cache"
@@ -5298,20 +5301,20 @@
"14944"
],
"x-ms-correlation-request-id": [
- "0c2188d0-5e2a-4283-9bf5-0f754959ffa4"
+ "167471c1-0f75-4113-9dd7-bb5f2d4260f2"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T040003Z:0c2188d0-5e2a-4283-9bf5-0f754959ffa4"
+ "CENTRALUS:20160114T084127Z:167471c1-0f75-4113-9dd7-bb5f2d4260f2"
],
"Date": [
- "Tue, 22 Dec 2015 04:00:02 GMT"
+ "Thu, 14 Jan 2016 08:41:26 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/d3f83041-e425-41c7-9707-e62e36bd1003?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDNmODMwNDEtZTQyNS00MWM3LTk3MDctZTYyZTM2YmQxMDAzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/d87a2c6e-64ca-439f-bd4d-3a01c094aeb7?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDg3YTJjNmUtNjRjYS00MzlmLWJkNGQtM2EwMWMwOTRhZWI3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -5319,7 +5322,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"d3f83041-e425-41c7-9707-e62e36bd1003\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:59:33.0306817-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"d87a2c6e-64ca-439f-bd4d-3a01c094aeb7\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:37:56.1342015-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -5337,10 +5340,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "a0ed8308-8dcb-49f5-ae59-234ac0f6d5cd"
+ "665d2503-3b3d-46cd-99ec-c92d0d03ab4c"
],
"Cache-Control": [
"no-cache"
@@ -5353,20 +5356,20 @@
"14943"
],
"x-ms-correlation-request-id": [
- "8a4e55a1-55d1-4c53-a567-ea1e2a779541"
+ "7c1fd10f-c589-4527-8f90-2f2623672a8a"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T040033Z:8a4e55a1-55d1-4c53-a567-ea1e2a779541"
+ "CENTRALUS:20160114T084157Z:7c1fd10f-c589-4527-8f90-2f2623672a8a"
],
"Date": [
- "Tue, 22 Dec 2015 04:00:32 GMT"
+ "Thu, 14 Jan 2016 08:41:56 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/d3f83041-e425-41c7-9707-e62e36bd1003?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDNmODMwNDEtZTQyNS00MWM3LTk3MDctZTYyZTM2YmQxMDAzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/d87a2c6e-64ca-439f-bd4d-3a01c094aeb7?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDg3YTJjNmUtNjRjYS00MzlmLWJkNGQtM2EwMWMwOTRhZWI3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -5374,7 +5377,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"d3f83041-e425-41c7-9707-e62e36bd1003\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:59:33.0306817-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"d87a2c6e-64ca-439f-bd4d-3a01c094aeb7\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:37:56.1342015-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -5392,10 +5395,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "2c23fbd7-ddba-4b61-936a-9c7bd5becd8b"
+ "8359660d-0d59-4245-a7f0-261029b5aa53"
],
"Cache-Control": [
"no-cache"
@@ -5408,20 +5411,20 @@
"14942"
],
"x-ms-correlation-request-id": [
- "9c2fa013-4d28-410e-aefd-04453e545255"
+ "ae21f956-e01a-42c6-b1a2-f5196c22f034"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T040103Z:9c2fa013-4d28-410e-aefd-04453e545255"
+ "CENTRALUS:20160114T084227Z:ae21f956-e01a-42c6-b1a2-f5196c22f034"
],
"Date": [
- "Tue, 22 Dec 2015 04:01:03 GMT"
+ "Thu, 14 Jan 2016 08:42:26 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/d3f83041-e425-41c7-9707-e62e36bd1003?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDNmODMwNDEtZTQyNS00MWM3LTk3MDctZTYyZTM2YmQxMDAzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/d87a2c6e-64ca-439f-bd4d-3a01c094aeb7?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDg3YTJjNmUtNjRjYS00MzlmLWJkNGQtM2EwMWMwOTRhZWI3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -5429,7 +5432,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"d3f83041-e425-41c7-9707-e62e36bd1003\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:59:33.0306817-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"d87a2c6e-64ca-439f-bd4d-3a01c094aeb7\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:37:56.1342015-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -5447,10 +5450,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "cf18f407-9799-4bac-8b81-87633b5bc74c"
+ "347f00f0-dc81-4d5c-af35-bc159b88e56e"
],
"Cache-Control": [
"no-cache"
@@ -5463,20 +5466,20 @@
"14941"
],
"x-ms-correlation-request-id": [
- "5d83e897-00dd-49aa-90c4-b67eee97565c"
+ "01ada0a1-93d5-4575-9b62-6b4416d233a4"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T040133Z:5d83e897-00dd-49aa-90c4-b67eee97565c"
+ "CENTRALUS:20160114T084257Z:01ada0a1-93d5-4575-9b62-6b4416d233a4"
],
"Date": [
- "Tue, 22 Dec 2015 04:01:33 GMT"
+ "Thu, 14 Jan 2016 08:42:57 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/d3f83041-e425-41c7-9707-e62e36bd1003?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDNmODMwNDEtZTQyNS00MWM3LTk3MDctZTYyZTM2YmQxMDAzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/d87a2c6e-64ca-439f-bd4d-3a01c094aeb7?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDg3YTJjNmUtNjRjYS00MzlmLWJkNGQtM2EwMWMwOTRhZWI3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -5484,7 +5487,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"d3f83041-e425-41c7-9707-e62e36bd1003\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:59:33.0306817-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"d87a2c6e-64ca-439f-bd4d-3a01c094aeb7\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:37:56.1342015-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -5502,10 +5505,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "eb6364df-bed2-401a-82a3-4b3b46fbeb6d"
+ "06bc4685-78c1-4719-b397-1d25c7368268"
],
"Cache-Control": [
"no-cache"
@@ -5518,20 +5521,20 @@
"14940"
],
"x-ms-correlation-request-id": [
- "b7f5035e-2cfc-4fd9-817c-61c1bab2a272"
+ "c190736a-d775-4405-ac3d-08de4834ee09"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T040203Z:b7f5035e-2cfc-4fd9-817c-61c1bab2a272"
+ "CENTRALUS:20160114T084327Z:c190736a-d775-4405-ac3d-08de4834ee09"
],
"Date": [
- "Tue, 22 Dec 2015 04:02:03 GMT"
+ "Thu, 14 Jan 2016 08:43:27 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/d3f83041-e425-41c7-9707-e62e36bd1003?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDNmODMwNDEtZTQyNS00MWM3LTk3MDctZTYyZTM2YmQxMDAzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/d87a2c6e-64ca-439f-bd4d-3a01c094aeb7?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDg3YTJjNmUtNjRjYS00MzlmLWJkNGQtM2EwMWMwOTRhZWI3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -5539,7 +5542,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"d3f83041-e425-41c7-9707-e62e36bd1003\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:59:33.0306817-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"d87a2c6e-64ca-439f-bd4d-3a01c094aeb7\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:37:56.1342015-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -5557,10 +5560,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "cd95e026-3691-49d8-8dd9-3ac2b3158bcb"
+ "1d3ade22-7168-4c20-b78a-3a3f3c70c827"
],
"Cache-Control": [
"no-cache"
@@ -5573,20 +5576,20 @@
"14939"
],
"x-ms-correlation-request-id": [
- "4780a91e-0324-444d-b769-48e13ffabe2e"
+ "e4f5e699-70d9-4ab9-b0d0-e4b03efdbb4b"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T040233Z:4780a91e-0324-444d-b769-48e13ffabe2e"
+ "CENTRALUS:20160114T084357Z:e4f5e699-70d9-4ab9-b0d0-e4b03efdbb4b"
],
"Date": [
- "Tue, 22 Dec 2015 04:02:33 GMT"
+ "Thu, 14 Jan 2016 08:43:56 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/d3f83041-e425-41c7-9707-e62e36bd1003?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDNmODMwNDEtZTQyNS00MWM3LTk3MDctZTYyZTM2YmQxMDAzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/d87a2c6e-64ca-439f-bd4d-3a01c094aeb7?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDg3YTJjNmUtNjRjYS00MzlmLWJkNGQtM2EwMWMwOTRhZWI3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -5594,7 +5597,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"d3f83041-e425-41c7-9707-e62e36bd1003\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:59:33.0306817-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"d87a2c6e-64ca-439f-bd4d-3a01c094aeb7\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:37:56.1342015-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -5612,10 +5615,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "ccd39ac7-0083-443f-a897-d10098df142a"
+ "80e9034d-6ecc-4f86-af93-d99477dfcc12"
],
"Cache-Control": [
"no-cache"
@@ -5628,20 +5631,20 @@
"14938"
],
"x-ms-correlation-request-id": [
- "2c1c8ce0-a574-4fcd-ac54-3e982e7b0136"
+ "b3943542-fd04-4187-bfe6-1382dcb25d11"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T040303Z:2c1c8ce0-a574-4fcd-ac54-3e982e7b0136"
+ "CENTRALUS:20160114T084427Z:b3943542-fd04-4187-bfe6-1382dcb25d11"
],
"Date": [
- "Tue, 22 Dec 2015 04:03:03 GMT"
+ "Thu, 14 Jan 2016 08:44:26 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/d3f83041-e425-41c7-9707-e62e36bd1003?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDNmODMwNDEtZTQyNS00MWM3LTk3MDctZTYyZTM2YmQxMDAzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/d87a2c6e-64ca-439f-bd4d-3a01c094aeb7?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDg3YTJjNmUtNjRjYS00MzlmLWJkNGQtM2EwMWMwOTRhZWI3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -5649,7 +5652,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"d3f83041-e425-41c7-9707-e62e36bd1003\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:59:33.0306817-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"d87a2c6e-64ca-439f-bd4d-3a01c094aeb7\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:37:56.1342015-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -5667,10 +5670,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "8b2fbae8-116e-4672-88ae-cbd528b33c0c"
+ "d42371b5-be41-4b07-afdf-65b84f0ea74b"
],
"Cache-Control": [
"no-cache"
@@ -5683,20 +5686,20 @@
"14937"
],
"x-ms-correlation-request-id": [
- "2f41c0b3-633c-4a0b-b3a4-212a07cbf292"
+ "fc7b2ae8-f9d4-4b24-affe-0324086a0fd4"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T040334Z:2f41c0b3-633c-4a0b-b3a4-212a07cbf292"
+ "CENTRALUS:20160114T084457Z:fc7b2ae8-f9d4-4b24-affe-0324086a0fd4"
],
"Date": [
- "Tue, 22 Dec 2015 04:03:34 GMT"
+ "Thu, 14 Jan 2016 08:44:57 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/d3f83041-e425-41c7-9707-e62e36bd1003?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDNmODMwNDEtZTQyNS00MWM3LTk3MDctZTYyZTM2YmQxMDAzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/d87a2c6e-64ca-439f-bd4d-3a01c094aeb7?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDg3YTJjNmUtNjRjYS00MzlmLWJkNGQtM2EwMWMwOTRhZWI3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -5704,7 +5707,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"d3f83041-e425-41c7-9707-e62e36bd1003\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:59:33.0306817-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"d87a2c6e-64ca-439f-bd4d-3a01c094aeb7\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:37:56.1342015-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -5722,10 +5725,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "2e071250-7419-4bf8-b77e-b7de2869d365"
+ "b846e6dc-9d74-49fa-b492-90c973d190ae"
],
"Cache-Control": [
"no-cache"
@@ -5738,20 +5741,20 @@
"14936"
],
"x-ms-correlation-request-id": [
- "bb3a1871-3bcc-455a-855d-74569677ac08"
+ "ff458726-9fca-406c-a93e-2b8359ae1ca9"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T040404Z:bb3a1871-3bcc-455a-855d-74569677ac08"
+ "CENTRALUS:20160114T084527Z:ff458726-9fca-406c-a93e-2b8359ae1ca9"
],
"Date": [
- "Tue, 22 Dec 2015 04:04:04 GMT"
+ "Thu, 14 Jan 2016 08:45:27 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/d3f83041-e425-41c7-9707-e62e36bd1003?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDNmODMwNDEtZTQyNS00MWM3LTk3MDctZTYyZTM2YmQxMDAzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/d87a2c6e-64ca-439f-bd4d-3a01c094aeb7?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDg3YTJjNmUtNjRjYS00MzlmLWJkNGQtM2EwMWMwOTRhZWI3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -5759,7 +5762,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"d3f83041-e425-41c7-9707-e62e36bd1003\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:59:33.0306817-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"d87a2c6e-64ca-439f-bd4d-3a01c094aeb7\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:37:56.1342015-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -5777,10 +5780,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "43e8843c-b254-478f-ab22-f832c6cd555f"
+ "c7650a82-0e0a-478a-af6d-ba6130afedd1"
],
"Cache-Control": [
"no-cache"
@@ -5793,20 +5796,20 @@
"14935"
],
"x-ms-correlation-request-id": [
- "f221a39a-acc0-4598-a77f-8278dcb436cf"
+ "e0c54b9b-d126-49f1-87c4-7a0aacf15133"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T040434Z:f221a39a-acc0-4598-a77f-8278dcb436cf"
+ "CENTRALUS:20160114T084558Z:e0c54b9b-d126-49f1-87c4-7a0aacf15133"
],
"Date": [
- "Tue, 22 Dec 2015 04:04:34 GMT"
+ "Thu, 14 Jan 2016 08:45:57 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/d3f83041-e425-41c7-9707-e62e36bd1003?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDNmODMwNDEtZTQyNS00MWM3LTk3MDctZTYyZTM2YmQxMDAzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/d87a2c6e-64ca-439f-bd4d-3a01c094aeb7?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDg3YTJjNmUtNjRjYS00MzlmLWJkNGQtM2EwMWMwOTRhZWI3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -5814,7 +5817,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"d3f83041-e425-41c7-9707-e62e36bd1003\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:59:33.0306817-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"d87a2c6e-64ca-439f-bd4d-3a01c094aeb7\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:37:56.1342015-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -5832,10 +5835,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "c2b18a90-e6a4-4272-9406-ed204bd7690a"
+ "8c88ad45-716a-4ba4-af1f-6643dbf9fd41"
],
"Cache-Control": [
"no-cache"
@@ -5848,20 +5851,20 @@
"14934"
],
"x-ms-correlation-request-id": [
- "35a27a91-ac1c-4f07-a49b-2ddfa99d1fb4"
+ "4812ecce-ab51-403a-befb-42160959fbce"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T040504Z:35a27a91-ac1c-4f07-a49b-2ddfa99d1fb4"
+ "CENTRALUS:20160114T084628Z:4812ecce-ab51-403a-befb-42160959fbce"
],
"Date": [
- "Tue, 22 Dec 2015 04:05:04 GMT"
+ "Thu, 14 Jan 2016 08:46:27 GMT"
]
},
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/d3f83041-e425-41c7-9707-e62e36bd1003?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDNmODMwNDEtZTQyNS00MWM3LTk3MDctZTYyZTM2YmQxMDAzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/d87a2c6e-64ca-439f-bd4d-3a01c094aeb7?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDg3YTJjNmUtNjRjYS00MzlmLWJkNGQtM2EwMWMwOTRhZWI3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -5869,7 +5872,7 @@
"Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "{\r\n \"operationId\": \"d3f83041-e425-41c7-9707-e62e36bd1003\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:59:33.0306817-08:00\"\r\n}",
+ "ResponseBody": "{\r\n \"operationId\": \"d87a2c6e-64ca-439f-bd4d-3a01c094aeb7\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:37:56.1342015-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
"141"
@@ -5887,10 +5890,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "9f32984e-af36-4ade-981e-b16266b3f666"
+ "8fef4dd5-bb73-4519-94a1-1d1cd4ba7e31"
],
"Cache-Control": [
"no-cache"
@@ -5903,1994 +5906,34 @@
"14933"
],
"x-ms-correlation-request-id": [
- "a24de966-d1b3-4d1e-9a7a-59dbf7dd8f5b"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20151222T040534Z:a24de966-d1b3-4d1e-9a7a-59dbf7dd8f5b"
- ],
- "Date": [
- "Tue, 22 Dec 2015 04:05:34 GMT"
- ]
- },
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/d3f83041-e425-41c7-9707-e62e36bd1003?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDNmODMwNDEtZTQyNS00MWM3LTk3MDctZTYyZTM2YmQxMDAzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
- ]
- },
- "ResponseBody": "{\r\n \"operationId\": \"d3f83041-e425-41c7-9707-e62e36bd1003\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:59:33.0306817-08:00\"\r\n}",
- "ResponseHeaders": {
- "Content-Length": [
- "141"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
- ],
- "x-ms-request-id": [
- "e21f7adb-1589-4b7c-85c2-c7f92fce4fb7"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14932"
- ],
- "x-ms-correlation-request-id": [
- "6e54169f-ac0b-4ad7-a27c-0e9677beaf7c"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20151222T040604Z:6e54169f-ac0b-4ad7-a27c-0e9677beaf7c"
- ],
- "Date": [
- "Tue, 22 Dec 2015 04:06:04 GMT"
- ]
- },
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/d3f83041-e425-41c7-9707-e62e36bd1003?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDNmODMwNDEtZTQyNS00MWM3LTk3MDctZTYyZTM2YmQxMDAzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
- ]
- },
- "ResponseBody": "{\r\n \"operationId\": \"d3f83041-e425-41c7-9707-e62e36bd1003\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:59:33.0306817-08:00\"\r\n}",
- "ResponseHeaders": {
- "Content-Length": [
- "141"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
- ],
- "x-ms-request-id": [
- "6c66d69e-bb96-4283-b457-04a74cd4fc16"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14931"
- ],
- "x-ms-correlation-request-id": [
- "73d22154-0a70-4e32-b0ea-79998ac1e84e"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20151222T040634Z:73d22154-0a70-4e32-b0ea-79998ac1e84e"
- ],
- "Date": [
- "Tue, 22 Dec 2015 04:06:34 GMT"
- ]
- },
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/d3f83041-e425-41c7-9707-e62e36bd1003?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDNmODMwNDEtZTQyNS00MWM3LTk3MDctZTYyZTM2YmQxMDAzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
- ]
- },
- "ResponseBody": "{\r\n \"operationId\": \"d3f83041-e425-41c7-9707-e62e36bd1003\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:59:33.0306817-08:00\"\r\n}",
- "ResponseHeaders": {
- "Content-Length": [
- "141"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
- ],
- "x-ms-request-id": [
- "a5c6d18f-1865-4a88-aaab-097c98eb84f3"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14930"
- ],
- "x-ms-correlation-request-id": [
- "21e3ad4f-e265-4b4f-a218-3f3a68106509"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20151222T040705Z:21e3ad4f-e265-4b4f-a218-3f3a68106509"
- ],
- "Date": [
- "Tue, 22 Dec 2015 04:07:04 GMT"
- ]
- },
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/d3f83041-e425-41c7-9707-e62e36bd1003?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDNmODMwNDEtZTQyNS00MWM3LTk3MDctZTYyZTM2YmQxMDAzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
- ]
- },
- "ResponseBody": "{\r\n \"operationId\": \"d3f83041-e425-41c7-9707-e62e36bd1003\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:59:33.0306817-08:00\"\r\n}",
- "ResponseHeaders": {
- "Content-Length": [
- "141"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
- ],
- "x-ms-request-id": [
- "64feeda8-6dfe-42ce-96b0-78d16dc310c6"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14929"
- ],
- "x-ms-correlation-request-id": [
- "44b03754-f307-4f78-8339-2ccbfeb077ef"
+ "7d39884a-9c61-4993-bb42-50166e4daef3"
],
"x-ms-routing-request-id": [
- "WESTUS:20151222T040735Z:44b03754-f307-4f78-8339-2ccbfeb077ef"
- ],
- "Date": [
- "Tue, 22 Dec 2015 04:07:35 GMT"
- ]
- },
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/d3f83041-e425-41c7-9707-e62e36bd1003?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDNmODMwNDEtZTQyNS00MWM3LTk3MDctZTYyZTM2YmQxMDAzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
- ]
- },
- "ResponseBody": "{\r\n \"operationId\": \"d3f83041-e425-41c7-9707-e62e36bd1003\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:59:33.0306817-08:00\"\r\n}",
- "ResponseHeaders": {
- "Content-Length": [
- "141"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
+ "CENTRALUS:20160114T084658Z:7d39884a-9c61-4993-bb42-50166e4daef3"
],
- "Pragma": [
- "no-cache"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
- ],
- "x-ms-request-id": [
- "5f3188c6-73af-42fc-ab47-5547c762ec82"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14928"
- ],
- "x-ms-correlation-request-id": [
- "a962e55a-60b4-4de8-bc6b-024be9a80650"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20151222T040805Z:a962e55a-60b4-4de8-bc6b-024be9a80650"
- ],
- "Date": [
- "Tue, 22 Dec 2015 04:08:05 GMT"
- ]
- },
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/d3f83041-e425-41c7-9707-e62e36bd1003?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDNmODMwNDEtZTQyNS00MWM3LTk3MDctZTYyZTM2YmQxMDAzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
- ]
- },
- "ResponseBody": "{\r\n \"operationId\": \"d3f83041-e425-41c7-9707-e62e36bd1003\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:59:33.0306817-08:00\"\r\n}",
- "ResponseHeaders": {
- "Content-Length": [
- "141"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
- ],
- "x-ms-request-id": [
- "8f5ae83a-c915-4291-9a94-7d6bb3179413"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14927"
- ],
- "x-ms-correlation-request-id": [
- "49909d30-1af3-48db-afe3-5bbb21f13b24"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20151222T040835Z:49909d30-1af3-48db-afe3-5bbb21f13b24"
- ],
- "Date": [
- "Tue, 22 Dec 2015 04:08:35 GMT"
- ]
- },
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/d3f83041-e425-41c7-9707-e62e36bd1003?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDNmODMwNDEtZTQyNS00MWM3LTk3MDctZTYyZTM2YmQxMDAzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
- ]
- },
- "ResponseBody": "{\r\n \"operationId\": \"d3f83041-e425-41c7-9707-e62e36bd1003\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:59:33.0306817-08:00\"\r\n}",
- "ResponseHeaders": {
- "Content-Length": [
- "141"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
- ],
- "x-ms-request-id": [
- "56e51fa6-aa11-4b09-ab86-b422e1c57948"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14926"
- ],
- "x-ms-correlation-request-id": [
- "6fa1c7a0-6545-4cad-ad27-2aae681fa2c0"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20151222T040905Z:6fa1c7a0-6545-4cad-ad27-2aae681fa2c0"
- ],
- "Date": [
- "Tue, 22 Dec 2015 04:09:05 GMT"
- ]
- },
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/d3f83041-e425-41c7-9707-e62e36bd1003?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDNmODMwNDEtZTQyNS00MWM3LTk3MDctZTYyZTM2YmQxMDAzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
- ]
- },
- "ResponseBody": "{\r\n \"operationId\": \"d3f83041-e425-41c7-9707-e62e36bd1003\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:59:33.0306817-08:00\"\r\n}",
- "ResponseHeaders": {
- "Content-Length": [
- "141"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
- ],
- "x-ms-request-id": [
- "69d93374-ce26-43e1-85a0-ed4e820df73d"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14925"
- ],
- "x-ms-correlation-request-id": [
- "cd746d2d-0f55-4b9f-884e-60f4b825ddc1"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20151222T040935Z:cd746d2d-0f55-4b9f-884e-60f4b825ddc1"
- ],
- "Date": [
- "Tue, 22 Dec 2015 04:09:35 GMT"
- ]
- },
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/d3f83041-e425-41c7-9707-e62e36bd1003?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDNmODMwNDEtZTQyNS00MWM3LTk3MDctZTYyZTM2YmQxMDAzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
- ]
- },
- "ResponseBody": "{\r\n \"operationId\": \"d3f83041-e425-41c7-9707-e62e36bd1003\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:59:33.0306817-08:00\"\r\n}",
- "ResponseHeaders": {
- "Content-Length": [
- "141"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
- ],
- "x-ms-request-id": [
- "b3b84910-38ad-45b8-abdc-06502eb9cd74"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14924"
- ],
- "x-ms-correlation-request-id": [
- "931a35bc-a5cc-4f05-91df-05e268afe30d"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20151222T041005Z:931a35bc-a5cc-4f05-91df-05e268afe30d"
- ],
- "Date": [
- "Tue, 22 Dec 2015 04:10:05 GMT"
- ]
- },
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/d3f83041-e425-41c7-9707-e62e36bd1003?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDNmODMwNDEtZTQyNS00MWM3LTk3MDctZTYyZTM2YmQxMDAzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
- ]
- },
- "ResponseBody": "{\r\n \"operationId\": \"d3f83041-e425-41c7-9707-e62e36bd1003\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2015-12-21T19:59:33.0306817-08:00\"\r\n}",
- "ResponseHeaders": {
- "Content-Length": [
- "141"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
- ],
- "x-ms-request-id": [
- "04971f91-f47a-478c-9e78-b3abb8d474f7"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14923"
- ],
- "x-ms-correlation-request-id": [
- "16a7bda1-422f-42bb-91f5-11d13492bb84"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20151222T041036Z:16a7bda1-422f-42bb-91f5-11d13492bb84"
- ],
- "Date": [
- "Tue, 22 Dec 2015 04:10:35 GMT"
- ]
- },
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/providers/Microsoft.Compute/locations/eastus/operations/d3f83041-e425-41c7-9707-e62e36bd1003?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDNmODMwNDEtZTQyNS00MWM3LTk3MDctZTYyZTM2YmQxMDAzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
- ]
- },
- "ResponseBody": "{\r\n \"operationId\": \"d3f83041-e425-41c7-9707-e62e36bd1003\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2015-12-21T19:59:33.0306817-08:00\",\r\n \"endTime\": \"2015-12-21T20:10:42.8857883-08:00\"\r\n}",
- "ResponseHeaders": {
- "Content-Length": [
- "191"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
- ],
- "x-ms-request-id": [
- "a41c38c2-b52f-45dd-82b0-6e2d0230e7dc"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14922"
- ],
- "x-ms-correlation-request-id": [
- "bb8a0dc5-b6be-4ec4-aced-355c94010d6a"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20151222T041106Z:bb8a0dc5-b6be-4ec4-aced-355c94010d6a"
- ],
- "Date": [
- "Tue, 22 Dec 2015 04:11:05 GMT"
- ]
- },
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Compute/virtualMachines/vmcrptestps267/extensions/Microsoft.Insights.VMDiagnosticsSettings?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczI2Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtY3JwdGVzdHBzMjY3L2V4dGVuc2lvbnMvTWljcm9zb2Z0Lkluc2lnaHRzLlZNRGlhZ25vc3RpY3NTZXR0aW5ncz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
- ]
- },
- "ResponseBody": "{\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Azure.Diagnostics\",\r\n \"type\": \"IaaSDiagnostics\",\r\n \"typeHandlerVersion\": \"1.5\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"settings\": {\r\n \"xmlCfg\": \"PFdhZENmZz4NCiAgICA8RGlhZ25vc3RpY01vbml0b3JDb25maWd1cmF0aW9uIG92ZXJhbGxRdW90YUluTUI9IjIwNDgiIHhtbG5zPSJodHRwOi8vc2NoZW1hcy5taWNyb3NvZnQuY29tL1NlcnZpY2VIb3N0aW5nLzIwMTAvMTAvRGlhZ25vc3RpY3NDb25maWd1cmF0aW9uIj4NCiAgICAgIDxEaWFnbm9zdGljSW5mcmFzdHJ1Y3R1cmVMb2dzIHNjaGVkdWxlZFRyYW5zZmVyTG9nTGV2ZWxGaWx0ZXI9IkVycm9yIiAvPg0KICAgICAgPERpcmVjdG9yaWVzIHNjaGVkdWxlZFRyYW5zZmVyUGVyaW9kPSJQVDFNIj4NCiAgICAgICAgPElJU0xvZ3MgY29udGFpbmVyTmFtZT0id2FkLWlpcy1sb2dmaWxlcyIgLz4NCiAgICAgICAgPEZhaWxlZFJlcXVlc3RMb2dzIGNvbnRhaW5lck5hbWU9IndhZC1mYWlsZWRyZXF1ZXN0bG9ncyIgLz4NCiAgICAgIDwvRGlyZWN0b3JpZXM+DQogICAgICA8UGVyZm9ybWFuY2VDb3VudGVycyBzY2hlZHVsZWRUcmFuc2ZlclBlcmlvZD0iUFQyTSI+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxNZW1vcnlcQXZhaWxhYmxlIE1CeXRlcyIgc2FtcGxlUmF0ZT0iUFQxTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXFdlYiBTZXJ2aWNlKF9Ub3RhbClcSVNBUEkgRXh0ZW5zaW9uIFJlcXVlc3RzL3NlYyIgc2FtcGxlUmF0ZT0iUFQzTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXFdlYiBTZXJ2aWNlKF9Ub3RhbClcQnl0ZXMgVG90YWwvU2VjIiBzYW1wbGVSYXRlPSJQVDFNIiAvPg0KICAgICAgICA8UGVyZm9ybWFuY2VDb3VudGVyQ29uZmlndXJhdGlvbiBjb3VudGVyU3BlY2lmaWVyPSJcQVNQLk5FVCBBcHBsaWNhdGlvbnMoX19Ub3RhbF9fKVxSZXF1ZXN0cy9TZWMiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxBU1AuTkVUIEFwcGxpY2F0aW9ucyhfX1RvdGFsX18pXEVycm9ycyBUb3RhbC9TZWMiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxBU1AuTkVUXFJlcXVlc3RzIFF1ZXVlZCIgc2FtcGxlUmF0ZT0iUFQzTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXEFTUC5ORVRcUmVxdWVzdHMgUmVqZWN0ZWQiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxQcm9jZXNzb3IoX1RvdGFsKVwlIFByb2Nlc3NvciBUaW1lIiBzYW1wbGVSYXRlPSJQVDNNIiAvPg0KICAgICAgPC9QZXJmb3JtYW5jZUNvdW50ZXJzPg0KICAgICAgPFdpbmRvd3NFdmVudExvZyBzY2hlZHVsZWRUcmFuc2ZlclBlcmlvZD0iUFQxTSI+DQogICAgICAgIDxEYXRhU291cmNlIG5hbWU9IkFwcGxpY2F0aW9uISpbU3lzdGVtWyhMZXZlbD0xIG9yIExldmVsPTIpXV0iIC8+DQogICAgICAgIDxEYXRhU291cmNlIG5hbWU9IldpbmRvd3MgQXp1cmUhKltTeXN0ZW1bKExldmVsPTEgb3IgTGV2ZWw9MildXSIgLz4NCiAgICAgIDwvV2luZG93c0V2ZW50TG9nPg0KICAgICAgPENyYXNoRHVtcHM+DQogICAgICAgIDxDcmFzaER1bXBDb25maWd1cmF0aW9uIHByb2Nlc3NOYW1lPSJXYUlJU0hvc3QuZXhlIiAvPg0KICAgICAgICA8Q3Jhc2hEdW1wQ29uZmlndXJhdGlvbiBwcm9jZXNzTmFtZT0iV2FXb3JrZXJIb3N0LmV4ZSIgLz4NCiAgICAgICAgPENyYXNoRHVtcENvbmZpZ3VyYXRpb24gcHJvY2Vzc05hbWU9Inczd3AuZXhlIiAvPg0KICAgICAgPC9DcmFzaER1bXBzPg0KICAgICAgPExvZ3Mgc2NoZWR1bGVkVHJhbnNmZXJQZXJpb2Q9IlBUM00iIC8+DQogICAgPC9EaWFnbm9zdGljTW9uaXRvckNvbmZpZ3VyYXRpb24+DQogIDwvV2FkQ2ZnPg==\",\r\n \"storageAccount\": \"definedincommandline\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Compute/virtualMachines/vmcrptestps267/extensions/Microsoft.Insights.VMDiagnosticsSettings\",\r\n \"name\": \"Microsoft.Insights.VMDiagnosticsSettings\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n}",
- "ResponseHeaders": {
- "Content-Length": [
- "3353"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
- ],
- "x-ms-request-id": [
- "b1074311-59e5-4de8-b678-a68019177e27"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14921"
- ],
- "x-ms-correlation-request-id": [
- "fb5151dc-ab3f-49bb-abe3-7fc76b3dd359"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20151222T041106Z:fb5151dc-ab3f-49bb-abe3-7fc76b3dd359"
- ],
- "Date": [
- "Tue, 22 Dec 2015 04:11:05 GMT"
- ]
- },
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Compute/virtualMachines/vmcrptestps267/extensions/Microsoft.Insights.VMDiagnosticsSettings?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczI2Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtY3JwdGVzdHBzMjY3L2V4dGVuc2lvbnMvTWljcm9zb2Z0Lkluc2lnaHRzLlZNRGlhZ25vc3RpY3NTZXR0aW5ncz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-client-request-id": [
- "0d5a03da-e1c7-4607-91c3-e9952d243b3d"
- ],
- "accept-language": [
- "en-US"
- ],
- "User-Agent": [
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
- ]
- },
- "ResponseBody": "{\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Azure.Diagnostics\",\r\n \"type\": \"IaaSDiagnostics\",\r\n \"typeHandlerVersion\": \"1.5\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"settings\": {\r\n \"xmlCfg\": \"PFdhZENmZz4NCiAgICA8RGlhZ25vc3RpY01vbml0b3JDb25maWd1cmF0aW9uIG92ZXJhbGxRdW90YUluTUI9IjIwNDgiIHhtbG5zPSJodHRwOi8vc2NoZW1hcy5taWNyb3NvZnQuY29tL1NlcnZpY2VIb3N0aW5nLzIwMTAvMTAvRGlhZ25vc3RpY3NDb25maWd1cmF0aW9uIj4NCiAgICAgIDxEaWFnbm9zdGljSW5mcmFzdHJ1Y3R1cmVMb2dzIHNjaGVkdWxlZFRyYW5zZmVyTG9nTGV2ZWxGaWx0ZXI9IkVycm9yIiAvPg0KICAgICAgPERpcmVjdG9yaWVzIHNjaGVkdWxlZFRyYW5zZmVyUGVyaW9kPSJQVDFNIj4NCiAgICAgICAgPElJU0xvZ3MgY29udGFpbmVyTmFtZT0id2FkLWlpcy1sb2dmaWxlcyIgLz4NCiAgICAgICAgPEZhaWxlZFJlcXVlc3RMb2dzIGNvbnRhaW5lck5hbWU9IndhZC1mYWlsZWRyZXF1ZXN0bG9ncyIgLz4NCiAgICAgIDwvRGlyZWN0b3JpZXM+DQogICAgICA8UGVyZm9ybWFuY2VDb3VudGVycyBzY2hlZHVsZWRUcmFuc2ZlclBlcmlvZD0iUFQyTSI+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxNZW1vcnlcQXZhaWxhYmxlIE1CeXRlcyIgc2FtcGxlUmF0ZT0iUFQxTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXFdlYiBTZXJ2aWNlKF9Ub3RhbClcSVNBUEkgRXh0ZW5zaW9uIFJlcXVlc3RzL3NlYyIgc2FtcGxlUmF0ZT0iUFQzTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXFdlYiBTZXJ2aWNlKF9Ub3RhbClcQnl0ZXMgVG90YWwvU2VjIiBzYW1wbGVSYXRlPSJQVDFNIiAvPg0KICAgICAgICA8UGVyZm9ybWFuY2VDb3VudGVyQ29uZmlndXJhdGlvbiBjb3VudGVyU3BlY2lmaWVyPSJcQVNQLk5FVCBBcHBsaWNhdGlvbnMoX19Ub3RhbF9fKVxSZXF1ZXN0cy9TZWMiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxBU1AuTkVUIEFwcGxpY2F0aW9ucyhfX1RvdGFsX18pXEVycm9ycyBUb3RhbC9TZWMiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxBU1AuTkVUXFJlcXVlc3RzIFF1ZXVlZCIgc2FtcGxlUmF0ZT0iUFQzTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXEFTUC5ORVRcUmVxdWVzdHMgUmVqZWN0ZWQiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxQcm9jZXNzb3IoX1RvdGFsKVwlIFByb2Nlc3NvciBUaW1lIiBzYW1wbGVSYXRlPSJQVDNNIiAvPg0KICAgICAgPC9QZXJmb3JtYW5jZUNvdW50ZXJzPg0KICAgICAgPFdpbmRvd3NFdmVudExvZyBzY2hlZHVsZWRUcmFuc2ZlclBlcmlvZD0iUFQxTSI+DQogICAgICAgIDxEYXRhU291cmNlIG5hbWU9IkFwcGxpY2F0aW9uISpbU3lzdGVtWyhMZXZlbD0xIG9yIExldmVsPTIpXV0iIC8+DQogICAgICAgIDxEYXRhU291cmNlIG5hbWU9IldpbmRvd3MgQXp1cmUhKltTeXN0ZW1bKExldmVsPTEgb3IgTGV2ZWw9MildXSIgLz4NCiAgICAgIDwvV2luZG93c0V2ZW50TG9nPg0KICAgICAgPENyYXNoRHVtcHM+DQogICAgICAgIDxDcmFzaER1bXBDb25maWd1cmF0aW9uIHByb2Nlc3NOYW1lPSJXYUlJU0hvc3QuZXhlIiAvPg0KICAgICAgICA8Q3Jhc2hEdW1wQ29uZmlndXJhdGlvbiBwcm9jZXNzTmFtZT0iV2FXb3JrZXJIb3N0LmV4ZSIgLz4NCiAgICAgICAgPENyYXNoRHVtcENvbmZpZ3VyYXRpb24gcHJvY2Vzc05hbWU9Inczd3AuZXhlIiAvPg0KICAgICAgPC9DcmFzaER1bXBzPg0KICAgICAgPExvZ3Mgc2NoZWR1bGVkVHJhbnNmZXJQZXJpb2Q9IlBUM00iIC8+DQogICAgPC9EaWFnbm9zdGljTW9uaXRvckNvbmZpZ3VyYXRpb24+DQogIDwvV2FkQ2ZnPg==\",\r\n \"storageAccount\": \"definedincommandline\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourceGroups/crptestps267/providers/Microsoft.Compute/virtualMachines/vmcrptestps267/extensions/Microsoft.Insights.VMDiagnosticsSettings\",\r\n \"name\": \"Microsoft.Insights.VMDiagnosticsSettings\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n}",
- "ResponseHeaders": {
- "Content-Length": [
- "3353"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "x-ms-served-by": [
- "bc9c7ae8-272f-468c-91ab-42b5442bf96b_130942858908576360"
- ],
- "x-ms-request-id": [
- "c787dc4d-99dd-4c79-94be-df2f9232baea"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14919"
- ],
- "x-ms-correlation-request-id": [
- "5bf8396c-7209-4572-8110-18904b62d004"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20151222T041106Z:5bf8396c-7209-4572-8110-18904b62d004"
- ],
- "Date": [
- "Tue, 22 Dec 2015 04:11:06 GMT"
- ]
- },
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/resourcegroups/crptestps267?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RwczI2Nz9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
- "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": [
- "6b970cac-f8f0-4461-ad13-699da9f51d3c"
- ],
- "x-ms-correlation-request-id": [
- "6b970cac-f8f0-4461-ad13-699da9f51d3c"
- ],
- "x-ms-routing-request-id": [
- "CENTRALUS:20151222T041108Z:6b970cac-f8f0-4461-ad13-699da9f51d3c"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Date": [
- "Tue, 22 Dec 2015 04:11:07 GMT"
- ],
- "Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
- ]
- },
- "StatusCode": 202
- },
- {
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-version": [
- "2014-04-01-preview"
- ],
- "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": [
- "14998"
- ],
- "x-ms-request-id": [
- "5053eb80-6bde-46b9-87b6-5417552d8ea4"
- ],
- "x-ms-correlation-request-id": [
- "5053eb80-6bde-46b9-87b6-5417552d8ea4"
- ],
- "x-ms-routing-request-id": [
- "CENTRALUS:20151222T041108Z:5053eb80-6bde-46b9-87b6-5417552d8ea4"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Date": [
- "Tue, 22 Dec 2015 04:11:07 GMT"
- ],
- "Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
- ]
- },
- "StatusCode": 202
- },
- {
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-version": [
- "2014-04-01-preview"
- ],
- "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": [
- "14997"
- ],
- "x-ms-request-id": [
- "92e409f5-1da5-4507-ab54-9fb369ac07c4"
- ],
- "x-ms-correlation-request-id": [
- "92e409f5-1da5-4507-ab54-9fb369ac07c4"
- ],
- "x-ms-routing-request-id": [
- "CENTRALUS:20151222T041123Z:92e409f5-1da5-4507-ab54-9fb369ac07c4"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Date": [
- "Tue, 22 Dec 2015 04:11:22 GMT"
- ],
- "Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
- ]
- },
- "StatusCode": 202
- },
- {
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-version": [
- "2014-04-01-preview"
- ],
- "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": [
- "14996"
- ],
- "x-ms-request-id": [
- "817dac12-421f-4105-9054-079158f44f0e"
- ],
- "x-ms-correlation-request-id": [
- "817dac12-421f-4105-9054-079158f44f0e"
- ],
- "x-ms-routing-request-id": [
- "CENTRALUS:20151222T041138Z:817dac12-421f-4105-9054-079158f44f0e"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Date": [
- "Tue, 22 Dec 2015 04:11:38 GMT"
- ],
- "Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
- ]
- },
- "StatusCode": 202
- },
- {
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-version": [
- "2014-04-01-preview"
- ],
- "User-Agent": [
- "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
- ]
- },
- "ResponseBody": "",
- "ResponseHeaders": {
- "Content-Length": [
- "0"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Retry-After": [
- "15"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14995"
- ],
- "x-ms-request-id": [
- "f161e7c7-3cad-4ae9-bc1e-622fdce2e1e8"
- ],
- "x-ms-correlation-request-id": [
- "f161e7c7-3cad-4ae9-bc1e-622fdce2e1e8"
- ],
- "x-ms-routing-request-id": [
- "CENTRALUS:20151222T041153Z:f161e7c7-3cad-4ae9-bc1e-622fdce2e1e8"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Date": [
- "Tue, 22 Dec 2015 04:11:53 GMT"
- ],
- "Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
- ]
- },
- "StatusCode": 202
- },
- {
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-version": [
- "2014-04-01-preview"
- ],
- "User-Agent": [
- "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
- ]
- },
- "ResponseBody": "",
- "ResponseHeaders": {
- "Content-Length": [
- "0"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Retry-After": [
- "15"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14994"
- ],
- "x-ms-request-id": [
- "34d4032a-ecee-41dc-a8e0-8c2ad81d25b0"
- ],
- "x-ms-correlation-request-id": [
- "34d4032a-ecee-41dc-a8e0-8c2ad81d25b0"
- ],
- "x-ms-routing-request-id": [
- "CENTRALUS:20151222T041209Z:34d4032a-ecee-41dc-a8e0-8c2ad81d25b0"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Date": [
- "Tue, 22 Dec 2015 04:12:08 GMT"
- ],
- "Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
- ]
- },
- "StatusCode": 202
- },
- {
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-version": [
- "2014-04-01-preview"
- ],
- "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": [
- "14993"
- ],
- "x-ms-request-id": [
- "73624a7b-6deb-462a-8dc1-51088993ff56"
- ],
- "x-ms-correlation-request-id": [
- "73624a7b-6deb-462a-8dc1-51088993ff56"
- ],
- "x-ms-routing-request-id": [
- "CENTRALUS:20151222T041224Z:73624a7b-6deb-462a-8dc1-51088993ff56"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Date": [
- "Tue, 22 Dec 2015 04:12:24 GMT"
- ],
- "Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
- ]
- },
- "StatusCode": 202
- },
- {
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-version": [
- "2014-04-01-preview"
- ],
- "User-Agent": [
- "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
- ]
- },
- "ResponseBody": "",
- "ResponseHeaders": {
- "Content-Length": [
- "0"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Retry-After": [
- "15"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14992"
- ],
- "x-ms-request-id": [
- "d29e6947-a518-42d4-8fcf-a5604085c55b"
- ],
- "x-ms-correlation-request-id": [
- "d29e6947-a518-42d4-8fcf-a5604085c55b"
- ],
- "x-ms-routing-request-id": [
- "CENTRALUS:20151222T041239Z:d29e6947-a518-42d4-8fcf-a5604085c55b"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Date": [
- "Tue, 22 Dec 2015 04:12:38 GMT"
- ],
- "Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
- ]
- },
- "StatusCode": 202
- },
- {
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-version": [
- "2014-04-01-preview"
- ],
- "User-Agent": [
- "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
- ]
- },
- "ResponseBody": "",
- "ResponseHeaders": {
- "Content-Length": [
- "0"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Retry-After": [
- "15"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14991"
- ],
- "x-ms-request-id": [
- "e6b8498a-32d6-41a0-83c1-394a7756e8bb"
- ],
- "x-ms-correlation-request-id": [
- "e6b8498a-32d6-41a0-83c1-394a7756e8bb"
- ],
- "x-ms-routing-request-id": [
- "CENTRALUS:20151222T041254Z:e6b8498a-32d6-41a0-83c1-394a7756e8bb"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Date": [
- "Tue, 22 Dec 2015 04:12:53 GMT"
- ],
- "Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
- ]
- },
- "StatusCode": 202
- },
- {
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-version": [
- "2014-04-01-preview"
- ],
- "User-Agent": [
- "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
- ]
- },
- "ResponseBody": "",
- "ResponseHeaders": {
- "Content-Length": [
- "0"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Retry-After": [
- "15"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14990"
- ],
- "x-ms-request-id": [
- "ca8b868a-6e3d-4d40-87c6-f840b0ed054b"
- ],
- "x-ms-correlation-request-id": [
- "ca8b868a-6e3d-4d40-87c6-f840b0ed054b"
- ],
- "x-ms-routing-request-id": [
- "CENTRALUS:20151222T041309Z:ca8b868a-6e3d-4d40-87c6-f840b0ed054b"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Date": [
- "Tue, 22 Dec 2015 04:13:09 GMT"
- ],
- "Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
- ]
- },
- "StatusCode": 202
- },
- {
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-version": [
- "2014-04-01-preview"
- ],
- "User-Agent": [
- "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
- ]
- },
- "ResponseBody": "",
- "ResponseHeaders": {
- "Content-Length": [
- "0"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Retry-After": [
- "15"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14989"
- ],
- "x-ms-request-id": [
- "b9e8786b-034c-48b0-99ab-42ccacedbd3a"
- ],
- "x-ms-correlation-request-id": [
- "b9e8786b-034c-48b0-99ab-42ccacedbd3a"
- ],
- "x-ms-routing-request-id": [
- "CENTRALUS:20151222T041324Z:b9e8786b-034c-48b0-99ab-42ccacedbd3a"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Date": [
- "Tue, 22 Dec 2015 04:13:23 GMT"
- ],
- "Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
- ]
- },
- "StatusCode": 202
- },
- {
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-version": [
- "2014-04-01-preview"
- ],
- "User-Agent": [
- "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
- ]
- },
- "ResponseBody": "",
- "ResponseHeaders": {
- "Content-Length": [
- "0"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Retry-After": [
- "15"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14988"
- ],
- "x-ms-request-id": [
- "9470d57c-1214-4fb2-861b-751ce738cb5b"
- ],
- "x-ms-correlation-request-id": [
- "9470d57c-1214-4fb2-861b-751ce738cb5b"
- ],
- "x-ms-routing-request-id": [
- "CENTRALUS:20151222T041339Z:9470d57c-1214-4fb2-861b-751ce738cb5b"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Date": [
- "Tue, 22 Dec 2015 04:13:39 GMT"
- ],
- "Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
- ]
- },
- "StatusCode": 202
- },
- {
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-version": [
- "2014-04-01-preview"
- ],
- "User-Agent": [
- "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
- ]
- },
- "ResponseBody": "",
- "ResponseHeaders": {
- "Content-Length": [
- "0"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Retry-After": [
- "15"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14987"
- ],
- "x-ms-request-id": [
- "66a13a85-1940-4c10-8ad9-af46490801b6"
- ],
- "x-ms-correlation-request-id": [
- "66a13a85-1940-4c10-8ad9-af46490801b6"
- ],
- "x-ms-routing-request-id": [
- "CENTRALUS:20151222T041355Z:66a13a85-1940-4c10-8ad9-af46490801b6"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Date": [
- "Tue, 22 Dec 2015 04:13:54 GMT"
- ],
- "Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
- ]
- },
- "StatusCode": 202
- },
- {
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-version": [
- "2014-04-01-preview"
- ],
- "User-Agent": [
- "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
- ]
- },
- "ResponseBody": "",
- "ResponseHeaders": {
- "Content-Length": [
- "0"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Retry-After": [
- "15"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14986"
- ],
- "x-ms-request-id": [
- "2f679fc6-7b9b-46f2-a5f8-48c0de78e2db"
- ],
- "x-ms-correlation-request-id": [
- "2f679fc6-7b9b-46f2-a5f8-48c0de78e2db"
- ],
- "x-ms-routing-request-id": [
- "CENTRALUS:20151222T041410Z:2f679fc6-7b9b-46f2-a5f8-48c0de78e2db"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Date": [
- "Tue, 22 Dec 2015 04:14:10 GMT"
- ],
- "Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
- ]
- },
- "StatusCode": 202
- },
- {
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-version": [
- "2014-04-01-preview"
- ],
- "User-Agent": [
- "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
- ]
- },
- "ResponseBody": "",
- "ResponseHeaders": {
- "Content-Length": [
- "0"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Retry-After": [
- "15"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14985"
- ],
- "x-ms-request-id": [
- "758e1795-6c1a-4d4d-bd62-542d40387d41"
- ],
- "x-ms-correlation-request-id": [
- "758e1795-6c1a-4d4d-bd62-542d40387d41"
- ],
- "x-ms-routing-request-id": [
- "CENTRALUS:20151222T041425Z:758e1795-6c1a-4d4d-bd62-542d40387d41"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Date": [
- "Tue, 22 Dec 2015 04:14:24 GMT"
- ],
- "Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
- ]
- },
- "StatusCode": 202
- },
- {
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-version": [
- "2014-04-01-preview"
- ],
- "User-Agent": [
- "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
- ]
- },
- "ResponseBody": "",
- "ResponseHeaders": {
- "Content-Length": [
- "0"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Retry-After": [
- "15"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14984"
- ],
- "x-ms-request-id": [
- "388f5d4a-befc-48f4-b843-50e079a27a5d"
- ],
- "x-ms-correlation-request-id": [
- "388f5d4a-befc-48f4-b843-50e079a27a5d"
- ],
- "x-ms-routing-request-id": [
- "CENTRALUS:20151222T041440Z:388f5d4a-befc-48f4-b843-50e079a27a5d"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Date": [
- "Tue, 22 Dec 2015 04:14:39 GMT"
- ],
- "Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
- ]
- },
- "StatusCode": 202
- },
- {
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-version": [
- "2014-04-01-preview"
- ],
- "User-Agent": [
- "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
- ]
- },
- "ResponseBody": "",
- "ResponseHeaders": {
- "Content-Length": [
- "0"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Retry-After": [
- "15"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14983"
- ],
- "x-ms-request-id": [
- "a1741ec5-a126-41b0-a01b-2b3c6a4cfb72"
- ],
- "x-ms-correlation-request-id": [
- "a1741ec5-a126-41b0-a01b-2b3c6a4cfb72"
- ],
- "x-ms-routing-request-id": [
- "CENTRALUS:20151222T041455Z:a1741ec5-a126-41b0-a01b-2b3c6a4cfb72"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Date": [
- "Tue, 22 Dec 2015 04:14:55 GMT"
- ],
- "Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
- ]
- },
- "StatusCode": 202
- },
- {
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-version": [
- "2014-04-01-preview"
- ],
- "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": [
- "14982"
- ],
- "x-ms-request-id": [
- "135e7545-8ac1-44b3-bfa3-3accc0226268"
- ],
- "x-ms-correlation-request-id": [
- "135e7545-8ac1-44b3-bfa3-3accc0226268"
- ],
- "x-ms-routing-request-id": [
- "CENTRALUS:20151222T041510Z:135e7545-8ac1-44b3-bfa3-3accc0226268"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Date": [
- "Tue, 22 Dec 2015 04:15:10 GMT"
- ],
- "Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
- ]
- },
- "StatusCode": 202
- },
- {
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-version": [
- "2014-04-01-preview"
- ],
- "User-Agent": [
- "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
- ]
- },
- "ResponseBody": "",
- "ResponseHeaders": {
- "Content-Length": [
- "0"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Retry-After": [
- "15"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14981"
- ],
- "x-ms-request-id": [
- "ff8e141c-bd29-44ab-98e3-4171fd6162d3"
- ],
- "x-ms-correlation-request-id": [
- "ff8e141c-bd29-44ab-98e3-4171fd6162d3"
- ],
- "x-ms-routing-request-id": [
- "CENTRALUS:20151222T041525Z:ff8e141c-bd29-44ab-98e3-4171fd6162d3"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Date": [
- "Tue, 22 Dec 2015 04:15:25 GMT"
- ],
- "Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
- ]
- },
- "StatusCode": 202
- },
- {
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-version": [
- "2014-04-01-preview"
- ],
- "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": [
- "14980"
- ],
- "x-ms-request-id": [
- "0fe19bfc-6f37-4add-9c36-1d070fe24454"
- ],
- "x-ms-correlation-request-id": [
- "0fe19bfc-6f37-4add-9c36-1d070fe24454"
- ],
- "x-ms-routing-request-id": [
- "CENTRALUS:20151222T041541Z:0fe19bfc-6f37-4add-9c36-1d070fe24454"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Date": [
- "Tue, 22 Dec 2015 04:15:40 GMT"
- ],
- "Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
- ]
- },
- "StatusCode": 202
- },
- {
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-version": [
- "2014-04-01-preview"
- ],
- "User-Agent": [
- "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
- ]
- },
- "ResponseBody": "",
- "ResponseHeaders": {
- "Content-Length": [
- "0"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Retry-After": [
- "15"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14979"
- ],
- "x-ms-request-id": [
- "927c877c-74c8-4c5e-b2b1-0355965cf5bc"
- ],
- "x-ms-correlation-request-id": [
- "927c877c-74c8-4c5e-b2b1-0355965cf5bc"
- ],
- "x-ms-routing-request-id": [
- "CENTRALUS:20151222T041556Z:927c877c-74c8-4c5e-b2b1-0355965cf5bc"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Date": [
- "Tue, 22 Dec 2015 04:15:55 GMT"
- ],
- "Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
- ]
- },
- "StatusCode": 202
- },
- {
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-version": [
- "2014-04-01-preview"
- ],
- "User-Agent": [
- "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
- ]
- },
- "ResponseBody": "",
- "ResponseHeaders": {
- "Content-Length": [
- "0"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Retry-After": [
- "15"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14978"
- ],
- "x-ms-request-id": [
- "9c9a0963-446d-4232-9f5e-6a223c5d1144"
- ],
- "x-ms-correlation-request-id": [
- "9c9a0963-446d-4232-9f5e-6a223c5d1144"
- ],
- "x-ms-routing-request-id": [
- "CENTRALUS:20151222T041611Z:9c9a0963-446d-4232-9f5e-6a223c5d1144"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Date": [
- "Tue, 22 Dec 2015 04:16:10 GMT"
- ],
- "Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
- ]
- },
- "StatusCode": 202
- },
- {
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-version": [
- "2014-04-01-preview"
- ],
- "User-Agent": [
- "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
- ]
- },
- "ResponseBody": "",
- "ResponseHeaders": {
- "Content-Length": [
- "0"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Retry-After": [
- "15"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14977"
- ],
- "x-ms-request-id": [
- "f1d60772-a64c-4be6-9032-83880fa0ad83"
- ],
- "x-ms-correlation-request-id": [
- "f1d60772-a64c-4be6-9032-83880fa0ad83"
- ],
- "x-ms-routing-request-id": [
- "CENTRALUS:20151222T041626Z:f1d60772-a64c-4be6-9032-83880fa0ad83"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Date": [
- "Tue, 22 Dec 2015 04:16:26 GMT"
- ],
- "Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
+ "Date": [
+ "Thu, 14 Jan 2016 08:46:57 GMT"
]
},
- "StatusCode": 202
+ "StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/d87a2c6e-64ca-439f-bd4d-3a01c094aeb7?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDg3YTJjNmUtNjRjYS00MzlmLWJkNGQtM2EwMWMwOTRhZWI3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
- "x-ms-version": [
- "2014-04-01-preview"
- ],
"User-Agent": [
- "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "",
+ "ResponseBody": "{\r\n \"operationId\": \"d87a2c6e-64ca-439f-bd4d-3a01c094aeb7\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:37:56.1342015-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "0"
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
],
"Expires": [
"-1"
@@ -7898,53 +5941,54 @@
"Pragma": [
"no-cache"
],
- "Retry-After": [
- "15"
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14976"
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "ce80e44b-745c-4255-9fcd-3f4d132274d0"
+ "60d46a13-8718-4250-a90b-012f8e86f3e5"
],
- "x-ms-correlation-request-id": [
- "ce80e44b-745c-4255-9fcd-3f4d132274d0"
+ "Cache-Control": [
+ "no-cache"
],
- "x-ms-routing-request-id": [
- "CENTRALUS:20151222T041641Z:ce80e44b-745c-4255-9fcd-3f4d132274d0"
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14932"
],
- "Cache-Control": [
- "no-cache"
+ "x-ms-correlation-request-id": [
+ "1e40ef6d-3bc1-4257-9ec3-23c9f59e1371"
],
- "Date": [
- "Tue, 22 Dec 2015 04:16:40 GMT"
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160114T084728Z:1e40ef6d-3bc1-4257-9ec3-23c9f59e1371"
],
- "Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
+ "Date": [
+ "Thu, 14 Jan 2016 08:47:27 GMT"
]
},
- "StatusCode": 202
+ "StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/d87a2c6e-64ca-439f-bd4d-3a01c094aeb7?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDg3YTJjNmUtNjRjYS00MzlmLWJkNGQtM2EwMWMwOTRhZWI3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
- "x-ms-version": [
- "2014-04-01-preview"
- ],
"User-Agent": [
- "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "",
+ "ResponseBody": "{\r\n \"operationId\": \"d87a2c6e-64ca-439f-bd4d-3a01c094aeb7\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-14T00:37:56.1342015-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "0"
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
],
"Expires": [
"-1"
@@ -7952,53 +5996,54 @@
"Pragma": [
"no-cache"
],
- "Retry-After": [
- "15"
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14975"
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "0f5a27bf-1556-45ee-9350-1b6b08b6aa14"
+ "20145889-d5d5-4461-a872-183f9e3d26c6"
],
- "x-ms-correlation-request-id": [
- "0f5a27bf-1556-45ee-9350-1b6b08b6aa14"
+ "Cache-Control": [
+ "no-cache"
],
- "x-ms-routing-request-id": [
- "CENTRALUS:20151222T041656Z:0f5a27bf-1556-45ee-9350-1b6b08b6aa14"
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14931"
],
- "Cache-Control": [
- "no-cache"
+ "x-ms-correlation-request-id": [
+ "259c540e-1070-4170-98ba-9597e7c06f4b"
],
- "Date": [
- "Tue, 22 Dec 2015 04:16:56 GMT"
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160114T084758Z:259c540e-1070-4170-98ba-9597e7c06f4b"
],
- "Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
+ "Date": [
+ "Thu, 14 Jan 2016 08:47:58 GMT"
]
},
- "StatusCode": 202
+ "StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/d87a2c6e-64ca-439f-bd4d-3a01c094aeb7?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDg3YTJjNmUtNjRjYS00MzlmLWJkNGQtM2EwMWMwOTRhZWI3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
- "x-ms-version": [
- "2014-04-01-preview"
- ],
"User-Agent": [
- "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "",
+ "ResponseBody": "{\r\n \"operationId\": \"d87a2c6e-64ca-439f-bd4d-3a01c094aeb7\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2016-01-14T00:37:56.1342015-08:00\",\r\n \"endTime\": \"2016-01-14T00:48:13.642108-08:00\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "0"
+ "190"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
],
"Expires": [
"-1"
@@ -8006,53 +6051,54 @@
"Pragma": [
"no-cache"
],
- "Retry-After": [
- "15"
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14974"
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "9e1dd986-cc19-4968-a4ad-2d1b7e3f28e3"
+ "fc99ac8f-05c8-4e75-a418-744a313bbee8"
],
- "x-ms-correlation-request-id": [
- "9e1dd986-cc19-4968-a4ad-2d1b7e3f28e3"
+ "Cache-Control": [
+ "no-cache"
],
- "x-ms-routing-request-id": [
- "CENTRALUS:20151222T041711Z:9e1dd986-cc19-4968-a4ad-2d1b7e3f28e3"
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14930"
],
- "Cache-Control": [
- "no-cache"
+ "x-ms-correlation-request-id": [
+ "8804b2a4-e969-4e41-9b89-77add94e7da6"
],
- "Date": [
- "Tue, 22 Dec 2015 04:17:10 GMT"
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160114T084828Z:8804b2a4-e969-4e41-9b89-77add94e7da6"
],
- "Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
+ "Date": [
+ "Thu, 14 Jan 2016 08:48:28 GMT"
]
},
- "StatusCode": 202
+ "StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Compute/virtualMachines/vmcrptestps5620/extensions/Microsoft.Insights.VMDiagnosticsSettings?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczU2MjAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bWNycHRlc3RwczU2MjAvZXh0ZW5zaW9ucy9NaWNyb3NvZnQuSW5zaWdodHMuVk1EaWFnbm9zdGljc1NldHRpbmdzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
- "x-ms-version": [
- "2014-04-01-preview"
- ],
"User-Agent": [
- "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "",
+ "ResponseBody": "{\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Azure.Diagnostics\",\r\n \"type\": \"IaaSDiagnostics\",\r\n \"typeHandlerVersion\": \"1.5\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"settings\": {\r\n \"xmlCfg\": \"PFdhZENmZz4NCiAgICA8RGlhZ25vc3RpY01vbml0b3JDb25maWd1cmF0aW9uIG92ZXJhbGxRdW90YUluTUI9IjIwNDgiIHhtbG5zPSJodHRwOi8vc2NoZW1hcy5taWNyb3NvZnQuY29tL1NlcnZpY2VIb3N0aW5nLzIwMTAvMTAvRGlhZ25vc3RpY3NDb25maWd1cmF0aW9uIj4NCiAgICAgIDxEaWFnbm9zdGljSW5mcmFzdHJ1Y3R1cmVMb2dzIHNjaGVkdWxlZFRyYW5zZmVyTG9nTGV2ZWxGaWx0ZXI9IkVycm9yIiAvPg0KICAgICAgPERpcmVjdG9yaWVzIHNjaGVkdWxlZFRyYW5zZmVyUGVyaW9kPSJQVDFNIj4NCiAgICAgICAgPElJU0xvZ3MgY29udGFpbmVyTmFtZT0id2FkLWlpcy1sb2dmaWxlcyIgLz4NCiAgICAgICAgPEZhaWxlZFJlcXVlc3RMb2dzIGNvbnRhaW5lck5hbWU9IndhZC1mYWlsZWRyZXF1ZXN0bG9ncyIgLz4NCiAgICAgIDwvRGlyZWN0b3JpZXM+DQogICAgICA8UGVyZm9ybWFuY2VDb3VudGVycyBzY2hlZHVsZWRUcmFuc2ZlclBlcmlvZD0iUFQyTSI+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxNZW1vcnlcQXZhaWxhYmxlIE1CeXRlcyIgc2FtcGxlUmF0ZT0iUFQxTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXFdlYiBTZXJ2aWNlKF9Ub3RhbClcSVNBUEkgRXh0ZW5zaW9uIFJlcXVlc3RzL3NlYyIgc2FtcGxlUmF0ZT0iUFQzTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXFdlYiBTZXJ2aWNlKF9Ub3RhbClcQnl0ZXMgVG90YWwvU2VjIiBzYW1wbGVSYXRlPSJQVDFNIiAvPg0KICAgICAgICA8UGVyZm9ybWFuY2VDb3VudGVyQ29uZmlndXJhdGlvbiBjb3VudGVyU3BlY2lmaWVyPSJcQVNQLk5FVCBBcHBsaWNhdGlvbnMoX19Ub3RhbF9fKVxSZXF1ZXN0cy9TZWMiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxBU1AuTkVUIEFwcGxpY2F0aW9ucyhfX1RvdGFsX18pXEVycm9ycyBUb3RhbC9TZWMiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxBU1AuTkVUXFJlcXVlc3RzIFF1ZXVlZCIgc2FtcGxlUmF0ZT0iUFQzTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXEFTUC5ORVRcUmVxdWVzdHMgUmVqZWN0ZWQiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxQcm9jZXNzb3IoX1RvdGFsKVwlIFByb2Nlc3NvciBUaW1lIiBzYW1wbGVSYXRlPSJQVDNNIiAvPg0KICAgICAgPC9QZXJmb3JtYW5jZUNvdW50ZXJzPg0KICAgICAgPFdpbmRvd3NFdmVudExvZyBzY2hlZHVsZWRUcmFuc2ZlclBlcmlvZD0iUFQxTSI+DQogICAgICAgIDxEYXRhU291cmNlIG5hbWU9IkFwcGxpY2F0aW9uISpbU3lzdGVtWyhMZXZlbD0xIG9yIExldmVsPTIpXV0iIC8+DQogICAgICAgIDxEYXRhU291cmNlIG5hbWU9IldpbmRvd3MgQXp1cmUhKltTeXN0ZW1bKExldmVsPTEgb3IgTGV2ZWw9MildXSIgLz4NCiAgICAgIDwvV2luZG93c0V2ZW50TG9nPg0KICAgICAgPENyYXNoRHVtcHM+DQogICAgICAgIDxDcmFzaER1bXBDb25maWd1cmF0aW9uIHByb2Nlc3NOYW1lPSJXYUlJU0hvc3QuZXhlIiAvPg0KICAgICAgICA8Q3Jhc2hEdW1wQ29uZmlndXJhdGlvbiBwcm9jZXNzTmFtZT0iV2FXb3JrZXJIb3N0LmV4ZSIgLz4NCiAgICAgICAgPENyYXNoRHVtcENvbmZpZ3VyYXRpb24gcHJvY2Vzc05hbWU9Inczd3AuZXhlIiAvPg0KICAgICAgPC9DcmFzaER1bXBzPg0KICAgICAgPExvZ3Mgc2NoZWR1bGVkVHJhbnNmZXJQZXJpb2Q9IlBUM00iIC8+DQogICAgPC9EaWFnbm9zdGljTW9uaXRvckNvbmZpZ3VyYXRpb24+DQogIDwvV2FkQ2ZnPg==\",\r\n \"storageAccount\": \"definedincommandline\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Compute/virtualMachines/vmcrptestps5620/extensions/Microsoft.Insights.VMDiagnosticsSettings\",\r\n \"name\": \"Microsoft.Insights.VMDiagnosticsSettings\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "0"
+ "3355"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
],
"Expires": [
"-1"
@@ -8060,53 +6106,60 @@
"Pragma": [
"no-cache"
],
- "Retry-After": [
- "15"
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14973"
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "d8a16a49-319c-488e-925e-44e8f32e8405"
+ "ff7d2991-97a5-41f4-ac0e-0af8485946ee"
],
- "x-ms-correlation-request-id": [
- "d8a16a49-319c-488e-925e-44e8f32e8405"
+ "Cache-Control": [
+ "no-cache"
],
- "x-ms-routing-request-id": [
- "CENTRALUS:20151222T041727Z:d8a16a49-319c-488e-925e-44e8f32e8405"
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14929"
],
- "Cache-Control": [
- "no-cache"
+ "x-ms-correlation-request-id": [
+ "754edc4c-5b61-43dc-a5e0-fefadd520305"
],
- "Date": [
- "Tue, 22 Dec 2015 04:17:26 GMT"
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160114T084828Z:754edc4c-5b61-43dc-a5e0-fefadd520305"
],
- "Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
+ "Date": [
+ "Thu, 14 Jan 2016 08:48:28 GMT"
]
},
- "StatusCode": 202
+ "StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Compute/virtualMachines/vmcrptestps5620/extensions/Microsoft.Insights.VMDiagnosticsSettings?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczU2MjAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bWNycHRlc3RwczU2MjAvZXh0ZW5zaW9ucy9NaWNyb3NvZnQuSW5zaWdodHMuVk1EaWFnbm9zdGljc1NldHRpbmdzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
- "x-ms-version": [
- "2014-04-01-preview"
+ "x-ms-client-request-id": [
+ "0b2619de-5330-44e2-8001-dbea76502804"
+ ],
+ "accept-language": [
+ "en-US"
],
"User-Agent": [
- "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
]
},
- "ResponseBody": "",
+ "ResponseBody": "{\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Azure.Diagnostics\",\r\n \"type\": \"IaaSDiagnostics\",\r\n \"typeHandlerVersion\": \"1.5\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"settings\": {\r\n \"xmlCfg\": \"PFdhZENmZz4NCiAgICA8RGlhZ25vc3RpY01vbml0b3JDb25maWd1cmF0aW9uIG92ZXJhbGxRdW90YUluTUI9IjIwNDgiIHhtbG5zPSJodHRwOi8vc2NoZW1hcy5taWNyb3NvZnQuY29tL1NlcnZpY2VIb3N0aW5nLzIwMTAvMTAvRGlhZ25vc3RpY3NDb25maWd1cmF0aW9uIj4NCiAgICAgIDxEaWFnbm9zdGljSW5mcmFzdHJ1Y3R1cmVMb2dzIHNjaGVkdWxlZFRyYW5zZmVyTG9nTGV2ZWxGaWx0ZXI9IkVycm9yIiAvPg0KICAgICAgPERpcmVjdG9yaWVzIHNjaGVkdWxlZFRyYW5zZmVyUGVyaW9kPSJQVDFNIj4NCiAgICAgICAgPElJU0xvZ3MgY29udGFpbmVyTmFtZT0id2FkLWlpcy1sb2dmaWxlcyIgLz4NCiAgICAgICAgPEZhaWxlZFJlcXVlc3RMb2dzIGNvbnRhaW5lck5hbWU9IndhZC1mYWlsZWRyZXF1ZXN0bG9ncyIgLz4NCiAgICAgIDwvRGlyZWN0b3JpZXM+DQogICAgICA8UGVyZm9ybWFuY2VDb3VudGVycyBzY2hlZHVsZWRUcmFuc2ZlclBlcmlvZD0iUFQyTSI+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxNZW1vcnlcQXZhaWxhYmxlIE1CeXRlcyIgc2FtcGxlUmF0ZT0iUFQxTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXFdlYiBTZXJ2aWNlKF9Ub3RhbClcSVNBUEkgRXh0ZW5zaW9uIFJlcXVlc3RzL3NlYyIgc2FtcGxlUmF0ZT0iUFQzTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXFdlYiBTZXJ2aWNlKF9Ub3RhbClcQnl0ZXMgVG90YWwvU2VjIiBzYW1wbGVSYXRlPSJQVDFNIiAvPg0KICAgICAgICA8UGVyZm9ybWFuY2VDb3VudGVyQ29uZmlndXJhdGlvbiBjb3VudGVyU3BlY2lmaWVyPSJcQVNQLk5FVCBBcHBsaWNhdGlvbnMoX19Ub3RhbF9fKVxSZXF1ZXN0cy9TZWMiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxBU1AuTkVUIEFwcGxpY2F0aW9ucyhfX1RvdGFsX18pXEVycm9ycyBUb3RhbC9TZWMiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxBU1AuTkVUXFJlcXVlc3RzIFF1ZXVlZCIgc2FtcGxlUmF0ZT0iUFQzTSIgLz4NCiAgICAgICAgPFBlcmZvcm1hbmNlQ291bnRlckNvbmZpZ3VyYXRpb24gY291bnRlclNwZWNpZmllcj0iXEFTUC5ORVRcUmVxdWVzdHMgUmVqZWN0ZWQiIHNhbXBsZVJhdGU9IlBUM00iIC8+DQogICAgICAgIDxQZXJmb3JtYW5jZUNvdW50ZXJDb25maWd1cmF0aW9uIGNvdW50ZXJTcGVjaWZpZXI9IlxQcm9jZXNzb3IoX1RvdGFsKVwlIFByb2Nlc3NvciBUaW1lIiBzYW1wbGVSYXRlPSJQVDNNIiAvPg0KICAgICAgPC9QZXJmb3JtYW5jZUNvdW50ZXJzPg0KICAgICAgPFdpbmRvd3NFdmVudExvZyBzY2hlZHVsZWRUcmFuc2ZlclBlcmlvZD0iUFQxTSI+DQogICAgICAgIDxEYXRhU291cmNlIG5hbWU9IkFwcGxpY2F0aW9uISpbU3lzdGVtWyhMZXZlbD0xIG9yIExldmVsPTIpXV0iIC8+DQogICAgICAgIDxEYXRhU291cmNlIG5hbWU9IldpbmRvd3MgQXp1cmUhKltTeXN0ZW1bKExldmVsPTEgb3IgTGV2ZWw9MildXSIgLz4NCiAgICAgIDwvV2luZG93c0V2ZW50TG9nPg0KICAgICAgPENyYXNoRHVtcHM+DQogICAgICAgIDxDcmFzaER1bXBDb25maWd1cmF0aW9uIHByb2Nlc3NOYW1lPSJXYUlJU0hvc3QuZXhlIiAvPg0KICAgICAgICA8Q3Jhc2hEdW1wQ29uZmlndXJhdGlvbiBwcm9jZXNzTmFtZT0iV2FXb3JrZXJIb3N0LmV4ZSIgLz4NCiAgICAgICAgPENyYXNoRHVtcENvbmZpZ3VyYXRpb24gcHJvY2Vzc05hbWU9Inczd3AuZXhlIiAvPg0KICAgICAgPC9DcmFzaER1bXBzPg0KICAgICAgPExvZ3Mgc2NoZWR1bGVkVHJhbnNmZXJQZXJpb2Q9IlBUM00iIC8+DQogICAgPC9EaWFnbm9zdGljTW9uaXRvckNvbmZpZ3VyYXRpb24+DQogIDwvV2FkQ2ZnPg==\",\r\n \"storageAccount\": \"definedincommandline\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps5620/providers/Microsoft.Compute/virtualMachines/vmcrptestps5620/extensions/Microsoft.Insights.VMDiagnosticsSettings\",\r\n \"name\": \"Microsoft.Insights.VMDiagnosticsSettings\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n}",
"ResponseHeaders": {
"Content-Length": [
- "0"
+ "3355"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
],
"Expires": [
"-1"
@@ -8114,45 +6167,43 @@
"Pragma": [
"no-cache"
],
- "Retry-After": [
- "15"
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14972"
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
],
"x-ms-request-id": [
- "b62c477e-a6fa-4d5a-8a0a-c1f984da58a4"
+ "640e574d-fa26-430a-99c7-0df7968bfabd"
],
- "x-ms-correlation-request-id": [
- "b62c477e-a6fa-4d5a-8a0a-c1f984da58a4"
+ "Cache-Control": [
+ "no-cache"
],
- "x-ms-routing-request-id": [
- "CENTRALUS:20151222T041742Z:b62c477e-a6fa-4d5a-8a0a-c1f984da58a4"
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14927"
],
- "Cache-Control": [
- "no-cache"
+ "x-ms-correlation-request-id": [
+ "ca4e9d66-94ca-43b7-8679-990bd965cf96"
],
- "Date": [
- "Tue, 22 Dec 2015 04:17:41 GMT"
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160114T084829Z:ca4e9d66-94ca-43b7-8679-990bd965cf96"
],
- "Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
+ "Date": [
+ "Thu, 14 Jan 2016 08:48:28 GMT"
]
},
- "StatusCode": 202
+ "StatusCode": 200
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
- "RequestMethod": "GET",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourcegroups/crptestps5620?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RwczU2MjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "DELETE",
"RequestBody": "",
"RequestHeaders": {
- "x-ms-version": [
- "2014-04-01-preview"
- ],
"User-Agent": [
"Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
]
@@ -8171,17 +6222,17 @@
"Retry-After": [
"15"
],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14971"
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1199"
],
"x-ms-request-id": [
- "73012f8a-424f-4800-abc8-bc3e06edbb5b"
+ "cddcd835-2361-4528-8ab2-4ca0e7cc0f96"
],
"x-ms-correlation-request-id": [
- "73012f8a-424f-4800-abc8-bc3e06edbb5b"
+ "cddcd835-2361-4528-8ab2-4ca0e7cc0f96"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T041757Z:73012f8a-424f-4800-abc8-bc3e06edbb5b"
+ "WESTUS:20160114T084831Z:cddcd835-2361-4528-8ab2-4ca0e7cc0f96"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -8190,17 +6241,17 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 04:17:57 GMT"
+ "Thu, 14 Jan 2016 08:48:30 GMT"
],
"Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM1NjIwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
]
},
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM1NjIwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0xTmpJd0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -8226,16 +6277,16 @@
"15"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14970"
+ "14980"
],
"x-ms-request-id": [
- "c6c664a0-0782-4e27-914e-109f676e7cdd"
+ "bbfc8232-dd07-4559-a13f-511029a536fd"
],
"x-ms-correlation-request-id": [
- "c6c664a0-0782-4e27-914e-109f676e7cdd"
+ "bbfc8232-dd07-4559-a13f-511029a536fd"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T041812Z:c6c664a0-0782-4e27-914e-109f676e7cdd"
+ "WESTUS:20160114T084832Z:bbfc8232-dd07-4559-a13f-511029a536fd"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -8244,17 +6295,17 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 04:18:11 GMT"
+ "Thu, 14 Jan 2016 08:48:32 GMT"
],
"Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM1NjIwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
]
},
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM1NjIwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0xTmpJd0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -8280,16 +6331,16 @@
"15"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14969"
+ "14979"
],
"x-ms-request-id": [
- "c9d60969-31d3-460e-92e0-cea312369dfe"
+ "4e10193e-982f-4199-b215-a2d9465f63e1"
],
"x-ms-correlation-request-id": [
- "c9d60969-31d3-460e-92e0-cea312369dfe"
+ "4e10193e-982f-4199-b215-a2d9465f63e1"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T041827Z:c9d60969-31d3-460e-92e0-cea312369dfe"
+ "WESTUS:20160114T084847Z:4e10193e-982f-4199-b215-a2d9465f63e1"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -8298,17 +6349,17 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 04:18:26 GMT"
+ "Thu, 14 Jan 2016 08:48:46 GMT"
],
"Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM1NjIwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
]
},
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM1NjIwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0xTmpJd0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -8334,16 +6385,16 @@
"15"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14968"
+ "14978"
],
"x-ms-request-id": [
- "4d5dfc80-2d95-48cb-9afc-41028072f9db"
+ "b508eaea-fe98-41f5-9110-3f25a80fbcad"
],
"x-ms-correlation-request-id": [
- "4d5dfc80-2d95-48cb-9afc-41028072f9db"
+ "b508eaea-fe98-41f5-9110-3f25a80fbcad"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T041842Z:4d5dfc80-2d95-48cb-9afc-41028072f9db"
+ "WESTUS:20160114T084902Z:b508eaea-fe98-41f5-9110-3f25a80fbcad"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -8352,17 +6403,17 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 04:18:42 GMT"
+ "Thu, 14 Jan 2016 08:49:02 GMT"
],
"Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM1NjIwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
]
},
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM1NjIwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0xTmpJd0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -8388,16 +6439,16 @@
"15"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14967"
+ "14977"
],
"x-ms-request-id": [
- "f266eff8-706f-4731-b18c-23d39cd70eb3"
+ "2632fa5d-aba2-4d09-93e5-8695e6c0d900"
],
"x-ms-correlation-request-id": [
- "f266eff8-706f-4731-b18c-23d39cd70eb3"
+ "2632fa5d-aba2-4d09-93e5-8695e6c0d900"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T041857Z:f266eff8-706f-4731-b18c-23d39cd70eb3"
+ "WESTUS:20160114T084917Z:2632fa5d-aba2-4d09-93e5-8695e6c0d900"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -8406,17 +6457,17 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 04:18:57 GMT"
+ "Thu, 14 Jan 2016 08:49:17 GMT"
],
"Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM1NjIwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
]
},
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM1NjIwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0xTmpJd0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -8442,16 +6493,16 @@
"15"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14966"
+ "14976"
],
"x-ms-request-id": [
- "27edb7f9-1395-4153-a2e9-785f92f5599d"
+ "caaf5eab-a562-48dc-b585-94995b17f15d"
],
"x-ms-correlation-request-id": [
- "27edb7f9-1395-4153-a2e9-785f92f5599d"
+ "caaf5eab-a562-48dc-b585-94995b17f15d"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T041912Z:27edb7f9-1395-4153-a2e9-785f92f5599d"
+ "WESTUS:20160114T084933Z:caaf5eab-a562-48dc-b585-94995b17f15d"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -8460,17 +6511,17 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 04:19:12 GMT"
+ "Thu, 14 Jan 2016 08:49:32 GMT"
],
"Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM1NjIwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
]
},
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM1NjIwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0xTmpJd0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -8496,16 +6547,16 @@
"15"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14965"
+ "14975"
],
"x-ms-request-id": [
- "f1a151f5-fe94-4bd4-a9a4-bf5c253120fd"
+ "7a94790a-a81e-4c9e-bebb-9700058cc946"
],
"x-ms-correlation-request-id": [
- "f1a151f5-fe94-4bd4-a9a4-bf5c253120fd"
+ "7a94790a-a81e-4c9e-bebb-9700058cc946"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T041928Z:f1a151f5-fe94-4bd4-a9a4-bf5c253120fd"
+ "WESTUS:20160114T084948Z:7a94790a-a81e-4c9e-bebb-9700058cc946"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -8514,17 +6565,17 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 04:19:27 GMT"
+ "Thu, 14 Jan 2016 08:49:47 GMT"
],
"Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM1NjIwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
]
},
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM1NjIwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0xTmpJd0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -8550,16 +6601,16 @@
"15"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14964"
+ "14979"
],
"x-ms-request-id": [
- "6288f3d5-2a81-4004-84a6-d31f45c8b4c5"
+ "9e2d20b8-07b9-400e-bc44-1ce4605c4d73"
],
"x-ms-correlation-request-id": [
- "6288f3d5-2a81-4004-84a6-d31f45c8b4c5"
+ "9e2d20b8-07b9-400e-bc44-1ce4605c4d73"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T041943Z:6288f3d5-2a81-4004-84a6-d31f45c8b4c5"
+ "WESTUS:20160114T085003Z:9e2d20b8-07b9-400e-bc44-1ce4605c4d73"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -8568,17 +6619,17 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 04:19:43 GMT"
+ "Thu, 14 Jan 2016 08:50:02 GMT"
],
"Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM1NjIwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
]
},
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM1NjIwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0xTmpJd0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -8604,16 +6655,16 @@
"15"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14963"
+ "14978"
],
"x-ms-request-id": [
- "1b8db7f1-1a46-4d8d-bc4d-5a2311ac7793"
+ "725ddc1b-40c2-41c0-ad79-af5c3448857d"
],
"x-ms-correlation-request-id": [
- "1b8db7f1-1a46-4d8d-bc4d-5a2311ac7793"
+ "725ddc1b-40c2-41c0-ad79-af5c3448857d"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T041958Z:1b8db7f1-1a46-4d8d-bc4d-5a2311ac7793"
+ "WESTUS:20160114T085018Z:725ddc1b-40c2-41c0-ad79-af5c3448857d"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -8622,17 +6673,17 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 04:19:57 GMT"
+ "Thu, 14 Jan 2016 08:50:18 GMT"
],
"Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM1NjIwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
]
},
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM1NjIwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0xTmpJd0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -8658,16 +6709,16 @@
"15"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14962"
+ "14977"
],
"x-ms-request-id": [
- "c590287e-382a-4c9c-9e9c-317b09b01295"
+ "d7c8a751-baf4-4bb7-823b-d5b406dc5568"
],
"x-ms-correlation-request-id": [
- "c590287e-382a-4c9c-9e9c-317b09b01295"
+ "d7c8a751-baf4-4bb7-823b-d5b406dc5568"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T042013Z:c590287e-382a-4c9c-9e9c-317b09b01295"
+ "WESTUS:20160114T085033Z:d7c8a751-baf4-4bb7-823b-d5b406dc5568"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -8676,17 +6727,17 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 04:20:13 GMT"
+ "Thu, 14 Jan 2016 08:50:33 GMT"
],
"Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM1NjIwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
]
},
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM1NjIwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0xTmpJd0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -8712,16 +6763,16 @@
"15"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14961"
+ "14976"
],
"x-ms-request-id": [
- "6a88546a-c668-4c74-861e-10d4c63d7283"
+ "9dc5e918-7b51-4b00-9725-6fcbf314bc25"
],
"x-ms-correlation-request-id": [
- "6a88546a-c668-4c74-861e-10d4c63d7283"
+ "9dc5e918-7b51-4b00-9725-6fcbf314bc25"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T042028Z:6a88546a-c668-4c74-861e-10d4c63d7283"
+ "WESTUS:20160114T085048Z:9dc5e918-7b51-4b00-9725-6fcbf314bc25"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -8730,17 +6781,17 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 04:20:27 GMT"
+ "Thu, 14 Jan 2016 08:50:48 GMT"
],
"Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM1NjIwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
]
},
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM1NjIwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0xTmpJd0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -8766,16 +6817,16 @@
"15"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14960"
+ "14975"
],
"x-ms-request-id": [
- "272358c0-ce26-426b-a468-112aed6bb59c"
+ "a633f54b-ec7f-4ea9-8bd5-cf5d7b0f6b38"
],
"x-ms-correlation-request-id": [
- "272358c0-ce26-426b-a468-112aed6bb59c"
+ "a633f54b-ec7f-4ea9-8bd5-cf5d7b0f6b38"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T042043Z:272358c0-ce26-426b-a468-112aed6bb59c"
+ "WESTUS:20160114T085104Z:a633f54b-ec7f-4ea9-8bd5-cf5d7b0f6b38"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -8784,17 +6835,17 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 04:20:43 GMT"
+ "Thu, 14 Jan 2016 08:51:03 GMT"
],
"Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM1NjIwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
]
},
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM1NjIwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0xTmpJd0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -8820,16 +6871,16 @@
"15"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14959"
+ "14974"
],
"x-ms-request-id": [
- "5dac5b76-e5a6-467a-b17e-f7a6972264d5"
+ "c3a9cb06-7ce7-4ad0-bed8-281fd4f18b40"
],
"x-ms-correlation-request-id": [
- "5dac5b76-e5a6-467a-b17e-f7a6972264d5"
+ "c3a9cb06-7ce7-4ad0-bed8-281fd4f18b40"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T042058Z:5dac5b76-e5a6-467a-b17e-f7a6972264d5"
+ "WESTUS:20160114T085119Z:c3a9cb06-7ce7-4ad0-bed8-281fd4f18b40"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -8838,17 +6889,17 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 04:20:58 GMT"
+ "Thu, 14 Jan 2016 08:51:18 GMT"
],
"Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM1NjIwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
]
},
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM1NjIwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0xTmpJd0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -8874,16 +6925,16 @@
"15"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14958"
+ "14973"
],
"x-ms-request-id": [
- "0407ccd9-c56c-4f2a-97a9-4bd1d408ae47"
+ "63f536ac-e189-48a1-a4fb-7f34278b2f0b"
],
"x-ms-correlation-request-id": [
- "0407ccd9-c56c-4f2a-97a9-4bd1d408ae47"
+ "63f536ac-e189-48a1-a4fb-7f34278b2f0b"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T042114Z:0407ccd9-c56c-4f2a-97a9-4bd1d408ae47"
+ "WESTUS:20160114T085134Z:63f536ac-e189-48a1-a4fb-7f34278b2f0b"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -8892,17 +6943,17 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 04:21:14 GMT"
+ "Thu, 14 Jan 2016 08:51:34 GMT"
],
"Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM1NjIwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
]
},
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM1NjIwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0xTmpJd0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -8928,16 +6979,16 @@
"15"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14957"
+ "14972"
],
"x-ms-request-id": [
- "12d5f4ad-6192-42ec-b077-3b8064afca56"
+ "de07e271-f57e-453a-a102-4cba4a28d34d"
],
"x-ms-correlation-request-id": [
- "12d5f4ad-6192-42ec-b077-3b8064afca56"
+ "de07e271-f57e-453a-a102-4cba4a28d34d"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T042129Z:12d5f4ad-6192-42ec-b077-3b8064afca56"
+ "WESTUS:20160114T085149Z:de07e271-f57e-453a-a102-4cba4a28d34d"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -8946,17 +6997,17 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 04:21:28 GMT"
+ "Thu, 14 Jan 2016 08:51:49 GMT"
],
"Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM1NjIwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
]
},
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM1NjIwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0xTmpJd0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -8982,16 +7033,16 @@
"15"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14956"
+ "14971"
],
"x-ms-request-id": [
- "57062aed-f336-4b18-8986-70a42952fc7b"
+ "4f3fbeae-8b8b-4a98-8648-e0033434c78a"
],
"x-ms-correlation-request-id": [
- "57062aed-f336-4b18-8986-70a42952fc7b"
+ "4f3fbeae-8b8b-4a98-8648-e0033434c78a"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T042144Z:57062aed-f336-4b18-8986-70a42952fc7b"
+ "WESTUS:20160114T085204Z:4f3fbeae-8b8b-4a98-8648-e0033434c78a"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -9000,17 +7051,17 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 04:21:43 GMT"
+ "Thu, 14 Jan 2016 08:52:04 GMT"
],
"Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM1NjIwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
]
},
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM1NjIwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0xTmpJd0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -9036,16 +7087,16 @@
"15"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14955"
+ "14970"
],
"x-ms-request-id": [
- "3624e876-afbb-42dc-acb3-b87a0615844b"
+ "0604b33a-84dd-4fbb-b1be-3125a5c57716"
],
"x-ms-correlation-request-id": [
- "3624e876-afbb-42dc-acb3-b87a0615844b"
+ "0604b33a-84dd-4fbb-b1be-3125a5c57716"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T042159Z:3624e876-afbb-42dc-acb3-b87a0615844b"
+ "WESTUS:20160114T085219Z:0604b33a-84dd-4fbb-b1be-3125a5c57716"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -9054,17 +7105,17 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 04:21:59 GMT"
+ "Thu, 14 Jan 2016 08:52:19 GMT"
],
"Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM1NjIwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
]
},
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM1NjIwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0xTmpJd0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -9090,16 +7141,16 @@
"15"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14954"
+ "14969"
],
"x-ms-request-id": [
- "38d8a329-a6f7-48c5-8b8f-812ae4ca4cce"
+ "c59a8a0b-17c7-49f3-9f09-b2d74e39d8eb"
],
"x-ms-correlation-request-id": [
- "38d8a329-a6f7-48c5-8b8f-812ae4ca4cce"
+ "c59a8a0b-17c7-49f3-9f09-b2d74e39d8eb"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T042214Z:38d8a329-a6f7-48c5-8b8f-812ae4ca4cce"
+ "WESTUS:20160114T085235Z:c59a8a0b-17c7-49f3-9f09-b2d74e39d8eb"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -9108,17 +7159,17 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 04:22:14 GMT"
+ "Thu, 14 Jan 2016 08:52:34 GMT"
],
"Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM1NjIwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
]
},
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM1NjIwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0xTmpJd0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -9144,16 +7195,16 @@
"15"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14953"
+ "14968"
],
"x-ms-request-id": [
- "03adbf73-666c-40e6-a7fc-464f0d904b9c"
+ "64e707de-12c1-479f-b675-e2f13c843d4e"
],
"x-ms-correlation-request-id": [
- "03adbf73-666c-40e6-a7fc-464f0d904b9c"
+ "64e707de-12c1-479f-b675-e2f13c843d4e"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T042229Z:03adbf73-666c-40e6-a7fc-464f0d904b9c"
+ "WESTUS:20160114T085250Z:64e707de-12c1-479f-b675-e2f13c843d4e"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -9162,17 +7213,17 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 04:22:28 GMT"
+ "Thu, 14 Jan 2016 08:52:50 GMT"
],
"Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM1NjIwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
]
},
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM1NjIwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0xTmpJd0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -9198,16 +7249,16 @@
"15"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14952"
+ "14967"
],
"x-ms-request-id": [
- "4ba3a3a6-42a6-4808-8c69-e143d6a95208"
+ "10be8531-90f7-48fa-877a-ec8929fb2b1a"
],
"x-ms-correlation-request-id": [
- "4ba3a3a6-42a6-4808-8c69-e143d6a95208"
+ "10be8531-90f7-48fa-877a-ec8929fb2b1a"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T042244Z:4ba3a3a6-42a6-4808-8c69-e143d6a95208"
+ "WESTUS:20160114T085305Z:10be8531-90f7-48fa-877a-ec8929fb2b1a"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -9216,17 +7267,17 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 04:22:44 GMT"
+ "Thu, 14 Jan 2016 08:53:05 GMT"
],
"Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM1NjIwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
]
},
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM1NjIwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0xTmpJd0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -9252,16 +7303,16 @@
"15"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14951"
+ "14966"
],
"x-ms-request-id": [
- "7d79e15a-6441-45a2-a4dc-ae1bc0aa8e26"
+ "c27c8ad7-d5e1-464f-a7f9-4c59a1163cf6"
],
"x-ms-correlation-request-id": [
- "7d79e15a-6441-45a2-a4dc-ae1bc0aa8e26"
+ "c27c8ad7-d5e1-464f-a7f9-4c59a1163cf6"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T042300Z:7d79e15a-6441-45a2-a4dc-ae1bc0aa8e26"
+ "WESTUS:20160114T085320Z:c27c8ad7-d5e1-464f-a7f9-4c59a1163cf6"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -9270,17 +7321,17 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 04:22:59 GMT"
+ "Thu, 14 Jan 2016 08:53:20 GMT"
],
"Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM1NjIwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
]
},
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM1NjIwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0xTmpJd0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -9306,16 +7357,16 @@
"15"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14950"
+ "14965"
],
"x-ms-request-id": [
- "70ae4632-e37e-4cf8-9bd5-0bbb5375443a"
+ "99f8e93a-6dbd-478c-b49a-2e7ed6092cea"
],
"x-ms-correlation-request-id": [
- "70ae4632-e37e-4cf8-9bd5-0bbb5375443a"
+ "99f8e93a-6dbd-478c-b49a-2e7ed6092cea"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T042315Z:70ae4632-e37e-4cf8-9bd5-0bbb5375443a"
+ "WESTUS:20160114T085335Z:99f8e93a-6dbd-478c-b49a-2e7ed6092cea"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -9324,17 +7375,17 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 04:23:14 GMT"
+ "Thu, 14 Jan 2016 08:53:35 GMT"
],
"Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM1NjIwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
]
},
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM1NjIwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0xTmpJd0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -9360,16 +7411,16 @@
"15"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14949"
+ "14964"
],
"x-ms-request-id": [
- "5f73d93e-0405-4b93-8bdc-7aed4f3ab807"
+ "6f055340-e88e-4b9e-960b-ff2e0b940f67"
],
"x-ms-correlation-request-id": [
- "5f73d93e-0405-4b93-8bdc-7aed4f3ab807"
+ "6f055340-e88e-4b9e-960b-ff2e0b940f67"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T042330Z:5f73d93e-0405-4b93-8bdc-7aed4f3ab807"
+ "WESTUS:20160114T085351Z:6f055340-e88e-4b9e-960b-ff2e0b940f67"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -9378,17 +7429,17 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 04:23:29 GMT"
+ "Thu, 14 Jan 2016 08:53:50 GMT"
],
"Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM1NjIwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
]
},
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM1NjIwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0xTmpJd0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -9414,16 +7465,16 @@
"15"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14948"
+ "14963"
],
"x-ms-request-id": [
- "613ba79c-717c-4bae-9cf1-e7980d3298f0"
+ "949839d2-e4e7-4509-a613-fa8dcfaab1f3"
],
"x-ms-correlation-request-id": [
- "613ba79c-717c-4bae-9cf1-e7980d3298f0"
+ "949839d2-e4e7-4509-a613-fa8dcfaab1f3"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T042345Z:613ba79c-717c-4bae-9cf1-e7980d3298f0"
+ "WESTUS:20160114T085406Z:949839d2-e4e7-4509-a613-fa8dcfaab1f3"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -9432,17 +7483,17 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 04:23:45 GMT"
+ "Thu, 14 Jan 2016 08:54:05 GMT"
],
"Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM1NjIwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
]
},
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM1NjIwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0xTmpJd0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -9468,16 +7519,16 @@
"15"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14947"
+ "14962"
],
"x-ms-request-id": [
- "cd274f1b-b4da-43f7-aeb0-efc08d6bfd74"
+ "a44c1320-9b40-491f-bfed-09310a67f735"
],
"x-ms-correlation-request-id": [
- "cd274f1b-b4da-43f7-aeb0-efc08d6bfd74"
+ "a44c1320-9b40-491f-bfed-09310a67f735"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T042400Z:cd274f1b-b4da-43f7-aeb0-efc08d6bfd74"
+ "WESTUS:20160114T085421Z:a44c1320-9b40-491f-bfed-09310a67f735"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -9486,17 +7537,17 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 04:24:00 GMT"
+ "Thu, 14 Jan 2016 08:54:20 GMT"
],
"Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM1NjIwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
]
},
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM1NjIwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0xTmpJd0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -9522,16 +7573,16 @@
"15"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14946"
+ "14961"
],
"x-ms-request-id": [
- "9678faad-87bd-4b6b-8811-2db0540c68eb"
+ "f3d382de-7914-4606-8992-2f31b0417f3e"
],
"x-ms-correlation-request-id": [
- "9678faad-87bd-4b6b-8811-2db0540c68eb"
+ "f3d382de-7914-4606-8992-2f31b0417f3e"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T042415Z:9678faad-87bd-4b6b-8811-2db0540c68eb"
+ "WESTUS:20160114T085436Z:f3d382de-7914-4606-8992-2f31b0417f3e"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -9540,17 +7591,17 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 04:24:15 GMT"
+ "Thu, 14 Jan 2016 08:54:36 GMT"
],
"Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM1NjIwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
]
},
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM1NjIwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0xTmpJd0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -9576,16 +7627,16 @@
"15"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14945"
+ "14960"
],
"x-ms-request-id": [
- "b9a70e4e-8cb9-4b96-a6d9-646ba3557cdf"
+ "1b5be4fb-e861-424e-8dc1-e1dc4c27323c"
],
"x-ms-correlation-request-id": [
- "b9a70e4e-8cb9-4b96-a6d9-646ba3557cdf"
+ "1b5be4fb-e861-424e-8dc1-e1dc4c27323c"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T042430Z:b9a70e4e-8cb9-4b96-a6d9-646ba3557cdf"
+ "WESTUS:20160114T085451Z:1b5be4fb-e861-424e-8dc1-e1dc4c27323c"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -9594,17 +7645,17 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 04:24:30 GMT"
+ "Thu, 14 Jan 2016 08:54:51 GMT"
],
"Location": [
- "https://management.azure.com/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview"
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM1NjIwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
]
},
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/24fb23e3-6ba3-41f0-9b6e-e41131d5d61e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFMyNjctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjRmYjIzZTMtNmJhMy00MWYwLTliNmUtZTQxMTMxZDVkNjFlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk15TmpjdFJVRlRWRlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM1NjIwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0xTmpJd0xVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -9627,16 +7678,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "14944"
+ "14968"
],
"x-ms-request-id": [
- "dde54d6f-df10-4f86-a710-60d728bd1144"
+ "325e0eed-17d6-4834-8aa3-b0a8e8e2b9ef"
],
"x-ms-correlation-request-id": [
- "dde54d6f-df10-4f86-a710-60d728bd1144"
+ "325e0eed-17d6-4834-8aa3-b0a8e8e2b9ef"
],
"x-ms-routing-request-id": [
- "CENTRALUS:20151222T042446Z:dde54d6f-df10-4f86-a710-60d728bd1144"
+ "WESTUS:20160114T085506Z:325e0eed-17d6-4834-8aa3-b0a8e8e2b9ef"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -9645,7 +7696,7 @@
"no-cache"
],
"Date": [
- "Tue, 22 Dec 2015 04:24:45 GMT"
+ "Thu, 14 Jan 2016 08:55:06 GMT"
]
},
"StatusCode": 200
@@ -9653,11 +7704,11 @@
],
"Names": {
"Test-DiagnosticsExtensionSepcifyStorageAccountName": [
- "crptestps267"
+ "crptestps5620"
]
},
"Variables": {
- "SubscriptionId": "24fb23e3-6ba3-41f0-9b6e-e41131d5d61e",
+ "SubscriptionId": "ebff9be1-1921-4cb4-b4a0-17dea07eed5c",
"TenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47",
"Domain": "microsoft.com"
}
diff --git a/src/ResourceManager/Compute/Commands.Compute.Test/SessionRecords/Microsoft.Azure.Commands.Compute.Test.ScenarioTests.DiagnosticsExtensionTests/TestDiagnosticsExtensionSupportJsonConfig.json b/src/ResourceManager/Compute/Commands.Compute.Test/SessionRecords/Microsoft.Azure.Commands.Compute.Test.ScenarioTests.DiagnosticsExtensionTests/TestDiagnosticsExtensionSupportJsonConfig.json
new file mode 100644
index 000000000000..3eda4fd74ed1
--- /dev/null
+++ b/src/ResourceManager/Compute/Commands.Compute.Test/SessionRecords/Microsoft.Azure.Commands.Compute.Test.ScenarioTests.DiagnosticsExtensionTests/TestDiagnosticsExtensionSupportJsonConfig.json
@@ -0,0 +1,7770 @@
+{
+ "Entries": [
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute\",\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"availabilitySets\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Europe\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Europe\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachines/extensions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Europe\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachines/diagnosticSettings\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachines/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets/extensions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets/virtualMachines\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets/networkInterfaces\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets/virtualMachines/networkInterfaces\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/vmSizes\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/publishers\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "5199"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14999"
+ ],
+ "x-ms-request-id": [
+ "2509f10f-21a6-439d-b842-52bcb12f5383"
+ ],
+ "x-ms-correlation-request-id": [
+ "2509f10f-21a6-439d-b842-52bcb12f5383"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160114T060857Z:2509f10f-21a6-439d-b842-52bcb12f5383"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:08:57 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourcegroups/crptestps4368?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RwczQzNjg/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "HEAD",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "105"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-failure-cause": [
+ "gateway"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14998"
+ ],
+ "x-ms-request-id": [
+ "e5024dca-9dc8-4e39-bde9-0f8cc94a5b8b"
+ ],
+ "x-ms-correlation-request-id": [
+ "e5024dca-9dc8-4e39-bde9-0f8cc94a5b8b"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160114T060858Z:e5024dca-9dc8-4e39-bde9-0f8cc94a5b8b"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:08:57 GMT"
+ ]
+ },
+ "StatusCode": 404
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourcegroups/crptestps4368?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RwczQzNjg/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "HEAD",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "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": [
+ "14999"
+ ],
+ "x-ms-request-id": [
+ "6e09c8e8-ff42-4067-a9c8-3e3e9685d290"
+ ],
+ "x-ms-correlation-request-id": [
+ "6e09c8e8-ff42-4067-a9c8-3e3e9685d290"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T064215Z:6e09c8e8-ff42-4067-a9c8-3e3e9685d290"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:42:14 GMT"
+ ]
+ },
+ "StatusCode": 204
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourcegroups/crptestps4368?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RwczQzNjg/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"location\": \"East US\"\r\n}",
+ "RequestHeaders": {
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "29"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368\",\r\n \"name\": \"crptestps4368\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "179"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1199"
+ ],
+ "x-ms-request-id": [
+ "1a57ee56-7b63-46f6-9984-8bbe0c122221"
+ ],
+ "x-ms-correlation-request-id": [
+ "1a57ee56-7b63-46f6-9984-8bbe0c122221"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160114T060859Z:1a57ee56-7b63-46f6-9984-8bbe0c122221"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:08:58 GMT"
+ ]
+ },
+ "StatusCode": 201
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/resources?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczQzNjgvcmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTQtMDQtMDEtcHJldmlldw==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": []\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "12"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14997"
+ ],
+ "x-ms-request-id": [
+ "059579a2-57f0-4b29-906a-cf3f37ac12a9"
+ ],
+ "x-ms-correlation-request-id": [
+ "059579a2-57f0-4b29-906a-cf3f37ac12a9"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160114T060859Z:059579a2-57f0-4b29-906a-cf3f37ac12a9"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:08:58 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Network/virtualnetworks/vnetcrptestps4368?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczQzNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxuZXR3b3Jrcy92bmV0Y3JwdGVzdHBzNDM2OD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "5bca2b28-14a3-4bf3-ad70-3c850421bc49"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/vnetcrptestps4368' under resource group 'crptestps4368' was not found.\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "168"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-failure-cause": [
+ "gateway"
+ ],
+ "x-ms-request-id": [
+ "ec0078a1-0ee7-4a85-9080-4a8fbbb2d612"
+ ],
+ "x-ms-correlation-request-id": [
+ "ec0078a1-0ee7-4a85-9080-4a8fbbb2d612"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160114T060900Z:ec0078a1-0ee7-4a85-9080-4a8fbbb2d612"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:08:59 GMT"
+ ]
+ },
+ "StatusCode": 404
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Network/virtualnetworks/vnetcrptestps4368?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczQzNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxuZXR3b3Jrcy92bmV0Y3JwdGVzdHBzNDM2OD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"vnetcrptestps4368\",\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Network/virtualNetworks/vnetcrptestps4368\",\r\n \"etag\": \"W/\\\"71a456d3-f493-44fb-a4c3-81e9cdbda186\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1c17813b-ea65-44a0-b251-286364ef41f9\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"subnetcrptestps4368\",\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Network/virtualNetworks/vnetcrptestps4368/subnets/subnetcrptestps4368\",\r\n \"etag\": \"W/\\\"71a456d3-f493-44fb-a4c3-81e9cdbda186\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n }\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1076"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "031e34c0-a5a7-405d-b816-46eee435b46e"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "ETag": [
+ "W/\"71a456d3-f493-44fb-a4c3-81e9cdbda186\""
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14997"
+ ],
+ "x-ms-correlation-request-id": [
+ "c277c318-e566-4bf7-be88-00240ee1cd61"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160114T060912Z:c277c318-e566-4bf7-be88-00240ee1cd61"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:09:11 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Network/virtualnetworks/vnetcrptestps4368?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczQzNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxuZXR3b3Jrcy92bmV0Y3JwdGVzdHBzNDM2OD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "42ce5a16-176d-40b2-80b8-c86e12ab126d"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"vnetcrptestps4368\",\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Network/virtualNetworks/vnetcrptestps4368\",\r\n \"etag\": \"W/\\\"71a456d3-f493-44fb-a4c3-81e9cdbda186\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1c17813b-ea65-44a0-b251-286364ef41f9\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"subnetcrptestps4368\",\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Network/virtualNetworks/vnetcrptestps4368/subnets/subnetcrptestps4368\",\r\n \"etag\": \"W/\\\"71a456d3-f493-44fb-a4c3-81e9cdbda186\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n }\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1076"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "13afcb06-ae0d-4f66-81f0-c5abe556e9f0"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "ETag": [
+ "W/\"71a456d3-f493-44fb-a4c3-81e9cdbda186\""
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14996"
+ ],
+ "x-ms-correlation-request-id": [
+ "654e3f2a-49f4-4dd0-9772-0264c30d7928"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160114T060912Z:654e3f2a-49f4-4dd0-9772-0264c30d7928"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:09:11 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Network/virtualnetworks/vnetcrptestps4368?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczQzNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxuZXR3b3Jrcy92bmV0Y3JwdGVzdHBzNDM2OD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "f1d9bbc0-9724-403d-b7f3-300976e39f16"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"vnetcrptestps4368\",\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Network/virtualNetworks/vnetcrptestps4368\",\r\n \"etag\": \"W/\\\"71a456d3-f493-44fb-a4c3-81e9cdbda186\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1c17813b-ea65-44a0-b251-286364ef41f9\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"subnetcrptestps4368\",\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Network/virtualNetworks/vnetcrptestps4368/subnets/subnetcrptestps4368\",\r\n \"etag\": \"W/\\\"71a456d3-f493-44fb-a4c3-81e9cdbda186\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n }\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1076"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "cb6a504f-ef8d-4fd1-95a6-8e68d5717a7d"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "ETag": [
+ "W/\"71a456d3-f493-44fb-a4c3-81e9cdbda186\""
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14995"
+ ],
+ "x-ms-correlation-request-id": [
+ "fee55703-b95b-4372-8de3-3d81aea5c9d1"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160114T060912Z:fee55703-b95b-4372-8de3-3d81aea5c9d1"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:09:12 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Network/virtualnetworks/vnetcrptestps4368?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczQzNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxuZXR3b3Jrcy92bmV0Y3JwdGVzdHBzNDM2OD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"subnetcrptestps4368\",\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"ipConfigurations\": []\r\n }\r\n }\r\n ]\r\n }\r\n}",
+ "RequestHeaders": {
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "423"
+ ],
+ "x-ms-client-request-id": [
+ "3545be14-87e7-4015-8040-5db14154f422"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"vnetcrptestps4368\",\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Network/virtualNetworks/vnetcrptestps4368\",\r\n \"etag\": \"W/\\\"41bf7ff7-5d26-4087-81c3-12f8bcc54116\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"1c17813b-ea65-44a0-b251-286364ef41f9\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"subnetcrptestps4368\",\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Network/virtualNetworks/vnetcrptestps4368/subnets/subnetcrptestps4368\",\r\n \"etag\": \"W/\\\"41bf7ff7-5d26-4087-81c3-12f8bcc54116\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n }\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1074"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "10"
+ ],
+ "x-ms-request-id": [
+ "2780cfc7-8d3f-44ed-b4c9-42145c29c5f4"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Network/locations/eastus/operations/2780cfc7-8d3f-44ed-b4c9-42145c29c5f4?api-version=2015-06-15"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1199"
+ ],
+ "x-ms-correlation-request-id": [
+ "c9f08de4-b8a0-4a62-9a4c-3eebe78ead58"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160114T060902Z:c9f08de4-b8a0-4a62-9a4c-3eebe78ead58"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:09:01 GMT"
+ ]
+ },
+ "StatusCode": 201
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Network/locations/eastus/operations/2780cfc7-8d3f-44ed-b4c9-42145c29c5f4?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMjc4MGNmYzctOGQzZi00NGVkLWI0YzktNDIxNDVjMjljNWY0P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "29"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "5a9efa4e-77d5-4ad5-b434-d5ecfbd26807"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14998"
+ ],
+ "x-ms-correlation-request-id": [
+ "5460f724-e0fc-44a2-af0f-4a89e38a7826"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160114T060912Z:5460f724-e0fc-44a2-af0f-4a89e38a7826"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:09:11 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps4368?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczQzNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3B1YmlwY3JwdGVzdHBzNDM2OD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "7171c948-a6c6-4663-bedc-a8ddef360f86"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/publicIPAddresses/pubipcrptestps4368' under resource group 'crptestps4368' was not found.\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "171"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-failure-cause": [
+ "gateway"
+ ],
+ "x-ms-request-id": [
+ "5a440b59-440f-44ca-b1df-f597889bf4ab"
+ ],
+ "x-ms-correlation-request-id": [
+ "5a440b59-440f-44ca-b1df-f597889bf4ab"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160114T060913Z:5a440b59-440f-44ca-b1df-f597889bf4ab"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:09:12 GMT"
+ ]
+ },
+ "StatusCode": 404
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps4368?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczQzNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3B1YmlwY3JwdGVzdHBzNDM2OD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"pubipcrptestps4368\",\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps4368\",\r\n \"etag\": \"W/\\\"d7b0d00c-96ac-4d68-ad40-1018354ee2c4\\\"\",\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f943a8ef-13e0-4c50-8de8-db134a53513d\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"pubipcrptestps4368\",\r\n \"fqdn\": \"pubipcrptestps4368.eastus.cloudapp.azure.com\"\r\n }\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "666"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "3cf6c78c-7d3f-4a86-8634-a499ded30503"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "ETag": [
+ "W/\"d7b0d00c-96ac-4d68-ad40-1018354ee2c4\""
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14992"
+ ],
+ "x-ms-correlation-request-id": [
+ "090b4906-dce9-42ec-ac0e-302d19766760"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160114T060925Z:090b4906-dce9-42ec-ac0e-302d19766760"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:09:24 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps4368?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczQzNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3B1YmlwY3JwdGVzdHBzNDM2OD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "5824f66c-dfea-472b-9a3c-acfc5ff0a8c8"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"pubipcrptestps4368\",\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps4368\",\r\n \"etag\": \"W/\\\"d7b0d00c-96ac-4d68-ad40-1018354ee2c4\\\"\",\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f943a8ef-13e0-4c50-8de8-db134a53513d\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"pubipcrptestps4368\",\r\n \"fqdn\": \"pubipcrptestps4368.eastus.cloudapp.azure.com\"\r\n }\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "666"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "dc5cb214-8201-496e-9cbd-1e828f536655"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "ETag": [
+ "W/\"d7b0d00c-96ac-4d68-ad40-1018354ee2c4\""
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14991"
+ ],
+ "x-ms-correlation-request-id": [
+ "4116e7c3-6025-4549-84e9-b2af63fd0a1a"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160114T060925Z:4116e7c3-6025-4549-84e9-b2af63fd0a1a"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:09:25 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps4368?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczQzNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3B1YmlwY3JwdGVzdHBzNDM2OD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "647481f2-d2fb-4392-847b-97139e3a918c"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"pubipcrptestps4368\",\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps4368\",\r\n \"etag\": \"W/\\\"d7b0d00c-96ac-4d68-ad40-1018354ee2c4\\\"\",\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f943a8ef-13e0-4c50-8de8-db134a53513d\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"pubipcrptestps4368\",\r\n \"fqdn\": \"pubipcrptestps4368.eastus.cloudapp.azure.com\"\r\n }\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "666"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "2cf24b2d-23b1-4a96-a2a7-674fe9546e0a"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "ETag": [
+ "W/\"d7b0d00c-96ac-4d68-ad40-1018354ee2c4\""
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14990"
+ ],
+ "x-ms-correlation-request-id": [
+ "8e511fd3-99db-425a-b3aa-dfb48cf5da96"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160114T060925Z:8e511fd3-99db-425a-b3aa-dfb48cf5da96"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:09:25 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps4368?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczQzNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3B1YmlwY3JwdGVzdHBzNDM2OD9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"pubipcrptestps4368\"\r\n }\r\n }\r\n}",
+ "RequestHeaders": {
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "174"
+ ],
+ "x-ms-client-request-id": [
+ "6ba4b2b0-2aff-413e-b938-5f1f9e9399f3"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"pubipcrptestps4368\",\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps4368\",\r\n \"etag\": \"W/\\\"73c8483a-d598-463c-9d57-a48af6266b12\\\"\",\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"f943a8ef-13e0-4c50-8de8-db134a53513d\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"pubipcrptestps4368\",\r\n \"fqdn\": \"pubipcrptestps4368.eastus.cloudapp.azure.com\"\r\n }\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "665"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "10"
+ ],
+ "x-ms-request-id": [
+ "bd9d803f-9143-4bb7-b9c3-c4395916e7c8"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Network/locations/eastus/operations/bd9d803f-9143-4bb7-b9c3-c4395916e7c8?api-version=2015-06-15"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1198"
+ ],
+ "x-ms-correlation-request-id": [
+ "47c75a84-ad67-4620-ab58-0b1244639565"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160114T060914Z:47c75a84-ad67-4620-ab58-0b1244639565"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:09:13 GMT"
+ ]
+ },
+ "StatusCode": 201
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Network/locations/eastus/operations/bd9d803f-9143-4bb7-b9c3-c4395916e7c8?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYmQ5ZDgwM2YtOTE0My00YmI3LWI5YzMtYzQzOTU5MTZlN2M4P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "29"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "2293997b-551d-49d1-a16e-a6434b404b64"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14993"
+ ],
+ "x-ms-correlation-request-id": [
+ "231868b8-bb61-48ae-99ea-52151f0d0271"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160114T060924Z:231868b8-bb61-48ae-99ea-52151f0d0271"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:09:24 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Network/networkInterfaces/niccrptestps4368?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczQzNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pY2NycHRlc3RwczQzNjg/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "58313d23-ba66-4c0f-97ce-d9cfe53d4c8c"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/networkInterfaces/niccrptestps4368' under resource group 'crptestps4368' was not found.\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "169"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-failure-cause": [
+ "gateway"
+ ],
+ "x-ms-request-id": [
+ "991751d5-53a1-4e82-ae49-11e2aca95096"
+ ],
+ "x-ms-correlation-request-id": [
+ "991751d5-53a1-4e82-ae49-11e2aca95096"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160114T060925Z:991751d5-53a1-4e82-ae49-11e2aca95096"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:09:25 GMT"
+ ]
+ },
+ "StatusCode": 404
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Network/networkInterfaces/niccrptestps4368?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczQzNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pY2NycHRlc3RwczQzNjg/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "0988913b-2ace-4ab4-8b38-ee84968d7257"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"niccrptestps4368\",\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Network/networkInterfaces/niccrptestps4368\",\r\n \"etag\": \"W/\\\"b0914f66-7ee5-4d7c-a3c3-a40d03bb5bdf\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"77bf60dd-9eed-4901-a009-9f2b55ad8cfa\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Network/networkInterfaces/niccrptestps4368/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"b0914f66-7ee5-4d7c-a3c3-a40d03bb5bdf\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps4368\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Network/virtualNetworks/vnetcrptestps4368/subnets/subnetcrptestps4368\"\r\n },\r\n \"primary\": true\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": []\r\n },\r\n \"enableIPForwarding\": false\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1545"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "2fa99839-b337-4a69-a10e-e25b7b00f3a6"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "ETag": [
+ "W/\"b0914f66-7ee5-4d7c-a3c3-a40d03bb5bdf\""
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14988"
+ ],
+ "x-ms-correlation-request-id": [
+ "94749595-1d0a-4377-abbd-5dd512348b3b"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160114T060927Z:94749595-1d0a-4377-abbd-5dd512348b3b"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:09:26 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Network/networkInterfaces/niccrptestps4368?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczQzNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pY2NycHRlc3RwczQzNjg/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "390aee29-8666-4cf7-a33e-b955f3a1fe86"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"niccrptestps4368\",\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Network/networkInterfaces/niccrptestps4368\",\r\n \"etag\": \"W/\\\"b0914f66-7ee5-4d7c-a3c3-a40d03bb5bdf\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"77bf60dd-9eed-4901-a009-9f2b55ad8cfa\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Network/networkInterfaces/niccrptestps4368/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"b0914f66-7ee5-4d7c-a3c3-a40d03bb5bdf\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps4368\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Network/virtualNetworks/vnetcrptestps4368/subnets/subnetcrptestps4368\"\r\n },\r\n \"primary\": true\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": []\r\n },\r\n \"enableIPForwarding\": false\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1545"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "708dddc0-ce6c-49bd-b17a-b586ca110fe6"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "ETag": [
+ "W/\"b0914f66-7ee5-4d7c-a3c3-a40d03bb5bdf\""
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14987"
+ ],
+ "x-ms-correlation-request-id": [
+ "9d3dc9fa-c5b7-4b2b-a9f9-1c622e0d7e4f"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160114T060927Z:9d3dc9fa-c5b7-4b2b-a9f9-1c622e0d7e4f"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:09:26 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Network/networkInterfaces/niccrptestps4368?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczQzNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pY2NycHRlc3RwczQzNjg/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"properties\": {\r\n \"loadBalancerBackendAddressPools\": [],\r\n \"loadBalancerInboundNatRules\": [],\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Network/virtualNetworks/vnetcrptestps4368/subnets/subnetcrptestps4368\",\r\n \"properties\": {\r\n \"ipConfigurations\": []\r\n }\r\n },\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps4368\"\r\n }\r\n }\r\n }\r\n ],\r\n \"primary\": false,\r\n \"enableIPForwarding\": false\r\n }\r\n}",
+ "RequestHeaders": {
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "900"
+ ],
+ "x-ms-client-request-id": [
+ "1913dc83-d185-40cb-b8f7-80daf51ccaa2"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"niccrptestps4368\",\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Network/networkInterfaces/niccrptestps4368\",\r\n \"etag\": \"W/\\\"b0914f66-7ee5-4d7c-a3c3-a40d03bb5bdf\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"77bf60dd-9eed-4901-a009-9f2b55ad8cfa\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Network/networkInterfaces/niccrptestps4368/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"b0914f66-7ee5-4d7c-a3c3-a40d03bb5bdf\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Network/publicIPAddresses/pubipcrptestps4368\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Network/virtualNetworks/vnetcrptestps4368/subnets/subnetcrptestps4368\"\r\n },\r\n \"primary\": true\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": []\r\n },\r\n \"enableIPForwarding\": false\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1545"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "1fe07882-fbd2-4f92-8167-02956fa72e48"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Network/locations/eastus/operations/1fe07882-fbd2-4f92-8167-02956fa72e48?api-version=2015-06-15"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1197"
+ ],
+ "x-ms-correlation-request-id": [
+ "361dcd89-5b20-4f94-b6f1-ece9c7245fed"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160114T060926Z:361dcd89-5b20-4f94-b6f1-ece9c7245fed"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:09:26 GMT"
+ ]
+ },
+ "StatusCode": 201
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Storage/storageAccounts/stocrptestps4368?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczQzNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG9jcnB0ZXN0cHM0MzY4P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}",
+ "RequestHeaders": {
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Length": [
+ "89"
+ ],
+ "x-ms-client-request-id": [
+ "8add4c75-57de-4935-b9d8-437b7cffd814"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Storage.StorageManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "25"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1199"
+ ],
+ "x-ms-request-id": [
+ "8b2f24c7-e87d-4452-9d5e-50ab1c0a6b3f"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Storage/operations/02bd42f3-11e3-429d-b3e3-288d446a7866?monitor=true&api-version=2015-06-15"
+ ],
+ "Server": [
+ "Microsoft-Azure-Storage-Resource-Provider/1.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-correlation-request-id": [
+ "8b2f24c7-e87d-4452-9d5e-50ab1c0a6b3f"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160114T060929Z:8b2f24c7-e87d-4452-9d5e-50ab1c0a6b3f"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:09:29 GMT"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Storage/operations/02bd42f3-11e3-429d-b3e3-288d446a7866?monitor=true&api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9vcGVyYXRpb25zLzAyYmQ0MmYzLTExZTMtNDI5ZC1iM2UzLTI4OGQ0NDZhNzg2Nj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "5cd29359-267d-4404-968d-a08529b32d50"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Storage.StorageManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "25"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14999"
+ ],
+ "x-ms-request-id": [
+ "9fe180e4-44ff-4707-a169-dea5bbf7ea38"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Storage/operations/02bd42f3-11e3-429d-b3e3-288d446a7866?monitor=true&api-version=2015-06-15"
+ ],
+ "Server": [
+ "Microsoft-Azure-Storage-Resource-Provider/1.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-correlation-request-id": [
+ "9fe180e4-44ff-4707-a169-dea5bbf7ea38"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160114T060929Z:9fe180e4-44ff-4707-a169-dea5bbf7ea38"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:09:29 GMT"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Storage/operations/02bd42f3-11e3-429d-b3e3-288d446a7866?monitor=true&api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9vcGVyYXRpb25zLzAyYmQ0MmYzLTExZTMtNDI5ZC1iM2UzLTI4OGQ0NDZhNzg2Nj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "bfe0cff0-704e-4f2c-91fa-deedd1140334"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Storage.StorageManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "89"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "08e7a12b-cea5-4c62-80a4-a0a35189c1e0"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-Azure-Storage-Resource-Provider/1.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14998"
+ ],
+ "x-ms-correlation-request-id": [
+ "08e7a12b-cea5-4c62-80a4-a0a35189c1e0"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160114T060955Z:08e7a12b-cea5-4c62-80a4-a0a35189c1e0"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:09:54 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Storage/storageAccounts/stocrptestps4368?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczQzNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG9jcnB0ZXN0cHM0MzY4P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "6fc3058d-4445-4303-9fd8-730e10bfb638"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Storage.StorageManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Storage/storageAccounts/stocrptestps4368\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps4368\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2016-01-14T06:09:28.5411495Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps4368.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps4368.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps4368.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps4368.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "743"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "e4f94c39-83f2-4c55-9b41-2a508793daaa"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-Azure-Storage-Resource-Provider/1.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14997"
+ ],
+ "x-ms-correlation-request-id": [
+ "e4f94c39-83f2-4c55-9b41-2a508793daaa"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160114T060955Z:e4f94c39-83f2-4c55-9b41-2a508793daaa"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:09:55 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Storage/storageAccounts/stocrptestps4368?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczQzNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG9jcnB0ZXN0cHM0MzY4P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "9500a74f-ba77-459c-b180-4c2b2e5e89ba"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Storage.StorageManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Storage/storageAccounts/stocrptestps4368\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps4368\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2016-01-14T06:09:28.5411495Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps4368.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps4368.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps4368.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps4368.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "743"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "e540490e-1a36-4116-8223-929c34de1a39"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-Azure-Storage-Resource-Provider/1.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14996"
+ ],
+ "x-ms-correlation-request-id": [
+ "e540490e-1a36-4116-8223-929c34de1a39"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160114T060955Z:e540490e-1a36-4116-8223-929c34de1a39"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:09:55 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Storage/storageAccounts/stocrptestps4368/listKeys?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczQzNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG9jcnB0ZXN0cHM0MzY4L2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "POST",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "dc2d5efe-7575-479b-8e0e-bae9f8abb50f"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Storage.StorageManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"key1\": \"ZD/EknbG6/2I9oEHPHGcIkhhF5EpBkPSxCpVIFWtU2FIoDn3ZTP7Kx/MHKEK2DR78hZ3ZiYTuz1AzRrXtFElsQ==\",\r\n \"key2\": \"FTtKku2iECCHCwqVPU7wPrTfpbaJwpMdiwm3elriafeqpXUTNiYh7BKoHYfGxEbSrPRd5o8wnOQR/8i9pCf7kQ==\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "198"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "adc0bb85-e03d-48f7-8be9-a96d31a3cb54"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-Azure-Storage-Resource-Provider/1.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1198"
+ ],
+ "x-ms-correlation-request-id": [
+ "adc0bb85-e03d-48f7-8be9-a96d31a3cb54"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160114T060955Z:adc0bb85-e03d-48f7-8be9-a96d31a3cb54"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:09:55 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "8977c29e-b12a-4933-8c74-cf1acf95569f"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Storage.StorageManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Storage/storageAccounts/stocrptestps4368\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps4368\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2016-01-14T06:09:28.5411495Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps4368.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps4368.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps4368.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps4368.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/yanmingstoragerg/providers/Microsoft.Storage/storageAccounts/vmssdiagnosticstorage\",\r\n \"location\": \"westus\",\r\n \"name\": \"vmssdiagnosticstorage\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_RAGRS\",\r\n \"creationTime\": \"2015-12-08T22:49:17.890269Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://vmssdiagnosticstorage.blob.core.windows.net/\",\r\n \"file\": \"https://vmssdiagnosticstorage.file.core.windows.net/\",\r\n \"queue\": \"https://vmssdiagnosticstorage.queue.core.windows.net/\",\r\n \"table\": \"https://vmssdiagnosticstorage.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://vmssdiagnosticstorage-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://vmssdiagnosticstorage-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://vmssdiagnosticstorage-secondary.table.core.windows.net/\"\r\n },\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/yanmingv2vm/providers/Microsoft.Storage/storageAccounts/yanmingv2vm9503\",\r\n \"location\": \"westus\",\r\n \"name\": \"yanmingv2vm9503\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\",\r\n \"creationTime\": \"2016-01-13T23:37:28.8189467Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://yanmingv2vm9503.blob.core.windows.net/\",\r\n \"file\": \"https://yanmingv2vm9503.file.core.windows.net/\",\r\n \"queue\": \"https://yanmingv2vm9503.queue.core.windows.net/\",\r\n \"table\": \"https://yanmingv2vm9503.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/yanmingvmapp/providers/Microsoft.Storage/storageAccounts/yanmingvmappstorage\",\r\n \"location\": \"westus\",\r\n \"name\": \"yanmingvmappstorage\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\",\r\n \"creationTime\": \"2015-04-13T21:53:57.6058948Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://yanmingvmappstorage.blob.core.windows.net/\",\r\n \"file\": \"https://yanmingvmappstorage.file.core.windows.net/\",\r\n \"queue\": \"https://yanmingvmappstorage.queue.core.windows.net/\",\r\n \"table\": \"https://yanmingvmappstorage.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n }\r\n ]\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "3149"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "24e6d82a-8a1d-4ada-b0a8-6a2644172a32"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-Azure-Storage-Resource-Provider/1.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14995"
+ ],
+ "x-ms-correlation-request-id": [
+ "24e6d82a-8a1d-4ada-b0a8-6a2644172a32"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160114T060955Z:24e6d82a-8a1d-4ada-b0a8-6a2644172a32"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:09:55 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "b13ce615-757a-4039-beb6-78eddd016005"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Storage.StorageManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Storage/storageAccounts/stocrptestps4368\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps4368\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2016-01-14T06:09:28.5411495Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps4368.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps4368.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps4368.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps4368.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Storage/storageAccounts/vmcrptestps4368storage\",\r\n \"location\": \"eastus\",\r\n \"name\": \"vmcrptestps4368storage\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2016-01-14T06:31:11.280022Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://vmcrptestps4368storage.blob.core.windows.net/\",\r\n \"file\": \"https://vmcrptestps4368storage.file.core.windows.net/\",\r\n \"queue\": \"https://vmcrptestps4368storage.queue.core.windows.net/\",\r\n \"table\": \"https://vmcrptestps4368storage.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/yanmingstoragerg/providers/Microsoft.Storage/storageAccounts/vmssdiagnosticstorage\",\r\n \"location\": \"westus\",\r\n \"name\": \"vmssdiagnosticstorage\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_RAGRS\",\r\n \"creationTime\": \"2015-12-08T22:49:17.890269Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://vmssdiagnosticstorage.blob.core.windows.net/\",\r\n \"file\": \"https://vmssdiagnosticstorage.file.core.windows.net/\",\r\n \"queue\": \"https://vmssdiagnosticstorage.queue.core.windows.net/\",\r\n \"table\": \"https://vmssdiagnosticstorage.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://vmssdiagnosticstorage-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://vmssdiagnosticstorage-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://vmssdiagnosticstorage-secondary.table.core.windows.net/\"\r\n },\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/yanmingv2vm/providers/Microsoft.Storage/storageAccounts/yanmingv2vm9503\",\r\n \"location\": \"westus\",\r\n \"name\": \"yanmingv2vm9503\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\",\r\n \"creationTime\": \"2016-01-13T23:37:28.8189467Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://yanmingv2vm9503.blob.core.windows.net/\",\r\n \"file\": \"https://yanmingv2vm9503.file.core.windows.net/\",\r\n \"queue\": \"https://yanmingv2vm9503.queue.core.windows.net/\",\r\n \"table\": \"https://yanmingv2vm9503.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/yanmingvmapp/providers/Microsoft.Storage/storageAccounts/yanmingvmappstorage\",\r\n \"location\": \"westus\",\r\n \"name\": \"yanmingvmappstorage\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\",\r\n \"creationTime\": \"2015-04-13T21:53:57.6058948Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://yanmingvmappstorage.blob.core.windows.net/\",\r\n \"file\": \"https://yanmingvmappstorage.file.core.windows.net/\",\r\n \"queue\": \"https://yanmingvmappstorage.queue.core.windows.net/\",\r\n \"table\": \"https://yanmingvmappstorage.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n }\r\n ]\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "3928"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "23819f3a-9bd6-4aca-9a34-c81121ba0de7"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-Azure-Storage-Resource-Provider/1.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14996"
+ ],
+ "x-ms-correlation-request-id": [
+ "23819f3a-9bd6-4aca-9a34-c81121ba0de7"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160114T063138Z:23819f3a-9bd6-4aca-9a34-c81121ba0de7"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:31:37 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "644be958-109d-4803-9bfd-8a60cf0bf8c8"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Storage.StorageManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Storage/storageAccounts/stocrptestps4368\",\r\n \"location\": \"eastus\",\r\n \"name\": \"stocrptestps4368\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2016-01-14T06:09:28.5411495Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps4368.blob.core.windows.net/\",\r\n \"file\": \"https://stocrptestps4368.file.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps4368.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps4368.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Storage/storageAccounts/vmcrptestps4368storage\",\r\n \"location\": \"eastus\",\r\n \"name\": \"vmcrptestps4368storage\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2016-01-14T06:31:11.280022Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://vmcrptestps4368storage.blob.core.windows.net/\",\r\n \"file\": \"https://vmcrptestps4368storage.file.core.windows.net/\",\r\n \"queue\": \"https://vmcrptestps4368storage.queue.core.windows.net/\",\r\n \"table\": \"https://vmcrptestps4368storage.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/yanmingstoragerg/providers/Microsoft.Storage/storageAccounts/vmssdiagnosticstorage\",\r\n \"location\": \"westus\",\r\n \"name\": \"vmssdiagnosticstorage\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_RAGRS\",\r\n \"creationTime\": \"2015-12-08T22:49:17.890269Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://vmssdiagnosticstorage.blob.core.windows.net/\",\r\n \"file\": \"https://vmssdiagnosticstorage.file.core.windows.net/\",\r\n \"queue\": \"https://vmssdiagnosticstorage.queue.core.windows.net/\",\r\n \"table\": \"https://vmssdiagnosticstorage.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://vmssdiagnosticstorage-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://vmssdiagnosticstorage-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://vmssdiagnosticstorage-secondary.table.core.windows.net/\"\r\n },\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/yanmingv2vm/providers/Microsoft.Storage/storageAccounts/yanmingv2vm9503\",\r\n \"location\": \"westus\",\r\n \"name\": \"yanmingv2vm9503\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\",\r\n \"creationTime\": \"2016-01-13T23:37:28.8189467Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://yanmingv2vm9503.blob.core.windows.net/\",\r\n \"file\": \"https://yanmingv2vm9503.file.core.windows.net/\",\r\n \"queue\": \"https://yanmingv2vm9503.queue.core.windows.net/\",\r\n \"table\": \"https://yanmingv2vm9503.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/yanmingvmapp/providers/Microsoft.Storage/storageAccounts/yanmingvmappstorage\",\r\n \"location\": \"westus\",\r\n \"name\": \"yanmingvmappstorage\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\",\r\n \"creationTime\": \"2015-04-13T21:53:57.6058948Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://yanmingvmappstorage.blob.core.windows.net/\",\r\n \"file\": \"https://yanmingvmappstorage.file.core.windows.net/\",\r\n \"queue\": \"https://yanmingvmappstorage.queue.core.windows.net/\",\r\n \"table\": \"https://yanmingvmappstorage.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n }\r\n ]\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "3928"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "ac91be20-5d15-42df-ba8b-0909d83ccd2b"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-Azure-Storage-Resource-Provider/1.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14995"
+ ],
+ "x-ms-correlation-request-id": [
+ "ac91be20-5d15-42df-ba8b-0909d83ccd2b"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160114T063138Z:ac91be20-5d15-42df-ba8b-0909d83ccd2b"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:31:37 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Compute/virtualMachines/vmcrptestps4368?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczQzNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bWNycHRlc3RwczQzNjg/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2008-R2-SP1\",\r\n \"version\": \"latest\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"osDisk\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps4368.blob.core.windows.net/test/os.vhd\"\r\n },\r\n \"caching\": \"ReadWrite\",\r\n \"createOption\": \"FromImage\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"testDataDisk1\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps4368.blob.core.windows.net/test/data1.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 10\r\n },\r\n {\r\n \"lun\": 2,\r\n \"name\": \"testDataDisk2\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps4368.blob.core.windows.net/test/data2.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"createOption\": \"Empty\",\r\n \"diskSizeGB\": 11\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"BaR@123crptestps4368\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true\r\n }\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Network/networkInterfaces/niccrptestps4368\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://stocrptestps4368.blob.core.windows.net/\"\r\n }\r\n }\r\n }\r\n}",
+ "RequestHeaders": {
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "1834"
+ ],
+ "x-ms-client-request-id": [
+ "638fbca9-2cb1-4733-bbb1-e2cfcd2ec590"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"properties\": {\r\n \"vmId\": \"6201eb42-c7f2-4735-8b66-b4ec993f43d1\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2008-R2-SP1\",\r\n \"version\": \"latest\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"osDisk\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps4368.blob.core.windows.net/test/os.vhd\"\r\n },\r\n \"caching\": \"ReadWrite\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"testDataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps4368.blob.core.windows.net/test/data1.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 10\r\n },\r\n {\r\n \"lun\": 2,\r\n \"name\": \"testDataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps4368.blob.core.windows.net/test/data2.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 11\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": []\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Network/networkInterfaces/niccrptestps4368\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://stocrptestps4368.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Creating\"\r\n },\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Compute/virtualMachines/vmcrptestps4368\",\r\n \"name\": \"vmcrptestps4368\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "2144"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/8f002e20-fb7e-4d12-89a0-2ffb4ea7e12c?api-version=2015-06-15"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "8f002e20-fb7e-4d12-89a0-2ffb4ea7e12c"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1199"
+ ],
+ "x-ms-correlation-request-id": [
+ "e4f39e96-2970-4e69-9ed3-95a6018a6e3b"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T060958Z:e4f39e96-2970-4e69-9ed3-95a6018a6e3b"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:09:58 GMT"
+ ]
+ },
+ "StatusCode": 201
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/8f002e20-fb7e-4d12-89a0-2ffb4ea7e12c?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOGYwMDJlMjAtZmI3ZS00ZDEyLTg5YTAtMmZmYjRlYTdlMTJjP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"8f002e20-fb7e-4d12-89a0-2ffb4ea7e12c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:09:58.3893332-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "a17e000c-042e-43e8-aaf7-7a191dda1e47"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14999"
+ ],
+ "x-ms-correlation-request-id": [
+ "083f8334-64f7-42be-9b30-17247b1d6420"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T061029Z:083f8334-64f7-42be-9b30-17247b1d6420"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:10:28 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/8f002e20-fb7e-4d12-89a0-2ffb4ea7e12c?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOGYwMDJlMjAtZmI3ZS00ZDEyLTg5YTAtMmZmYjRlYTdlMTJjP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"8f002e20-fb7e-4d12-89a0-2ffb4ea7e12c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:09:58.3893332-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "86ab9b7a-85e5-473b-854b-c79efbf616cb"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14998"
+ ],
+ "x-ms-correlation-request-id": [
+ "be2a6c65-1db4-4c27-aa72-973ae59dcb54"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T061059Z:be2a6c65-1db4-4c27-aa72-973ae59dcb54"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:10:58 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/8f002e20-fb7e-4d12-89a0-2ffb4ea7e12c?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOGYwMDJlMjAtZmI3ZS00ZDEyLTg5YTAtMmZmYjRlYTdlMTJjP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"8f002e20-fb7e-4d12-89a0-2ffb4ea7e12c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:09:58.3893332-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "7a53bb02-4fcc-47af-b585-431302d0bcef"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14997"
+ ],
+ "x-ms-correlation-request-id": [
+ "aa9e2086-269f-4381-9d90-edc6cc82a703"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T061129Z:aa9e2086-269f-4381-9d90-edc6cc82a703"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:11:29 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/8f002e20-fb7e-4d12-89a0-2ffb4ea7e12c?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOGYwMDJlMjAtZmI3ZS00ZDEyLTg5YTAtMmZmYjRlYTdlMTJjP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"8f002e20-fb7e-4d12-89a0-2ffb4ea7e12c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:09:58.3893332-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "12b67dca-2c14-492a-a669-a45fd82bb15a"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14996"
+ ],
+ "x-ms-correlation-request-id": [
+ "9f101cbd-e0ae-412d-b34e-29b77f7a858e"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T061159Z:9f101cbd-e0ae-412d-b34e-29b77f7a858e"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:11:59 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/8f002e20-fb7e-4d12-89a0-2ffb4ea7e12c?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOGYwMDJlMjAtZmI3ZS00ZDEyLTg5YTAtMmZmYjRlYTdlMTJjP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"8f002e20-fb7e-4d12-89a0-2ffb4ea7e12c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:09:58.3893332-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "c36d472d-a084-4a9e-8d36-42b531a60127"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14995"
+ ],
+ "x-ms-correlation-request-id": [
+ "0b66ccfb-3b34-4476-9ade-1b4aaa1a32bf"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T061229Z:0b66ccfb-3b34-4476-9ade-1b4aaa1a32bf"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:12:28 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/8f002e20-fb7e-4d12-89a0-2ffb4ea7e12c?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOGYwMDJlMjAtZmI3ZS00ZDEyLTg5YTAtMmZmYjRlYTdlMTJjP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"8f002e20-fb7e-4d12-89a0-2ffb4ea7e12c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:09:58.3893332-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "0bfaf0a5-e950-4320-b0d4-bd6b5e08474a"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14994"
+ ],
+ "x-ms-correlation-request-id": [
+ "0570b7f5-4dd7-4dda-90e1-4d6b9fd93b07"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T061259Z:0570b7f5-4dd7-4dda-90e1-4d6b9fd93b07"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:12:59 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/8f002e20-fb7e-4d12-89a0-2ffb4ea7e12c?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOGYwMDJlMjAtZmI3ZS00ZDEyLTg5YTAtMmZmYjRlYTdlMTJjP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"8f002e20-fb7e-4d12-89a0-2ffb4ea7e12c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:09:58.3893332-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "9cc2ee16-a4db-47af-9315-2fa009a8efb9"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14993"
+ ],
+ "x-ms-correlation-request-id": [
+ "e1bd06ad-3576-44bc-9125-cb73afe76966"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T061330Z:e1bd06ad-3576-44bc-9125-cb73afe76966"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:13:30 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/8f002e20-fb7e-4d12-89a0-2ffb4ea7e12c?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOGYwMDJlMjAtZmI3ZS00ZDEyLTg5YTAtMmZmYjRlYTdlMTJjP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"8f002e20-fb7e-4d12-89a0-2ffb4ea7e12c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:09:58.3893332-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "95ebfdc8-7c66-4252-9096-7cd7c78a6eab"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14992"
+ ],
+ "x-ms-correlation-request-id": [
+ "cb6a7de1-2589-4349-9888-b0fcdc13c05e"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T061400Z:cb6a7de1-2589-4349-9888-b0fcdc13c05e"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:14:00 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/8f002e20-fb7e-4d12-89a0-2ffb4ea7e12c?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOGYwMDJlMjAtZmI3ZS00ZDEyLTg5YTAtMmZmYjRlYTdlMTJjP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"8f002e20-fb7e-4d12-89a0-2ffb4ea7e12c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:09:58.3893332-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "44c7110c-c597-4956-b43a-43a25cdf727d"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14991"
+ ],
+ "x-ms-correlation-request-id": [
+ "6bd4c7ff-0902-465b-80dd-5532a9722ab1"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T061430Z:6bd4c7ff-0902-465b-80dd-5532a9722ab1"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:14:29 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/8f002e20-fb7e-4d12-89a0-2ffb4ea7e12c?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOGYwMDJlMjAtZmI3ZS00ZDEyLTg5YTAtMmZmYjRlYTdlMTJjP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"8f002e20-fb7e-4d12-89a0-2ffb4ea7e12c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:09:58.3893332-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "e90fb3cd-fe0b-4d4e-a779-a96a2802e11d"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14990"
+ ],
+ "x-ms-correlation-request-id": [
+ "60469f3e-13df-4dd4-bff8-38fd95f1abdb"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T061500Z:60469f3e-13df-4dd4-bff8-38fd95f1abdb"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:14:59 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/8f002e20-fb7e-4d12-89a0-2ffb4ea7e12c?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOGYwMDJlMjAtZmI3ZS00ZDEyLTg5YTAtMmZmYjRlYTdlMTJjP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"8f002e20-fb7e-4d12-89a0-2ffb4ea7e12c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:09:58.3893332-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "aaa2fd62-389b-416b-840f-b223266a3315"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14989"
+ ],
+ "x-ms-correlation-request-id": [
+ "fddeea5f-a0b4-43f9-9036-beaa25757132"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T061530Z:fddeea5f-a0b4-43f9-9036-beaa25757132"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:15:30 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/8f002e20-fb7e-4d12-89a0-2ffb4ea7e12c?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOGYwMDJlMjAtZmI3ZS00ZDEyLTg5YTAtMmZmYjRlYTdlMTJjP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"8f002e20-fb7e-4d12-89a0-2ffb4ea7e12c\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2016-01-13T22:09:58.3893332-08:00\",\r\n \"endTime\": \"2016-01-13T22:15:32.4847149-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "191"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "3f99b6e3-87a9-43c1-84d0-7687ca3193a2"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14988"
+ ],
+ "x-ms-correlation-request-id": [
+ "52780713-5971-4b78-bf9b-9401faea8864"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T061600Z:52780713-5971-4b78-bf9b-9401faea8864"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:15:59 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Compute/virtualMachines/vmcrptestps4368?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczQzNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bWNycHRlc3RwczQzNjg/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"properties\": {\r\n \"vmId\": \"6201eb42-c7f2-4735-8b66-b4ec993f43d1\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2008-R2-SP1\",\r\n \"version\": \"latest\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"osDisk\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps4368.blob.core.windows.net/test/os.vhd\"\r\n },\r\n \"caching\": \"ReadWrite\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"testDataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps4368.blob.core.windows.net/test/data1.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 10\r\n },\r\n {\r\n \"lun\": 2,\r\n \"name\": \"testDataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps4368.blob.core.windows.net/test/data2.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 11\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": []\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Network/networkInterfaces/niccrptestps4368\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://stocrptestps4368.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Compute/virtualMachines/vmcrptestps4368\",\r\n \"name\": \"vmcrptestps4368\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "2145"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "eb72d399-b32a-4d0b-a82e-29c66c483c85"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14987"
+ ],
+ "x-ms-correlation-request-id": [
+ "0adea720-36a0-49e1-abee-ff25e2aa7ab2"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T061600Z:0adea720-36a0-49e1-abee-ff25e2aa7ab2"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:16:00 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Compute/virtualMachines/vmcrptestps4368?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczQzNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bWNycHRlc3RwczQzNjg/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "67c0d7af-08f7-4cb2-891d-d282f1943b05"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"properties\": {\r\n \"vmId\": \"6201eb42-c7f2-4735-8b66-b4ec993f43d1\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2008-R2-SP1\",\r\n \"version\": \"latest\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"osDisk\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps4368.blob.core.windows.net/test/os.vhd\"\r\n },\r\n \"caching\": \"ReadWrite\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"testDataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps4368.blob.core.windows.net/test/data1.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 10\r\n },\r\n {\r\n \"lun\": 2,\r\n \"name\": \"testDataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps4368.blob.core.windows.net/test/data2.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 11\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": []\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Network/networkInterfaces/niccrptestps4368\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://stocrptestps4368.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"BGInfo\",\r\n \"typeHandlerVersion\": \"2.1\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Compute/virtualMachines/vmcrptestps4368/extensions/BGInfo\",\r\n \"name\": \"BGInfo\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Compute/virtualMachines/vmcrptestps4368\",\r\n \"name\": \"vmcrptestps4368\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "2699"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "80860a8a-826c-4d82-9f33-7ba367d3a978"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14952"
+ ],
+ "x-ms-correlation-request-id": [
+ "d17dde01-7410-4570-b334-01b7599dcbfb"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T063109Z:d17dde01-7410-4570-b334-01b7599dcbfb"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:31:08 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Compute/virtualMachines/vmcrptestps4368?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczQzNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bWNycHRlc3RwczQzNjg/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "82cc78af-60a1-4b89-a41f-43607fd94e88"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"properties\": {\r\n \"vmId\": \"6201eb42-c7f2-4735-8b66-b4ec993f43d1\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2008-R2-SP1\",\r\n \"version\": \"latest\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"osDisk\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps4368.blob.core.windows.net/test/os.vhd\"\r\n },\r\n \"caching\": \"ReadWrite\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"testDataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps4368.blob.core.windows.net/test/data1.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 10\r\n },\r\n {\r\n \"lun\": 2,\r\n \"name\": \"testDataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps4368.blob.core.windows.net/test/data2.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 11\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": []\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Network/networkInterfaces/niccrptestps4368\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://stocrptestps4368.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"BGInfo\",\r\n \"typeHandlerVersion\": \"2.1\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Compute/virtualMachines/vmcrptestps4368/extensions/BGInfo\",\r\n \"name\": \"BGInfo\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Compute/virtualMachines/vmcrptestps4368\",\r\n \"name\": \"vmcrptestps4368\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "2699"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "e3733183-00e4-4b6d-8d04-9a5cff7c536e"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14951"
+ ],
+ "x-ms-correlation-request-id": [
+ "9b8b1c8e-c49d-4a5e-b729-51dbff5ee744"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T063137Z:9b8b1c8e-c49d-4a5e-b729-51dbff5ee744"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:31:37 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Compute/virtualMachines/vmcrptestps4368?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczQzNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bWNycHRlc3RwczQzNjg/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "0007b33f-22fe-4a56-aaeb-8adca9e38b7a"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"properties\": {\r\n \"vmId\": \"6201eb42-c7f2-4735-8b66-b4ec993f43d1\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2008-R2-SP1\",\r\n \"version\": \"latest\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"osDisk\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps4368.blob.core.windows.net/test/os.vhd\"\r\n },\r\n \"caching\": \"ReadWrite\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"testDataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps4368.blob.core.windows.net/test/data1.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 10\r\n },\r\n {\r\n \"lun\": 2,\r\n \"name\": \"testDataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps4368.blob.core.windows.net/test/data2.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 11\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": []\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Network/networkInterfaces/niccrptestps4368\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://stocrptestps4368.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"BGInfo\",\r\n \"typeHandlerVersion\": \"2.1\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Compute/virtualMachines/vmcrptestps4368/extensions/BGInfo\",\r\n \"name\": \"BGInfo\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Compute/virtualMachines/vmcrptestps4368\",\r\n \"name\": \"vmcrptestps4368\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "2699"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "d5fd7153-8b91-47e9-b4c7-e88906a842f4"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14950"
+ ],
+ "x-ms-correlation-request-id": [
+ "5148b338-ebc4-4517-b5ef-d261e4528c34"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T063138Z:5148b338-ebc4-4517-b5ef-d261e4528c34"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:31:37 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Compute/virtualMachines/vmcrptestps4368?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczQzNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bWNycHRlc3RwczQzNjg/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "f1ee0495-d579-422a-9efa-03c1eafc2f14"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"properties\": {\r\n \"vmId\": \"6201eb42-c7f2-4735-8b66-b4ec993f43d1\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2008-R2-SP1\",\r\n \"version\": \"latest\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"osDisk\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps4368.blob.core.windows.net/test/os.vhd\"\r\n },\r\n \"caching\": \"ReadWrite\"\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 1,\r\n \"name\": \"testDataDisk1\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps4368.blob.core.windows.net/test/data1.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 10\r\n },\r\n {\r\n \"lun\": 2,\r\n \"name\": \"testDataDisk2\",\r\n \"createOption\": \"Empty\",\r\n \"vhd\": {\r\n \"uri\": \"https://stocrptestps4368.blob.core.windows.net/test/data2.vhd\"\r\n },\r\n \"caching\": \"ReadOnly\",\r\n \"diskSizeGB\": 11\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": []\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Network/networkInterfaces/niccrptestps4368\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://stocrptestps4368.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"BGInfo\",\r\n \"typeHandlerVersion\": \"2.1\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Compute/virtualMachines/vmcrptestps4368/extensions/BGInfo\",\r\n \"name\": \"BGInfo\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n },\r\n {\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Azure.Diagnostics\",\r\n \"type\": \"IaaSDiagnostics\",\r\n \"typeHandlerVersion\": \"1.5\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"settings\": {\r\n \"storageAccount\": \"vmcrptestps4368storage\",\r\n \"WadCfg\": {\r\n \"DiagnosticMonitorConfiguration\": {\r\n \"DiagnosticInfrastructureLogs\": {\r\n \"scheduledTransferLogLevelFilter\": \"Error\"\r\n },\r\n \"Directories\": {\r\n \"IISLogs\": {\r\n \"containerName\": \"wad-iis-logfiles\"\r\n },\r\n \"FailedRequestLogs\": {\r\n \"containerName\": \"wad-failedrequestlogs\"\r\n },\r\n \"scheduledTransferPeriod\": \"PT1M\"\r\n },\r\n \"PerformanceCounters\": {\r\n \"PerformanceCounterConfiguration\": [\r\n {\r\n \"annotation\": [],\r\n \"counterSpecifier\": \"\\\\Memory\\\\Available MBytes\",\r\n \"sampleRate\": \"PT3M\"\r\n },\r\n {\r\n \"annotation\": [],\r\n \"counterSpecifier\": \"\\\\Web Service(_Total)\\\\ISAPI Extension Requests/sec\",\r\n \"sampleRate\": \"PT3M\"\r\n },\r\n {\r\n \"annotation\": [],\r\n \"counterSpecifier\": \"\\\\Web Service(_Total)\\\\Bytes Total/Sec\",\r\n \"sampleRate\": \"PT3M\"\r\n },\r\n {\r\n \"annotation\": [],\r\n \"counterSpecifier\": \"\\\\ASP.NET Applications(__Total__)\\\\Requests/Sec\",\r\n \"sampleRate\": \"PT3M\"\r\n },\r\n {\r\n \"annotation\": [],\r\n \"counterSpecifier\": \"\\\\ASP.NET Applications(__Total__)\\\\Errors Total/Sec\",\r\n \"sampleRate\": \"PT3M\"\r\n },\r\n {\r\n \"annotation\": [],\r\n \"counterSpecifier\": \"\\\\ASP.NET\\\\Requests Queued\",\r\n \"sampleRate\": \"PT3M\"\r\n },\r\n {\r\n \"annotation\": [],\r\n \"counterSpecifier\": \"\\\\ASP.NET\\\\Requests Rejected\",\r\n \"sampleRate\": \"PT3M\"\r\n },\r\n {\r\n \"annotation\": [],\r\n \"counterSpecifier\": \"\\\\Processor(_Total)\\\\% Processor Time\",\r\n \"sampleRate\": \"PT3M\"\r\n }\r\n ],\r\n \"scheduledTransferPeriod\": \"PT1M\"\r\n },\r\n \"WindowsEventLog\": {\r\n \"DataSource\": [\r\n {\r\n \"name\": \"Application!*[System[(Level=1 or Level=2 or Level=3)]]\"\r\n },\r\n {\r\n \"name\": \"Windows Azure!*[System[(Level=1 or Level=2 or Level=3 or Level=4)]]\"\r\n }\r\n ],\r\n \"scheduledTransferPeriod\": \"PT1M\"\r\n },\r\n \"CrashDumps\": {\r\n \"CrashDumpConfiguration\": [\r\n {\r\n \"processName\": \"WaIISHost.exe\"\r\n },\r\n {\r\n \"processName\": \"WaWorkerHost.exe\"\r\n },\r\n {\r\n \"processName\": \"w3wp.exe\"\r\n }\r\n ]\r\n },\r\n \"Logs\": {\r\n \"scheduledTransferLogLevelFilter\": \"Error\",\r\n \"scheduledTransferPeriod\": \"PT1M\"\r\n },\r\n \"overallQuotaInMB\": 4096\r\n }\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Compute/virtualMachines/vmcrptestps4368/extensions/Microsoft.Insights.VMDiagnosticsSettings\",\r\n \"name\": \"Microsoft.Insights.VMDiagnosticsSettings\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Compute/virtualMachines/vmcrptestps4368\",\r\n \"name\": \"vmcrptestps4368\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "4996"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "5a91dc77-76ef-4b10-bda7-c00e1c8c6057"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14927"
+ ],
+ "x-ms-correlation-request-id": [
+ "3d8aa4fb-24cf-480d-9e3f-b1c1a7ed75cb"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T064213Z:3d8aa4fb-24cf-480d-9e3f-b1c1a7ed75cb"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:42:12 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/publishers?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL3B1Ymxpc2hlcnM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "5aa26ab5-5b75-4e40-b653-dd1d3a74ee0e"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "[\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"4psa\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/4psa\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"4ward365\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/4ward365\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"7isolutions\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/7isolutions\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"a10networks\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/a10networks\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"abiquo\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/abiquo\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"active-navigation\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/active-navigation\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"activeeon\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/activeeon\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"adam-software\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/adam-software\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"adatao\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/adatao\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"adobe\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/adobe\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"adobe_test\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/adobe_test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"advantech\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/advantech\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"advantech-webaccess\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/advantech-webaccess\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"aerospike\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/aerospike\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"aimsinnovation\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/aimsinnovation\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"aiscaler-cache-control-ddos-and-url-rewriting-\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/aiscaler-cache-control-ddos-and-url-rewriting-\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"alachisoft\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/alachisoft\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"alertlogic\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/alertlogic\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"AlertLogic.Extension\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/AlertLogic.Extension\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"algebraix-data\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/algebraix-data\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"alldigital-brevity\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/alldigital-brevity\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"altiar\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/altiar\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"appcelerator\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/appcelerator\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"appcitoinc\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/appcitoinc\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"appex-networks\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/appex-networks\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"appistry\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/appistry\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"apprenda\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/apprenda\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"appveyorci\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/appveyorci\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"appzero\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/appzero\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"arangodb\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/arangodb\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"aras\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/aras\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"array_networks\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/array_networks\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"aspex-managed-cloud\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/aspex-managed-cloud\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"attunity_cloudbeam\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/attunity_cloudbeam\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"auriq-systems\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/auriq-systems\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"avepoint\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/avepoint\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"aviatrix-systems\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/aviatrix-systems\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"awingu\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/awingu\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"azul\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/azul\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"AzureRT.Test\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/AzureRT.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Barracuda.Azure.ConnectivityAgent\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Barracuda.Azure.ConnectivityAgent\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"barracudanetworks\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/barracudanetworks\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"basho\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/basho\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Bitnami\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Bitnami\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"bizagi\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/bizagi\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"blackberry\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/blackberry\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"bluetalon\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/bluetalon\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"boundlessgeo\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/boundlessgeo\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"boxless\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/boxless\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"brocade_communications\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/brocade_communications\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"bryte\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/bryte\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"bssw\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/bssw\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"buddhalabs\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/buddhalabs\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"bwappengine\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/bwappengine\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Canonical\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Canonical\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"caringo\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/caringo\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"catechnologies\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/catechnologies\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cautelalabs\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/cautelalabs\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cds\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/cds\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"certivox\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/certivox\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"checkpoint\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/checkpoint\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"checkpointsystems\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/checkpointsystems\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"chef-software\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/chef-software\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Chef.Bootstrap.WindowsAzure\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Chef.Bootstrap.WindowsAzure\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"circleci\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/circleci\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cires21\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/cires21\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cisco\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/cisco\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"clickberry\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/clickberry\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cloud-cruiser\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/cloud-cruiser\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cloudbees-enterprise-jenkins\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/cloudbees-enterprise-jenkins\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cloudbolt-software\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/cloudbolt-software\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cloudboost\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/cloudboost\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cloudera\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/cloudera\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cloudera1qaz2wsx\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/cloudera1qaz2wsx\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cloudhouse\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/cloudhouse\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cloudlink\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/cloudlink\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"CloudLink.SecureVM\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/CloudLink.SecureVM\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"CloudLinkEMC.SecureVM\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/CloudLinkEMC.SecureVM\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"CloudLinkEMC.SecureVM.Test\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/CloudLinkEMC.SecureVM.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cloudsoft\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/cloudsoft\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"clustrix\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/clustrix\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"codelathe\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/codelathe\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cohesive\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/cohesive\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"commvault\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/commvault\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Confer\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Confer\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Confer.TestSensor\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Confer.TestSensor\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cordis\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/cordis\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"corent-technology-pvt\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/corent-technology-pvt\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"CoreOS\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/CoreOS\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"cortical-io\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/cortical-io\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"couchbase\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/couchbase\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"credativ\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/credativ\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Dans.Windows.App\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Dans.Windows.App\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Dans2.Windows.App\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Dans2.Windows.App\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Dans3.Windows.App\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Dans3.Windows.App\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"dataart\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/dataart\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"datacastle\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/datacastle\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Datadog.Agent\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Datadog.Agent\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"dataexpeditioninc\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/dataexpeditioninc\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"dataiku\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/dataiku\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"datalayer\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/datalayer\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"dataliberation\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/dataliberation\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"datastax\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/datastax\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"datasunrise\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/datasunrise\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"defacto_global_\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/defacto_global_\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"dell-software\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/dell-software\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"dell_software\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/dell_software\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"denyall\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/denyall\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"derdack\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/derdack\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"dgsecure\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/dgsecure\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"docker\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/docker\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"dolbydeveloper\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/dolbydeveloper\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"dome9\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/dome9\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"donovapub\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/donovapub\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"drone\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/drone\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"dundas\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/dundas\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"dynatrace.ruxit\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/dynatrace.ruxit\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"easyterritory\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/easyterritory\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"egress\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/egress\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"eip\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/eip\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"eip-eipower\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/eip-eipower\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"elastacloud\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/elastacloud\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"elasticbox\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/elasticbox\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"elfiqnetworks\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/elfiqnetworks\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"eloquera\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/eloquera\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"eperi\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/eperi\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"equilibrium\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/equilibrium\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"ESET\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/ESET\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"ESET.FileSecurity\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/ESET.FileSecurity\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"esri\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/esri\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"eurotech\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/eurotech\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"exasol\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/exasol\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"exit-games\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/exit-games\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"expertime\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/expertime\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"f5-networks\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/f5-networks\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"filebridge\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/filebridge\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"firehost\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/firehost\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"flexerasoftware\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/flexerasoftware\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"foghorn-systems\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/foghorn-systems\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"forscene\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/forscene\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"fortinet\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/fortinet\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"fortycloud\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/fortycloud\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"fw\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/fw\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"g-data-software\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/g-data-software\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"gemalto-safenet\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/gemalto-safenet\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Gemalto.SafeNet.ProtectV\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Gemalto.SafeNet.ProtectV\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"GitHub\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/GitHub\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"greathorn\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/greathorn\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"greensql\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/greensql\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"haivision\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/haivision\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"halobicloud\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/halobicloud\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"hanu\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/hanu\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"hewlett-packard\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/hewlett-packard\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"hortonworks\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/hortonworks\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"iaansys\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/iaansys\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"iamcloud\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/iamcloud\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"imaginecommunications\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/imaginecommunications\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"imc\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/imc\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"imperva\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/imperva\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"incredibuild\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/incredibuild\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"infolibrarian\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/infolibrarian\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"informatica\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/informatica\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"informatica-cloud\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/informatica-cloud\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"infostrat\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/infostrat\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"intel\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/intel\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"intelligent-plant-ltd\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/intelligent-plant-ltd\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"iquest\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/iquest\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"ishlangu-load-balancer-adc\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/ishlangu-load-balancer-adc\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"itelios\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/itelios\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"jedox\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/jedox\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"jelastic\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/jelastic\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"jetnexus\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/jetnexus\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"jfrog\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/jfrog\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"jitterbit_integration\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/jitterbit_integration\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"kaazing\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/kaazing\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"kaspersky_lab\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/kaspersky_lab\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"kemptech\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/kemptech\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"kepion\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/kepion\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"kollective\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/kollective\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"le\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/le\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"lieberlieber\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/lieberlieber\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"liebsoft\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/liebsoft\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"literatu\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/literatu\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"loadbalancer\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/loadbalancer\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"LocalTest.TrendMicro.DeepSecurity\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/LocalTest.TrendMicro.DeepSecurity\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"logi-analytics\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/logi-analytics\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"loginpeople\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/loginpeople\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"logtrust\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/logtrust\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"looker\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/looker\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"luxoft\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/luxoft\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"magelia\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/magelia\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"manageengine\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/manageengine\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"massiveanalytic-\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/massiveanalytic-\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"McAfee.EndpointSecurity\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/McAfee.EndpointSecurity\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"McAfee.EndpointSecurity.test3\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/McAfee.EndpointSecurity.test3\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"meanio\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/meanio\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"mediazenie\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/mediazenie\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"memsql\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/memsql\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"mentalnotes\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/mentalnotes\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"mesosphere\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/mesosphere\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"metavistech\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/metavistech\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"mfiles\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/mfiles\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"microsoft-ads\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/microsoft-ads\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"microsoft-r-products\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/microsoft-r-products\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Azure.Applications\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Azure.Applications\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Azure.Backup.Test\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Azure.Backup.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Azure.Diagnostics\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Azure.Diagnostics\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Azure.Extensions\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Azure.Extensions\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Azure.RecoveryServices\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Azure.RecoveryServices\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Azure.Security\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Azure.Security\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Azure.Security.Internal\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Azure.Security.Internal\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Azure.SiteRecovery.Test\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Azure.SiteRecovery.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Azure.WindowsFabric.Test\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Azure.WindowsFabric.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.AzureCAT.AzureEnhancedMonitoring\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.AzureCAT.AzureEnhancedMonitoring\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.AzureCAT.AzureEnhancedMonitoringTest\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.AzureCAT.AzureEnhancedMonitoringTest\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Compute\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Compute\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.EnterpriseCloud.Monitoring\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.EnterpriseCloud.Monitoring\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.EnterpriseCloud.Monitoring.Test\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.EnterpriseCloud.Monitoring.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.HpcCompute\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.HpcCompute\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.HpcPack\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.HpcPack\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.OSTCExtensions\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.OSTCExtensions\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.OSTCExtensions.Test\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.OSTCExtensions.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.Install\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.Install\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.Internal\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.Internal\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.PaaS\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.PaaS\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.Preview\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.Preview\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.Test\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.Test.0\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.Test.0\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.Test0\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.Test0\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.Test2\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.Test2\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.Test3\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.Test3\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.UtcTest\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.UtcTest\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.Wmf\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.Wmf\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.Wmf4Test\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.Wmf4Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Powershell.Wmf5\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Powershell.Wmf5\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.SqlServer.Managability.IaaS.Test\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.SqlServer.Managability.IaaS.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.SqlServer.Management\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.SqlServer.Management\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.SystemCenter\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.SystemCenter\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.VisualStudio\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.VisualStudio\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.VisualStudio.Azure.ETWTraceListenerService\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.VisualStudio.Azure.ETWTraceListenerService\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.VisualStudio.Azure.RemoteDebug\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.VisualStudio.Azure.RemoteDebug\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.VisualStudio.Azure.RemoteDebug.Json\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.VisualStudio.Azure.RemoteDebug.Json\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.VisualStudio.ServiceProfiler\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.VisualStudio.ServiceProfiler\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.VisualStudio.ServiceProfiler.Test\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.VisualStudio.ServiceProfiler.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Windows.AzureRemoteApp.Test\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Windows.AzureRemoteApp.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.Windows.RemoteDesktop\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Windows.RemoteDesktop\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Microsoft.WindowsAzure.Compute\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.WindowsAzure.Compute\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftAzureSiteRecovery\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftAzureSiteRecovery\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftBizTalkServer\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftBizTalkServer\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftDynamicsAX\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftDynamicsAX\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftDynamicsGP\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftDynamicsGP\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftDynamicsNAV\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftDynamicsNAV\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftHybridCloudStorage\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftHybridCloudStorage\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftSharePoint\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftSharePoint\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftSQLServer\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftSQLServer\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftVisualStudio\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftVisualStudio\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftWindowsServer\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftWindowsServer\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftWindowsServerEssentials\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftWindowsServerEssentials\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftWindowsServerHPCPack\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftWindowsServerHPCPack\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MicrosoftWindowsServerRemoteDesktop\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/MicrosoftWindowsServerRemoteDesktop\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"midvision\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/midvision\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"miracl_linux\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/miracl_linux\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"mokxa-technologies\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/mokxa-technologies\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"moviemasher\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/moviemasher\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"msopentech\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/msopentech\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"MSOpenTech.Extensions\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/MSOpenTech.Extensions\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"mtnfog\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/mtnfog\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"mvp-systems\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/mvp-systems\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"mxhero\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/mxhero\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"ncbi\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/ncbi\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"netapp\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/netapp\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"new-signature\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/new-signature\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"nextlimit\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/nextlimit\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"nexus\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/nexus\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"nginxinc\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/nginxinc\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"nicepeopleatwork\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/nicepeopleatwork\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"nodejsapi\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/nodejsapi\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"nuxeo\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/nuxeo\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"officeclipsuite\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/officeclipsuite\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"op5\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/op5\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"opencell\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/opencell\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"OpenLogic\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/OpenLogic\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"openmeap\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/openmeap\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"opennebulasystems\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/opennebulasystems\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"opentext\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/opentext\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Oracle\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Oracle\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"orientdb\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/orientdb\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"osisoft\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/osisoft\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"outsystems\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/outsystems\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"panzura-file-system\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/panzura-file-system\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"pointmatter\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/pointmatter\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"predictionio\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/predictionio\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"predixion\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/predixion\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"prestashop\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/prestashop\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"primestream\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/primestream\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"profisee\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/profisee\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"ptv_group\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/ptv_group\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"PuppetLabs\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/PuppetLabs\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"pxlag_swiss\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/pxlag_swiss\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"quasardb\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/quasardb\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"rancher\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/rancher\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"redpoint-global\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/redpoint-global\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"remotelearner\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/remotelearner\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"revolution-analytics\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/revolution-analytics\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"RightScaleLinux\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/RightScaleLinux\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"RightScaleWindowsServer\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/RightScaleWindowsServer\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"riverbed\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/riverbed\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"RiverbedTechnology\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/RiverbedTechnology\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"rocketsoftware\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/rocketsoftware\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"rocket_software\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/rocket_software\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"saltstack\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/saltstack\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"sap\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/sap\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"scalearc\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/scalearc\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"scalebase\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/scalebase\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"seagate\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/seagate\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"searchblox\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/searchblox\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"sensorberg\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/sensorberg\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"servoy\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/servoy\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"sharefile\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/sharefile\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"shavlik\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/shavlik\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"sightapps\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/sightapps\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"sinefa\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/sinefa\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"sios_datakeeper\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/sios_datakeeper\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"sisense\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/sisense\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"snip2code\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/snip2code\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"softnas\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/softnas\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"soha\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/soha\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"solanolabs\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/solanolabs\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"spacecurve\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/spacecurve\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"spagobi\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/spagobi\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"sphere3d\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/sphere3d\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"stackato-platform-as-a-service\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/stackato-platform-as-a-service\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"stackstorm\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/stackstorm\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"starwind\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/starwind\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"steelhive\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/steelhive\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"stonefly\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/stonefly\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"stormshield\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/stormshield\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"stratalux\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/stratalux\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"sunview-software\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/sunview-software\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"SUSE\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/SUSE\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Symantec\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Symantec\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Symantec.QA\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Symantec.QA\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Symantec.staging\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Symantec.staging\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Symantec.test\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Symantec.test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"tactic\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/tactic\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"talon\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/talon\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"targit\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/targit\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"tavendo\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/tavendo\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"techdivision\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/techdivision\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"telepat\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/telepat\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"tenable\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/tenable\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"tentity\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/tentity\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Test.Barracuda.Azure.ConnectivityAgent\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Test.Barracuda.Azure.ConnectivityAgent\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Test.Gemalto.SafeNet.ProtectV\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Test.Gemalto.SafeNet.ProtectV\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Test.Gemalto.SafeNet.ProtectV.Azure\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Test.Gemalto.SafeNet.ProtectV.Azure\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Test.HP.AppDefender\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Test.HP.AppDefender\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Test.NJHP.AppDefender\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Test.NJHP.AppDefender\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Test.TrendMicro.DeepSecurity\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Test.TrendMicro.DeepSecurity\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Test.TrendMicro.DeepSecurity2\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Test.TrendMicro.DeepSecurity2\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Test.TrendMicro.DeepSecurity3\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Test.TrendMicro.DeepSecurity3\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Test1.NJHP.AppDefender\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Test1.NJHP.AppDefender\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"thinkboxsoftware\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/thinkboxsoftware\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"topdesk\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/topdesk\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"torusware\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/torusware\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"transvault\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/transvault\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"trendmicro\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/trendmicro\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"TrendMicro.DeepSecurity\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/TrendMicro.DeepSecurity\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"TrendMicro.DeepSecurity.Test2\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/TrendMicro.DeepSecurity.Test2\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"TrendMicro.PortalProtect\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/TrendMicro.PortalProtect\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"tsa-public-service\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/tsa-public-service\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"typesafe\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/typesafe\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"ubercloud\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/ubercloud\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"unidesk\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/unidesk\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"unidesk-corp\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/unidesk-corp\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"usp\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/usp\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"vbot\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/vbot\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"veeam\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/veeam\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"vidispine\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/vidispine\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"vidizmo\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/vidizmo\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"virtualworks\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/virtualworks\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"vision_solutions\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/vision_solutions\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"vmturbo\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/vmturbo\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Vormetric\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Vormetric\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"Vormetric.VormetricTransparentEncryption\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Vormetric.VormetricTransparentEncryption\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"vte\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/vte\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"WAD-VMSS.Test\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/WAD-VMSS.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"WAD2AI.Diagnostics.Test\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/WAD2AI.Diagnostics.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"WADVMSS.Test\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/WADVMSS.Test\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"waratek\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/waratek\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"warewolf-esb\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/warewolf-esb\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"watchfulsoftware\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/watchfulsoftware\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"websense-apmailpe\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/websense-apmailpe\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"wmspanel\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/wmspanel\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"workshare-technology\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/workshare-technology\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"wowza\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/wowza\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"xebialabs\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/xebialabs\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"xfinityinc\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/xfinityinc\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"xmpro\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/xmpro\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"xtremedata\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/xtremedata\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"yellowfin\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/yellowfin\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"your-shop-online\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/your-shop-online\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"zementis\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/zementis\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"zend\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/zend\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"zoomdata\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/zoomdata\"\r\n }\r\n]",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "71305"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-request-id": [
+ "7c916a31-6c21-41fd-9028-49a9ef424e75"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14986"
+ ],
+ "x-ms-correlation-request-id": [
+ "f0d02d75-d656-4e20-bb20-bb62cffbf91d"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T061601Z:f0d02d75-d656-4e20-bb20-bb62cffbf91d"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:16:00 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/publishers/Microsoft.Compute/artifacttypes/vmextension/types?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL3B1Ymxpc2hlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXJ0aWZhY3R0eXBlcy92bWV4dGVuc2lvbi90eXBlcz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "1f878ef4-4902-4e42-a529-c5dc56a2392b"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "[\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/BGInfo\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"CustomScriptExtension\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/CustomScriptExtension\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"JsonADDomainExtension\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/JsonADDomainExtension\"\r\n },\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"VMAccessAgent\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/VMAccessAgent\"\r\n }\r\n]",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1033"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-request-id": [
+ "a8b211d2-8b46-4654-8fc1-0611b8d9ae83"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14985"
+ ],
+ "x-ms-correlation-request-id": [
+ "49ced76f-5889-4193-a83a-883c15a4f7a4"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T061601Z:49ced76f-5889-4193-a83a-883c15a4f7a4"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:16:01 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/publishers/Microsoft.Compute/artifacttypes/vmextension/types/BGInfo/versions?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL3B1Ymxpc2hlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXJ0aWZhY3R0eXBlcy92bWV4dGVuc2lvbi90eXBlcy9CR0luZm8vdmVyc2lvbnM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "21552e75-c2d9-4aa2-9af7-f7d9ec13a7e0"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "[\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"2.1\",\r\n \"id\": \"/Subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/Providers/Microsoft.Compute/Locations/eastus/Publishers/Microsoft.Compute/ArtifactTypes/VMExtension/Types/BGInfo/Versions/2.1\"\r\n }\r\n]",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "252"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-request-id": [
+ "691c1880-6331-43bd-bb92-f7c02a55ba78"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14984"
+ ],
+ "x-ms-correlation-request-id": [
+ "33204fc4-9692-4414-bb11-35bc115b96b0"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T061602Z:33204fc4-9692-4414-bb11-35bc115b96b0"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:16:01 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Compute/virtualMachines/vmcrptestps4368/extensions/BGInfo?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczQzNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bWNycHRlc3RwczQzNjgvZXh0ZW5zaW9ucy9CR0luZm8/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"BGInfo\",\r\n \"typeHandlerVersion\": \"2.1\",\r\n \"autoUpgradeMinorVersion\": true\r\n }\r\n}",
+ "RequestHeaders": {
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "187"
+ ],
+ "x-ms-client-request-id": [
+ "4dd4fa41-b585-410e-8533-c261914203c1"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"BGInfo\",\r\n \"typeHandlerVersion\": \"2.1\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Creating\"\r\n },\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Compute/virtualMachines/vmcrptestps4368/extensions/BGInfo\",\r\n \"name\": \"BGInfo\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "475"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/d7385f5a-e2f1-4966-9f9b-23b6a62c31fd?api-version=2015-06-15"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "d7385f5a-e2f1-4966-9f9b-23b6a62c31fd"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1198"
+ ],
+ "x-ms-correlation-request-id": [
+ "78f01c0b-dab1-4273-b6a7-07be11afe392"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T061604Z:78f01c0b-dab1-4273-b6a7-07be11afe392"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:16:03 GMT"
+ ]
+ },
+ "StatusCode": 201
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/d7385f5a-e2f1-4966-9f9b-23b6a62c31fd?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDczODVmNWEtZTJmMS00OTY2LTlmOWItMjNiNmE2MmMzMWZkP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"d7385f5a-e2f1-4966-9f9b-23b6a62c31fd\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:16:04.4536301-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "1725497b-6ec6-4189-a5b9-5fd844dc8f6f"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14983"
+ ],
+ "x-ms-correlation-request-id": [
+ "3a9f91a4-a289-4ab0-ab97-ba6d832dcce9"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T061634Z:3a9f91a4-a289-4ab0-ab97-ba6d832dcce9"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:16:34 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/d7385f5a-e2f1-4966-9f9b-23b6a62c31fd?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDczODVmNWEtZTJmMS00OTY2LTlmOWItMjNiNmE2MmMzMWZkP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"d7385f5a-e2f1-4966-9f9b-23b6a62c31fd\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:16:04.4536301-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "a57e4951-df92-4c2a-8e29-8cc405ac36bf"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14982"
+ ],
+ "x-ms-correlation-request-id": [
+ "0b9528f0-02e7-48d7-9098-d168f9b7f2d9"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T061704Z:0b9528f0-02e7-48d7-9098-d168f9b7f2d9"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:17:04 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/d7385f5a-e2f1-4966-9f9b-23b6a62c31fd?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDczODVmNWEtZTJmMS00OTY2LTlmOWItMjNiNmE2MmMzMWZkP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"d7385f5a-e2f1-4966-9f9b-23b6a62c31fd\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:16:04.4536301-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "e866e64d-76ca-48c7-ae65-fce1517b5345"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14981"
+ ],
+ "x-ms-correlation-request-id": [
+ "2c67b6f7-fef8-4d06-9755-077cb2492cf4"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T061734Z:2c67b6f7-fef8-4d06-9755-077cb2492cf4"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:17:34 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/d7385f5a-e2f1-4966-9f9b-23b6a62c31fd?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDczODVmNWEtZTJmMS00OTY2LTlmOWItMjNiNmE2MmMzMWZkP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"d7385f5a-e2f1-4966-9f9b-23b6a62c31fd\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:16:04.4536301-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "0a7d503a-c11a-4403-8987-92fedfc26a18"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14980"
+ ],
+ "x-ms-correlation-request-id": [
+ "6f540130-f3c3-4d89-85d5-fb1eccc44e51"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T061805Z:6f540130-f3c3-4d89-85d5-fb1eccc44e51"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:18:04 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/d7385f5a-e2f1-4966-9f9b-23b6a62c31fd?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDczODVmNWEtZTJmMS00OTY2LTlmOWItMjNiNmE2MmMzMWZkP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"d7385f5a-e2f1-4966-9f9b-23b6a62c31fd\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:16:04.4536301-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "8371edbb-5440-4f4e-9ef4-eda8fe50562f"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14979"
+ ],
+ "x-ms-correlation-request-id": [
+ "6e66800b-a237-4537-8998-d976d4816835"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T061835Z:6e66800b-a237-4537-8998-d976d4816835"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:18:34 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/d7385f5a-e2f1-4966-9f9b-23b6a62c31fd?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDczODVmNWEtZTJmMS00OTY2LTlmOWItMjNiNmE2MmMzMWZkP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"d7385f5a-e2f1-4966-9f9b-23b6a62c31fd\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:16:04.4536301-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "09947292-19c8-46df-83cf-b9205d76b648"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14978"
+ ],
+ "x-ms-correlation-request-id": [
+ "36dbd61e-3449-4e8d-b52d-3d04cc32ff32"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T061905Z:36dbd61e-3449-4e8d-b52d-3d04cc32ff32"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:19:04 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/d7385f5a-e2f1-4966-9f9b-23b6a62c31fd?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDczODVmNWEtZTJmMS00OTY2LTlmOWItMjNiNmE2MmMzMWZkP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"d7385f5a-e2f1-4966-9f9b-23b6a62c31fd\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:16:04.4536301-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "f5bd7733-50f6-4b2e-aed7-38152b0417a4"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14977"
+ ],
+ "x-ms-correlation-request-id": [
+ "7593d986-2d8c-4d8c-9e9d-f0f61da67b49"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T061935Z:7593d986-2d8c-4d8c-9e9d-f0f61da67b49"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:19:35 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/d7385f5a-e2f1-4966-9f9b-23b6a62c31fd?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDczODVmNWEtZTJmMS00OTY2LTlmOWItMjNiNmE2MmMzMWZkP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"d7385f5a-e2f1-4966-9f9b-23b6a62c31fd\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:16:04.4536301-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "49fd9110-275d-4c18-9278-c32b8f1f5e7a"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14976"
+ ],
+ "x-ms-correlation-request-id": [
+ "46ca6428-aea1-4726-817c-62fd8b020515"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T062005Z:46ca6428-aea1-4726-817c-62fd8b020515"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:20:05 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/d7385f5a-e2f1-4966-9f9b-23b6a62c31fd?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDczODVmNWEtZTJmMS00OTY2LTlmOWItMjNiNmE2MmMzMWZkP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"d7385f5a-e2f1-4966-9f9b-23b6a62c31fd\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:16:04.4536301-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "3b3d2b08-ccb9-4507-a115-5459d473a60f"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14975"
+ ],
+ "x-ms-correlation-request-id": [
+ "2903f60c-20b6-468b-aeb2-e764075e2ed7"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T062035Z:2903f60c-20b6-468b-aeb2-e764075e2ed7"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:20:35 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/d7385f5a-e2f1-4966-9f9b-23b6a62c31fd?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDczODVmNWEtZTJmMS00OTY2LTlmOWItMjNiNmE2MmMzMWZkP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"d7385f5a-e2f1-4966-9f9b-23b6a62c31fd\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:16:04.4536301-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "c687228e-78e2-4345-afb8-24148a5deb1f"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14974"
+ ],
+ "x-ms-correlation-request-id": [
+ "47504385-e8fa-405f-9563-d5771a5339cc"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T062105Z:47504385-e8fa-405f-9563-d5771a5339cc"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:21:05 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/d7385f5a-e2f1-4966-9f9b-23b6a62c31fd?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDczODVmNWEtZTJmMS00OTY2LTlmOWItMjNiNmE2MmMzMWZkP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"d7385f5a-e2f1-4966-9f9b-23b6a62c31fd\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:16:04.4536301-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "947933b9-25e4-4b86-8697-c83e48667442"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14973"
+ ],
+ "x-ms-correlation-request-id": [
+ "926970d1-9c92-4234-903f-028f238b784a"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T062135Z:926970d1-9c92-4234-903f-028f238b784a"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:21:34 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/d7385f5a-e2f1-4966-9f9b-23b6a62c31fd?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDczODVmNWEtZTJmMS00OTY2LTlmOWItMjNiNmE2MmMzMWZkP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"d7385f5a-e2f1-4966-9f9b-23b6a62c31fd\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:16:04.4536301-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "abb8b3b1-0903-42e2-a98e-c43af80c3b5a"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14972"
+ ],
+ "x-ms-correlation-request-id": [
+ "14992d5c-1940-4b75-86c8-f74d1b61b904"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T062206Z:14992d5c-1940-4b75-86c8-f74d1b61b904"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:22:05 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/d7385f5a-e2f1-4966-9f9b-23b6a62c31fd?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDczODVmNWEtZTJmMS00OTY2LTlmOWItMjNiNmE2MmMzMWZkP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"d7385f5a-e2f1-4966-9f9b-23b6a62c31fd\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:16:04.4536301-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "427d329b-380a-4c8c-b990-8e3c98399e21"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14971"
+ ],
+ "x-ms-correlation-request-id": [
+ "21d145c5-2718-4873-9967-1f9dd581040c"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T062236Z:21d145c5-2718-4873-9967-1f9dd581040c"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:22:36 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/d7385f5a-e2f1-4966-9f9b-23b6a62c31fd?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDczODVmNWEtZTJmMS00OTY2LTlmOWItMjNiNmE2MmMzMWZkP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"d7385f5a-e2f1-4966-9f9b-23b6a62c31fd\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:16:04.4536301-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "4b699090-8683-4cb3-ba1f-d2065d45cc99"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14970"
+ ],
+ "x-ms-correlation-request-id": [
+ "a47f8809-5137-4945-a08f-53c493226a6d"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T062306Z:a47f8809-5137-4945-a08f-53c493226a6d"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:23:05 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/d7385f5a-e2f1-4966-9f9b-23b6a62c31fd?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDczODVmNWEtZTJmMS00OTY2LTlmOWItMjNiNmE2MmMzMWZkP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"d7385f5a-e2f1-4966-9f9b-23b6a62c31fd\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:16:04.4536301-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "a74e82ae-577c-44ae-bc85-b022a0b8d9c5"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14969"
+ ],
+ "x-ms-correlation-request-id": [
+ "c7243ca8-e7a8-4fda-b2c7-4156665cca18"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T062336Z:c7243ca8-e7a8-4fda-b2c7-4156665cca18"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:23:35 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/d7385f5a-e2f1-4966-9f9b-23b6a62c31fd?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDczODVmNWEtZTJmMS00OTY2LTlmOWItMjNiNmE2MmMzMWZkP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"d7385f5a-e2f1-4966-9f9b-23b6a62c31fd\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:16:04.4536301-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "ce582e95-2fca-467b-a358-f3f2d386013b"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14968"
+ ],
+ "x-ms-correlation-request-id": [
+ "d832b799-a216-41e3-b18a-7d713c2b1fda"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T062406Z:d832b799-a216-41e3-b18a-7d713c2b1fda"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:24:06 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/d7385f5a-e2f1-4966-9f9b-23b6a62c31fd?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDczODVmNWEtZTJmMS00OTY2LTlmOWItMjNiNmE2MmMzMWZkP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"d7385f5a-e2f1-4966-9f9b-23b6a62c31fd\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:16:04.4536301-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "92b41bce-a22d-4c2b-9db7-09c786b1d4da"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14967"
+ ],
+ "x-ms-correlation-request-id": [
+ "e31d043a-3a98-4e49-9991-10889e335c5c"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T062436Z:e31d043a-3a98-4e49-9991-10889e335c5c"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:24:36 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/d7385f5a-e2f1-4966-9f9b-23b6a62c31fd?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDczODVmNWEtZTJmMS00OTY2LTlmOWItMjNiNmE2MmMzMWZkP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"d7385f5a-e2f1-4966-9f9b-23b6a62c31fd\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:16:04.4536301-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "78475c43-718e-4135-99ef-a5db9c1c289b"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14966"
+ ],
+ "x-ms-correlation-request-id": [
+ "5538b3b5-1730-446c-a9a5-c026f0c68904"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T062506Z:5538b3b5-1730-446c-a9a5-c026f0c68904"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:25:06 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/d7385f5a-e2f1-4966-9f9b-23b6a62c31fd?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDczODVmNWEtZTJmMS00OTY2LTlmOWItMjNiNmE2MmMzMWZkP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"d7385f5a-e2f1-4966-9f9b-23b6a62c31fd\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:16:04.4536301-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "85095e15-08ed-4330-975c-2fd1eff7d428"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14965"
+ ],
+ "x-ms-correlation-request-id": [
+ "8402c54d-56f3-498f-9eea-eb72f9bab228"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T062536Z:8402c54d-56f3-498f-9eea-eb72f9bab228"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:25:36 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/d7385f5a-e2f1-4966-9f9b-23b6a62c31fd?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDczODVmNWEtZTJmMS00OTY2LTlmOWItMjNiNmE2MmMzMWZkP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"d7385f5a-e2f1-4966-9f9b-23b6a62c31fd\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:16:04.4536301-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "4b0be203-b7ff-4e69-9938-e0bd85fd6170"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14964"
+ ],
+ "x-ms-correlation-request-id": [
+ "adea91ec-e291-4a77-9d7b-97ceeb1ecaf3"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T062607Z:adea91ec-e291-4a77-9d7b-97ceeb1ecaf3"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:26:06 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/d7385f5a-e2f1-4966-9f9b-23b6a62c31fd?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDczODVmNWEtZTJmMS00OTY2LTlmOWItMjNiNmE2MmMzMWZkP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"d7385f5a-e2f1-4966-9f9b-23b6a62c31fd\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:16:04.4536301-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "8f7a3b12-4819-49d0-ac17-1f13d2bc2c9b"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14963"
+ ],
+ "x-ms-correlation-request-id": [
+ "09168546-190b-4677-97cc-72370bb9dafe"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T062637Z:09168546-190b-4677-97cc-72370bb9dafe"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:26:36 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/d7385f5a-e2f1-4966-9f9b-23b6a62c31fd?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDczODVmNWEtZTJmMS00OTY2LTlmOWItMjNiNmE2MmMzMWZkP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"d7385f5a-e2f1-4966-9f9b-23b6a62c31fd\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:16:04.4536301-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "a4e938c5-6415-4981-8364-504c5eccb181"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14962"
+ ],
+ "x-ms-correlation-request-id": [
+ "bd2f96cf-746c-4442-8542-310c03b96f2e"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T062707Z:bd2f96cf-746c-4442-8542-310c03b96f2e"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:27:06 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/d7385f5a-e2f1-4966-9f9b-23b6a62c31fd?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDczODVmNWEtZTJmMS00OTY2LTlmOWItMjNiNmE2MmMzMWZkP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"d7385f5a-e2f1-4966-9f9b-23b6a62c31fd\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:16:04.4536301-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "fc1f5cd2-9d8f-4acf-9bc8-89a0a7113baf"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14961"
+ ],
+ "x-ms-correlation-request-id": [
+ "a44926fb-689f-4db5-9ebd-81b04c476663"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T062737Z:a44926fb-689f-4db5-9ebd-81b04c476663"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:27:37 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/d7385f5a-e2f1-4966-9f9b-23b6a62c31fd?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDczODVmNWEtZTJmMS00OTY2LTlmOWItMjNiNmE2MmMzMWZkP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"d7385f5a-e2f1-4966-9f9b-23b6a62c31fd\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:16:04.4536301-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "30126677-c173-41b7-b04f-274c9da7de24"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14960"
+ ],
+ "x-ms-correlation-request-id": [
+ "80ec606b-4037-4469-85ae-a06a040552ec"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T062807Z:80ec606b-4037-4469-85ae-a06a040552ec"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:28:07 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/d7385f5a-e2f1-4966-9f9b-23b6a62c31fd?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDczODVmNWEtZTJmMS00OTY2LTlmOWItMjNiNmE2MmMzMWZkP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"d7385f5a-e2f1-4966-9f9b-23b6a62c31fd\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:16:04.4536301-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "428fd0c3-7373-42e3-ae86-fba6d4b5a7e7"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14959"
+ ],
+ "x-ms-correlation-request-id": [
+ "10df1046-7de7-4ba0-ab1d-2e1de503c5bd"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T062837Z:10df1046-7de7-4ba0-ab1d-2e1de503c5bd"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:28:37 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/d7385f5a-e2f1-4966-9f9b-23b6a62c31fd?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDczODVmNWEtZTJmMS00OTY2LTlmOWItMjNiNmE2MmMzMWZkP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"d7385f5a-e2f1-4966-9f9b-23b6a62c31fd\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:16:04.4536301-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "6c634f6f-5ec0-4d30-a0e6-e6fa6c61dec4"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14958"
+ ],
+ "x-ms-correlation-request-id": [
+ "0abc9d16-5306-46da-87dd-9ac6b13e1700"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T062907Z:0abc9d16-5306-46da-87dd-9ac6b13e1700"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:29:07 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/d7385f5a-e2f1-4966-9f9b-23b6a62c31fd?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDczODVmNWEtZTJmMS00OTY2LTlmOWItMjNiNmE2MmMzMWZkP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"d7385f5a-e2f1-4966-9f9b-23b6a62c31fd\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:16:04.4536301-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "9107ff1f-2922-4144-ae67-fe42077b4918"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14957"
+ ],
+ "x-ms-correlation-request-id": [
+ "af94e0ea-2654-4bef-98e4-e84f270ac8d0"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T062937Z:af94e0ea-2654-4bef-98e4-e84f270ac8d0"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:29:37 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/d7385f5a-e2f1-4966-9f9b-23b6a62c31fd?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDczODVmNWEtZTJmMS00OTY2LTlmOWItMjNiNmE2MmMzMWZkP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"d7385f5a-e2f1-4966-9f9b-23b6a62c31fd\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:16:04.4536301-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "6f96dca3-d80d-4218-bbc5-b398119d812f"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14956"
+ ],
+ "x-ms-correlation-request-id": [
+ "1f303394-a0ce-4db7-837b-b47ad9b5da6f"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T063008Z:1f303394-a0ce-4db7-837b-b47ad9b5da6f"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:30:08 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/d7385f5a-e2f1-4966-9f9b-23b6a62c31fd?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDczODVmNWEtZTJmMS00OTY2LTlmOWItMjNiNmE2MmMzMWZkP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"d7385f5a-e2f1-4966-9f9b-23b6a62c31fd\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:16:04.4536301-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "2587aaf1-4dfc-4a49-8862-c50939b870f5"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14955"
+ ],
+ "x-ms-correlation-request-id": [
+ "88c1c5e6-2489-4ea3-b63e-79df5bb954e1"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T063038Z:88c1c5e6-2489-4ea3-b63e-79df5bb954e1"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:30:38 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/d7385f5a-e2f1-4966-9f9b-23b6a62c31fd?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZDczODVmNWEtZTJmMS00OTY2LTlmOWItMjNiNmE2MmMzMWZkP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"d7385f5a-e2f1-4966-9f9b-23b6a62c31fd\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2016-01-13T22:16:04.4536301-08:00\",\r\n \"endTime\": \"2016-01-13T22:30:57.5237545-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "191"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "5a8b383c-ac24-4c82-bbb4-6cca938bce47"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14954"
+ ],
+ "x-ms-correlation-request-id": [
+ "85006ccb-4364-45c4-9775-be12dd01f087"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T063108Z:85006ccb-4364-45c4-9775-be12dd01f087"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:31:07 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Compute/virtualMachines/vmcrptestps4368/extensions/BGInfo?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczQzNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bWNycHRlc3RwczQzNjgvZXh0ZW5zaW9ucy9CR0luZm8/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Compute\",\r\n \"type\": \"BGInfo\",\r\n \"typeHandlerVersion\": \"2.1\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Compute/virtualMachines/vmcrptestps4368/extensions/BGInfo\",\r\n \"name\": \"BGInfo\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "476"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "adac7347-683e-47b5-8902-47d344c2283b"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14953"
+ ],
+ "x-ms-correlation-request-id": [
+ "ebbb8dc9-72a4-4a46-8ec6-268adfd23d9d"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T063109Z:ebbb8dc9-72a4-4a46-8ec6-268adfd23d9d"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:31:08 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Storage/storageAccounts/vmcrptestps4368storage?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczQzNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy92bWNycHRlc3RwczQzNjhzdG9yYWdlP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}",
+ "RequestHeaders": {
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Length": [
+ "89"
+ ],
+ "x-ms-client-request-id": [
+ "2d7c4a4a-6cf0-4584-b304-634305b31090"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Storage.StorageManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "25"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1199"
+ ],
+ "x-ms-request-id": [
+ "8730995f-9100-4bbb-9e26-1f5c2e909026"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Storage/operations/b73e39a2-b7f5-4378-a19c-20b1e8ce7869?monitor=true&api-version=2015-06-15"
+ ],
+ "Server": [
+ "Microsoft-Azure-Storage-Resource-Provider/1.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-correlation-request-id": [
+ "8730995f-9100-4bbb-9e26-1f5c2e909026"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160114T063112Z:8730995f-9100-4bbb-9e26-1f5c2e909026"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:31:12 GMT"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Storage/operations/b73e39a2-b7f5-4378-a19c-20b1e8ce7869?monitor=true&api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9vcGVyYXRpb25zL2I3M2UzOWEyLWI3ZjUtNDM3OC1hMTljLTIwYjFlOGNlNzg2OT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "504f9799-f670-495f-9d9f-2f8d3e46f89f"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Storage.StorageManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "25"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14999"
+ ],
+ "x-ms-request-id": [
+ "4c85f74a-04c9-4dd1-aeec-37cb047a8b99"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Storage/operations/b73e39a2-b7f5-4378-a19c-20b1e8ce7869?monitor=true&api-version=2015-06-15"
+ ],
+ "Server": [
+ "Microsoft-Azure-Storage-Resource-Provider/1.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-correlation-request-id": [
+ "4c85f74a-04c9-4dd1-aeec-37cb047a8b99"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160114T063112Z:4c85f74a-04c9-4dd1-aeec-37cb047a8b99"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:31:12 GMT"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Storage/operations/b73e39a2-b7f5-4378-a19c-20b1e8ce7869?monitor=true&api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9vcGVyYXRpb25zL2I3M2UzOWEyLWI3ZjUtNDM3OC1hMTljLTIwYjFlOGNlNzg2OT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "4aa92f6e-fa24-46b3-ae35-9ada4c35314a"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Storage.StorageManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "89"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "69cc4469-7901-4af0-90dc-66a9d0bc7465"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-Azure-Storage-Resource-Provider/1.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14998"
+ ],
+ "x-ms-correlation-request-id": [
+ "69cc4469-7901-4af0-90dc-66a9d0bc7465"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160114T063137Z:69cc4469-7901-4af0-90dc-66a9d0bc7465"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:31:36 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Storage/storageAccounts/vmcrptestps4368storage?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczQzNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy92bWNycHRlc3RwczQzNjhzdG9yYWdlP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "890a8d04-ea59-49c0-9d5c-77be00239809"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Storage.StorageManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Storage/storageAccounts/vmcrptestps4368storage\",\r\n \"location\": \"eastus\",\r\n \"name\": \"vmcrptestps4368storage\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2016-01-14T06:31:11.280022Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://vmcrptestps4368storage.blob.core.windows.net/\",\r\n \"file\": \"https://vmcrptestps4368storage.file.core.windows.net/\",\r\n \"queue\": \"https://vmcrptestps4368storage.queue.core.windows.net/\",\r\n \"table\": \"https://vmcrptestps4368storage.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "779"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "2243fbfb-d4d9-495f-9430-373ecb6ee9b2"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-Azure-Storage-Resource-Provider/1.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14997"
+ ],
+ "x-ms-correlation-request-id": [
+ "2243fbfb-d4d9-495f-9430-373ecb6ee9b2"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160114T063137Z:2243fbfb-d4d9-495f-9430-373ecb6ee9b2"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:31:36 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Compute/virtualMachines/vmcrptestps4368/extensions/Microsoft.Insights.VMDiagnosticsSettings?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczQzNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bWNycHRlc3RwczQzNjgvZXh0ZW5zaW9ucy9NaWNyb3NvZnQuSW5zaWdodHMuVk1EaWFnbm9zdGljc1NldHRpbmdzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Azure.Diagnostics\",\r\n \"type\": \"IaaSDiagnostics\",\r\n \"typeHandlerVersion\": \"1.5\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"settings\": {\r\n \"storageAccount\": \"vmcrptestps4368storage\",\r\n \"WadCfg\": {\r\n \"DiagnosticMonitorConfiguration\": {\r\n \"DiagnosticInfrastructureLogs\": {\r\n \"scheduledTransferLogLevelFilter\": \"Error\"\r\n },\r\n \"Directories\": {\r\n \"IISLogs\": {\r\n \"containerName\": \"wad-iis-logfiles\"\r\n },\r\n \"FailedRequestLogs\": {\r\n \"containerName\": \"wad-failedrequestlogs\"\r\n },\r\n \"scheduledTransferPeriod\": \"PT1M\"\r\n },\r\n \"PerformanceCounters\": {\r\n \"PerformanceCounterConfiguration\": [\r\n {\r\n \"annotation\": [],\r\n \"counterSpecifier\": \"\\\\Memory\\\\Available MBytes\",\r\n \"sampleRate\": \"PT3M\"\r\n },\r\n {\r\n \"annotation\": [],\r\n \"counterSpecifier\": \"\\\\Web Service(_Total)\\\\ISAPI Extension Requests/sec\",\r\n \"sampleRate\": \"PT3M\"\r\n },\r\n {\r\n \"annotation\": [],\r\n \"counterSpecifier\": \"\\\\Web Service(_Total)\\\\Bytes Total/Sec\",\r\n \"sampleRate\": \"PT3M\"\r\n },\r\n {\r\n \"annotation\": [],\r\n \"counterSpecifier\": \"\\\\ASP.NET Applications(__Total__)\\\\Requests/Sec\",\r\n \"sampleRate\": \"PT3M\"\r\n },\r\n {\r\n \"annotation\": [],\r\n \"counterSpecifier\": \"\\\\ASP.NET Applications(__Total__)\\\\Errors Total/Sec\",\r\n \"sampleRate\": \"PT3M\"\r\n },\r\n {\r\n \"annotation\": [],\r\n \"counterSpecifier\": \"\\\\ASP.NET\\\\Requests Queued\",\r\n \"sampleRate\": \"PT3M\"\r\n },\r\n {\r\n \"annotation\": [],\r\n \"counterSpecifier\": \"\\\\ASP.NET\\\\Requests Rejected\",\r\n \"sampleRate\": \"PT3M\"\r\n },\r\n {\r\n \"annotation\": [],\r\n \"counterSpecifier\": \"\\\\Processor(_Total)\\\\% Processor Time\",\r\n \"sampleRate\": \"PT3M\"\r\n }\r\n ],\r\n \"scheduledTransferPeriod\": \"PT1M\"\r\n },\r\n \"WindowsEventLog\": {\r\n \"DataSource\": [\r\n {\r\n \"name\": \"Application!*[System[(Level=1 or Level=2 or Level=3)]]\"\r\n },\r\n {\r\n \"name\": \"Windows Azure!*[System[(Level=1 or Level=2 or Level=3 or Level=4)]]\"\r\n }\r\n ],\r\n \"scheduledTransferPeriod\": \"PT1M\"\r\n },\r\n \"CrashDumps\": {\r\n \"CrashDumpConfiguration\": [\r\n {\r\n \"processName\": \"WaIISHost.exe\"\r\n },\r\n {\r\n \"processName\": \"WaWorkerHost.exe\"\r\n },\r\n {\r\n \"processName\": \"w3wp.exe\"\r\n }\r\n ]\r\n },\r\n \"Logs\": {\r\n \"scheduledTransferLogLevelFilter\": \"Error\",\r\n \"scheduledTransferPeriod\": \"PT1M\"\r\n },\r\n \"overallQuotaInMB\": 4096\r\n }\r\n }\r\n },\r\n \"protectedSettings\": {\r\n \"storageAccountName\": \"vmcrptestps4368storage\",\r\n \"storageAccountKey\": \"MjA4Y2RiODEtNjFkNS00MDg0LThhMzgtMDZjOWQ1YzMxNzUx\",\r\n \"storageAccountEndPoint\": \"https://core.windows.net/\"\r\n }\r\n }\r\n}",
+ "RequestHeaders": {
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "3564"
+ ],
+ "x-ms-client-request-id": [
+ "186e0537-78b1-47ba-9855-7db1a4044874"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Azure.Diagnostics\",\r\n \"type\": \"IaaSDiagnostics\",\r\n \"typeHandlerVersion\": \"1.5\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"settings\": {\r\n \"storageAccount\": \"vmcrptestps4368storage\",\r\n \"WadCfg\": {\r\n \"DiagnosticMonitorConfiguration\": {\r\n \"DiagnosticInfrastructureLogs\": {\r\n \"scheduledTransferLogLevelFilter\": \"Error\"\r\n },\r\n \"Directories\": {\r\n \"IISLogs\": {\r\n \"containerName\": \"wad-iis-logfiles\"\r\n },\r\n \"FailedRequestLogs\": {\r\n \"containerName\": \"wad-failedrequestlogs\"\r\n },\r\n \"scheduledTransferPeriod\": \"PT1M\"\r\n },\r\n \"PerformanceCounters\": {\r\n \"PerformanceCounterConfiguration\": [\r\n {\r\n \"annotation\": [],\r\n \"counterSpecifier\": \"\\\\Memory\\\\Available MBytes\",\r\n \"sampleRate\": \"PT3M\"\r\n },\r\n {\r\n \"annotation\": [],\r\n \"counterSpecifier\": \"\\\\Web Service(_Total)\\\\ISAPI Extension Requests/sec\",\r\n \"sampleRate\": \"PT3M\"\r\n },\r\n {\r\n \"annotation\": [],\r\n \"counterSpecifier\": \"\\\\Web Service(_Total)\\\\Bytes Total/Sec\",\r\n \"sampleRate\": \"PT3M\"\r\n },\r\n {\r\n \"annotation\": [],\r\n \"counterSpecifier\": \"\\\\ASP.NET Applications(__Total__)\\\\Requests/Sec\",\r\n \"sampleRate\": \"PT3M\"\r\n },\r\n {\r\n \"annotation\": [],\r\n \"counterSpecifier\": \"\\\\ASP.NET Applications(__Total__)\\\\Errors Total/Sec\",\r\n \"sampleRate\": \"PT3M\"\r\n },\r\n {\r\n \"annotation\": [],\r\n \"counterSpecifier\": \"\\\\ASP.NET\\\\Requests Queued\",\r\n \"sampleRate\": \"PT3M\"\r\n },\r\n {\r\n \"annotation\": [],\r\n \"counterSpecifier\": \"\\\\ASP.NET\\\\Requests Rejected\",\r\n \"sampleRate\": \"PT3M\"\r\n },\r\n {\r\n \"annotation\": [],\r\n \"counterSpecifier\": \"\\\\Processor(_Total)\\\\% Processor Time\",\r\n \"sampleRate\": \"PT3M\"\r\n }\r\n ],\r\n \"scheduledTransferPeriod\": \"PT1M\"\r\n },\r\n \"WindowsEventLog\": {\r\n \"DataSource\": [\r\n {\r\n \"name\": \"Application!*[System[(Level=1 or Level=2 or Level=3)]]\"\r\n },\r\n {\r\n \"name\": \"Windows Azure!*[System[(Level=1 or Level=2 or Level=3 or Level=4)]]\"\r\n }\r\n ],\r\n \"scheduledTransferPeriod\": \"PT1M\"\r\n },\r\n \"CrashDumps\": {\r\n \"CrashDumpConfiguration\": [\r\n {\r\n \"processName\": \"WaIISHost.exe\"\r\n },\r\n {\r\n \"processName\": \"WaWorkerHost.exe\"\r\n },\r\n {\r\n \"processName\": \"w3wp.exe\"\r\n }\r\n ]\r\n },\r\n \"Logs\": {\r\n \"scheduledTransferLogLevelFilter\": \"Error\",\r\n \"scheduledTransferPeriod\": \"PT1M\"\r\n },\r\n \"overallQuotaInMB\": 4096\r\n }\r\n }\r\n },\r\n \"provisioningState\": \"Creating\"\r\n },\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Compute/virtualMachines/vmcrptestps4368/extensions/Microsoft.Insights.VMDiagnosticsSettings\",\r\n \"name\": \"Microsoft.Insights.VMDiagnosticsSettings\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "2237"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/e2ca816b-1594-49ff-8cce-284308e0e919?api-version=2015-06-15"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "e2ca816b-1594-49ff-8cce-284308e0e919"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1197"
+ ],
+ "x-ms-correlation-request-id": [
+ "59a15537-f329-43b5-b05f-d0f1731d9451"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T063139Z:59a15537-f329-43b5-b05f-d0f1731d9451"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:31:39 GMT"
+ ]
+ },
+ "StatusCode": 201
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/e2ca816b-1594-49ff-8cce-284308e0e919?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZTJjYTgxNmItMTU5NC00OWZmLThjY2UtMjg0MzA4ZTBlOTE5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"e2ca816b-1594-49ff-8cce-284308e0e919\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:31:39.7430173-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "3230c534-2007-46a9-87e4-d9255d1c3262"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14949"
+ ],
+ "x-ms-correlation-request-id": [
+ "8c970f6a-e932-4d13-ac6c-65231229bee5"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T063210Z:8c970f6a-e932-4d13-ac6c-65231229bee5"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:32:10 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/e2ca816b-1594-49ff-8cce-284308e0e919?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZTJjYTgxNmItMTU5NC00OWZmLThjY2UtMjg0MzA4ZTBlOTE5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"e2ca816b-1594-49ff-8cce-284308e0e919\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:31:39.7430173-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "7672593f-ea19-46b0-8296-96a6131f1ba5"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14948"
+ ],
+ "x-ms-correlation-request-id": [
+ "2e0d3f02-4b7c-4d2f-ab8d-6ff2e88372e8"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T063240Z:2e0d3f02-4b7c-4d2f-ab8d-6ff2e88372e8"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:32:39 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/e2ca816b-1594-49ff-8cce-284308e0e919?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZTJjYTgxNmItMTU5NC00OWZmLThjY2UtMjg0MzA4ZTBlOTE5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"e2ca816b-1594-49ff-8cce-284308e0e919\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:31:39.7430173-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "3859f144-7bdb-407b-b999-9c1e12510fef"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14947"
+ ],
+ "x-ms-correlation-request-id": [
+ "90d3fde3-32de-4973-8059-24a01b9468ed"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T063310Z:90d3fde3-32de-4973-8059-24a01b9468ed"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:33:10 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/e2ca816b-1594-49ff-8cce-284308e0e919?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZTJjYTgxNmItMTU5NC00OWZmLThjY2UtMjg0MzA4ZTBlOTE5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"e2ca816b-1594-49ff-8cce-284308e0e919\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:31:39.7430173-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "db4a2f6d-eb42-450f-942c-db10d703f61d"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14946"
+ ],
+ "x-ms-correlation-request-id": [
+ "2124d0f3-3fe3-4dfe-a08a-e11c2183ba3e"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T063340Z:2124d0f3-3fe3-4dfe-a08a-e11c2183ba3e"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:33:39 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/e2ca816b-1594-49ff-8cce-284308e0e919?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZTJjYTgxNmItMTU5NC00OWZmLThjY2UtMjg0MzA4ZTBlOTE5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"e2ca816b-1594-49ff-8cce-284308e0e919\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:31:39.7430173-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "8d0653da-f6f4-4d11-a755-d055d3814e42"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14945"
+ ],
+ "x-ms-correlation-request-id": [
+ "28437ea1-cfce-43d8-bb6c-dc49fb91290d"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T063410Z:28437ea1-cfce-43d8-bb6c-dc49fb91290d"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:34:10 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/e2ca816b-1594-49ff-8cce-284308e0e919?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZTJjYTgxNmItMTU5NC00OWZmLThjY2UtMjg0MzA4ZTBlOTE5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"e2ca816b-1594-49ff-8cce-284308e0e919\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:31:39.7430173-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "3a9f3da8-452e-4e06-ab91-8d2030145534"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14944"
+ ],
+ "x-ms-correlation-request-id": [
+ "aea89b7d-a2c9-40f6-bee8-3e7ae24254f5"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T063440Z:aea89b7d-a2c9-40f6-bee8-3e7ae24254f5"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:34:40 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/e2ca816b-1594-49ff-8cce-284308e0e919?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZTJjYTgxNmItMTU5NC00OWZmLThjY2UtMjg0MzA4ZTBlOTE5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"e2ca816b-1594-49ff-8cce-284308e0e919\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:31:39.7430173-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "b5107a8b-006e-4bf8-819e-5186296730f5"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14943"
+ ],
+ "x-ms-correlation-request-id": [
+ "5974478c-b88d-4f1d-a34c-b9c721391f07"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T063510Z:5974478c-b88d-4f1d-a34c-b9c721391f07"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:35:10 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/e2ca816b-1594-49ff-8cce-284308e0e919?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZTJjYTgxNmItMTU5NC00OWZmLThjY2UtMjg0MzA4ZTBlOTE5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"e2ca816b-1594-49ff-8cce-284308e0e919\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:31:39.7430173-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "b4127ffd-0e45-499d-92a9-b5fdcdaa15b5"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14942"
+ ],
+ "x-ms-correlation-request-id": [
+ "c31a241d-ffa4-405f-81b5-bedaaebf0bba"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T063541Z:c31a241d-ffa4-405f-81b5-bedaaebf0bba"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:35:40 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/e2ca816b-1594-49ff-8cce-284308e0e919?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZTJjYTgxNmItMTU5NC00OWZmLThjY2UtMjg0MzA4ZTBlOTE5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"e2ca816b-1594-49ff-8cce-284308e0e919\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:31:39.7430173-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "5b59ec2a-33e6-4e62-acea-96825d0873d5"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14941"
+ ],
+ "x-ms-correlation-request-id": [
+ "86d9c864-4680-44da-8acb-399a37e5590f"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T063611Z:86d9c864-4680-44da-8acb-399a37e5590f"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:36:10 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/e2ca816b-1594-49ff-8cce-284308e0e919?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZTJjYTgxNmItMTU5NC00OWZmLThjY2UtMjg0MzA4ZTBlOTE5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"e2ca816b-1594-49ff-8cce-284308e0e919\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:31:39.7430173-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "f3bd8e5e-430b-4191-bf53-e087a77c2f8a"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14940"
+ ],
+ "x-ms-correlation-request-id": [
+ "fcb9603c-23c7-41ca-9b44-8e9d26a4f8ad"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T063641Z:fcb9603c-23c7-41ca-9b44-8e9d26a4f8ad"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:36:41 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/e2ca816b-1594-49ff-8cce-284308e0e919?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZTJjYTgxNmItMTU5NC00OWZmLThjY2UtMjg0MzA4ZTBlOTE5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"e2ca816b-1594-49ff-8cce-284308e0e919\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:31:39.7430173-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "9b358556-a0a9-4857-bc0a-17cf65bee7d3"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14939"
+ ],
+ "x-ms-correlation-request-id": [
+ "d7192334-016e-407c-a2cd-ce9f3f0a5f53"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T063711Z:d7192334-016e-407c-a2cd-ce9f3f0a5f53"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:37:10 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/e2ca816b-1594-49ff-8cce-284308e0e919?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZTJjYTgxNmItMTU5NC00OWZmLThjY2UtMjg0MzA4ZTBlOTE5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"e2ca816b-1594-49ff-8cce-284308e0e919\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:31:39.7430173-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "fea94423-4156-4fa0-9fb7-6640a91cb06f"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14938"
+ ],
+ "x-ms-correlation-request-id": [
+ "be1e3780-cd45-4d7e-8d4c-0dfad9289d3b"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T063741Z:be1e3780-cd45-4d7e-8d4c-0dfad9289d3b"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:37:40 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/e2ca816b-1594-49ff-8cce-284308e0e919?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZTJjYTgxNmItMTU5NC00OWZmLThjY2UtMjg0MzA4ZTBlOTE5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"e2ca816b-1594-49ff-8cce-284308e0e919\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:31:39.7430173-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "84b55485-00fa-45fb-982c-bf98be9cd730"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14937"
+ ],
+ "x-ms-correlation-request-id": [
+ "2b96a4d4-bd01-46ca-b7a3-e7d9ee668049"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T063811Z:2b96a4d4-bd01-46ca-b7a3-e7d9ee668049"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:38:11 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/e2ca816b-1594-49ff-8cce-284308e0e919?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZTJjYTgxNmItMTU5NC00OWZmLThjY2UtMjg0MzA4ZTBlOTE5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"e2ca816b-1594-49ff-8cce-284308e0e919\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:31:39.7430173-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "cf927127-b4ff-4db9-836b-38ac9061a23e"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14936"
+ ],
+ "x-ms-correlation-request-id": [
+ "a3605bf3-382a-42c8-9d17-69361cd90366"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T063841Z:a3605bf3-382a-42c8-9d17-69361cd90366"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:38:41 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/e2ca816b-1594-49ff-8cce-284308e0e919?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZTJjYTgxNmItMTU5NC00OWZmLThjY2UtMjg0MzA4ZTBlOTE5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"e2ca816b-1594-49ff-8cce-284308e0e919\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:31:39.7430173-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "012defbd-9a05-455a-9ab6-d0dddfe137b5"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14935"
+ ],
+ "x-ms-correlation-request-id": [
+ "cfdecf43-73ca-4683-8bf8-a1974d9cf2a6"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T063911Z:cfdecf43-73ca-4683-8bf8-a1974d9cf2a6"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:39:11 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/e2ca816b-1594-49ff-8cce-284308e0e919?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZTJjYTgxNmItMTU5NC00OWZmLThjY2UtMjg0MzA4ZTBlOTE5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"e2ca816b-1594-49ff-8cce-284308e0e919\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:31:39.7430173-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "2d57f351-6f4a-4b84-bd8b-d35813ccb411"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14934"
+ ],
+ "x-ms-correlation-request-id": [
+ "d3745c22-ad9b-4b07-823f-672609d54861"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T063942Z:d3745c22-ad9b-4b07-823f-672609d54861"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:39:41 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/e2ca816b-1594-49ff-8cce-284308e0e919?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZTJjYTgxNmItMTU5NC00OWZmLThjY2UtMjg0MzA4ZTBlOTE5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"e2ca816b-1594-49ff-8cce-284308e0e919\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:31:39.7430173-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "ff57a199-fd82-4207-b964-ce14419d8e1f"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14933"
+ ],
+ "x-ms-correlation-request-id": [
+ "811ba5d5-ba00-4cdc-a96e-bf631737da4d"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T064012Z:811ba5d5-ba00-4cdc-a96e-bf631737da4d"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:40:11 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/e2ca816b-1594-49ff-8cce-284308e0e919?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZTJjYTgxNmItMTU5NC00OWZmLThjY2UtMjg0MzA4ZTBlOTE5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"e2ca816b-1594-49ff-8cce-284308e0e919\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:31:39.7430173-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "a06bf721-40be-48d0-8856-944258a75747"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14932"
+ ],
+ "x-ms-correlation-request-id": [
+ "717138df-bf16-4ea0-847d-b01178c17bcb"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T064042Z:717138df-bf16-4ea0-847d-b01178c17bcb"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:40:41 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/e2ca816b-1594-49ff-8cce-284308e0e919?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZTJjYTgxNmItMTU5NC00OWZmLThjY2UtMjg0MzA4ZTBlOTE5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"e2ca816b-1594-49ff-8cce-284308e0e919\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:31:39.7430173-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "7981ce25-cd6f-496e-b89d-4ed2bc4fb577"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14931"
+ ],
+ "x-ms-correlation-request-id": [
+ "0830ec09-04c5-4da9-9cc2-6fc090a32cc2"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T064112Z:0830ec09-04c5-4da9-9cc2-6fc090a32cc2"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:41:12 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/e2ca816b-1594-49ff-8cce-284308e0e919?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZTJjYTgxNmItMTU5NC00OWZmLThjY2UtMjg0MzA4ZTBlOTE5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"e2ca816b-1594-49ff-8cce-284308e0e919\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2016-01-13T22:31:39.7430173-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "141"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "a9ebc68a-177a-4d10-9f05-bf2bf5f29cf0"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14930"
+ ],
+ "x-ms-correlation-request-id": [
+ "657bbb78-a1b5-48a1-975d-8ec09d9cdc8d"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T064142Z:657bbb78-a1b5-48a1-975d-8ec09d9cdc8d"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:41:41 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/providers/Microsoft.Compute/locations/eastus/operations/e2ca816b-1594-49ff-8cce-284308e0e919?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZTJjYTgxNmItMTU5NC00OWZmLThjY2UtMjg0MzA4ZTBlOTE5P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operationId\": \"e2ca816b-1594-49ff-8cce-284308e0e919\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2016-01-13T22:31:39.7430173-08:00\",\r\n \"endTime\": \"2016-01-13T22:41:49.8758586-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "191"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "d12db58c-3562-4af3-af50-24fba9d59ae8"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14929"
+ ],
+ "x-ms-correlation-request-id": [
+ "b1ee71e5-09c8-4ded-808c-c39fac1391c6"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T064212Z:b1ee71e5-09c8-4ded-808c-c39fac1391c6"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:42:12 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Compute/virtualMachines/vmcrptestps4368/extensions/Microsoft.Insights.VMDiagnosticsSettings?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczQzNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bWNycHRlc3RwczQzNjgvZXh0ZW5zaW9ucy9NaWNyb3NvZnQuSW5zaWdodHMuVk1EaWFnbm9zdGljc1NldHRpbmdzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Azure.Diagnostics\",\r\n \"type\": \"IaaSDiagnostics\",\r\n \"typeHandlerVersion\": \"1.5\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"settings\": {\r\n \"storageAccount\": \"vmcrptestps4368storage\",\r\n \"WadCfg\": {\r\n \"DiagnosticMonitorConfiguration\": {\r\n \"DiagnosticInfrastructureLogs\": {\r\n \"scheduledTransferLogLevelFilter\": \"Error\"\r\n },\r\n \"Directories\": {\r\n \"IISLogs\": {\r\n \"containerName\": \"wad-iis-logfiles\"\r\n },\r\n \"FailedRequestLogs\": {\r\n \"containerName\": \"wad-failedrequestlogs\"\r\n },\r\n \"scheduledTransferPeriod\": \"PT1M\"\r\n },\r\n \"PerformanceCounters\": {\r\n \"PerformanceCounterConfiguration\": [\r\n {\r\n \"annotation\": [],\r\n \"counterSpecifier\": \"\\\\Memory\\\\Available MBytes\",\r\n \"sampleRate\": \"PT3M\"\r\n },\r\n {\r\n \"annotation\": [],\r\n \"counterSpecifier\": \"\\\\Web Service(_Total)\\\\ISAPI Extension Requests/sec\",\r\n \"sampleRate\": \"PT3M\"\r\n },\r\n {\r\n \"annotation\": [],\r\n \"counterSpecifier\": \"\\\\Web Service(_Total)\\\\Bytes Total/Sec\",\r\n \"sampleRate\": \"PT3M\"\r\n },\r\n {\r\n \"annotation\": [],\r\n \"counterSpecifier\": \"\\\\ASP.NET Applications(__Total__)\\\\Requests/Sec\",\r\n \"sampleRate\": \"PT3M\"\r\n },\r\n {\r\n \"annotation\": [],\r\n \"counterSpecifier\": \"\\\\ASP.NET Applications(__Total__)\\\\Errors Total/Sec\",\r\n \"sampleRate\": \"PT3M\"\r\n },\r\n {\r\n \"annotation\": [],\r\n \"counterSpecifier\": \"\\\\ASP.NET\\\\Requests Queued\",\r\n \"sampleRate\": \"PT3M\"\r\n },\r\n {\r\n \"annotation\": [],\r\n \"counterSpecifier\": \"\\\\ASP.NET\\\\Requests Rejected\",\r\n \"sampleRate\": \"PT3M\"\r\n },\r\n {\r\n \"annotation\": [],\r\n \"counterSpecifier\": \"\\\\Processor(_Total)\\\\% Processor Time\",\r\n \"sampleRate\": \"PT3M\"\r\n }\r\n ],\r\n \"scheduledTransferPeriod\": \"PT1M\"\r\n },\r\n \"WindowsEventLog\": {\r\n \"DataSource\": [\r\n {\r\n \"name\": \"Application!*[System[(Level=1 or Level=2 or Level=3)]]\"\r\n },\r\n {\r\n \"name\": \"Windows Azure!*[System[(Level=1 or Level=2 or Level=3 or Level=4)]]\"\r\n }\r\n ],\r\n \"scheduledTransferPeriod\": \"PT1M\"\r\n },\r\n \"CrashDumps\": {\r\n \"CrashDumpConfiguration\": [\r\n {\r\n \"processName\": \"WaIISHost.exe\"\r\n },\r\n {\r\n \"processName\": \"WaWorkerHost.exe\"\r\n },\r\n {\r\n \"processName\": \"w3wp.exe\"\r\n }\r\n ]\r\n },\r\n \"Logs\": {\r\n \"scheduledTransferLogLevelFilter\": \"Error\",\r\n \"scheduledTransferPeriod\": \"PT1M\"\r\n },\r\n \"overallQuotaInMB\": 4096\r\n }\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Compute/virtualMachines/vmcrptestps4368/extensions/Microsoft.Insights.VMDiagnosticsSettings\",\r\n \"name\": \"Microsoft.Insights.VMDiagnosticsSettings\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "2238"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "9029dc64-fcd8-4043-a598-adcee9bf133b"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14928"
+ ],
+ "x-ms-correlation-request-id": [
+ "cb2ccc42-7b1a-4b6c-8c21-3c8f044c46e3"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T064212Z:cb2ccc42-7b1a-4b6c-8c21-3c8f044c46e3"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:42:12 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Compute/virtualMachines/vmcrptestps4368/extensions/Microsoft.Insights.VMDiagnosticsSettings?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczQzNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bWNycHRlc3RwczQzNjgvZXh0ZW5zaW9ucy9NaWNyb3NvZnQuSW5zaWdodHMuVk1EaWFnbm9zdGljc1NldHRpbmdzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "34c65cd8-1045-4b0d-ab33-523a2e6ad196"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/10.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Azure.Diagnostics\",\r\n \"type\": \"IaaSDiagnostics\",\r\n \"typeHandlerVersion\": \"1.5\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"settings\": {\r\n \"storageAccount\": \"vmcrptestps4368storage\",\r\n \"WadCfg\": {\r\n \"DiagnosticMonitorConfiguration\": {\r\n \"DiagnosticInfrastructureLogs\": {\r\n \"scheduledTransferLogLevelFilter\": \"Error\"\r\n },\r\n \"Directories\": {\r\n \"IISLogs\": {\r\n \"containerName\": \"wad-iis-logfiles\"\r\n },\r\n \"FailedRequestLogs\": {\r\n \"containerName\": \"wad-failedrequestlogs\"\r\n },\r\n \"scheduledTransferPeriod\": \"PT1M\"\r\n },\r\n \"PerformanceCounters\": {\r\n \"PerformanceCounterConfiguration\": [\r\n {\r\n \"annotation\": [],\r\n \"counterSpecifier\": \"\\\\Memory\\\\Available MBytes\",\r\n \"sampleRate\": \"PT3M\"\r\n },\r\n {\r\n \"annotation\": [],\r\n \"counterSpecifier\": \"\\\\Web Service(_Total)\\\\ISAPI Extension Requests/sec\",\r\n \"sampleRate\": \"PT3M\"\r\n },\r\n {\r\n \"annotation\": [],\r\n \"counterSpecifier\": \"\\\\Web Service(_Total)\\\\Bytes Total/Sec\",\r\n \"sampleRate\": \"PT3M\"\r\n },\r\n {\r\n \"annotation\": [],\r\n \"counterSpecifier\": \"\\\\ASP.NET Applications(__Total__)\\\\Requests/Sec\",\r\n \"sampleRate\": \"PT3M\"\r\n },\r\n {\r\n \"annotation\": [],\r\n \"counterSpecifier\": \"\\\\ASP.NET Applications(__Total__)\\\\Errors Total/Sec\",\r\n \"sampleRate\": \"PT3M\"\r\n },\r\n {\r\n \"annotation\": [],\r\n \"counterSpecifier\": \"\\\\ASP.NET\\\\Requests Queued\",\r\n \"sampleRate\": \"PT3M\"\r\n },\r\n {\r\n \"annotation\": [],\r\n \"counterSpecifier\": \"\\\\ASP.NET\\\\Requests Rejected\",\r\n \"sampleRate\": \"PT3M\"\r\n },\r\n {\r\n \"annotation\": [],\r\n \"counterSpecifier\": \"\\\\Processor(_Total)\\\\% Processor Time\",\r\n \"sampleRate\": \"PT3M\"\r\n }\r\n ],\r\n \"scheduledTransferPeriod\": \"PT1M\"\r\n },\r\n \"WindowsEventLog\": {\r\n \"DataSource\": [\r\n {\r\n \"name\": \"Application!*[System[(Level=1 or Level=2 or Level=3)]]\"\r\n },\r\n {\r\n \"name\": \"Windows Azure!*[System[(Level=1 or Level=2 or Level=3 or Level=4)]]\"\r\n }\r\n ],\r\n \"scheduledTransferPeriod\": \"PT1M\"\r\n },\r\n \"CrashDumps\": {\r\n \"CrashDumpConfiguration\": [\r\n {\r\n \"processName\": \"WaIISHost.exe\"\r\n },\r\n {\r\n \"processName\": \"WaWorkerHost.exe\"\r\n },\r\n {\r\n \"processName\": \"w3wp.exe\"\r\n }\r\n ]\r\n },\r\n \"Logs\": {\r\n \"scheduledTransferLogLevelFilter\": \"Error\",\r\n \"scheduledTransferPeriod\": \"PT1M\"\r\n },\r\n \"overallQuotaInMB\": 4096\r\n }\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourceGroups/crptestps4368/providers/Microsoft.Compute/virtualMachines/vmcrptestps4368/extensions/Microsoft.Insights.VMDiagnosticsSettings\",\r\n \"name\": \"Microsoft.Insights.VMDiagnosticsSettings\",\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"eastus\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "2238"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "c6cdd015-6735-4400-ac3f-f3413659227e_130969453628426578"
+ ],
+ "x-ms-request-id": [
+ "9cfba40c-8e13-4358-a5ce-4472c8c1cd56"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14926"
+ ],
+ "x-ms-correlation-request-id": [
+ "d3f51ad1-b1bc-4e06-8583-d4db3e69cacc"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T064213Z:d3f51ad1-b1bc-4e06-8583-d4db3e69cacc"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:42:12 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/resourcegroups/crptestps4368?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RwczQzNjg/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "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": [
+ "031a9fab-1258-4877-94e5-b327bb2ab5bd"
+ ],
+ "x-ms-correlation-request-id": [
+ "031a9fab-1258-4877-94e5-b327bb2ab5bd"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T064217Z:031a9fab-1258-4877-94e5-b327bb2ab5bd"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:42:17 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM0MzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM0MzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0wTXpZNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "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": [
+ "14998"
+ ],
+ "x-ms-request-id": [
+ "dc05f88b-d467-4644-842b-84fc8ab2c1d1"
+ ],
+ "x-ms-correlation-request-id": [
+ "dc05f88b-d467-4644-842b-84fc8ab2c1d1"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T064217Z:dc05f88b-d467-4644-842b-84fc8ab2c1d1"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:42:17 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM0MzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM0MzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0wTXpZNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "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": [
+ "14997"
+ ],
+ "x-ms-request-id": [
+ "92e42ea1-decb-4604-995d-9d509f4a19c8"
+ ],
+ "x-ms-correlation-request-id": [
+ "92e42ea1-decb-4604-995d-9d509f4a19c8"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T064232Z:92e42ea1-decb-4604-995d-9d509f4a19c8"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:42:31 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM0MzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM0MzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0wTXpZNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "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": [
+ "14996"
+ ],
+ "x-ms-request-id": [
+ "ff59b6fa-1a51-4455-84ab-ebc293c24291"
+ ],
+ "x-ms-correlation-request-id": [
+ "ff59b6fa-1a51-4455-84ab-ebc293c24291"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T064247Z:ff59b6fa-1a51-4455-84ab-ebc293c24291"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:42:47 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM0MzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM0MzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0wTXpZNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14995"
+ ],
+ "x-ms-request-id": [
+ "10f23a0f-2735-495e-8bf7-40da39ae60c1"
+ ],
+ "x-ms-correlation-request-id": [
+ "10f23a0f-2735-495e-8bf7-40da39ae60c1"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T064302Z:10f23a0f-2735-495e-8bf7-40da39ae60c1"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:43:01 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM0MzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM0MzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0wTXpZNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14994"
+ ],
+ "x-ms-request-id": [
+ "206f4b21-01e1-4a0f-af4c-8a6ac89c37c2"
+ ],
+ "x-ms-correlation-request-id": [
+ "206f4b21-01e1-4a0f-af4c-8a6ac89c37c2"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T064318Z:206f4b21-01e1-4a0f-af4c-8a6ac89c37c2"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:43:17 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM0MzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM0MzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0wTXpZNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "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": [
+ "14993"
+ ],
+ "x-ms-request-id": [
+ "4dd2c863-6693-4168-a10e-7277f2654bb0"
+ ],
+ "x-ms-correlation-request-id": [
+ "4dd2c863-6693-4168-a10e-7277f2654bb0"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T064333Z:4dd2c863-6693-4168-a10e-7277f2654bb0"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:43:33 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM0MzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM0MzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0wTXpZNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14992"
+ ],
+ "x-ms-request-id": [
+ "272aff19-6cc7-419e-b342-9246d06b5e13"
+ ],
+ "x-ms-correlation-request-id": [
+ "272aff19-6cc7-419e-b342-9246d06b5e13"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T064348Z:272aff19-6cc7-419e-b342-9246d06b5e13"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:43:47 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM0MzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM0MzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0wTXpZNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14991"
+ ],
+ "x-ms-request-id": [
+ "e55037a7-581c-4385-aa12-1478e1fe9ffc"
+ ],
+ "x-ms-correlation-request-id": [
+ "e55037a7-581c-4385-aa12-1478e1fe9ffc"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T064403Z:e55037a7-581c-4385-aa12-1478e1fe9ffc"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:44:03 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM0MzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM0MzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0wTXpZNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14988"
+ ],
+ "x-ms-request-id": [
+ "71f87b24-3f07-48d6-81b2-da1801fd25b6"
+ ],
+ "x-ms-correlation-request-id": [
+ "71f87b24-3f07-48d6-81b2-da1801fd25b6"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T064418Z:71f87b24-3f07-48d6-81b2-da1801fd25b6"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:44:18 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM0MzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM0MzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0wTXpZNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14987"
+ ],
+ "x-ms-request-id": [
+ "e2153347-cc81-4105-b923-f6f748b288cb"
+ ],
+ "x-ms-correlation-request-id": [
+ "e2153347-cc81-4105-b923-f6f748b288cb"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T064433Z:e2153347-cc81-4105-b923-f6f748b288cb"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:44:33 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM0MzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM0MzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0wTXpZNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14984"
+ ],
+ "x-ms-request-id": [
+ "c0e0bde5-2a54-421b-a792-3e121c45ef32"
+ ],
+ "x-ms-correlation-request-id": [
+ "c0e0bde5-2a54-421b-a792-3e121c45ef32"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T064449Z:c0e0bde5-2a54-421b-a792-3e121c45ef32"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:44:48 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM0MzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM0MzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0wTXpZNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14983"
+ ],
+ "x-ms-request-id": [
+ "7947a344-a403-49a0-a43c-d9f7adcd3e6f"
+ ],
+ "x-ms-correlation-request-id": [
+ "7947a344-a403-49a0-a43c-d9f7adcd3e6f"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T064504Z:7947a344-a403-49a0-a43c-d9f7adcd3e6f"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:45:03 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM0MzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM0MzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0wTXpZNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "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": [
+ "14982"
+ ],
+ "x-ms-request-id": [
+ "8e7a783e-fa76-4afc-9868-bb25cdc8e1de"
+ ],
+ "x-ms-correlation-request-id": [
+ "8e7a783e-fa76-4afc-9868-bb25cdc8e1de"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T064519Z:8e7a783e-fa76-4afc-9868-bb25cdc8e1de"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:45:18 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM0MzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM0MzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0wTXpZNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14981"
+ ],
+ "x-ms-request-id": [
+ "4784f81f-39a3-4b61-be96-1802e69feea6"
+ ],
+ "x-ms-correlation-request-id": [
+ "4784f81f-39a3-4b61-be96-1802e69feea6"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T064534Z:4784f81f-39a3-4b61-be96-1802e69feea6"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:45:33 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM0MzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM0MzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0wTXpZNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "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": [
+ "14980"
+ ],
+ "x-ms-request-id": [
+ "fbb5b466-8d76-4169-a4c8-b3db3443b1ce"
+ ],
+ "x-ms-correlation-request-id": [
+ "fbb5b466-8d76-4169-a4c8-b3db3443b1ce"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T064549Z:fbb5b466-8d76-4169-a4c8-b3db3443b1ce"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:45:49 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM0MzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM0MzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0wTXpZNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14979"
+ ],
+ "x-ms-request-id": [
+ "197ed088-ed5f-43c9-b555-9622208cc204"
+ ],
+ "x-ms-correlation-request-id": [
+ "197ed088-ed5f-43c9-b555-9622208cc204"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T064605Z:197ed088-ed5f-43c9-b555-9622208cc204"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:46:05 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM0MzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM0MzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0wTXpZNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14978"
+ ],
+ "x-ms-request-id": [
+ "57e8d82c-8296-4f27-bd8a-1158fc0427e8"
+ ],
+ "x-ms-correlation-request-id": [
+ "57e8d82c-8296-4f27-bd8a-1158fc0427e8"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T064620Z:57e8d82c-8296-4f27-bd8a-1158fc0427e8"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:46:19 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM0MzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM0MzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0wTXpZNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14977"
+ ],
+ "x-ms-request-id": [
+ "d4549ab8-9296-46eb-b4ac-5e1d1c6cfec6"
+ ],
+ "x-ms-correlation-request-id": [
+ "d4549ab8-9296-46eb-b4ac-5e1d1c6cfec6"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T064635Z:d4549ab8-9296-46eb-b4ac-5e1d1c6cfec6"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:46:35 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM0MzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM0MzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0wTXpZNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14976"
+ ],
+ "x-ms-request-id": [
+ "40bb22ec-295c-4ac4-a38b-581ed0dafce7"
+ ],
+ "x-ms-correlation-request-id": [
+ "40bb22ec-295c-4ac4-a38b-581ed0dafce7"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T064650Z:40bb22ec-295c-4ac4-a38b-581ed0dafce7"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:46:50 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM0MzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM0MzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0wTXpZNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14975"
+ ],
+ "x-ms-request-id": [
+ "6025eebd-6fd2-42c8-a838-69e4e6b1212d"
+ ],
+ "x-ms-correlation-request-id": [
+ "6025eebd-6fd2-42c8-a838-69e4e6b1212d"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T064705Z:6025eebd-6fd2-42c8-a838-69e4e6b1212d"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:47:05 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM0MzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM0MzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0wTXpZNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14974"
+ ],
+ "x-ms-request-id": [
+ "7db241e0-208e-4fc4-b646-cfe7083f6c8e"
+ ],
+ "x-ms-correlation-request-id": [
+ "7db241e0-208e-4fc4-b646-cfe7083f6c8e"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T064721Z:7db241e0-208e-4fc4-b646-cfe7083f6c8e"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:47:20 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM0MzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM0MzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0wTXpZNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14973"
+ ],
+ "x-ms-request-id": [
+ "e4f90a16-c8d2-4bc5-9054-e5125db2f305"
+ ],
+ "x-ms-correlation-request-id": [
+ "e4f90a16-c8d2-4bc5-9054-e5125db2f305"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T064736Z:e4f90a16-c8d2-4bc5-9054-e5125db2f305"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:47:35 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM0MzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM0MzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0wTXpZNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14972"
+ ],
+ "x-ms-request-id": [
+ "9e14299b-927b-4f62-a8c3-b83e10bb70e7"
+ ],
+ "x-ms-correlation-request-id": [
+ "9e14299b-927b-4f62-a8c3-b83e10bb70e7"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T064751Z:9e14299b-927b-4f62-a8c3-b83e10bb70e7"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:47:51 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM0MzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM0MzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0wTXpZNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14971"
+ ],
+ "x-ms-request-id": [
+ "4384b4f0-dac5-4c9c-af4c-6f563e1f01c2"
+ ],
+ "x-ms-correlation-request-id": [
+ "4384b4f0-dac5-4c9c-af4c-6f563e1f01c2"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T064806Z:4384b4f0-dac5-4c9c-af4c-6f563e1f01c2"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:48:05 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM0MzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM0MzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0wTXpZNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "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": [
+ "14970"
+ ],
+ "x-ms-request-id": [
+ "d3634eb5-789b-4645-a740-f754d1bc1e4e"
+ ],
+ "x-ms-correlation-request-id": [
+ "d3634eb5-789b-4645-a740-f754d1bc1e4e"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T064821Z:d3634eb5-789b-4645-a740-f754d1bc1e4e"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:48:20 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM0MzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM0MzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0wTXpZNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14969"
+ ],
+ "x-ms-request-id": [
+ "fb668d35-3985-460e-b5eb-a371cbdb3855"
+ ],
+ "x-ms-correlation-request-id": [
+ "fb668d35-3985-460e-b5eb-a371cbdb3855"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T064836Z:fb668d35-3985-460e-b5eb-a371cbdb3855"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:48:36 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM0MzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/ebff9be1-1921-4cb4-b4a0-17dea07eed5c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM0MzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZWJmZjliZTEtMTkyMS00Y2I0LWI0YTAtMTdkZWEwN2VlZDVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0wTXpZNExVVkJVMVJWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpJbjA/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "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": [
+ "14968"
+ ],
+ "x-ms-request-id": [
+ "3555d7ec-31a5-4f0b-90b7-b7d8990aab11"
+ ],
+ "x-ms-correlation-request-id": [
+ "3555d7ec-31a5-4f0b-90b7-b7d8990aab11"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160114T064852Z:3555d7ec-31a5-4f0b-90b7-b7d8990aab11"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 14 Jan 2016 06:48:51 GMT"
+ ]
+ },
+ "StatusCode": 200
+ }
+ ],
+ "Names": {
+ "Test-DiagnosticsExtensionSupportJsonConfig": [
+ "crptestps4368"
+ ]
+ },
+ "Variables": {
+ "SubscriptionId": "ebff9be1-1921-4cb4-b4a0-17dea07eed5c",
+ "TenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47",
+ "Domain": "microsoft.com"
+ }
+}
\ No newline at end of file
diff --git a/src/ResourceManager/Compute/Commands.Compute.Test/packages.config b/src/ResourceManager/Compute/Commands.Compute.Test/packages.config
index 5cee1d999daf..488aad285dfa 100644
--- a/src/ResourceManager/Compute/Commands.Compute.Test/packages.config
+++ b/src/ResourceManager/Compute/Commands.Compute.Test/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ResourceManager/Compute/Commands.Compute/Commands.Compute.csproj b/src/ResourceManager/Compute/Commands.Compute/Commands.Compute.csproj
index 99c2b3196270..7cef3e55ae27 100644
--- a/src/ResourceManager/Compute/Commands.Compute/Commands.Compute.csproj
+++ b/src/ResourceManager/Compute/Commands.Compute/Commands.Compute.csproj
@@ -59,7 +59,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ResourceManager/Compute/Commands.Compute/Common/DiagnosticsHelper.cs b/src/ResourceManager/Compute/Commands.Compute/Common/DiagnosticsHelper.cs
index 0bc95f5ec359..b6343f0268ce 100644
--- a/src/ResourceManager/Compute/Commands.Compute/Common/DiagnosticsHelper.cs
+++ b/src/ResourceManager/Compute/Commands.Compute/Common/DiagnosticsHelper.cs
@@ -15,16 +15,27 @@
using System;
using System.Collections;
using System.IO;
+using System.Linq;
using System.Text;
using System.Xml;
+using System.Xml.Linq;
+using Microsoft.Azure.Commands.Management.Storage.Models;
+using Microsoft.Azure.Common.Authentication.Models;
+using Microsoft.Azure.Management.Storage;
+using Microsoft.Azure.Management.Storage.Models;
+using Microsoft.WindowsAzure.Commands.Common.Storage;
+using Microsoft.WindowsAzure.Storage;
+using Microsoft.WindowsAzure.Storage.Auth;
using Newtonsoft.Json;
+using Newtonsoft.Json.Linq;
-namespace Microsoft.WindowsAzure.Commands.Utilities.Common
+namespace Microsoft.Azure.Commands.Compute.Common
{
public static class DiagnosticsHelper
{
private static string XmlNamespace = "http://schemas.microsoft.com/ServiceHosting/2010/10/DiagnosticsConfiguration";
private static string EncodedXmlCfg = "xmlCfg";
+ private static string WadCfg = "WadCfg";
private static string StorageAccount = "storageAccount";
private static string Path = "path";
private static string ExpandResourceDirectory = "expandResourceDirectory";
@@ -33,32 +44,80 @@ public static class DiagnosticsHelper
private static string StorageAccountKeyTag = "storageAccountKey";
private static string StorageAccountEndPointTag = "storageAccountEndPoint";
- public static Hashtable GetPublicDiagnosticsConfigurationFromFile(string configurationPath, string storageAccountName)
+ public static string DiagnosticsConfigurationElemStr = "DiagnosticsConfiguration";
+ public static string PublicConfigElemStr = "PublicConfig";
+ public static string PrivateConfigElemStr = "PrivateConfig";
+ public static string StorageAccountElemStr = "StorageAccount";
+ public static string PrivConfNameAttr = "name";
+ public static string PrivConfKeyAttr = "key";
+ public static string PrivConfEndpointAttr = "endpoint";
+
+ public enum ConfigFileType
+ {
+ Unknown,
+ Json,
+ Xml
+ }
+
+ public static ConfigFileType GetConfigFileType(string configurationPath)
{
- using (StreamReader reader = new StreamReader(configurationPath))
+ if (!string.IsNullOrEmpty(configurationPath))
{
- return GetPublicDiagnosticsConfiguration(reader.ReadToEnd(), storageAccountName);
+ try
+ {
+ XmlDocument doc = new XmlDocument();
+ doc.Load(configurationPath);
+ return ConfigFileType.Xml;
+ }
+ catch
+ { }
+
+ try
+ {
+ JsonConvert.DeserializeObject(File.ReadAllText(configurationPath));
+ return ConfigFileType.Json;
+ }
+ catch
+ { }
}
+
+ return ConfigFileType.Unknown;
}
- public static Hashtable GetPublicDiagnosticsConfiguration(string config, string storageAccountName)
+ public static Hashtable GetPublicDiagnosticsConfigurationFromFile(string configurationPath,
+ string storageAccountName)
{
+ switch (GetConfigFileType(configurationPath))
+ {
+ case ConfigFileType.Xml:
+ return GetPublicConfigFromXmlFile(configurationPath, storageAccountName);
+ case ConfigFileType.Json:
+ return GetPublicConfigFromJsonFile(configurationPath, storageAccountName);
+ default:
+ throw new ArgumentException(Properties.Resources.DiagnosticsExtensionInvalidConfigFileFormat);
+ }
+ }
+
+ private static Hashtable GetPublicConfigFromXmlFile(string configurationPath, string storageAccountName)
+ {
+ var config = File.ReadAllText(configurationPath);
+
// find the element and extract it
int wadCfgBeginIndex = config.IndexOf("");
if (wadCfgBeginIndex == -1)
{
- throw new ArgumentException("Cannot find the WadCfg element in the config.");
+ throw new ArgumentException(Properties.Resources.DiagnosticsExtensionXmlConfigNoWadCfgStartTag);
}
int wadCfgEndIndex = config.IndexOf("");
if (wadCfgEndIndex == -1)
{
- throw new ArgumentException("Cannot find the WadCfg end element in the config.");
+ throw new ArgumentException(Properties.Resources.DiagnosticsExtensionXmlConfigNoWadCfgEndTag);
}
if (wadCfgEndIndex <= wadCfgBeginIndex)
{
- throw new ArgumentException("WadCfg start element in the config is not matching the end element.");
+ throw new ArgumentException(Properties.Resources.DiagnosticsExtensionXmlConfigWadCfgTagNotMatch);
}
string encodedConfiguration = Convert.ToBase64String(
@@ -99,13 +158,245 @@ public static Hashtable GetPublicDiagnosticsConfiguration(string config, string
return hashTable;
}
- public static Hashtable GetPrivateDiagnosticsConfiguration(string storageAccountName, string storageKey, string endpoint)
+ private static Hashtable GetPublicConfigFromJsonFile(string configurationPath, string storageAccountName)
{
+ var publicConfig = GetPublicConfigJObjectFromJsonFile(configurationPath);
+ var properties = publicConfig.Properties().Select(p => p.Name);
+ var wadCfgProperty = properties.FirstOrDefault(p => p.Equals(WadCfg, StringComparison.OrdinalIgnoreCase));
+ var xmlCfgProperty = properties.FirstOrDefault(p => p.Equals(EncodedXmlCfg, StringComparison.OrdinalIgnoreCase));
+
var hashTable = new Hashtable();
- hashTable.Add(StorageAccountNameTag, storageAccountName);
- hashTable.Add(StorageAccountKeyTag, storageKey);
- hashTable.Add(StorageAccountEndPointTag, endpoint);
+ hashTable.Add(StorageAccount, storageAccountName);
+
+ if (wadCfgProperty != null)
+ {
+ hashTable.Add(wadCfgProperty, publicConfig[wadCfgProperty]);
+ }
+ else if (xmlCfgProperty != null)
+ {
+ hashTable.Add(xmlCfgProperty, publicConfig[xmlCfgProperty]);
+ }
+ else
+ {
+ throw new ArgumentException(Properties.Resources.DiagnosticsExtensionConfigNoWadCfgOrXmlCfg);
+ }
+
return hashTable;
}
+
+ public static Hashtable GetPrivateDiagnosticsConfiguration(string storageAccountName,
+ string storageKey, string endpoint)
+ {
+ var privateConfig = new Hashtable();
+ privateConfig.Add(StorageAccountNameTag, storageAccountName);
+ privateConfig.Add(StorageAccountKeyTag, storageKey);
+ privateConfig.Add(StorageAccountEndPointTag, endpoint);
+
+ return privateConfig;
+ }
+
+ public static XElement GetPublicConfigXElementFromXmlFile(string configurationPath)
+ {
+ XElement publicConfig = null;
+
+ if (!string.IsNullOrEmpty(configurationPath))
+ {
+ var xmlConfig = XElement.Load(configurationPath);
+
+ if (xmlConfig.Name.LocalName == PublicConfigElemStr)
+ {
+ // The passed in config file is public config
+ publicConfig = xmlConfig;
+ }
+ else if (xmlConfig.Name.LocalName == DiagnosticsConfigurationElemStr)
+ {
+ // The passed in config file is .wadcfgx file
+ publicConfig = xmlConfig.Elements().FirstOrDefault(ele => ele.Name.LocalName == PublicConfigElemStr);
+ }
+ }
+
+ return publicConfig;
+ }
+
+ public static JObject GetPublicConfigJObjectFromJsonFile(string configurationPath)
+ {
+ var config = JsonConvert.DeserializeObject(File.ReadAllText(configurationPath));
+ var properties = config.Properties().Select(p => p.Name);
+
+ // If the json config has the public config as a property, we extract it. Otherwise, the root object is the public config.
+ var publicConfigProperty = properties.FirstOrDefault(p => p.Equals(PublicConfigElemStr, StringComparison.OrdinalIgnoreCase));
+ var publicConfig = publicConfigProperty == null ? config : config[publicConfigProperty] as JObject;
+
+ return publicConfig;
+ }
+
+ public static string GetStorageAccountInfoFromPrivateConfig(string configurationPath, string attributeName)
+ {
+ string value = null;
+ var configFileType = GetConfigFileType(configurationPath);
+
+ if (configFileType == ConfigFileType.Xml)
+ {
+ var xmlConfig = XElement.Load(configurationPath);
+
+ if (xmlConfig.Name.LocalName == DiagnosticsConfigurationElemStr)
+ {
+ var privateConfigElem = xmlConfig.Elements().FirstOrDefault(ele => ele.Name.LocalName == PrivateConfigElemStr);
+ var storageAccountElem = privateConfigElem == null ? null : privateConfigElem.Elements().FirstOrDefault(ele => ele.Name.LocalName == StorageAccountElemStr);
+ var attribute = storageAccountElem == null ? null : storageAccountElem.Attributes().FirstOrDefault(a => string.Equals(a.Name.LocalName, attributeName));
+ value = attribute == null ? null : attribute.Value;
+ }
+ }
+ else if (configFileType == ConfigFileType.Json)
+ {
+ var jsonConfig = JsonConvert.DeserializeObject(File.ReadAllText(configurationPath));
+ var properties = jsonConfig.Properties().Select(p => p.Name);
+
+ var privateConfigProperty = properties.FirstOrDefault(p => p.Equals(PrivateConfigElemStr, StringComparison.OrdinalIgnoreCase));
+ if (privateConfigProperty != null)
+ {
+ var privateConfig = jsonConfig[privateConfigProperty] as JObject;
+ properties = privateConfig.Properties().Select(p => p.Name);
+
+ var attributeProperty = properties.FirstOrDefault(p => p.Equals(attributeName, StringComparison.OrdinalIgnoreCase));
+ value = attributeProperty == null ? null : privateConfig[attributeProperty].Value();
+ }
+ }
+
+ return value;
+ }
+
+ ///
+ /// Initialize the storage account name if it's not specified.
+ /// It can be defined in multiple places, we only take the one with higher precedence. And the precedence is:
+ /// 1. The one get from StorageContext parameter
+ /// 2. The one parsed from the diagnostics configuration file
+ ///
+ public static string InitializeStorageAccountName(AzureStorageContext storageContext = null, string configurationPath = null)
+ {
+ string storageAccountName = null;
+ var configFileType = GetConfigFileType(configurationPath);
+
+ if (storageContext != null)
+ {
+ storageAccountName = storageContext.StorageAccountName;
+ }
+ else if (configFileType == ConfigFileType.Xml)
+ {
+ var publicConfig = GetPublicConfigXElementFromXmlFile(configurationPath);
+ var storageNode = publicConfig == null ? null : publicConfig.Elements().FirstOrDefault(ele => ele.Name.LocalName == StorageAccountElemStr);
+ storageAccountName = storageNode == null ? null : storageNode.Value;
+ }
+ else if (configFileType == ConfigFileType.Json)
+ {
+ var publicConfig = GetPublicConfigJObjectFromJsonFile(configurationPath);
+ var properties = publicConfig.Properties().Select(p => p.Name);
+ var storageAccountProperty = properties.FirstOrDefault(p => p.Equals(StorageAccount, StringComparison.OrdinalIgnoreCase));
+ storageAccountName = storageAccountProperty == null ? null : publicConfig[storageAccountProperty].Value();
+ }
+
+ return storageAccountName;
+ }
+
+ ///
+ /// Initialize the storage account key if it's not specified.
+ /// It can be defined in multiple places, we only take the one with higher precedence. And the precedence is:
+ /// 1. The one we try to resolve within current subscription
+ /// 2. The one defined in PrivateConfig in the configuration file
+ ///
+ public static string InitializeStorageAccountKey(IStorageManagementClient storageClient, string storageAccountName = null, string configurationPath = null)
+ {
+ string storageAccountKey = null;
+ StorageAccount storageAccount = null;
+
+ if (TryGetStorageAccount(storageClient, storageAccountName, out storageAccount))
+ {
+ // Help user retrieve the storage account key
+ var psStorageAccount = new PSStorageAccount(storageAccount);
+ var credentials = StorageUtilities.GenerateStorageCredentials(storageClient, psStorageAccount.ResourceGroupName, psStorageAccount.StorageAccountName);
+ storageAccountKey = credentials.ExportBase64EncodedKey();
+ }
+ else
+ {
+ // Use the one defined in PrivateConfig
+ storageAccountKey = GetStorageAccountInfoFromPrivateConfig(configurationPath, PrivConfKeyAttr);
+ }
+
+ return storageAccountKey;
+ }
+
+ ///
+ /// Initialize the storage account endpoint if it's not specified.
+ /// We can get the value from multiple places, we only take the one with higher precedence. And the precedence is:
+ /// 1. The one get from StorageContext parameter
+ /// 2. The one get from the storage account
+ /// 3. The one get from PrivateConfig element in config file
+ /// 4. The one get from current Azure Environment
+ ///
+ public static string InitializeStorageAccountEndpoint(string storageAccountName, string storageAccountKey, IStorageManagementClient storageClient,
+ AzureStorageContext storageContext = null, string configurationPath = null, AzureContext defaultContext = null)
+ {
+ string storageAccountEndpoint = null;
+ StorageAccount storageAccount = null;
+
+ if (storageContext != null)
+ {
+ // Get value from StorageContext
+ storageAccountEndpoint = GetEndpointFromStorageContext(storageContext);
+ }
+ else if (TryGetStorageAccount(storageClient, storageAccountName, out storageAccount))
+ {
+ // Get value from StorageAccount
+ var endpoints = storageAccount.PrimaryEndpoints;
+ var context = CreateStorageContext(endpoints.Blob, endpoints.Queue, endpoints.Table, endpoints.File, storageAccountName, storageAccountKey);
+ storageAccountEndpoint = GetEndpointFromStorageContext(context);
+ }
+ else if (!string.IsNullOrEmpty(
+ storageAccountEndpoint = GetStorageAccountInfoFromPrivateConfig(configurationPath, PrivConfEndpointAttr)))
+ {
+ // We can get the value from PrivateConfig
+ }
+ else if (defaultContext != null && defaultContext.Environment != null)
+ {
+ // Get value from default azure environment. Default to use https
+ Uri blobEndpoint = defaultContext.Environment.GetStorageBlobEndpoint(storageAccountName);
+ Uri queueEndpoint = defaultContext.Environment.GetStorageQueueEndpoint(storageAccountName);
+ Uri tableEndpoint = defaultContext.Environment.GetStorageTableEndpoint(storageAccountName);
+ Uri fileEndpoint = defaultContext.Environment.GetStorageFileEndpoint(storageAccountName);
+ var context = CreateStorageContext(blobEndpoint, queueEndpoint, tableEndpoint, fileEndpoint, storageAccountName, storageAccountKey);
+ storageAccountEndpoint = GetEndpointFromStorageContext(context);
+ }
+
+ return storageAccountEndpoint;
+ }
+
+ private static bool TryGetStorageAccount(IStorageManagementClient storageClient, string storageAccountName, out StorageAccount storageAccount)
+ {
+ try
+ {
+ var storageAccounts = storageClient.StorageAccounts.List().StorageAccounts;
+ storageAccount = storageAccounts == null ? null : storageAccounts.FirstOrDefault(account => account.Name.Equals(storageAccountName));
+ }
+ catch
+ {
+ storageAccount = null;
+ }
+
+ return storageAccount != null;
+ }
+
+ private static AzureStorageContext CreateStorageContext(Uri blobEndpoint, Uri queueEndpoint, Uri tableEndpoint, Uri fileEndpoint,
+ string storageAccountName, string storageAccountKey)
+ {
+ var credentials = new StorageCredentials(storageAccountName, storageAccountKey);
+ var cloudStorageAccount = new CloudStorageAccount(credentials, blobEndpoint, queueEndpoint, tableEndpoint, fileEndpoint);
+ return new AzureStorageContext(cloudStorageAccount);
+ }
+
+ private static string GetEndpointFromStorageContext(AzureStorageContext context)
+ {
+ var scheme = context.BlobEndPoint.StartsWith("https://", StringComparison.OrdinalIgnoreCase) ? "https://" : "http://";
+ return scheme + context.EndPointSuffix;
+ }
}
}
diff --git a/src/ResourceManager/Compute/Commands.Compute/Extension/Diagnostics/SetAzureRmVMDiagnosticsExtension.cs b/src/ResourceManager/Compute/Commands.Compute/Extension/Diagnostics/SetAzureRmVMDiagnosticsExtension.cs
index 77564ef1ce58..0658e2662210 100644
--- a/src/ResourceManager/Compute/Commands.Compute/Extension/Diagnostics/SetAzureRmVMDiagnosticsExtension.cs
+++ b/src/ResourceManager/Compute/Commands.Compute/Extension/Diagnostics/SetAzureRmVMDiagnosticsExtension.cs
@@ -14,24 +14,15 @@
using System;
using System.Collections;
-using System.Globalization;
-using System.Linq;
using System.Management.Automation;
-using System.Xml.Linq;
using AutoMapper;
using Microsoft.Azure.Commands.Compute.Common;
using Microsoft.Azure.Commands.Compute.Models;
-using Microsoft.Azure.Commands.Management.Storage.Models;
using Microsoft.Azure.Common.Authentication;
using Microsoft.Azure.Common.Authentication.Models;
-using Microsoft.Azure.Management.Compute;
using Microsoft.Azure.Management.Compute.Models;
using Microsoft.Azure.Management.Storage;
-using Microsoft.Azure.Management.Storage.Models;
using Microsoft.WindowsAzure.Commands.Common.Storage;
-using Microsoft.WindowsAzure.Commands.Utilities.Common;
-using Microsoft.WindowsAzure.Storage;
-using Microsoft.WindowsAzure.Storage.Auth;
namespace Microsoft.Azure.Commands.Compute
{
@@ -253,112 +244,41 @@ private void ExecuteCommand()
private void InitializeStorageParameters()
{
InitializeStorageAccountName();
-
- var storageAccounts = this.StorageClient.StorageAccounts.List().StorageAccounts;
- var storageAccount = storageAccounts == null ? null : storageAccounts.FirstOrDefault(account => account.Name.Equals(this.StorageAccountName));
-
- InitializeStorageAccountKey(storageAccount);
- InitializeStorageAccountEndpoint(storageAccount);
+ InitializeStorageAccountKey();
+ InitializeStorageAccountEndpoint();
}
- ///
- /// Make sure the storage account name is set.
- /// It can be defined in multiple places, we only take the one with higher precedence. And the precedence is:
- /// 1. Directly specified from command line parameter
- /// 2. The one get from StorageContext parameter
- /// 3. The one parsed from the diagnostics configuration file
- ///
private void InitializeStorageAccountName()
{
+ this.StorageAccountName = this.StorageAccountName ??
+ DiagnosticsHelper.InitializeStorageAccountName(this.StorageContext, this.DiagnosticsConfigurationPath);
+
if (string.IsNullOrEmpty(this.StorageAccountName))
{
- if (this.StorageContext != null)
- {
- this.StorageAccountName = this.StorageContext.StorageAccountName;
- }
- else
- {
- var config = XElement.Load(this.DiagnosticsConfigurationPath);
- var storageNode = config.Elements().FirstOrDefault(ele => ele.Name.LocalName == "StorageAccount");
-
- if (storageNode == null)
- {
- throw new ArgumentNullException(Properties.Resources.DiagnosticsExtensionStorageAccountNameNotDefined);
- }
- else
- {
- this.StorageAccountName = storageNode.Value;
- }
- }
+ throw new ArgumentException(Properties.Resources.DiagnosticsExtensionNullStorageAccountName);
}
}
- ///
- /// Make sure the storage account key is set.
- /// If user doesn't specify it in command line, we try to resolve the key for the user given the storage account.
- ///
- /// The storage account to list the key.
- private void InitializeStorageAccountKey(StorageAccount storageAccount)
+ private void InitializeStorageAccountKey()
{
+ this.StorageAccountKey = this.StorageAccountKey ??
+ DiagnosticsHelper.InitializeStorageAccountKey(this.StorageClient, this.StorageAccountName, this.DiagnosticsConfigurationPath);
+
if (string.IsNullOrEmpty(this.StorageAccountKey))
{
- if (storageAccount == null)
- {
- throw new Exception(string.Format(CultureInfo.InvariantCulture, Properties.Resources.DiagnosticsExtensionFailedToListKeyForNoStorageAccount, this.StorageAccountName));
- }
-
- var psStorageAccount = new PSStorageAccount(storageAccount);
- var credentials = StorageUtilities.GenerateStorageCredentials(this.StorageClient, psStorageAccount.ResourceGroupName, psStorageAccount.StorageAccountName);
- this.StorageAccountKey = credentials.ExportBase64EncodedKey();
+ throw new ArgumentException(Properties.Resources.DiagnosticsExtensionNullStorageAccountKey);
}
}
- ///
- /// Make sure we set the correct storage account endpoint.
- /// We can get the value from multiple places, we only take the one with higher precedence. And the precedence is:
- /// 1. Directly specified from command line parameter
- /// 2. The one get from StorageContext parameter
- /// 3. The one get from the storage account we list
- /// 4. The one get from current Azure Environment
- ///
- /// The storage account to help get the endpoint.
- private void InitializeStorageAccountEndpoint(StorageAccount storageAccount)
+ private void InitializeStorageAccountEndpoint()
{
+ this.StorageAccountEndpoint = this.StorageAccountEndpoint ??
+ DiagnosticsHelper.InitializeStorageAccountEndpoint(this.StorageAccountName, this.StorageAccountKey, this.StorageClient,
+ this.StorageContext, this.DiagnosticsConfigurationPath, this.DefaultContext);
+
if (string.IsNullOrEmpty(this.StorageAccountEndpoint))
{
- var context = this.StorageContext;
- if (context == null)
- {
- Uri blobEndpoint = null, queueEndpoint = null, tableEndpoint = null, fileEndpoint = null;
- if (storageAccount != null)
- {
- // Create storage context from storage account
- var endpoints = storageAccount.PrimaryEndpoints;
- blobEndpoint = endpoints.Blob;
- queueEndpoint = endpoints.Queue;
- tableEndpoint = endpoints.Table;
- fileEndpoint = endpoints.File;
- }
- else if (this.DefaultContext != null && this.DefaultContext.Environment != null)
- {
- // Create storage context from default azure environment. Default to use https
- blobEndpoint = DefaultContext.Environment.GetStorageBlobEndpoint(this.StorageAccountName);
- queueEndpoint = DefaultContext.Environment.GetStorageQueueEndpoint(this.StorageAccountName);
- tableEndpoint = DefaultContext.Environment.GetStorageTableEndpoint(this.StorageAccountName);
- fileEndpoint = DefaultContext.Environment.GetStorageFileEndpoint(this.StorageAccountName);
- }
- else
- {
- // Can't automatically get the endpoint to create storage context
- throw new ArgumentNullException(Properties.Resources.DiagnosticsExtensionStorageAccountEndpointNotDefined);
- }
- var credentials = new StorageCredentials(this.StorageAccountName, this.StorageAccountKey);
- var cloudStorageAccount = new CloudStorageAccount(credentials, blobEndpoint, queueEndpoint, tableEndpoint, fileEndpoint);
- context = new AzureStorageContext(cloudStorageAccount);
- }
-
- var scheme = context.BlobEndPoint.StartsWith("https://", StringComparison.OrdinalIgnoreCase) ? "https://" : "http://";
- this.StorageAccountEndpoint = scheme + context.EndPointSuffix;
+ throw new ArgumentNullException(Properties.Resources.DiagnosticsExtensionNullStorageAccountEndpoint);
}
}
diff --git a/src/ResourceManager/Compute/Commands.Compute/Properties/Resources.Designer.cs b/src/ResourceManager/Compute/Commands.Compute/Properties/Resources.Designer.cs
index f8acafc26f7f..cfa13e50905c 100644
--- a/src/ResourceManager/Compute/Commands.Compute/Properties/Resources.Designer.cs
+++ b/src/ResourceManager/Compute/Commands.Compute/Properties/Resources.Designer.cs
@@ -279,11 +279,20 @@ public static string DataDiskNotAssignedForVM {
}
///
- /// Looks up a localized string similar to Failed to list storage account key. Can't find storage account "{0}" under current subscription..
+ /// Looks up a localized string similar to WadCfg or xmlCfg is not defined in configuration file..
///
- public static string DiagnosticsExtensionFailedToListKeyForNoStorageAccount {
+ public static string DiagnosticsExtensionConfigNoWadCfgOrXmlCfg {
get {
- return ResourceManager.GetString("DiagnosticsExtensionFailedToListKeyForNoStorageAccount", resourceCulture);
+ return ResourceManager.GetString("DiagnosticsExtensionConfigNoWadCfgOrXmlCfg", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Invalid diagnostics configuration file. It should be in Invalid diagnostics configuration file. It should be in either xml or json format.either xml or json format..
+ ///
+ public static string DiagnosticsExtensionInvalidConfigFileFormat {
+ get {
+ return ResourceManager.GetString("DiagnosticsExtensionInvalidConfigFileFormat", resourceCulture);
}
}
@@ -297,20 +306,56 @@ public static string DiagnosticsExtensionNotFound {
}
///
- /// Looks up a localized string similar to Storage account endpoint is not defined..
+ /// Looks up a localized string similar to Storage account endpoint is not defined or can not be retrieved automatically...
///
- public static string DiagnosticsExtensionStorageAccountEndpointNotDefined {
+ public static string DiagnosticsExtensionNullStorageAccountEndpoint {
get {
- return ResourceManager.GetString("DiagnosticsExtensionStorageAccountEndpointNotDefined", resourceCulture);
+ return ResourceManager.GetString("DiagnosticsExtensionNullStorageAccountEndpoint", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Storage account key is not specified or can not be retrieved automatically..
+ ///
+ public static string DiagnosticsExtensionNullStorageAccountKey {
+ get {
+ return ResourceManager.GetString("DiagnosticsExtensionNullStorageAccountKey", resourceCulture);
}
}
///
/// Looks up a localized string similar to Storage account name is not defined..
///
- public static string DiagnosticsExtensionStorageAccountNameNotDefined {
+ public static string DiagnosticsExtensionNullStorageAccountName {
+ get {
+ return ResourceManager.GetString("DiagnosticsExtensionNullStorageAccountName", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Cannot find the WadCfg end element in the config..
+ ///
+ public static string DiagnosticsExtensionXmlConfigNoWadCfgEndTag {
+ get {
+ return ResourceManager.GetString("DiagnosticsExtensionXmlConfigNoWadCfgEndTag", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Cannot find the WadCfg element in the config..
+ ///
+ public static string DiagnosticsExtensionXmlConfigNoWadCfgStartTag {
+ get {
+ return ResourceManager.GetString("DiagnosticsExtensionXmlConfigNoWadCfgStartTag", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to WadCfg start element in the config is not matching the end element..
+ ///
+ public static string DiagnosticsExtensionXmlConfigWadCfgTagNotMatch {
get {
- return ResourceManager.GetString("DiagnosticsExtensionStorageAccountNameNotDefined", resourceCulture);
+ return ResourceManager.GetString("DiagnosticsExtensionXmlConfigWadCfgTagNotMatch", resourceCulture);
}
}
diff --git a/src/ResourceManager/Compute/Commands.Compute/Properties/Resources.resx b/src/ResourceManager/Compute/Commands.Compute/Properties/Resources.resx
index 38a4073d7a98..75b5a9b2ba5c 100644
--- a/src/ResourceManager/Compute/Commands.Compute/Properties/Resources.resx
+++ b/src/ResourceManager/Compute/Commands.Compute/Properties/Resources.resx
@@ -473,14 +473,28 @@ The file needs to be a PowerShell script (.ps1 or .psm1) or a ZIP archive (.zip)
No diagnostics extension found under resource group '{0}', virtual machine '{1}'.
{0} = resource group name, {1} = virtual machine name
-
- Failed to list storage account key. Can't find storage account "{0}" under current subscription.
- {0} = storage account name
+
+ Storage account key is not specified or can not be retrieved automatically.
-
+
Storage account name is not defined.
-
- Storage account endpoint is not defined.
+
+ Storage account endpoint is not defined or can not be retrieved automatically..
+
+
+ WadCfg or xmlCfg is not defined in configuration file.
+
+
+ Invalid diagnostics configuration file. It should be in Invalid diagnostics configuration file. It should be in either xml or json format.either xml or json format.
+
+
+ Cannot find the WadCfg end element in the config.
+
+
+ Cannot find the WadCfg element in the config.
+
+
+ WadCfg start element in the config is not matching the end element.
\ No newline at end of file
diff --git a/src/ResourceManager/Compute/Commands.Compute/packages.config b/src/ResourceManager/Compute/Commands.Compute/packages.config
index f8d117016008..a2597c0b6cb2 100644
--- a/src/ResourceManager/Compute/Commands.Compute/packages.config
+++ b/src/ResourceManager/Compute/Commands.Compute/packages.config
@@ -3,7 +3,7 @@
-
+
diff --git a/src/ResourceManager/DataFactories/Commands.DataFactories.Test/Commands.DataFactories.Test.csproj b/src/ResourceManager/DataFactories/Commands.DataFactories.Test/Commands.DataFactories.Test.csproj
index 48d584209e55..ca6592ba8c36 100644
--- a/src/ResourceManager/DataFactories/Commands.DataFactories.Test/Commands.DataFactories.Test.csproj
+++ b/src/ResourceManager/DataFactories/Commands.DataFactories.Test/Commands.DataFactories.Test.csproj
@@ -49,7 +49,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ResourceManager/DataFactories/Commands.DataFactories.Test/packages.config b/src/ResourceManager/DataFactories/Commands.DataFactories.Test/packages.config
index 9af15537b80d..7d9a7e2f8e30 100644
--- a/src/ResourceManager/DataFactories/Commands.DataFactories.Test/packages.config
+++ b/src/ResourceManager/DataFactories/Commands.DataFactories.Test/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ResourceManager/DataFactories/Commands.DataFactories/Commands.DataFactories.csproj b/src/ResourceManager/DataFactories/Commands.DataFactories/Commands.DataFactories.csproj
index e7f9f66567d1..848b1d1945db 100644
--- a/src/ResourceManager/DataFactories/Commands.DataFactories/Commands.DataFactories.csproj
+++ b/src/ResourceManager/DataFactories/Commands.DataFactories/Commands.DataFactories.csproj
@@ -55,7 +55,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ResourceManager/DataFactories/Commands.DataFactories/packages.config b/src/ResourceManager/DataFactories/Commands.DataFactories/packages.config
index 07e31155d884..2c1116ac0c55 100644
--- a/src/ResourceManager/DataFactories/Commands.DataFactories/packages.config
+++ b/src/ResourceManager/DataFactories/Commands.DataFactories/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics.Test/Commands.DataLakeAnalytics.Test.csproj b/src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics.Test/Commands.DataLakeAnalytics.Test.csproj
index 440b2b187279..76b8e02144ea 100644
--- a/src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics.Test/Commands.DataLakeAnalytics.Test.csproj
+++ b/src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics.Test/Commands.DataLakeAnalytics.Test.csproj
@@ -52,7 +52,7 @@
False
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.NetFramework.dll
diff --git a/src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics.Test/packages.config b/src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics.Test/packages.config
index 19baf40625b6..cefee762f9f0 100644
--- a/src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics.Test/packages.config
+++ b/src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics.Test/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics/Commands.DataLakeAnalytics.csproj b/src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics/Commands.DataLakeAnalytics.csproj
index 6153621c7a32..18490685856f 100644
--- a/src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics/Commands.DataLakeAnalytics.csproj
+++ b/src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics/Commands.DataLakeAnalytics.csproj
@@ -44,7 +44,7 @@
False
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.NetFramework.dll
diff --git a/src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics/packages.config b/src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics/packages.config
index 0e8b9747585b..dcdcf6e1fa1d 100644
--- a/src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics/packages.config
+++ b/src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ResourceManager/DataLakeStore/Commands.DataLakeStore.Test/Commands.DataLakeStore.Test.csproj b/src/ResourceManager/DataLakeStore/Commands.DataLakeStore.Test/Commands.DataLakeStore.Test.csproj
index 2ec8d26f725a..32c8970281f4 100644
--- a/src/ResourceManager/DataLakeStore/Commands.DataLakeStore.Test/Commands.DataLakeStore.Test.csproj
+++ b/src/ResourceManager/DataLakeStore/Commands.DataLakeStore.Test/Commands.DataLakeStore.Test.csproj
@@ -53,7 +53,7 @@
False
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.NetFramework.dll
diff --git a/src/ResourceManager/DataLakeStore/Commands.DataLakeStore.Test/packages.config b/src/ResourceManager/DataLakeStore/Commands.DataLakeStore.Test/packages.config
index 674ac8bb70a3..3125ba9f5e7c 100644
--- a/src/ResourceManager/DataLakeStore/Commands.DataLakeStore.Test/packages.config
+++ b/src/ResourceManager/DataLakeStore/Commands.DataLakeStore.Test/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ResourceManager/DataLakeStore/Commands.DataLakeStore/Commands.DataLakeStore.csproj b/src/ResourceManager/DataLakeStore/Commands.DataLakeStore/Commands.DataLakeStore.csproj
index dfd217534205..de0fc1011a16 100644
--- a/src/ResourceManager/DataLakeStore/Commands.DataLakeStore/Commands.DataLakeStore.csproj
+++ b/src/ResourceManager/DataLakeStore/Commands.DataLakeStore/Commands.DataLakeStore.csproj
@@ -44,7 +44,7 @@
False
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.NetFramework.dll
diff --git a/src/ResourceManager/DataLakeStore/Commands.DataLakeStore/packages.config b/src/ResourceManager/DataLakeStore/Commands.DataLakeStore/packages.config
index 9a08c4351c86..a378fd4fbcb8 100644
--- a/src/ResourceManager/DataLakeStore/Commands.DataLakeStore/packages.config
+++ b/src/ResourceManager/DataLakeStore/Commands.DataLakeStore/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ResourceManager/Dns/Commands.Dns.Test/Commands.Dns.Test.csproj b/src/ResourceManager/Dns/Commands.Dns.Test/Commands.Dns.Test.csproj
index 77384d4858b5..55990489bbd8 100644
--- a/src/ResourceManager/Dns/Commands.Dns.Test/Commands.Dns.Test.csproj
+++ b/src/ResourceManager/Dns/Commands.Dns.Test/Commands.Dns.Test.csproj
@@ -52,7 +52,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ResourceManager/Dns/Commands.Dns.Test/packages.config b/src/ResourceManager/Dns/Commands.Dns.Test/packages.config
index f9767c5707f3..92d3482c8177 100644
--- a/src/ResourceManager/Dns/Commands.Dns.Test/packages.config
+++ b/src/ResourceManager/Dns/Commands.Dns.Test/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ResourceManager/Dns/Commands.Dns/Commands.Dns.csproj b/src/ResourceManager/Dns/Commands.Dns/Commands.Dns.csproj
index 7829a9aaa72c..2a6225b5e2bf 100644
--- a/src/ResourceManager/Dns/Commands.Dns/Commands.Dns.csproj
+++ b/src/ResourceManager/Dns/Commands.Dns/Commands.Dns.csproj
@@ -96,7 +96,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ResourceManager/Dns/Commands.Dns/packages.config b/src/ResourceManager/Dns/Commands.Dns/packages.config
index ea168b1c2bd9..50800a64b0e9 100644
--- a/src/ResourceManager/Dns/Commands.Dns/packages.config
+++ b/src/ResourceManager/Dns/Commands.Dns/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ResourceManager/HDInsight/Commands.HDInsight.Test/Commands.HDInsight.Test.csproj b/src/ResourceManager/HDInsight/Commands.HDInsight.Test/Commands.HDInsight.Test.csproj
index 2aea4b0df79c..f6442251cfca 100644
--- a/src/ResourceManager/HDInsight/Commands.HDInsight.Test/Commands.HDInsight.Test.csproj
+++ b/src/ResourceManager/HDInsight/Commands.HDInsight.Test/Commands.HDInsight.Test.csproj
@@ -39,7 +39,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ResourceManager/HDInsight/Commands.HDInsight.Test/packages.config b/src/ResourceManager/HDInsight/Commands.HDInsight.Test/packages.config
index 9d00c325d0f1..5508f274b5d8 100644
--- a/src/ResourceManager/HDInsight/Commands.HDInsight.Test/packages.config
+++ b/src/ResourceManager/HDInsight/Commands.HDInsight.Test/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ResourceManager/HDInsight/Commands.HDInsight/Commands.HDInsight.csproj b/src/ResourceManager/HDInsight/Commands.HDInsight/Commands.HDInsight.csproj
index c6a50f67dc11..c633b4e65606 100644
--- a/src/ResourceManager/HDInsight/Commands.HDInsight/Commands.HDInsight.csproj
+++ b/src/ResourceManager/HDInsight/Commands.HDInsight/Commands.HDInsight.csproj
@@ -108,7 +108,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ResourceManager/HDInsight/Commands.HDInsight/packages.config b/src/ResourceManager/HDInsight/Commands.HDInsight/packages.config
index ee2ccd8a118b..39aa769f6f6f 100644
--- a/src/ResourceManager/HDInsight/Commands.HDInsight/packages.config
+++ b/src/ResourceManager/HDInsight/Commands.HDInsight/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ResourceManager/Insights/Commands.Insights.Test/Commands.Insights.Test.csproj b/src/ResourceManager/Insights/Commands.Insights.Test/Commands.Insights.Test.csproj
index 364d3a793d65..01f1aa60c727 100644
--- a/src/ResourceManager/Insights/Commands.Insights.Test/Commands.Insights.Test.csproj
+++ b/src/ResourceManager/Insights/Commands.Insights.Test/Commands.Insights.Test.csproj
@@ -51,7 +51,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ResourceManager/Insights/Commands.Insights.Test/packages.config b/src/ResourceManager/Insights/Commands.Insights.Test/packages.config
index e0d6d878784c..4c3980df126d 100644
--- a/src/ResourceManager/Insights/Commands.Insights.Test/packages.config
+++ b/src/ResourceManager/Insights/Commands.Insights.Test/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ResourceManager/Insights/Commands.Insights/Commands.Insights.csproj b/src/ResourceManager/Insights/Commands.Insights/Commands.Insights.csproj
index f9a4db2749b1..d3a517d9718f 100644
--- a/src/ResourceManager/Insights/Commands.Insights/Commands.Insights.csproj
+++ b/src/ResourceManager/Insights/Commands.Insights/Commands.Insights.csproj
@@ -50,7 +50,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ResourceManager/Insights/Commands.Insights/packages.config b/src/ResourceManager/Insights/Commands.Insights/packages.config
index e0796c5fd5ab..9d9c8550e2bb 100644
--- a/src/ResourceManager/Insights/Commands.Insights/packages.config
+++ b/src/ResourceManager/Insights/Commands.Insights/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ResourceManager/Intune/Commands.Intune.Test/Commands.Intune.Test.csproj b/src/ResourceManager/Intune/Commands.Intune.Test/Commands.Intune.Test.csproj
index a7a3dfaf40dc..8c0ebaa951d9 100644
--- a/src/ResourceManager/Intune/Commands.Intune.Test/Commands.Intune.Test.csproj
+++ b/src/ResourceManager/Intune/Commands.Intune.Test/Commands.Intune.Test.csproj
@@ -47,7 +47,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ResourceManager/Intune/Commands.Intune.Test/packages.config b/src/ResourceManager/Intune/Commands.Intune.Test/packages.config
index 4df803799852..ad36b4f5b858 100644
--- a/src/ResourceManager/Intune/Commands.Intune.Test/packages.config
+++ b/src/ResourceManager/Intune/Commands.Intune.Test/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ResourceManager/Intune/Commands.Intune/Commands.Intune.csproj b/src/ResourceManager/Intune/Commands.Intune/Commands.Intune.csproj
index 24a115c278d9..1255f4f46bf6 100644
--- a/src/ResourceManager/Intune/Commands.Intune/Commands.Intune.csproj
+++ b/src/ResourceManager/Intune/Commands.Intune/Commands.Intune.csproj
@@ -49,7 +49,7 @@
..\..\..\packages\Hyak.Common.1.0.3\lib\net45\Hyak.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ResourceManager/Intune/Commands.Intune/packages.config b/src/ResourceManager/Intune/Commands.Intune/packages.config
index 8534ef68522c..a1c9147bbe4f 100644
--- a/src/ResourceManager/Intune/Commands.Intune/packages.config
+++ b/src/ResourceManager/Intune/Commands.Intune/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ResourceManager/KeyVault/Commands.KeyVault.Test/Commands.KeyVault.Test.csproj b/src/ResourceManager/KeyVault/Commands.KeyVault.Test/Commands.KeyVault.Test.csproj
index 266b8e937aa1..67b868786046 100644
--- a/src/ResourceManager/KeyVault/Commands.KeyVault.Test/Commands.KeyVault.Test.csproj
+++ b/src/ResourceManager/KeyVault/Commands.KeyVault.Test/Commands.KeyVault.Test.csproj
@@ -57,7 +57,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ResourceManager/KeyVault/Commands.KeyVault.Test/packages.config b/src/ResourceManager/KeyVault/Commands.KeyVault.Test/packages.config
index 8764a140bed1..dc23c7d37be6 100644
--- a/src/ResourceManager/KeyVault/Commands.KeyVault.Test/packages.config
+++ b/src/ResourceManager/KeyVault/Commands.KeyVault.Test/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ResourceManager/KeyVault/Commands.KeyVault/Commands.KeyVault.csproj b/src/ResourceManager/KeyVault/Commands.KeyVault/Commands.KeyVault.csproj
index 92f630ce507e..4bf2180390d2 100644
--- a/src/ResourceManager/KeyVault/Commands.KeyVault/Commands.KeyVault.csproj
+++ b/src/ResourceManager/KeyVault/Commands.KeyVault/Commands.KeyVault.csproj
@@ -120,7 +120,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ResourceManager/KeyVault/Commands.KeyVault/packages.config b/src/ResourceManager/KeyVault/Commands.KeyVault/packages.config
index a5e279a4eb1e..34b85aade3be 100644
--- a/src/ResourceManager/KeyVault/Commands.KeyVault/packages.config
+++ b/src/ResourceManager/KeyVault/Commands.KeyVault/packages.config
@@ -3,7 +3,7 @@
-
+
diff --git a/src/ResourceManager/Network/Commands.Network.Test/Commands.Network.Test.csproj b/src/ResourceManager/Network/Commands.Network.Test/Commands.Network.Test.csproj
index 67f471c2b92c..4c74b93b4006 100644
--- a/src/ResourceManager/Network/Commands.Network.Test/Commands.Network.Test.csproj
+++ b/src/ResourceManager/Network/Commands.Network.Test/Commands.Network.Test.csproj
@@ -50,7 +50,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ResourceManager/Network/Commands.Network.Test/packages.config b/src/ResourceManager/Network/Commands.Network.Test/packages.config
index 4f3bebf7cad6..00d6bfdad6ea 100644
--- a/src/ResourceManager/Network/Commands.Network.Test/packages.config
+++ b/src/ResourceManager/Network/Commands.Network.Test/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ResourceManager/Network/Commands.Network/Commands.Network.csproj b/src/ResourceManager/Network/Commands.Network/Commands.Network.csproj
index 7957eb82c7f1..be2f285b0a5a 100644
--- a/src/ResourceManager/Network/Commands.Network/Commands.Network.csproj
+++ b/src/ResourceManager/Network/Commands.Network/Commands.Network.csproj
@@ -55,7 +55,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ResourceManager/Network/Commands.Network/packages.config b/src/ResourceManager/Network/Commands.Network/packages.config
index 524af1172fa2..304905207a74 100644
--- a/src/ResourceManager/Network/Commands.Network/packages.config
+++ b/src/ResourceManager/Network/Commands.Network/packages.config
@@ -3,7 +3,7 @@
-
+
diff --git a/src/ResourceManager/NotificationHubs/Commands.NotificationHubs.Test/Commands.NotificationHubs.Test.csproj b/src/ResourceManager/NotificationHubs/Commands.NotificationHubs.Test/Commands.NotificationHubs.Test.csproj
index c29c80240751..9b79dce830b9 100644
--- a/src/ResourceManager/NotificationHubs/Commands.NotificationHubs.Test/Commands.NotificationHubs.Test.csproj
+++ b/src/ResourceManager/NotificationHubs/Commands.NotificationHubs.Test/Commands.NotificationHubs.Test.csproj
@@ -50,7 +50,7 @@
True
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ResourceManager/NotificationHubs/Commands.NotificationHubs.Test/packages.config b/src/ResourceManager/NotificationHubs/Commands.NotificationHubs.Test/packages.config
index 54413018d737..7409c8cf0c84 100644
--- a/src/ResourceManager/NotificationHubs/Commands.NotificationHubs.Test/packages.config
+++ b/src/ResourceManager/NotificationHubs/Commands.NotificationHubs.Test/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ResourceManager/NotificationHubs/Commands.NotificationHubs/Commands.NotificationHubs.csproj b/src/ResourceManager/NotificationHubs/Commands.NotificationHubs/Commands.NotificationHubs.csproj
index 76c1260aa6db..dd3e8ac247a9 100644
--- a/src/ResourceManager/NotificationHubs/Commands.NotificationHubs/Commands.NotificationHubs.csproj
+++ b/src/ResourceManager/NotificationHubs/Commands.NotificationHubs/Commands.NotificationHubs.csproj
@@ -47,7 +47,7 @@
True
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ResourceManager/NotificationHubs/Commands.NotificationHubs/packages.config b/src/ResourceManager/NotificationHubs/Commands.NotificationHubs/packages.config
index a4c6f3141330..149ed223d4c0 100644
--- a/src/ResourceManager/NotificationHubs/Commands.NotificationHubs/packages.config
+++ b/src/ResourceManager/NotificationHubs/Commands.NotificationHubs/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ResourceManager/OperationalInsights/Commands.OperationalInsights.Test/Commands.OperationalInsights.Test.csproj b/src/ResourceManager/OperationalInsights/Commands.OperationalInsights.Test/Commands.OperationalInsights.Test.csproj
index 2e7da4a95a1a..d21f1a32e1e3 100644
--- a/src/ResourceManager/OperationalInsights/Commands.OperationalInsights.Test/Commands.OperationalInsights.Test.csproj
+++ b/src/ResourceManager/OperationalInsights/Commands.OperationalInsights.Test/Commands.OperationalInsights.Test.csproj
@@ -48,7 +48,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ResourceManager/OperationalInsights/Commands.OperationalInsights.Test/packages.config b/src/ResourceManager/OperationalInsights/Commands.OperationalInsights.Test/packages.config
index e98d874949c8..f98a8534d963 100644
--- a/src/ResourceManager/OperationalInsights/Commands.OperationalInsights.Test/packages.config
+++ b/src/ResourceManager/OperationalInsights/Commands.OperationalInsights.Test/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ResourceManager/OperationalInsights/Commands.OperationalInsights/Commands.OperationalInsights.csproj b/src/ResourceManager/OperationalInsights/Commands.OperationalInsights/Commands.OperationalInsights.csproj
index c217d9d9bbb9..290636feb0bb 100644
--- a/src/ResourceManager/OperationalInsights/Commands.OperationalInsights/Commands.OperationalInsights.csproj
+++ b/src/ResourceManager/OperationalInsights/Commands.OperationalInsights/Commands.OperationalInsights.csproj
@@ -55,7 +55,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ResourceManager/OperationalInsights/Commands.OperationalInsights/packages.config b/src/ResourceManager/OperationalInsights/Commands.OperationalInsights/packages.config
index 6fd8782c52e2..685228d3e44c 100644
--- a/src/ResourceManager/OperationalInsights/Commands.OperationalInsights/packages.config
+++ b/src/ResourceManager/OperationalInsights/Commands.OperationalInsights/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ResourceManager/Profile/Commands.Profile.Test/Commands.Profile.Test.csproj b/src/ResourceManager/Profile/Commands.Profile.Test/Commands.Profile.Test.csproj
index a2e3a00df5d6..b64114529c17 100644
--- a/src/ResourceManager/Profile/Commands.Profile.Test/Commands.Profile.Test.csproj
+++ b/src/ResourceManager/Profile/Commands.Profile.Test/Commands.Profile.Test.csproj
@@ -57,7 +57,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
@@ -69,7 +69,7 @@
False
- ..\..\..\packages\Microsoft.Azure.Management.Resources.2.18.11-preview\lib\net40\Microsoft.Azure.ResourceManager.dll
+ ..\..\..\packages\Microsoft.Azure.Management.Resources.2.18.13-preview\lib\net40\Microsoft.Azure.ResourceManager.dll
..\..\..\packages\Microsoft.Azure.Test.Framework.1.0.5799.28345-prerelease\lib\net45\Microsoft.Azure.Test.Framework.dll
diff --git a/src/ResourceManager/Profile/Commands.Profile.Test/packages.config b/src/ResourceManager/Profile/Commands.Profile.Test/packages.config
index b402df8b52c9..c17ed8d2d7e4 100644
--- a/src/ResourceManager/Profile/Commands.Profile.Test/packages.config
+++ b/src/ResourceManager/Profile/Commands.Profile.Test/packages.config
@@ -2,10 +2,10 @@
-
+
-
+
diff --git a/src/ResourceManager/Profile/Commands.Profile/Commands.Profile.csproj b/src/ResourceManager/Profile/Commands.Profile/Commands.Profile.csproj
index cd6df35ebce9..bd5ca97b6d3c 100644
--- a/src/ResourceManager/Profile/Commands.Profile/Commands.Profile.csproj
+++ b/src/ResourceManager/Profile/Commands.Profile/Commands.Profile.csproj
@@ -55,14 +55,14 @@
False
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.NetFramework.dll
False
- ..\..\..\packages\Microsoft.Azure.Management.Resources.2.18.11-preview\lib\net40\Microsoft.Azure.ResourceManager.dll
+ ..\..\..\packages\Microsoft.Azure.Management.Resources.2.18.13-preview\lib\net40\Microsoft.Azure.ResourceManager.dll
diff --git a/src/ResourceManager/Profile/Commands.Profile/packages.config b/src/ResourceManager/Profile/Commands.Profile/packages.config
index 9866de24347e..df89a45abab5 100644
--- a/src/ResourceManager/Profile/Commands.Profile/packages.config
+++ b/src/ResourceManager/Profile/Commands.Profile/packages.config
@@ -2,9 +2,9 @@
-
+
-
+
diff --git a/src/ResourceManager/RecoveryServices/Commands.RecoveryServices.Test/Commands.RecoveryServices.Test.csproj b/src/ResourceManager/RecoveryServices/Commands.RecoveryServices.Test/Commands.RecoveryServices.Test.csproj
index d6917eca7f5e..b611580eb0f8 100644
--- a/src/ResourceManager/RecoveryServices/Commands.RecoveryServices.Test/Commands.RecoveryServices.Test.csproj
+++ b/src/ResourceManager/RecoveryServices/Commands.RecoveryServices.Test/Commands.RecoveryServices.Test.csproj
@@ -35,7 +35,7 @@
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ResourceManager/RecoveryServices/Commands.RecoveryServices.Test/packages.config b/src/ResourceManager/RecoveryServices/Commands.RecoveryServices.Test/packages.config
index 6d7c62018901..b4e0f2f7bb03 100644
--- a/src/ResourceManager/RecoveryServices/Commands.RecoveryServices.Test/packages.config
+++ b/src/ResourceManager/RecoveryServices/Commands.RecoveryServices.Test/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ResourceManager/RecoveryServices/Commands.RecoveryServices/Commands.RecoveryServices.csproj b/src/ResourceManager/RecoveryServices/Commands.RecoveryServices/Commands.RecoveryServices.csproj
index 75037bdea8b8..a9536cbf6d4b 100644
--- a/src/ResourceManager/RecoveryServices/Commands.RecoveryServices/Commands.RecoveryServices.csproj
+++ b/src/ResourceManager/RecoveryServices/Commands.RecoveryServices/Commands.RecoveryServices.csproj
@@ -44,7 +44,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ResourceManager/RecoveryServices/Commands.RecoveryServices/packages.config b/src/ResourceManager/RecoveryServices/Commands.RecoveryServices/packages.config
index 2a84432fa462..988638f65f1c 100644
--- a/src/ResourceManager/RecoveryServices/Commands.RecoveryServices/packages.config
+++ b/src/ResourceManager/RecoveryServices/Commands.RecoveryServices/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ResourceManager/RedisCache/Commands.RedisCache.Test/Commands.RedisCache.Test.csproj b/src/ResourceManager/RedisCache/Commands.RedisCache.Test/Commands.RedisCache.Test.csproj
index d7912437fd8d..1a1364e4e8c5 100644
--- a/src/ResourceManager/RedisCache/Commands.RedisCache.Test/Commands.RedisCache.Test.csproj
+++ b/src/ResourceManager/RedisCache/Commands.RedisCache.Test/Commands.RedisCache.Test.csproj
@@ -50,7 +50,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ResourceManager/RedisCache/Commands.RedisCache.Test/packages.config b/src/ResourceManager/RedisCache/Commands.RedisCache.Test/packages.config
index ae0d913cbbe7..bb1e8a42c39a 100644
--- a/src/ResourceManager/RedisCache/Commands.RedisCache.Test/packages.config
+++ b/src/ResourceManager/RedisCache/Commands.RedisCache.Test/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ResourceManager/RedisCache/Commands.RedisCache/Commands.RedisCache.csproj b/src/ResourceManager/RedisCache/Commands.RedisCache/Commands.RedisCache.csproj
index 3e7848948810..fdeaf78fd909 100644
--- a/src/ResourceManager/RedisCache/Commands.RedisCache/Commands.RedisCache.csproj
+++ b/src/ResourceManager/RedisCache/Commands.RedisCache/Commands.RedisCache.csproj
@@ -53,7 +53,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ResourceManager/RedisCache/Commands.RedisCache/packages.config b/src/ResourceManager/RedisCache/Commands.RedisCache/packages.config
index a7c55eede2a8..8cf97d759a4b 100644
--- a/src/ResourceManager/RedisCache/Commands.RedisCache/packages.config
+++ b/src/ResourceManager/RedisCache/Commands.RedisCache/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ResourceManager/Resources/Commands.ResourceManager/Cmdlets/Commands.Resources.Rest.csproj b/src/ResourceManager/Resources/Commands.ResourceManager/Cmdlets/Commands.Resources.Rest.csproj
index d5c024df7460..79b1059a1dd0 100644
--- a/src/ResourceManager/Resources/Commands.ResourceManager/Cmdlets/Commands.Resources.Rest.csproj
+++ b/src/ResourceManager/Resources/Commands.ResourceManager/Cmdlets/Commands.Resources.Rest.csproj
@@ -56,7 +56,7 @@
False
- ..\..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
..\..\..\..\packages\Microsoft.IdentityModel.Clients.ActiveDirectory.2.18.206251556\lib\net45\Microsoft.IdentityModel.Clients.ActiveDirectory.dll
diff --git a/src/ResourceManager/Resources/Commands.ResourceManager/Cmdlets/packages.config b/src/ResourceManager/Resources/Commands.ResourceManager/Cmdlets/packages.config
index 283e62b38052..1510305a0e35 100644
--- a/src/ResourceManager/Resources/Commands.ResourceManager/Cmdlets/packages.config
+++ b/src/ResourceManager/Resources/Commands.ResourceManager/Cmdlets/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ResourceManager/Resources/Commands.Resources.Test/Commands.Resources.Test.csproj b/src/ResourceManager/Resources/Commands.Resources.Test/Commands.Resources.Test.csproj
index 0c7c9e750da9..510df2837ed1 100644
--- a/src/ResourceManager/Resources/Commands.Resources.Test/Commands.Resources.Test.csproj
+++ b/src/ResourceManager/Resources/Commands.Resources.Test/Commands.Resources.Test.csproj
@@ -52,7 +52,7 @@
False
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.NetFramework.dll
diff --git a/src/ResourceManager/Resources/Commands.Resources.Test/packages.config b/src/ResourceManager/Resources/Commands.Resources.Test/packages.config
index 65c2500ffea9..5dca7cbd3bc0 100644
--- a/src/ResourceManager/Resources/Commands.Resources.Test/packages.config
+++ b/src/ResourceManager/Resources/Commands.Resources.Test/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ResourceManager/Resources/Commands.Resources/Commands.Resources.csproj b/src/ResourceManager/Resources/Commands.Resources/Commands.Resources.csproj
index bc2971068e5a..f417525a373f 100644
--- a/src/ResourceManager/Resources/Commands.Resources/Commands.Resources.csproj
+++ b/src/ResourceManager/Resources/Commands.Resources/Commands.Resources.csproj
@@ -56,7 +56,7 @@
False
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.NetFramework.dll
diff --git a/src/ResourceManager/Resources/Commands.Resources/packages.config b/src/ResourceManager/Resources/Commands.Resources/packages.config
index 0efb9399d312..45f1fb6dd40f 100644
--- a/src/ResourceManager/Resources/Commands.Resources/packages.config
+++ b/src/ResourceManager/Resources/Commands.Resources/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ResourceManager/SiteRecovery/Commands.SiteRecovery.Test/Commands.SiteRecovery.Test.csproj b/src/ResourceManager/SiteRecovery/Commands.SiteRecovery.Test/Commands.SiteRecovery.Test.csproj
index 0a975bf44ba4..d05ef52db5ee 100644
--- a/src/ResourceManager/SiteRecovery/Commands.SiteRecovery.Test/Commands.SiteRecovery.Test.csproj
+++ b/src/ResourceManager/SiteRecovery/Commands.SiteRecovery.Test/Commands.SiteRecovery.Test.csproj
@@ -35,7 +35,7 @@
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ResourceManager/SiteRecovery/Commands.SiteRecovery.Test/packages.config b/src/ResourceManager/SiteRecovery/Commands.SiteRecovery.Test/packages.config
index 2dfda9074fc2..ad227c101eb8 100644
--- a/src/ResourceManager/SiteRecovery/Commands.SiteRecovery.Test/packages.config
+++ b/src/ResourceManager/SiteRecovery/Commands.SiteRecovery.Test/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ResourceManager/SiteRecovery/Commands.SiteRecovery/Commands.SiteRecovery.csproj b/src/ResourceManager/SiteRecovery/Commands.SiteRecovery/Commands.SiteRecovery.csproj
index c34bb7e71bf9..70799f80d2c8 100644
--- a/src/ResourceManager/SiteRecovery/Commands.SiteRecovery/Commands.SiteRecovery.csproj
+++ b/src/ResourceManager/SiteRecovery/Commands.SiteRecovery/Commands.SiteRecovery.csproj
@@ -44,7 +44,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ResourceManager/SiteRecovery/Commands.SiteRecovery/packages.config b/src/ResourceManager/SiteRecovery/Commands.SiteRecovery/packages.config
index b1c3fcaa0271..a504b61e1325 100644
--- a/src/ResourceManager/SiteRecovery/Commands.SiteRecovery/packages.config
+++ b/src/ResourceManager/SiteRecovery/Commands.SiteRecovery/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ResourceManager/Sql/Commands.Sql.Test/Commands.Sql.Test.csproj b/src/ResourceManager/Sql/Commands.Sql.Test/Commands.Sql.Test.csproj
index 993f4e1a3afb..769ceeb01cee 100644
--- a/src/ResourceManager/Sql/Commands.Sql.Test/Commands.Sql.Test.csproj
+++ b/src/ResourceManager/Sql/Commands.Sql.Test/Commands.Sql.Test.csproj
@@ -48,7 +48,7 @@
..\..\..\packages\Hyak.Common.1.0.3\lib\net45\Hyak.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ResourceManager/Sql/Commands.Sql.Test/packages.config b/src/ResourceManager/Sql/Commands.Sql.Test/packages.config
index 8e5272e54a1e..79414648de0d 100644
--- a/src/ResourceManager/Sql/Commands.Sql.Test/packages.config
+++ b/src/ResourceManager/Sql/Commands.Sql.Test/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ResourceManager/Sql/Commands.Sql/Commands.Sql.csproj b/src/ResourceManager/Sql/Commands.Sql/Commands.Sql.csproj
index 9192c104a6a6..ddefffe24722 100644
--- a/src/ResourceManager/Sql/Commands.Sql/Commands.Sql.csproj
+++ b/src/ResourceManager/Sql/Commands.Sql/Commands.Sql.csproj
@@ -271,7 +271,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ResourceManager/Sql/Commands.Sql/packages.config b/src/ResourceManager/Sql/Commands.Sql/packages.config
index 83e6d881e553..c390265fd34b 100644
--- a/src/ResourceManager/Sql/Commands.Sql/packages.config
+++ b/src/ResourceManager/Sql/Commands.Sql/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ResourceManager/Storage/Commands.Management.Storage.Test/Commands.Management.Storage.Test.csproj b/src/ResourceManager/Storage/Commands.Management.Storage.Test/Commands.Management.Storage.Test.csproj
index 4ccaed222ae0..db311499f5db 100644
--- a/src/ResourceManager/Storage/Commands.Management.Storage.Test/Commands.Management.Storage.Test.csproj
+++ b/src/ResourceManager/Storage/Commands.Management.Storage.Test/Commands.Management.Storage.Test.csproj
@@ -40,7 +40,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ResourceManager/Storage/Commands.Management.Storage.Test/packages.config b/src/ResourceManager/Storage/Commands.Management.Storage.Test/packages.config
index f3f19d7d3b48..1020e30991b4 100644
--- a/src/ResourceManager/Storage/Commands.Management.Storage.Test/packages.config
+++ b/src/ResourceManager/Storage/Commands.Management.Storage.Test/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ResourceManager/Storage/Commands.Management.Storage/Commands.Management.Storage.csproj b/src/ResourceManager/Storage/Commands.Management.Storage/Commands.Management.Storage.csproj
index bfe71dbb6944..6beb2fe615ae 100644
--- a/src/ResourceManager/Storage/Commands.Management.Storage/Commands.Management.Storage.csproj
+++ b/src/ResourceManager/Storage/Commands.Management.Storage/Commands.Management.Storage.csproj
@@ -54,7 +54,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ResourceManager/Storage/Commands.Management.Storage/packages.config b/src/ResourceManager/Storage/Commands.Management.Storage/packages.config
index e5d052138a3f..7a66eb206774 100644
--- a/src/ResourceManager/Storage/Commands.Management.Storage/packages.config
+++ b/src/ResourceManager/Storage/Commands.Management.Storage/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics.Test/Commands.StreamAnalytics.Test.csproj b/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics.Test/Commands.StreamAnalytics.Test.csproj
index b1e8122c6ae4..ca49b54e447e 100644
--- a/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics.Test/Commands.StreamAnalytics.Test.csproj
+++ b/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics.Test/Commands.StreamAnalytics.Test.csproj
@@ -48,7 +48,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics.Test/packages.config b/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics.Test/packages.config
index 1601749a458e..72de9ad6da3e 100644
--- a/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics.Test/packages.config
+++ b/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics.Test/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics/Commands.StreamAnalytics.csproj b/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics/Commands.StreamAnalytics.csproj
index a0e1b9046996..10bdca9a79ee 100644
--- a/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics/Commands.StreamAnalytics.csproj
+++ b/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics/Commands.StreamAnalytics.csproj
@@ -55,7 +55,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics/packages.config b/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics/packages.config
index 60b11e356f15..9df41525bf19 100644
--- a/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics/packages.config
+++ b/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ResourceManager/Tags/Commands.Tags/Commands.Tags.csproj b/src/ResourceManager/Tags/Commands.Tags/Commands.Tags.csproj
index 500bb462c831..545a6fc545a7 100644
--- a/src/ResourceManager/Tags/Commands.Tags/Commands.Tags.csproj
+++ b/src/ResourceManager/Tags/Commands.Tags/Commands.Tags.csproj
@@ -56,7 +56,7 @@
False
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.NetFramework.dll
diff --git a/src/ResourceManager/Tags/Commands.Tags/packages.config b/src/ResourceManager/Tags/Commands.Tags/packages.config
index 9866de24347e..377dbc50a2f5 100644
--- a/src/ResourceManager/Tags/Commands.Tags/packages.config
+++ b/src/ResourceManager/Tags/Commands.Tags/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ResourceManager/TrafficManager/Commands.TrafficManager2.Test/Commands.TrafficManager.Test.csproj b/src/ResourceManager/TrafficManager/Commands.TrafficManager2.Test/Commands.TrafficManager.Test.csproj
index 78e3b29e9801..fbe175d36e52 100644
--- a/src/ResourceManager/TrafficManager/Commands.TrafficManager2.Test/Commands.TrafficManager.Test.csproj
+++ b/src/ResourceManager/TrafficManager/Commands.TrafficManager2.Test/Commands.TrafficManager.Test.csproj
@@ -45,7 +45,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ResourceManager/TrafficManager/Commands.TrafficManager2.Test/packages.config b/src/ResourceManager/TrafficManager/Commands.TrafficManager2.Test/packages.config
index a33d7ffab93f..9a8288be0e93 100644
--- a/src/ResourceManager/TrafficManager/Commands.TrafficManager2.Test/packages.config
+++ b/src/ResourceManager/TrafficManager/Commands.TrafficManager2.Test/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ResourceManager/TrafficManager/Commands.TrafficManager2/Commands.TrafficManager.csproj b/src/ResourceManager/TrafficManager/Commands.TrafficManager2/Commands.TrafficManager.csproj
index fa1e85004410..863e502292ef 100644
--- a/src/ResourceManager/TrafficManager/Commands.TrafficManager2/Commands.TrafficManager.csproj
+++ b/src/ResourceManager/TrafficManager/Commands.TrafficManager2/Commands.TrafficManager.csproj
@@ -55,7 +55,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ResourceManager/TrafficManager/Commands.TrafficManager2/packages.config b/src/ResourceManager/TrafficManager/Commands.TrafficManager2/packages.config
index 4201095552fb..7cc84f7246b6 100644
--- a/src/ResourceManager/TrafficManager/Commands.TrafficManager2/packages.config
+++ b/src/ResourceManager/TrafficManager/Commands.TrafficManager2/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ResourceManager/UsageAggregates/Commands.UsageAggregates.Test/Commands.UsageAggregates.Test.csproj b/src/ResourceManager/UsageAggregates/Commands.UsageAggregates.Test/Commands.UsageAggregates.Test.csproj
index d603b49d8197..9522e2881e3b 100644
--- a/src/ResourceManager/UsageAggregates/Commands.UsageAggregates.Test/Commands.UsageAggregates.Test.csproj
+++ b/src/ResourceManager/UsageAggregates/Commands.UsageAggregates.Test/Commands.UsageAggregates.Test.csproj
@@ -47,7 +47,7 @@
True
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ResourceManager/UsageAggregates/Commands.UsageAggregates.Test/packages.config b/src/ResourceManager/UsageAggregates/Commands.UsageAggregates.Test/packages.config
index 1f0b1cd8f2b4..5ae0f178e49b 100644
--- a/src/ResourceManager/UsageAggregates/Commands.UsageAggregates.Test/packages.config
+++ b/src/ResourceManager/UsageAggregates/Commands.UsageAggregates.Test/packages.config
@@ -3,7 +3,7 @@
-
+
diff --git a/src/ResourceManager/UsageAggregates/Commands.UsageAggregates/Commands.UsageAggregates.csproj b/src/ResourceManager/UsageAggregates/Commands.UsageAggregates/Commands.UsageAggregates.csproj
index dafa0b144982..9635bbaec348 100644
--- a/src/ResourceManager/UsageAggregates/Commands.UsageAggregates/Commands.UsageAggregates.csproj
+++ b/src/ResourceManager/UsageAggregates/Commands.UsageAggregates/Commands.UsageAggregates.csproj
@@ -49,7 +49,7 @@
True
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ResourceManager/UsageAggregates/Commands.UsageAggregates/packages.config b/src/ResourceManager/UsageAggregates/Commands.UsageAggregates/packages.config
index 9c72ef5b8fd1..dfbd20cf1d2c 100644
--- a/src/ResourceManager/UsageAggregates/Commands.UsageAggregates/packages.config
+++ b/src/ResourceManager/UsageAggregates/Commands.UsageAggregates/packages.config
@@ -3,7 +3,7 @@
-
+
diff --git a/src/ResourceManager/Websites/Commands.Websites.Test/Commands.Websites.Test.csproj b/src/ResourceManager/Websites/Commands.Websites.Test/Commands.Websites.Test.csproj
index 099e72f6c72a..ca3a60b83588 100644
--- a/src/ResourceManager/Websites/Commands.Websites.Test/Commands.Websites.Test.csproj
+++ b/src/ResourceManager/Websites/Commands.Websites.Test/Commands.Websites.Test.csproj
@@ -48,7 +48,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ResourceManager/Websites/Commands.Websites.Test/packages.config b/src/ResourceManager/Websites/Commands.Websites.Test/packages.config
index c3e3771e1b25..6e5f5429d236 100644
--- a/src/ResourceManager/Websites/Commands.Websites.Test/packages.config
+++ b/src/ResourceManager/Websites/Commands.Websites.Test/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ResourceManager/Websites/Commands.Websites/Commands.Websites.csproj b/src/ResourceManager/Websites/Commands.Websites/Commands.Websites.csproj
index 982d6ca6958d..95a90ed5e6db 100644
--- a/src/ResourceManager/Websites/Commands.Websites/Commands.Websites.csproj
+++ b/src/ResourceManager/Websites/Commands.Websites/Commands.Websites.csproj
@@ -55,7 +55,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ResourceManager/Websites/Commands.Websites/packages.config b/src/ResourceManager/Websites/Commands.Websites/packages.config
index 9088824e54b5..871036e7f3d8 100644
--- a/src/ResourceManager/Websites/Commands.Websites/packages.config
+++ b/src/ResourceManager/Websites/Commands.Websites/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ServiceManagement/Automation/Commands.Automation.Test/Commands.Automation.Test.csproj b/src/ServiceManagement/Automation/Commands.Automation.Test/Commands.Automation.Test.csproj
index 7520f8b15f06..d7ad7f09a6d6 100644
--- a/src/ServiceManagement/Automation/Commands.Automation.Test/Commands.Automation.Test.csproj
+++ b/src/ServiceManagement/Automation/Commands.Automation.Test/Commands.Automation.Test.csproj
@@ -58,7 +58,7 @@
False
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.NetFramework.dll
diff --git a/src/ServiceManagement/Automation/Commands.Automation.Test/packages.config b/src/ServiceManagement/Automation/Commands.Automation.Test/packages.config
index 2b0cc5fa6e80..c62dcf943ceb 100644
--- a/src/ServiceManagement/Automation/Commands.Automation.Test/packages.config
+++ b/src/ServiceManagement/Automation/Commands.Automation.Test/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ServiceManagement/Automation/Commands.Automation/Commands.Automation.csproj b/src/ServiceManagement/Automation/Commands.Automation/Commands.Automation.csproj
index 76f4cffcff8c..740ad8b26bbb 100644
--- a/src/ServiceManagement/Automation/Commands.Automation/Commands.Automation.csproj
+++ b/src/ServiceManagement/Automation/Commands.Automation/Commands.Automation.csproj
@@ -59,7 +59,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ServiceManagement/Automation/Commands.Automation/packages.config b/src/ServiceManagement/Automation/Commands.Automation/packages.config
index b53263dbffd5..2b7b2c57251a 100644
--- a/src/ServiceManagement/Automation/Commands.Automation/packages.config
+++ b/src/ServiceManagement/Automation/Commands.Automation/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ServiceManagement/Common/Commands.Common.Test/Commands.Common.Test.csproj b/src/ServiceManagement/Common/Commands.Common.Test/Commands.Common.Test.csproj
index 097d34f8f940..21143941163e 100644
--- a/src/ServiceManagement/Common/Commands.Common.Test/Commands.Common.Test.csproj
+++ b/src/ServiceManagement/Common/Commands.Common.Test/Commands.Common.Test.csproj
@@ -58,7 +58,7 @@
False
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.NetFramework.dll
diff --git a/src/ServiceManagement/Common/Commands.Common.Test/packages.config b/src/ServiceManagement/Common/Commands.Common.Test/packages.config
index b50d9f034548..5f8147025739 100644
--- a/src/ServiceManagement/Common/Commands.Common.Test/packages.config
+++ b/src/ServiceManagement/Common/Commands.Common.Test/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ServiceManagement/Common/Commands.ScenarioTest/Commands.ScenarioTest.csproj b/src/ServiceManagement/Common/Commands.ScenarioTest/Commands.ScenarioTest.csproj
index 836a6f9e1000..87c3c491a5cd 100644
--- a/src/ServiceManagement/Common/Commands.ScenarioTest/Commands.ScenarioTest.csproj
+++ b/src/ServiceManagement/Common/Commands.ScenarioTest/Commands.ScenarioTest.csproj
@@ -48,7 +48,7 @@
False
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.NetFramework.dll
diff --git a/src/ServiceManagement/Common/Commands.ScenarioTest/packages.config b/src/ServiceManagement/Common/Commands.ScenarioTest/packages.config
index 321d0be09125..ae30f509d6c5 100644
--- a/src/ServiceManagement/Common/Commands.ScenarioTest/packages.config
+++ b/src/ServiceManagement/Common/Commands.ScenarioTest/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ServiceManagement/Common/Commands.ServiceManagement.Common/Commands.ServiceManagement.Common.csproj b/src/ServiceManagement/Common/Commands.ServiceManagement.Common/Commands.ServiceManagement.Common.csproj
index bbaa512dadd3..c7e0d7abe39b 100644
--- a/src/ServiceManagement/Common/Commands.ServiceManagement.Common/Commands.ServiceManagement.Common.csproj
+++ b/src/ServiceManagement/Common/Commands.ServiceManagement.Common/Commands.ServiceManagement.Common.csproj
@@ -64,7 +64,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ServiceManagement/Common/Commands.ServiceManagement.Common/packages.config b/src/ServiceManagement/Common/Commands.ServiceManagement.Common/packages.config
index 8e0e6b34d330..55769d13f483 100644
--- a/src/ServiceManagement/Common/Commands.ServiceManagement.Common/packages.config
+++ b/src/ServiceManagement/Common/Commands.ServiceManagement.Common/packages.config
@@ -4,7 +4,7 @@
-
+
diff --git a/src/ServiceManagement/Compute/Commands.ServiceManagement.PlatformImageRepository/Commands.ServiceManagement.PlatformImageRepository.csproj b/src/ServiceManagement/Compute/Commands.ServiceManagement.PlatformImageRepository/Commands.ServiceManagement.PlatformImageRepository.csproj
index 629ac39cf971..2f703b2045dd 100644
--- a/src/ServiceManagement/Compute/Commands.ServiceManagement.PlatformImageRepository/Commands.ServiceManagement.PlatformImageRepository.csproj
+++ b/src/ServiceManagement/Compute/Commands.ServiceManagement.PlatformImageRepository/Commands.ServiceManagement.PlatformImageRepository.csproj
@@ -66,7 +66,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ServiceManagement/Compute/Commands.ServiceManagement.PlatformImageRepository/packages.config b/src/ServiceManagement/Compute/Commands.ServiceManagement.PlatformImageRepository/packages.config
index ad3e5bbda6ae..7a5b66132786 100644
--- a/src/ServiceManagement/Compute/Commands.ServiceManagement.PlatformImageRepository/packages.config
+++ b/src/ServiceManagement/Compute/Commands.ServiceManagement.PlatformImageRepository/packages.config
@@ -3,7 +3,7 @@
-
+
diff --git a/src/ServiceManagement/Compute/Commands.ServiceManagement.Preview/Commands.ServiceManagement.Preview.csproj b/src/ServiceManagement/Compute/Commands.ServiceManagement.Preview/Commands.ServiceManagement.Preview.csproj
index 3704a221b8fb..2f31a70f0d23 100644
--- a/src/ServiceManagement/Compute/Commands.ServiceManagement.Preview/Commands.ServiceManagement.Preview.csproj
+++ b/src/ServiceManagement/Compute/Commands.ServiceManagement.Preview/Commands.ServiceManagement.Preview.csproj
@@ -67,7 +67,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ServiceManagement/Compute/Commands.ServiceManagement.Preview/packages.config b/src/ServiceManagement/Compute/Commands.ServiceManagement.Preview/packages.config
index 9f1f6e00e55c..ea48be48e846 100644
--- a/src/ServiceManagement/Compute/Commands.ServiceManagement.Preview/packages.config
+++ b/src/ServiceManagement/Compute/Commands.ServiceManagement.Preview/packages.config
@@ -3,7 +3,7 @@
-
+
diff --git a/src/ServiceManagement/Compute/Commands.ServiceManagement.Test/Commands.ServiceManagement.Test.csproj b/src/ServiceManagement/Compute/Commands.ServiceManagement.Test/Commands.ServiceManagement.Test.csproj
index 1df926eb2526..141b1e618355 100644
--- a/src/ServiceManagement/Compute/Commands.ServiceManagement.Test/Commands.ServiceManagement.Test.csproj
+++ b/src/ServiceManagement/Compute/Commands.ServiceManagement.Test/Commands.ServiceManagement.Test.csproj
@@ -64,7 +64,7 @@
False
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.NetFramework.dll
diff --git a/src/ServiceManagement/Compute/Commands.ServiceManagement.Test/packages.config b/src/ServiceManagement/Compute/Commands.ServiceManagement.Test/packages.config
index 2438c3e92187..fb69a3d8d910 100644
--- a/src/ServiceManagement/Compute/Commands.ServiceManagement.Test/packages.config
+++ b/src/ServiceManagement/Compute/Commands.ServiceManagement.Test/packages.config
@@ -3,7 +3,7 @@
-
+
diff --git a/src/ServiceManagement/Compute/Commands.ServiceManagement/Commands.ServiceManagement.csproj b/src/ServiceManagement/Compute/Commands.ServiceManagement/Commands.ServiceManagement.csproj
index b022605b520b..0922bd647a0d 100644
--- a/src/ServiceManagement/Compute/Commands.ServiceManagement/Commands.ServiceManagement.csproj
+++ b/src/ServiceManagement/Compute/Commands.ServiceManagement/Commands.ServiceManagement.csproj
@@ -68,7 +68,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ServiceManagement/Compute/Commands.ServiceManagement/Common/DiagnosticsHelper.cs b/src/ServiceManagement/Compute/Commands.ServiceManagement/Common/DiagnosticsHelper.cs
index 3a34a0c052b3..1904a26a6db7 100644
--- a/src/ServiceManagement/Compute/Commands.ServiceManagement/Common/DiagnosticsHelper.cs
+++ b/src/ServiceManagement/Compute/Commands.ServiceManagement/Common/DiagnosticsHelper.cs
@@ -26,6 +26,7 @@
using Microsoft.WindowsAzure.Storage;
using Microsoft.WindowsAzure.Storage.Auth;
using Newtonsoft.Json;
+using Newtonsoft.Json.Linq;
namespace Microsoft.WindowsAzure.Commands.ServiceManagement.Common
{
@@ -33,6 +34,7 @@ public static class DiagnosticsHelper
{
private static string XmlNamespace = "http://schemas.microsoft.com/ServiceHosting/2010/10/DiagnosticsConfiguration";
private static string EncodedXmlCfg = "xmlCfg";
+ private static string WadCfg = "WadCfg";
private static string StorageAccount = "storageAccount";
private static string Path = "path";
private static string ExpandResourceDirectory = "expandResourceDirectory";
@@ -49,24 +51,56 @@ public static class DiagnosticsHelper
public static string PrivConfKeyAttr = "key";
public static string PrivConfEndpointAttr = "endpoint";
- public static string GetJsonSerializedPublicDiagnosticsConfigurationFromFile(string configurationPath,
- string storageAccountName)
+ public enum ConfigFileType
{
- return
- JsonConvert.SerializeObject(
- DiagnosticsHelper.GetPublicDiagnosticsConfigurationFromFile(configurationPath, storageAccountName));
+ Unknown,
+ Json,
+ Xml
}
- public static Hashtable GetPublicDiagnosticsConfigurationFromFile(string configurationPath, string storageAccountName)
+ public static ConfigFileType GetConfigFileType(string configurationPath)
{
- using (StreamReader reader = new StreamReader(configurationPath))
+ if (!string.IsNullOrEmpty(configurationPath))
{
- return GetPublicDiagnosticsConfiguration(reader.ReadToEnd(), storageAccountName);
+ try
+ {
+ XmlDocument doc = new XmlDocument();
+ doc.Load(configurationPath);
+ return ConfigFileType.Xml;
+ }
+ catch
+ { }
+
+ try
+ {
+ JsonConvert.DeserializeObject(File.ReadAllText(configurationPath));
+ return ConfigFileType.Json;
+ }
+ catch
+ { }
}
+
+ return ConfigFileType.Unknown;
}
- public static Hashtable GetPublicDiagnosticsConfiguration(string config, string storageAccountName)
+ public static Hashtable GetPublicDiagnosticsConfigurationFromFile(string configurationPath,
+ string storageAccountName)
+ {
+ switch (GetConfigFileType(configurationPath))
+ {
+ case ConfigFileType.Xml:
+ return GetPublicConfigFromXmlFile(configurationPath, storageAccountName);
+ case ConfigFileType.Json:
+ return GetPublicConfigFromJsonFile(configurationPath, storageAccountName);
+ default:
+ throw new ArgumentException(Properties.Resources.DiagnosticsExtensionInvalidConfigFileFormat);
+ }
+ }
+
+ private static Hashtable GetPublicConfigFromXmlFile(string configurationPath, string storageAccountName)
{
+ var config = File.ReadAllText(configurationPath);
+
// find the element and extract it
int wadCfgBeginIndex = config.IndexOf("");
if (wadCfgBeginIndex == -1)
@@ -123,22 +157,44 @@ public static Hashtable GetPublicDiagnosticsConfiguration(string config, string
return hashTable;
}
- public static string GetJsonSerializedPrivateDiagnosticsConfiguration(string storageAccountName,
- string storageKey, string endpoint)
+ private static Hashtable GetPublicConfigFromJsonFile(string configurationPath, string storageAccountName)
{
- return JsonConvert.SerializeObject(GetPrivateDiagnosticsConfiguration(storageAccountName, storageKey, endpoint));
- }
+ var publicConfig = GetPublicConfigJObjectFromJsonFile(configurationPath);
+ var properties = publicConfig.Properties().Select(p => p.Name);
+ var wadCfgProperty = properties.FirstOrDefault(p => p.Equals(WadCfg, StringComparison.OrdinalIgnoreCase));
+ var xmlCfgProperty = properties.FirstOrDefault(p => p.Equals(EncodedXmlCfg, StringComparison.OrdinalIgnoreCase));
- public static Hashtable GetPrivateDiagnosticsConfiguration(string storageAccountName, string storageKey, string endpoint)
- {
var hashTable = new Hashtable();
- hashTable.Add(StorageAccountNameTag, storageAccountName);
- hashTable.Add(StorageAccountKeyTag, storageKey);
- hashTable.Add(StorageAccountEndPointTag, endpoint);
+ hashTable.Add(StorageAccount, storageAccountName);
+
+ if (wadCfgProperty != null)
+ {
+ hashTable.Add(wadCfgProperty, publicConfig[wadCfgProperty]);
+ }
+ else if (xmlCfgProperty != null)
+ {
+ hashTable.Add(xmlCfgProperty, publicConfig[xmlCfgProperty]);
+ }
+ else
+ {
+ throw new ArgumentException(Properties.Resources.DiagnosticsExtensionConfigNoWadCfgOrXmlCfg);
+ }
+
return hashTable;
}
- public static XElement GetPublicConfigElement(string configurationPath)
+ public static Hashtable GetPrivateDiagnosticsConfiguration(string storageAccountName,
+ string storageKey, string endpoint)
+ {
+ var privateConfig = new Hashtable();
+ privateConfig.Add(StorageAccountNameTag, storageAccountName);
+ privateConfig.Add(StorageAccountKeyTag, storageKey);
+ privateConfig.Add(StorageAccountEndPointTag, endpoint);
+
+ return privateConfig;
+ }
+
+ public static XElement GetPublicConfigXElementFromXmlFile(string configurationPath)
{
XElement publicConfig = null;
@@ -161,11 +217,24 @@ public static XElement GetPublicConfigElement(string configurationPath)
return publicConfig;
}
+ public static JObject GetPublicConfigJObjectFromJsonFile(string configurationPath)
+ {
+ var config = JsonConvert.DeserializeObject(File.ReadAllText(configurationPath));
+ var properties = config.Properties().Select(p => p.Name);
+
+ // If the json config has the public config as a property, we extract it. Otherwise, the root object is the public config.
+ var publicConfigProperty = properties.FirstOrDefault(p => p.Equals(PublicConfigElemStr, StringComparison.OrdinalIgnoreCase));
+ var publicConfig = publicConfigProperty == null ? config : config[publicConfigProperty] as JObject;
+
+ return publicConfig;
+ }
+
public static string GetStorageAccountInfoFromPrivateConfig(string configurationPath, string attributeName)
{
string value = null;
+ var configFileType = GetConfigFileType(configurationPath);
- if (!string.IsNullOrEmpty(configurationPath))
+ if (configFileType == ConfigFileType.Xml)
{
var xmlConfig = XElement.Load(configurationPath);
@@ -177,6 +246,21 @@ public static string GetStorageAccountInfoFromPrivateConfig(string configuration
value = attribute == null ? null : attribute.Value;
}
}
+ else if (configFileType == ConfigFileType.Json)
+ {
+ var jsonConfig = JsonConvert.DeserializeObject(File.ReadAllText(configurationPath));
+ var properties = jsonConfig.Properties().Select(p => p.Name);
+
+ var privateConfigProperty = properties.FirstOrDefault(p => p.Equals(PrivateConfigElemStr, StringComparison.OrdinalIgnoreCase));
+ if (privateConfigProperty != null)
+ {
+ var privateConfig = jsonConfig[privateConfigProperty] as JObject;
+ properties = privateConfig.Properties().Select(p => p.Name);
+
+ var attributeProperty = properties.FirstOrDefault(p => p.Equals(attributeName, StringComparison.OrdinalIgnoreCase));
+ value = attributeProperty == null ? null : privateConfig[attributeProperty].Value();
+ }
+ }
return value;
}
@@ -190,17 +274,25 @@ public static string GetStorageAccountInfoFromPrivateConfig(string configuration
public static string InitializeStorageAccountName(AzureStorageContext storageContext = null, string configurationPath = null)
{
string storageAccountName = null;
+ var configFileType = GetConfigFileType(configurationPath);
if (storageContext != null)
{
storageAccountName = storageContext.StorageAccountName;
}
- else if (!string.IsNullOrEmpty(configurationPath))
+ else if (configFileType == ConfigFileType.Xml)
{
- var publicConfig = GetPublicConfigElement(configurationPath);
+ var publicConfig = GetPublicConfigXElementFromXmlFile(configurationPath);
var storageNode = publicConfig == null ? null : publicConfig.Elements().FirstOrDefault(ele => ele.Name.LocalName == StorageAccountElemStr);
storageAccountName = storageNode == null ? null : storageNode.Value;
}
+ else if (configFileType == ConfigFileType.Json)
+ {
+ var publicConfig = GetPublicConfigJObjectFromJsonFile(configurationPath);
+ var properties = publicConfig.Properties().Select(p => p.Name);
+ var storageAccountProperty = properties.FirstOrDefault(p => p.Equals(StorageAccount, StringComparison.OrdinalIgnoreCase));
+ storageAccountName = storageAccountProperty == null ? null : publicConfig[storageAccountProperty].Value();
+ }
return storageAccountName;
}
@@ -211,20 +303,12 @@ public static string InitializeStorageAccountName(AzureStorageContext storageCon
/// 1. The one we try to resolve within current subscription
/// 2. The one defined in PrivateConfig in the configuration file
///
- public static string InitializeStorageAccountKey(StorageManagementClient storageClient, string storageAccountName = null, string configurationPath = null)
+ public static string InitializeStorageAccountKey(IStorageManagementClient storageClient, string storageAccountName = null, string configurationPath = null)
{
string storageAccountKey = null;
StorageAccount storageAccount = null;
- try
- {
- storageAccount = storageClient.StorageAccounts.Get(storageAccountName).StorageAccount;
- }
- catch
- {
- }
-
- if (storageAccount != null)
+ if (TryGetStorageAccount(storageClient, storageAccountName, out storageAccount))
{
// Help user retrieve the storage account key
var keys = storageClient.StorageAccounts.GetKeys(storageAccount.Name);
@@ -250,54 +334,56 @@ public static string InitializeStorageAccountKey(StorageManagementClient storage
/// 3. The one get from PrivateConfig element in config file
/// 4. The one get from current Azure Environment
///
- public static string InitializeStorageAccountEndpoint(string storageAccountName, string storageAccountKey, StorageManagementClient storageClient,
+ public static string InitializeStorageAccountEndpoint(string storageAccountName, string storageAccountKey, IStorageManagementClient storageClient,
AzureStorageContext storageContext = null, string configurationPath = null, AzureContext defaultContext = null)
{
string storageAccountEndpoint = null;
+ StorageAccount storageAccount = null;
if (storageContext != null)
{
// Get value from StorageContext
storageAccountEndpoint = GetEndpointFromStorageContext(storageContext);
}
- else
+ else if (TryGetStorageAccount(storageClient, storageAccountName, out storageAccount)
+ && storageAccount.Properties.Endpoints.Count >= 4)
{
- // Try get the storage account from current subscription
- StorageAccount storageAccount = null;
+ // Get value from StorageAccount
+ var endpoints = storageAccount.Properties.Endpoints;
+ var context = CreateStorageContext(endpoints[0], endpoints[1], endpoints[2], endpoints[3], storageAccountName, storageAccountKey);
+ storageAccountEndpoint = GetEndpointFromStorageContext(context);
+ }
+ else if (!string.IsNullOrEmpty(
+ storageAccountEndpoint = GetStorageAccountInfoFromPrivateConfig(configurationPath, PrivConfEndpointAttr)))
+ {
+ // We can get value from PrivateConfig
+ }
+ else if (defaultContext != null && defaultContext.Environment != null)
+ {
+ // Get value from default azure environment. Default to use https
+ Uri blobEndpoint = defaultContext.Environment.GetStorageBlobEndpoint(storageAccountName);
+ Uri queueEndpoint = defaultContext.Environment.GetStorageQueueEndpoint(storageAccountName);
+ Uri tableEndpoint = defaultContext.Environment.GetStorageTableEndpoint(storageAccountName);
+ Uri fileEndpoint = defaultContext.Environment.GetStorageFileEndpoint(storageAccountName);
+ var context = CreateStorageContext(blobEndpoint, queueEndpoint, tableEndpoint, fileEndpoint, storageAccountName, storageAccountKey);
+ storageAccountEndpoint = GetEndpointFromStorageContext(context);
+ }
- try
- {
- storageAccount = storageClient.StorageAccounts.Get(storageAccountName).StorageAccount;
- }
- catch
- {
- }
+ return storageAccountEndpoint;
+ }
- if (storageAccount != null && storageAccount.Properties.Endpoints.Count >= 4)
- {
- // Get value from StorageAccount
- var endpoints = storageAccount.Properties.Endpoints;
- var context = CreateStorageContext(endpoints[0], endpoints[1], endpoints[2], endpoints[3], storageAccountName, storageAccountKey);
- storageAccountEndpoint = GetEndpointFromStorageContext(context);
- }
- else if (!string.IsNullOrEmpty(GetStorageAccountInfoFromPrivateConfig(configurationPath, PrivConfEndpointAttr)))
- {
- // Get value from PrivateConfig
- storageAccountEndpoint = GetStorageAccountInfoFromPrivateConfig(configurationPath, PrivConfEndpointAttr);
- }
- else if (defaultContext != null && defaultContext.Environment != null)
- {
- // Get value from default azure environment. Default to use https
- Uri blobEndpoint = defaultContext.Environment.GetStorageBlobEndpoint(storageAccountName);
- Uri queueEndpoint = defaultContext.Environment.GetStorageQueueEndpoint(storageAccountName);
- Uri tableEndpoint = defaultContext.Environment.GetStorageTableEndpoint(storageAccountName);
- Uri fileEndpoint = defaultContext.Environment.GetStorageFileEndpoint(storageAccountName);
- var context = CreateStorageContext(blobEndpoint, queueEndpoint, tableEndpoint, fileEndpoint, storageAccountName, storageAccountKey);
- storageAccountEndpoint = GetEndpointFromStorageContext(context);
- }
+ private static bool TryGetStorageAccount(IStorageManagementClient storageClient, string storageAccountName, out StorageAccount storageAccount)
+ {
+ try
+ {
+ storageAccount = storageClient.StorageAccounts.Get(storageAccountName).StorageAccount;
+ }
+ catch
+ {
+ storageAccount = null;
}
- return storageAccountEndpoint;
+ return storageAccount != null;
}
private static AzureStorageContext CreateStorageContext(Uri blobEndpoint, Uri queueEndpoint, Uri tableEndpoint, Uri fileEndpoint,
diff --git a/src/ServiceManagement/Compute/Commands.ServiceManagement/Extensions/Diagnostics/BaseAzureServiceDiagnosticsExtension.cs b/src/ServiceManagement/Compute/Commands.ServiceManagement/Extensions/Diagnostics/BaseAzureServiceDiagnosticsExtension.cs
index 4de02571e6ce..369200f2b54e 100644
--- a/src/ServiceManagement/Compute/Commands.ServiceManagement/Extensions/Diagnostics/BaseAzureServiceDiagnosticsExtension.cs
+++ b/src/ServiceManagement/Compute/Commands.ServiceManagement/Extensions/Diagnostics/BaseAzureServiceDiagnosticsExtension.cs
@@ -115,7 +115,7 @@ protected override void ValidateConfiguration()
}
}
- var publicConfigElem = DiagnosticsHelper.GetPublicConfigElement(this.DiagnosticsConfigurationPath);
+ var publicConfigElem = DiagnosticsHelper.GetPublicConfigXElementFromXmlFile(this.DiagnosticsConfigurationPath);
if (publicConfigElem == null)
{
throw new ArgumentException(Resources.DiagnosticsExtensionNullPublicConfig);
diff --git a/src/ServiceManagement/Compute/Commands.ServiceManagement/IaaS/Extensions/Diagnostics/SetAzureVMDiagnosticsExtension.cs b/src/ServiceManagement/Compute/Commands.ServiceManagement/IaaS/Extensions/Diagnostics/SetAzureVMDiagnosticsExtension.cs
index fd8aab42bb63..362c5294f810 100644
--- a/src/ServiceManagement/Compute/Commands.ServiceManagement/IaaS/Extensions/Diagnostics/SetAzureVMDiagnosticsExtension.cs
+++ b/src/ServiceManagement/Compute/Commands.ServiceManagement/IaaS/Extensions/Diagnostics/SetAzureVMDiagnosticsExtension.cs
@@ -19,6 +19,7 @@
using Microsoft.WindowsAzure.Commands.ServiceManagement.Common;
using Microsoft.WindowsAzure.Commands.ServiceManagement.Model;
using Microsoft.WindowsAzure.Commands.ServiceManagement.Properties;
+using Newtonsoft.Json;
namespace Microsoft.WindowsAzure.Commands.ServiceManagement.IaaS.Extensions
{
@@ -147,8 +148,8 @@ public override string PublicConfiguration
{
if (string.IsNullOrEmpty(this.publicConfiguration))
{
- this.publicConfiguration = DiagnosticsHelper.GetJsonSerializedPublicDiagnosticsConfigurationFromFile(this.DiagnosticsConfigurationPath,
- this.StorageAccountName);
+ this.publicConfiguration = JsonConvert.SerializeObject(
+ DiagnosticsHelper.GetPublicDiagnosticsConfigurationFromFile(this.DiagnosticsConfigurationPath, this.StorageAccountName));
}
return this.publicConfiguration;
@@ -161,8 +162,8 @@ public override string PrivateConfiguration
{
if (string.IsNullOrEmpty(this.privateConfiguration))
{
- this.privateConfiguration = DiagnosticsHelper.GetJsonSerializedPrivateDiagnosticsConfiguration(this.StorageAccountName, this.StorageAccountKey,
- this.StorageAccountEndpoint);
+ this.privateConfiguration = JsonConvert.SerializeObject(
+ DiagnosticsHelper.GetPrivateDiagnosticsConfiguration(this.StorageAccountName, this.StorageAccountKey, this.StorageAccountEndpoint));
}
return this.privateConfiguration;
diff --git a/src/ServiceManagement/Compute/Commands.ServiceManagement/Properties/Resources.Designer.cs b/src/ServiceManagement/Compute/Commands.ServiceManagement/Properties/Resources.Designer.cs
index 14a60fd7d01c..02b39bfd7f05 100644
--- a/src/ServiceManagement/Compute/Commands.ServiceManagement/Properties/Resources.Designer.cs
+++ b/src/ServiceManagement/Compute/Commands.ServiceManagement/Properties/Resources.Designer.cs
@@ -484,6 +484,24 @@ public static string DeprovisioningVM {
}
}
+ ///
+ /// Looks up a localized string similar to WadCfg or xmlCfg is not defined in configuration file..
+ ///
+ public static string DiagnosticsExtensionConfigNoWadCfgOrXmlCfg {
+ get {
+ return ResourceManager.GetString("DiagnosticsExtensionConfigNoWadCfgOrXmlCfg", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Invalid diagnostics configuration file. It should be in either xml or json format..
+ ///
+ public static string DiagnosticsExtensionInvalidConfigFileFormat {
+ get {
+ return ResourceManager.GetString("DiagnosticsExtensionInvalidConfigFileFormat", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to The element StorageAccount in PrivateConfig doesn't match. It is recommended to not use the element StorageAccount as it is automatically set by the cmdlet..
///
diff --git a/src/ServiceManagement/Compute/Commands.ServiceManagement/Properties/Resources.resx b/src/ServiceManagement/Compute/Commands.ServiceManagement/Properties/Resources.resx
index 5b966360a311..b1b555e22972 100644
--- a/src/ServiceManagement/Compute/Commands.ServiceManagement/Properties/Resources.resx
+++ b/src/ServiceManagement/Compute/Commands.ServiceManagement/Properties/Resources.resx
@@ -783,4 +783,10 @@
WadCfg start element in the config is not matching the end element.
+
+ WadCfg or xmlCfg is not defined in configuration file.
+
+
+ Invalid diagnostics configuration file. It should be in either xml or json format.
+
\ No newline at end of file
diff --git a/src/ServiceManagement/Compute/Commands.ServiceManagement/packages.config b/src/ServiceManagement/Compute/Commands.ServiceManagement/packages.config
index 9f1f6e00e55c..ea48be48e846 100644
--- a/src/ServiceManagement/Compute/Commands.ServiceManagement/packages.config
+++ b/src/ServiceManagement/Compute/Commands.ServiceManagement/packages.config
@@ -3,7 +3,7 @@
-
+
diff --git a/src/ServiceManagement/ExpressRoute/Commands.ExpressRoute/Commands.ExpressRoute.csproj b/src/ServiceManagement/ExpressRoute/Commands.ExpressRoute/Commands.ExpressRoute.csproj
index bf34287a7bb5..efed62c183ca 100644
--- a/src/ServiceManagement/ExpressRoute/Commands.ExpressRoute/Commands.ExpressRoute.csproj
+++ b/src/ServiceManagement/ExpressRoute/Commands.ExpressRoute/Commands.ExpressRoute.csproj
@@ -48,7 +48,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ServiceManagement/ExpressRoute/Commands.ExpressRoute/packages.config b/src/ServiceManagement/ExpressRoute/Commands.ExpressRoute/packages.config
index 425feff5a615..9bb2498f1423 100644
--- a/src/ServiceManagement/ExpressRoute/Commands.ExpressRoute/packages.config
+++ b/src/ServiceManagement/ExpressRoute/Commands.ExpressRoute/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ServiceManagement/HDInsight/Commands.HDInsight.Test/Commands.HDInsight.Test.csproj b/src/ServiceManagement/HDInsight/Commands.HDInsight.Test/Commands.HDInsight.Test.csproj
index ca49c5273c04..2563f3420a8e 100644
--- a/src/ServiceManagement/HDInsight/Commands.HDInsight.Test/Commands.HDInsight.Test.csproj
+++ b/src/ServiceManagement/HDInsight/Commands.HDInsight.Test/Commands.HDInsight.Test.csproj
@@ -55,7 +55,7 @@
False
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.NetFramework.dll
diff --git a/src/ServiceManagement/HDInsight/Commands.HDInsight.Test/packages.config b/src/ServiceManagement/HDInsight/Commands.HDInsight.Test/packages.config
index f82a7a4ca385..dbdb938e91e8 100644
--- a/src/ServiceManagement/HDInsight/Commands.HDInsight.Test/packages.config
+++ b/src/ServiceManagement/HDInsight/Commands.HDInsight.Test/packages.config
@@ -3,7 +3,7 @@
-
+
diff --git a/src/ServiceManagement/HDInsight/Commands.HDInsight/HDInsight.csproj b/src/ServiceManagement/HDInsight/Commands.HDInsight/HDInsight.csproj
index db199f082262..942603223df0 100644
--- a/src/ServiceManagement/HDInsight/Commands.HDInsight/HDInsight.csproj
+++ b/src/ServiceManagement/HDInsight/Commands.HDInsight/HDInsight.csproj
@@ -60,7 +60,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ServiceManagement/HDInsight/Commands.HDInsight/packages.config b/src/ServiceManagement/HDInsight/Commands.HDInsight/packages.config
index f7d548322437..c4af6c9e6c54 100644
--- a/src/ServiceManagement/HDInsight/Commands.HDInsight/packages.config
+++ b/src/ServiceManagement/HDInsight/Commands.HDInsight/packages.config
@@ -3,7 +3,7 @@
-
+
diff --git a/src/ServiceManagement/ManagedCache/Commands.ManagedCache.Test/Commands.ManagedCache.Test.csproj b/src/ServiceManagement/ManagedCache/Commands.ManagedCache.Test/Commands.ManagedCache.Test.csproj
index f74094fe9ea4..a746214d7f34 100644
--- a/src/ServiceManagement/ManagedCache/Commands.ManagedCache.Test/Commands.ManagedCache.Test.csproj
+++ b/src/ServiceManagement/ManagedCache/Commands.ManagedCache.Test/Commands.ManagedCache.Test.csproj
@@ -48,7 +48,7 @@
False
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.NetFramework.dll
diff --git a/src/ServiceManagement/ManagedCache/Commands.ManagedCache.Test/packages.config b/src/ServiceManagement/ManagedCache/Commands.ManagedCache.Test/packages.config
index 751ddb68b1b9..4be7cc327051 100644
--- a/src/ServiceManagement/ManagedCache/Commands.ManagedCache.Test/packages.config
+++ b/src/ServiceManagement/ManagedCache/Commands.ManagedCache.Test/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ServiceManagement/ManagedCache/Commands.ManagedCache/Commands.ManagedCache.csproj b/src/ServiceManagement/ManagedCache/Commands.ManagedCache/Commands.ManagedCache.csproj
index e97b141704d3..b203c683174c 100644
--- a/src/ServiceManagement/ManagedCache/Commands.ManagedCache/Commands.ManagedCache.csproj
+++ b/src/ServiceManagement/ManagedCache/Commands.ManagedCache/Commands.ManagedCache.csproj
@@ -48,7 +48,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ServiceManagement/ManagedCache/Commands.ManagedCache/packages.config b/src/ServiceManagement/ManagedCache/Commands.ManagedCache/packages.config
index 92bbdf22726d..754c9d9e04a5 100644
--- a/src/ServiceManagement/ManagedCache/Commands.ManagedCache/packages.config
+++ b/src/ServiceManagement/ManagedCache/Commands.ManagedCache/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ServiceManagement/Network/Commands.Network.Test/Commands.ServiceManagement.Network.Test.csproj b/src/ServiceManagement/Network/Commands.Network.Test/Commands.ServiceManagement.Network.Test.csproj
index e82f6bccd012..2a030eef7f27 100644
--- a/src/ServiceManagement/Network/Commands.Network.Test/Commands.ServiceManagement.Network.Test.csproj
+++ b/src/ServiceManagement/Network/Commands.Network.Test/Commands.ServiceManagement.Network.Test.csproj
@@ -48,7 +48,7 @@
False
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.NetFramework.dll
diff --git a/src/ServiceManagement/Network/Commands.Network.Test/packages.config b/src/ServiceManagement/Network/Commands.Network.Test/packages.config
index cae79b8f3e46..fce22eb3e263 100644
--- a/src/ServiceManagement/Network/Commands.Network.Test/packages.config
+++ b/src/ServiceManagement/Network/Commands.Network.Test/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ServiceManagement/Network/Commands.Network/Commands.ServiceManagement.Network.csproj b/src/ServiceManagement/Network/Commands.Network/Commands.ServiceManagement.Network.csproj
index 7b71b70f0028..df9456f6f901 100644
--- a/src/ServiceManagement/Network/Commands.Network/Commands.ServiceManagement.Network.csproj
+++ b/src/ServiceManagement/Network/Commands.Network/Commands.ServiceManagement.Network.csproj
@@ -56,7 +56,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ServiceManagement/Network/Commands.Network/packages.config b/src/ServiceManagement/Network/Commands.Network/packages.config
index 4b95da34a00e..63c0f16ec5f1 100644
--- a/src/ServiceManagement/Network/Commands.Network/packages.config
+++ b/src/ServiceManagement/Network/Commands.Network/packages.config
@@ -3,7 +3,7 @@
-
+
diff --git a/src/ServiceManagement/Profile/Commands.Profile/Commands.Profile.csproj b/src/ServiceManagement/Profile/Commands.Profile/Commands.Profile.csproj
index 6e3aa9d82871..04f5979568a7 100644
--- a/src/ServiceManagement/Profile/Commands.Profile/Commands.Profile.csproj
+++ b/src/ServiceManagement/Profile/Commands.Profile/Commands.Profile.csproj
@@ -54,7 +54,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ServiceManagement/Profile/Commands.Profile/packages.config b/src/ServiceManagement/Profile/Commands.Profile/packages.config
index 0a8d203246d2..3da3900e31e7 100644
--- a/src/ServiceManagement/Profile/Commands.Profile/packages.config
+++ b/src/ServiceManagement/Profile/Commands.Profile/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ServiceManagement/RecoveryServices/Commands.RecoveryServices.Test/Commands.RecoveryServices.Test.csproj b/src/ServiceManagement/RecoveryServices/Commands.RecoveryServices.Test/Commands.RecoveryServices.Test.csproj
index 7c69479e3cb2..ce15284e9568 100644
--- a/src/ServiceManagement/RecoveryServices/Commands.RecoveryServices.Test/Commands.RecoveryServices.Test.csproj
+++ b/src/ServiceManagement/RecoveryServices/Commands.RecoveryServices.Test/Commands.RecoveryServices.Test.csproj
@@ -39,7 +39,7 @@
False
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
False
diff --git a/src/ServiceManagement/RecoveryServices/Commands.RecoveryServices.Test/packages.config b/src/ServiceManagement/RecoveryServices/Commands.RecoveryServices.Test/packages.config
index d8293a4b340c..4aab3c6aac4e 100644
--- a/src/ServiceManagement/RecoveryServices/Commands.RecoveryServices.Test/packages.config
+++ b/src/ServiceManagement/RecoveryServices/Commands.RecoveryServices.Test/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ServiceManagement/RecoveryServices/Commands.RecoveryServices/Commands.RecoveryServicesRdfe.csproj b/src/ServiceManagement/RecoveryServices/Commands.RecoveryServices/Commands.RecoveryServicesRdfe.csproj
index fcfe78e3b708..0c369bc536a5 100644
--- a/src/ServiceManagement/RecoveryServices/Commands.RecoveryServices/Commands.RecoveryServicesRdfe.csproj
+++ b/src/ServiceManagement/RecoveryServices/Commands.RecoveryServices/Commands.RecoveryServicesRdfe.csproj
@@ -54,7 +54,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ServiceManagement/RecoveryServices/Commands.RecoveryServices/packages.config b/src/ServiceManagement/RecoveryServices/Commands.RecoveryServices/packages.config
index 7ef6cab9f95f..82d832420fda 100644
--- a/src/ServiceManagement/RecoveryServices/Commands.RecoveryServices/packages.config
+++ b/src/ServiceManagement/RecoveryServices/Commands.RecoveryServices/packages.config
@@ -3,7 +3,7 @@
-
+
diff --git a/src/ServiceManagement/RemoteApp/Commands.RemoteApp.ScenarioTest/Commands.RemoteAppScenarioTest.csproj b/src/ServiceManagement/RemoteApp/Commands.RemoteApp.ScenarioTest/Commands.RemoteAppScenarioTest.csproj
index 5c5019a39405..de36e914661e 100644
--- a/src/ServiceManagement/RemoteApp/Commands.RemoteApp.ScenarioTest/Commands.RemoteAppScenarioTest.csproj
+++ b/src/ServiceManagement/RemoteApp/Commands.RemoteApp.ScenarioTest/Commands.RemoteAppScenarioTest.csproj
@@ -42,7 +42,7 @@
False
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
False
diff --git a/src/ServiceManagement/RemoteApp/Commands.RemoteApp.Test/Commands.RemoteApp.Test.csproj b/src/ServiceManagement/RemoteApp/Commands.RemoteApp.Test/Commands.RemoteApp.Test.csproj
index 9b0f62aa88bb..cf2491c8bf04 100644
--- a/src/ServiceManagement/RemoteApp/Commands.RemoteApp.Test/Commands.RemoteApp.Test.csproj
+++ b/src/ServiceManagement/RemoteApp/Commands.RemoteApp.Test/Commands.RemoteApp.Test.csproj
@@ -102,7 +102,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ServiceManagement/RemoteApp/Commands.RemoteApp.Test/packages.config b/src/ServiceManagement/RemoteApp/Commands.RemoteApp.Test/packages.config
index 7c9d4a0ddbdc..44ee0184cc62 100644
--- a/src/ServiceManagement/RemoteApp/Commands.RemoteApp.Test/packages.config
+++ b/src/ServiceManagement/RemoteApp/Commands.RemoteApp.Test/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ServiceManagement/RemoteApp/Commands.RemoteApp/Commands.RemoteApp.csproj b/src/ServiceManagement/RemoteApp/Commands.RemoteApp/Commands.RemoteApp.csproj
index cab84f73f201..76a4f07d9e0b 100644
--- a/src/ServiceManagement/RemoteApp/Commands.RemoteApp/Commands.RemoteApp.csproj
+++ b/src/ServiceManagement/RemoteApp/Commands.RemoteApp/Commands.RemoteApp.csproj
@@ -62,7 +62,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ServiceManagement/RemoteApp/Commands.RemoteApp/packages.config b/src/ServiceManagement/RemoteApp/Commands.RemoteApp/packages.config
index 9b8ee678c9fc..aa9532b54abc 100644
--- a/src/ServiceManagement/RemoteApp/Commands.RemoteApp/packages.config
+++ b/src/ServiceManagement/RemoteApp/Commands.RemoteApp/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ServiceManagement/Services/Commands.Test.Utilities/Commands.Test.Utilities.csproj b/src/ServiceManagement/Services/Commands.Test.Utilities/Commands.Test.Utilities.csproj
index 19329deb7886..877a1cfe67cb 100644
--- a/src/ServiceManagement/Services/Commands.Test.Utilities/Commands.Test.Utilities.csproj
+++ b/src/ServiceManagement/Services/Commands.Test.Utilities/Commands.Test.Utilities.csproj
@@ -53,7 +53,7 @@
False
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.NetFramework.dll
diff --git a/src/ServiceManagement/Services/Commands.Test.Utilities/packages.config b/src/ServiceManagement/Services/Commands.Test.Utilities/packages.config
index 217b6c02ec7a..f7cd715b9f92 100644
--- a/src/ServiceManagement/Services/Commands.Test.Utilities/packages.config
+++ b/src/ServiceManagement/Services/Commands.Test.Utilities/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ServiceManagement/Services/Commands.Test/Commands.Test.csproj b/src/ServiceManagement/Services/Commands.Test/Commands.Test.csproj
index cb703f148962..16a8500684db 100644
--- a/src/ServiceManagement/Services/Commands.Test/Commands.Test.csproj
+++ b/src/ServiceManagement/Services/Commands.Test/Commands.Test.csproj
@@ -57,7 +57,7 @@
False
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.NetFramework.dll
diff --git a/src/ServiceManagement/Services/Commands.Test/packages.config b/src/ServiceManagement/Services/Commands.Test/packages.config
index f02a97079b37..b8a5bb460f44 100644
--- a/src/ServiceManagement/Services/Commands.Test/packages.config
+++ b/src/ServiceManagement/Services/Commands.Test/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ServiceManagement/Services/Commands.Utilities/Commands.Utilities.csproj b/src/ServiceManagement/Services/Commands.Utilities/Commands.Utilities.csproj
index ed57b18563a5..7f6bd9043335 100644
--- a/src/ServiceManagement/Services/Commands.Utilities/Commands.Utilities.csproj
+++ b/src/ServiceManagement/Services/Commands.Utilities/Commands.Utilities.csproj
@@ -63,7 +63,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ServiceManagement/Services/Commands.Utilities/packages.config b/src/ServiceManagement/Services/Commands.Utilities/packages.config
index c9395485adbc..717a55cd4b12 100644
--- a/src/ServiceManagement/Services/Commands.Utilities/packages.config
+++ b/src/ServiceManagement/Services/Commands.Utilities/packages.config
@@ -3,7 +3,7 @@
-
+
diff --git a/src/ServiceManagement/Services/Commands/Commands.csproj b/src/ServiceManagement/Services/Commands/Commands.csproj
index adc7a523c8f7..3b3ae99ea255 100644
--- a/src/ServiceManagement/Services/Commands/Commands.csproj
+++ b/src/ServiceManagement/Services/Commands/Commands.csproj
@@ -61,7 +61,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ServiceManagement/Services/Commands/packages.config b/src/ServiceManagement/Services/Commands/packages.config
index d1b8d324dfa0..18f66e60b2aa 100644
--- a/src/ServiceManagement/Services/Commands/packages.config
+++ b/src/ServiceManagement/Services/Commands/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ServiceManagement/Sql/Commands.SqlDatabase.Test/Commands.SqlDatabase.Test.csproj b/src/ServiceManagement/Sql/Commands.SqlDatabase.Test/Commands.SqlDatabase.Test.csproj
index 64767a60cf7b..beeec2eb3b19 100644
--- a/src/ServiceManagement/Sql/Commands.SqlDatabase.Test/Commands.SqlDatabase.Test.csproj
+++ b/src/ServiceManagement/Sql/Commands.SqlDatabase.Test/Commands.SqlDatabase.Test.csproj
@@ -59,7 +59,7 @@
False
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.NetFramework.dll
diff --git a/src/ServiceManagement/Sql/Commands.SqlDatabase.Test/packages.config b/src/ServiceManagement/Sql/Commands.SqlDatabase.Test/packages.config
index 852546b4075d..e3066d8d3fa4 100644
--- a/src/ServiceManagement/Sql/Commands.SqlDatabase.Test/packages.config
+++ b/src/ServiceManagement/Sql/Commands.SqlDatabase.Test/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ServiceManagement/Sql/Commands.SqlDatabase/Commands.SqlDatabase.csproj b/src/ServiceManagement/Sql/Commands.SqlDatabase/Commands.SqlDatabase.csproj
index eba6bcaa13ee..959ac42e2453 100644
--- a/src/ServiceManagement/Sql/Commands.SqlDatabase/Commands.SqlDatabase.csproj
+++ b/src/ServiceManagement/Sql/Commands.SqlDatabase/Commands.SqlDatabase.csproj
@@ -58,7 +58,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ServiceManagement/Sql/Commands.SqlDatabase/packages.config b/src/ServiceManagement/Sql/Commands.SqlDatabase/packages.config
index 20ac1bb1c99f..b7f60846f8b1 100644
--- a/src/ServiceManagement/Sql/Commands.SqlDatabase/packages.config
+++ b/src/ServiceManagement/Sql/Commands.SqlDatabase/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ServiceManagement/StorSimple/Commands.StorSimple.Test/Commands.StorSimple.Test.csproj b/src/ServiceManagement/StorSimple/Commands.StorSimple.Test/Commands.StorSimple.Test.csproj
index 614796bba6a8..708a63f43847 100644
--- a/src/ServiceManagement/StorSimple/Commands.StorSimple.Test/Commands.StorSimple.Test.csproj
+++ b/src/ServiceManagement/StorSimple/Commands.StorSimple.Test/Commands.StorSimple.Test.csproj
@@ -41,7 +41,7 @@
False
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.NetFramework.dll
diff --git a/src/ServiceManagement/StorSimple/Commands.StorSimple.Test/packages.config b/src/ServiceManagement/StorSimple/Commands.StorSimple.Test/packages.config
index 07f8810d9567..5d96419ba933 100644
--- a/src/ServiceManagement/StorSimple/Commands.StorSimple.Test/packages.config
+++ b/src/ServiceManagement/StorSimple/Commands.StorSimple.Test/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ServiceManagement/StorSimple/Commands.StorSimple/Commands.StorSimple.csproj b/src/ServiceManagement/StorSimple/Commands.StorSimple/Commands.StorSimple.csproj
index efd5f6256c79..a380d7a54685 100644
--- a/src/ServiceManagement/StorSimple/Commands.StorSimple/Commands.StorSimple.csproj
+++ b/src/ServiceManagement/StorSimple/Commands.StorSimple/Commands.StorSimple.csproj
@@ -50,7 +50,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ServiceManagement/StorSimple/Commands.StorSimple/packages.config b/src/ServiceManagement/StorSimple/Commands.StorSimple/packages.config
index c1480419d3a1..3acdf6bffa9f 100644
--- a/src/ServiceManagement/StorSimple/Commands.StorSimple/packages.config
+++ b/src/ServiceManagement/StorSimple/Commands.StorSimple/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ServiceManagement/TrafficManager/Commands.TrafficManager.Test/Commands.TrafficManager.Test.csproj b/src/ServiceManagement/TrafficManager/Commands.TrafficManager.Test/Commands.TrafficManager.Test.csproj
index ad8fe297701d..ff5b509cd1ee 100644
--- a/src/ServiceManagement/TrafficManager/Commands.TrafficManager.Test/Commands.TrafficManager.Test.csproj
+++ b/src/ServiceManagement/TrafficManager/Commands.TrafficManager.Test/Commands.TrafficManager.Test.csproj
@@ -46,7 +46,7 @@
False
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.NetFramework.dll
diff --git a/src/ServiceManagement/TrafficManager/Commands.TrafficManager.Test/packages.config b/src/ServiceManagement/TrafficManager/Commands.TrafficManager.Test/packages.config
index 8912eea1598e..ac944a6fed4e 100644
--- a/src/ServiceManagement/TrafficManager/Commands.TrafficManager.Test/packages.config
+++ b/src/ServiceManagement/TrafficManager/Commands.TrafficManager.Test/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/ServiceManagement/TrafficManager/Commands.TrafficManager/Commands.TrafficManager.csproj b/src/ServiceManagement/TrafficManager/Commands.TrafficManager/Commands.TrafficManager.csproj
index 4d138c4511fe..4ca6b1e65c83 100644
--- a/src/ServiceManagement/TrafficManager/Commands.TrafficManager/Commands.TrafficManager.csproj
+++ b/src/ServiceManagement/TrafficManager/Commands.TrafficManager/Commands.TrafficManager.csproj
@@ -52,7 +52,7 @@
..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll
- ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.2-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
+ ..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll
True
diff --git a/src/ServiceManagement/TrafficManager/Commands.TrafficManager/packages.config b/src/ServiceManagement/TrafficManager/Commands.TrafficManager/packages.config
index 6d411f6df6b3..ca7203536955 100644
--- a/src/ServiceManagement/TrafficManager/Commands.TrafficManager/packages.config
+++ b/src/ServiceManagement/TrafficManager/Commands.TrafficManager/packages.config
@@ -2,7 +2,7 @@
-
+