diff --git a/NuGet.Config b/NuGet.Config index 59d02ff82de6b..309538bfcec5c 100644 --- a/NuGet.Config +++ b/NuGet.Config @@ -1,7 +1,4 @@  - - - - + diff --git a/src/ResourceManagement/DataLake.Analytics/DataLake.Analytics.sln b/src/ResourceManagement/DataLake.Analytics/DataLake.Analytics.sln index 2e23402718b02..ac8bded8d6591 100644 --- a/src/ResourceManagement/DataLake.Analytics/DataLake.Analytics.sln +++ b/src/ResourceManagement/DataLake.Analytics/DataLake.Analytics.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 14 -VisualStudioVersion = 14.0.25123.0 +VisualStudioVersion = 14.0.25420.1 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "DataLakeAnalytics.Tests", "DataLakeAnalytics.Tests\DataLakeAnalytics.Tests.xproj", "{04B4A8C0-95B4-4139-BE8E-885E087F5205}" EndProject @@ -17,6 +17,12 @@ Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.Azure.Management. EndProject Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.Azure.Management.ResourceManager", "..\Resource\Microsoft.Azure.Management.ResourceManager\Microsoft.Azure.Management.ResourceManager.xproj", "{A5986BDB-0D0D-48AA-9E49-ECE96BAC8ADE}" EndProject +Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.Rest.ClientRuntime", "..\..\ClientRuntime\Microsoft.Rest.ClientRuntime\Microsoft.Rest.ClientRuntime.xproj", "{EDDB6367-5C7B-428C-B54C-96BCD90F6E6C}" +EndProject +Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.Rest.ClientRuntime.Azure", "..\..\ClientRuntime\Microsoft.Rest.ClientRuntime.Azure\Microsoft.Rest.ClientRuntime.Azure.xproj", "{D5296EAB-C13E-4A88-9532-BD0677D18EC9}" +EndProject +Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.Rest.ClientRuntime.Azure.Authentication", "..\..\ClientRuntime\Microsoft.Rest.ClientRuntime.Azure.Authentication\Microsoft.Rest.ClientRuntime.Azure.Authentication.xproj", "{6319205D-BBFC-4150-BEAE-31B1C9B911DD}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -51,6 +57,18 @@ Global {A5986BDB-0D0D-48AA-9E49-ECE96BAC8ADE}.Debug|Any CPU.Build.0 = Debug|Any CPU {A5986BDB-0D0D-48AA-9E49-ECE96BAC8ADE}.Release|Any CPU.ActiveCfg = Release|Any CPU {A5986BDB-0D0D-48AA-9E49-ECE96BAC8ADE}.Release|Any CPU.Build.0 = Release|Any CPU + {EDDB6367-5C7B-428C-B54C-96BCD90F6E6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {EDDB6367-5C7B-428C-B54C-96BCD90F6E6C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {EDDB6367-5C7B-428C-B54C-96BCD90F6E6C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {EDDB6367-5C7B-428C-B54C-96BCD90F6E6C}.Release|Any CPU.Build.0 = Release|Any CPU + {D5296EAB-C13E-4A88-9532-BD0677D18EC9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D5296EAB-C13E-4A88-9532-BD0677D18EC9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D5296EAB-C13E-4A88-9532-BD0677D18EC9}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D5296EAB-C13E-4A88-9532-BD0677D18EC9}.Release|Any CPU.Build.0 = Release|Any CPU + {6319205D-BBFC-4150-BEAE-31B1C9B911DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {6319205D-BBFC-4150-BEAE-31B1C9B911DD}.Debug|Any CPU.Build.0 = Debug|Any CPU + {6319205D-BBFC-4150-BEAE-31B1C9B911DD}.Release|Any CPU.ActiveCfg = Release|Any CPU + {6319205D-BBFC-4150-BEAE-31B1C9B911DD}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/src/ResourceManagement/DataLake.Analytics/DataLakeAnalytics.Tests/ScenarioTests/CatalogOperationTests.cs b/src/ResourceManagement/DataLake.Analytics/DataLakeAnalytics.Tests/ScenarioTests/CatalogOperationTests.cs index 0a0d50f314c88..7128e12e28f14 100644 --- a/src/ResourceManagement/DataLake.Analytics/DataLakeAnalytics.Tests/ScenarioTests/CatalogOperationTests.cs +++ b/src/ResourceManagement/DataLake.Analytics/DataLakeAnalytics.Tests/ScenarioTests/CatalogOperationTests.cs @@ -163,13 +163,101 @@ public void GetCatalogItemsTest() } } + [Fact] + public void CredentialCRUDTest() + { + using (var context = MockContext.Start(this.GetType().FullName)) + { + commonData = new CommonTestFixture(context, isDogfood: true); + commonData.HostUrl = + commonData.DataLakeAnalyticsManagementHelper.TryCreateDataLakeAnalyticsAccount(commonData.ResourceGroupName, + commonData.Location, commonData.DataLakeStoreAccountName, commonData.SecondDataLakeAnalyticsAccountName); + TestUtilities.Wait(120000); // Sleep for two minutes to give the account a chance to provision the queue + commonData.DataLakeAnalyticsManagementHelper.CreateCatalog(commonData.ResourceGroupName, + commonData.SecondDataLakeAnalyticsAccountName, commonData.DatabaseName, commonData.TableName, commonData.TvfName, commonData.ViewName, commonData.ProcName); + using (var clientToUse = commonData.GetDataLakeAnalyticsCatalogManagementClient(context)) + { + // create the credential + clientToUse.Catalog.CreateCredential( + commonData.SecondDataLakeAnalyticsAccountName, + commonData.DatabaseName, commonData.SecretName, + new DataLakeAnalyticsCatalogCredentialCreateParameters + { + Password = commonData.SecretPwd, + Uri = "https://adlasecrettest.contoso.com:443", + UserId = TestUtilities.GenerateGuid("fakeUserId01").ToString() + }); + + // Attempt to create the secret again, which should throw + Assert.Throws( + () => clientToUse.Catalog.CreateCredential( + commonData.SecondDataLakeAnalyticsAccountName, + commonData.DatabaseName, commonData.SecretName, + new DataLakeAnalyticsCatalogCredentialCreateParameters + { + Password = commonData.SecretPwd, + Uri = "https://adlasecrettest.contoso.com:443", + UserId = TestUtilities.GenerateGuid("fakeUserId02").ToString() + })); + + // create another credential + var secondSecretName = commonData.SecretName + "dup"; + clientToUse.Catalog.CreateCredential( + commonData.SecondDataLakeAnalyticsAccountName, + commonData.DatabaseName, secondSecretName, + new DataLakeAnalyticsCatalogCredentialCreateParameters + { + Password = commonData.SecretPwd, + Uri = "https://adlasecrettest.contoso.com:443", + UserId = TestUtilities.GenerateGuid("fakeUserId03").ToString() + }); + + // Get the credential and ensure the response contains a date. + var secretGetResponse = clientToUse.Catalog.GetCredential( + commonData.SecondDataLakeAnalyticsAccountName, + commonData.DatabaseName, commonData.SecretName); + + Assert.NotNull(secretGetResponse); + Assert.NotNull(secretGetResponse.Name); + + // Get the Credential list + var credListResponse = clientToUse.Catalog.ListCredentials( + commonData.SecondDataLakeAnalyticsAccountName, + commonData.DatabaseName); + Assert.True(credListResponse.Count() >= 1); + // look for the credential we created + Assert.True(credListResponse.Any(cred => cred.Name.Equals(commonData.SecretName))); + + + // Get the specific credential as well + var credGetResponse = clientToUse.Catalog.GetCredential( + commonData.SecondDataLakeAnalyticsAccountName, + commonData.DatabaseName, commonData.SecretName); + Assert.Equal(commonData.SecretName, credGetResponse.Name); + + // Delete the credential + clientToUse.Catalog.DeleteCredential( + commonData.SecondDataLakeAnalyticsAccountName, + commonData.DatabaseName, commonData.SecretName, + new DataLakeAnalyticsCatalogCredentialDeleteParameters(commonData.SecretPwd)); + + // Try to get the credential which should throw + Assert.Throws(() => clientToUse.Catalog.GetCredential( + commonData.SecondDataLakeAnalyticsAccountName, + commonData.DatabaseName, commonData.SecretName)); + + // TODO: once support is available for delete all credentials add tests here for that. + } + } + } + [Fact] public void SecretAndCredentialCRUDTest() { // NOTE: This is deprecated and will be removed in a future release using (var context = MockContext.Start(this.GetType().FullName)) { - commonData = new CommonTestFixture(context); + commonData = new CommonTestFixture(context, isDogfood: true); commonData.HostUrl = commonData.DataLakeAnalyticsManagementHelper.TryCreateDataLakeAnalyticsAccount(commonData.ResourceGroupName, commonData.Location, commonData.DataLakeStoreAccountName, commonData.SecondDataLakeAnalyticsAccountName); diff --git a/src/ResourceManagement/DataLake.Analytics/DataLakeAnalytics.Tests/SessionRecords/DataLakeAnalytics.Tests.AccountOperationTests/CreateGetUpdateDeleteTest.json b/src/ResourceManagement/DataLake.Analytics/DataLakeAnalytics.Tests/SessionRecords/DataLakeAnalytics.Tests.AccountOperationTests/CreateGetUpdateDeleteTest.json index 823d00b5621dc..6a6b204dabee2 100644 --- a/src/ResourceManagement/DataLake.Analytics/DataLakeAnalytics.Tests/SessionRecords/DataLakeAnalytics.Tests.AccountOperationTests/CreateGetUpdateDeleteTest.json +++ b/src/ResourceManagement/DataLake.Analytics/DataLakeAnalytics.Tests/SessionRecords/DataLakeAnalytics.Tests.AccountOperationTests/CreateGetUpdateDeleteTest.json @@ -7,16 +7,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "83f2316b-1389-4162-87fe-1efefe565db8" + "ad5d225b-8ffd-4e25-a132-a40b1ebc151b" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeAnalytics\",\r\n \"namespace\": \"Microsoft.DataLakeAnalytics\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/dataLakeStoreAccounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers/listSasTokens\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeAnalytics\",\r\n \"namespace\": \"Microsoft.DataLakeAnalytics\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/dataLakeStoreAccounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers/listSasTokens\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Fri, 26 Aug 2016 17:43:26 GMT" + "Wed, 19 Oct 2016 21:10:57 GMT" ], "Pragma": [ "no-cache" @@ -37,16 +38,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1193" ], "x-ms-request-id": [ - "baad6173-890c-4b69-a2c0-9016fc18946c" + "7a3be611-64cd-47cd-9730-7ca3ed05c8c9" ], "x-ms-correlation-request-id": [ - "baad6173-890c-4b69-a2c0-9016fc18946c" + "7a3be611-64cd-47cd-9730-7ca3ed05c8c9" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T174327Z:baad6173-890c-4b69-a2c0-9016fc18946c" + "CENTRALUS:20161019T211058Z:7a3be611-64cd-47cd-9730-7ca3ed05c8c9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -61,16 +62,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fa94989f-51cc-4bf4-bfb4-4e4607ed8e44" + "40b5687a-0463-47cd-ab9c-93e0bb4efd6e" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeAnalytics\",\r\n \"namespace\": \"Microsoft.DataLakeAnalytics\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/dataLakeStoreAccounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers/listSasTokens\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeAnalytics\",\r\n \"namespace\": \"Microsoft.DataLakeAnalytics\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/dataLakeStoreAccounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers/listSasTokens\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -82,7 +84,7 @@ "no-cache" ], "Date": [ - "Fri, 26 Aug 2016 17:43:27 GMT" + "Wed, 19 Oct 2016 21:10:58 GMT" ], "Pragma": [ "no-cache" @@ -94,13 +96,13 @@ "14989" ], "x-ms-request-id": [ - "ffb7aa7c-1fdb-4c43-a141-573253077fd8" + "9197673c-846e-4db7-8d17-b8399fda0cfc" ], "x-ms-correlation-request-id": [ - "ffb7aa7c-1fdb-4c43-a141-573253077fd8" + "9197673c-846e-4db7-8d17-b8399fda0cfc" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T174327Z:ffb7aa7c-1fdb-4c43-a141-573253077fd8" + "CENTRALUS:20161019T211058Z:9197673c-846e-4db7-8d17-b8399fda0cfc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -115,16 +117,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "00b2c744-22d3-4c12-8806-2502e9e7ed78" + "0daa7165-9939-466b-98c4-2c47424c9b1d" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -136,7 +139,7 @@ "no-cache" ], "Date": [ - "Fri, 26 Aug 2016 17:43:27 GMT" + "Wed, 19 Oct 2016 21:10:58 GMT" ], "Pragma": [ "no-cache" @@ -145,16 +148,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1192" ], "x-ms-request-id": [ - "b207d1f9-3823-4beb-88d2-c55577d64ba0" + "793a9ffa-af36-4dc4-ae30-c06ac2a7f2ae" ], "x-ms-correlation-request-id": [ - "b207d1f9-3823-4beb-88d2-c55577d64ba0" + "793a9ffa-af36-4dc4-ae30-c06ac2a7f2ae" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T174328Z:b207d1f9-3823-4beb-88d2-c55577d64ba0" + "CENTRALUS:20161019T211059Z:793a9ffa-af36-4dc4-ae30-c06ac2a7f2ae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -169,16 +172,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8163bcfb-6ba1-4e82-94f7-dee4fbf68dd9" + "ebabbbe2-b328-4173-ba0b-d3fdc0566c34" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -190,7 +194,7 @@ "no-cache" ], "Date": [ - "Fri, 26 Aug 2016 17:43:27 GMT" + "Wed, 19 Oct 2016 21:10:58 GMT" ], "Pragma": [ "no-cache" @@ -202,13 +206,13 @@ "14988" ], "x-ms-request-id": [ - "f288d4c7-6064-4aad-8847-416daa4680e7" + "5489d6e6-299b-4f44-9605-5e9e9df83089" ], "x-ms-correlation-request-id": [ - "f288d4c7-6064-4aad-8847-416daa4680e7" + "5489d6e6-299b-4f44-9605-5e9e9df83089" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T174328Z:f288d4c7-6064-4aad-8847-416daa4680e7" + "CENTRALUS:20161019T211059Z:5489d6e6-299b-4f44-9605-5e9e9df83089" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -223,16 +227,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "127445a3-c8d7-435f-b77d-3f8d8e1446f2" + "450e02b8-3151-4dd2-8904-f89a208574f1" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -244,7 +249,7 @@ "no-cache" ], "Date": [ - "Fri, 26 Aug 2016 17:43:28 GMT" + "Wed, 19 Oct 2016 21:10:58 GMT" ], "Pragma": [ "no-cache" @@ -253,16 +258,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1191" ], "x-ms-request-id": [ - "6a4cbdc9-cce7-4466-8901-af47f418fa47" + "b0a15097-10f5-4edb-84b5-a09432c2acc2" ], "x-ms-correlation-request-id": [ - "6a4cbdc9-cce7-4466-8901-af47f418fa47" + "b0a15097-10f5-4edb-84b5-a09432c2acc2" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T174329Z:6a4cbdc9-cce7-4466-8901-af47f418fa47" + "CENTRALUS:20161019T211059Z:b0a15097-10f5-4edb-84b5-a09432c2acc2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -277,16 +282,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "77031fe4-6147-427e-99f1-95d4ad3e30c6" + "95bd28a2-959a-43c1-8bfa-084035466a18" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -298,7 +304,7 @@ "no-cache" ], "Date": [ - "Fri, 26 Aug 2016 17:43:28 GMT" + "Wed, 19 Oct 2016 21:10:59 GMT" ], "Pragma": [ "no-cache" @@ -310,13 +316,13 @@ "14987" ], "x-ms-request-id": [ - "be26bbe8-4720-41a6-a917-e9b40a1aaa1d" + "ed104079-4689-4767-8040-95df8fc5aa56" ], "x-ms-correlation-request-id": [ - "be26bbe8-4720-41a6-a917-e9b40a1aaa1d" + "ed104079-4689-4767-8040-95df8fc5aa56" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T174329Z:be26bbe8-4720-41a6-a917-e9b40a1aaa1d" + "CENTRALUS:20161019T211059Z:ed104079-4689-4767-8040-95df8fc5aa56" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -325,25 +331,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba112?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL3JnYWJhMTEyP2FwaS12ZXJzaW9uPTIwMTYtMDItMDE=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba12576?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL3JnYWJhMTI1NzY/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a6ddb5af-e608-4476-87fe-b3a2222e05d4" + "c88959b7-e727-4265-b226-ef3eff568930" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'rgaba112' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'rgaba12576' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "100" + "102" ], "Content-Type": [ "application/json; charset=utf-8" @@ -355,7 +362,7 @@ "no-cache" ], "Date": [ - "Fri, 26 Aug 2016 17:43:28 GMT" + "Wed, 19 Oct 2016 21:10:59 GMT" ], "Pragma": [ "no-cache" @@ -367,13 +374,13 @@ "14986" ], "x-ms-request-id": [ - "35ba78a9-72f1-47dc-a0d3-12d312d25203" + "2aa33120-5757-46d9-9909-b32e1dd86c8a" ], "x-ms-correlation-request-id": [ - "35ba78a9-72f1-47dc-a0d3-12d312d25203" + "2aa33120-5757-46d9-9909-b32e1dd86c8a" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T174329Z:35ba78a9-72f1-47dc-a0d3-12d312d25203" + "CENTRALUS:20161019T211059Z:2aa33120-5757-46d9-9909-b32e1dd86c8a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -382,22 +389,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba112?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL3JnYWJhMTEyP2FwaS12ZXJzaW9uPTIwMTYtMDItMDE=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba12576?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL3JnYWJhMTI1NzY/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1e2a4244-ee87-4759-9b36-ee83eabb625d" + "56819394-1c56-428a-aaa3-7148c44656e5" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112\",\r\n \"name\": \"rgaba112\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576\",\r\n \"name\": \"rgaba12576\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -409,7 +417,7 @@ "no-cache" ], "Date": [ - "Fri, 26 Aug 2016 17:43:29 GMT" + "Wed, 19 Oct 2016 21:11:00 GMT" ], "Pragma": [ "no-cache" @@ -421,13 +429,13 @@ "14985" ], "x-ms-request-id": [ - "d3e42d78-9565-45dc-baed-7662d22b8931" + "43718fa5-0db0-4b69-a7ca-f320622d72c6" ], "x-ms-correlation-request-id": [ - "d3e42d78-9565-45dc-baed-7662d22b8931" + "43718fa5-0db0-4b69-a7ca-f320622d72c6" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T174330Z:d3e42d78-9565-45dc-baed-7662d22b8931" + "CENTRALUS:20161019T211101Z:43718fa5-0db0-4b69-a7ca-f320622d72c6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -436,8 +444,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba112?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL3JnYWJhMTEyP2FwaS12ZXJzaW9uPTIwMTYtMDItMDE=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba12576?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL3JnYWJhMTI1NzY/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -448,19 +456,20 @@ "31" ], "x-ms-client-request-id": [ - "578c5c4f-2035-4113-bfc4-25113ac321bb" + "62fd0c1f-462e-48f9-b3e6-55890d175b86" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112\",\r\n \"name\": \"rgaba112\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576\",\r\n \"name\": \"rgaba12576\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "170" + "174" ], "Content-Type": [ "application/json; charset=utf-8" @@ -472,22 +481,22 @@ "no-cache" ], "Date": [ - "Fri, 26 Aug 2016 17:43:29 GMT" + "Wed, 19 Oct 2016 21:11:00 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1190" ], "x-ms-request-id": [ - "0d5790e7-5f9e-4e29-a8ad-4165a57fdd33" + "304d1bbf-497d-4036-81c0-07c44c6d8deb" ], "x-ms-correlation-request-id": [ - "0d5790e7-5f9e-4e29-a8ad-4165a57fdd33" + "304d1bbf-497d-4036-81c0-07c44c6d8deb" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T174330Z:0d5790e7-5f9e-4e29-a8ad-4165a57fdd33" + "CENTRALUS:20161019T211101Z:304d1bbf-497d-4036-81c0-07c44c6d8deb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -496,8 +505,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.Storage/storageAccounts/testazureblob11175?api-version=2016-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvdGVzdGF6dXJlYmxvYjExMTc1P2FwaS12ZXJzaW9uPTIwMTYtMDEtMDE=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.Storage/storageAccounts/testazureblob18196?api-version=2016-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTI1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy90ZXN0YXp1cmVibG9iMTgxOTY/YXBpLXZlcnNpb249MjAxNi0wMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -508,12 +517,13 @@ "99" ], "x-ms-client-request-id": [ - "f880f026-459f-45ec-9c68-2dda2dd46042" + "2b98491c-a832-43fd-a553-fbad76863539" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Storage.StorageManagementClient/5.0.2-preview" ] }, @@ -529,13 +539,13 @@ "no-cache" ], "Date": [ - "Fri, 26 Aug 2016 17:43:31 GMT" + "Wed, 19 Oct 2016 21:11:02 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/operations/60268c20-14da-4831-af9c-519e773496c2?monitor=true&api-version=2016-01-01" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/operations/dc954289-4c2d-461b-ba5d-880456ce93a0?monitor=true&api-version=2016-01-01" ], "Retry-After": [ "25" @@ -545,16 +555,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1194" ], "x-ms-request-id": [ - "3cb62223-199f-4d00-92d7-56d8ff82e3ff" + "b4ffc6b7-5893-424d-93b6-f7e7758531f5" ], "x-ms-correlation-request-id": [ - "3cb62223-199f-4d00-92d7-56d8ff82e3ff" + "b4ffc6b7-5893-424d-93b6-f7e7758531f5" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T174331Z:3cb62223-199f-4d00-92d7-56d8ff82e3ff" + "CENTRALUS:20161019T211103Z:b4ffc6b7-5893-424d-93b6-f7e7758531f5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -563,16 +573,17 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/operations/60268c20-14da-4831-af9c-519e773496c2?monitor=true&api-version=2016-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9vcGVyYXRpb25zLzYwMjY4YzIwLTE0ZGEtNDgzMS1hZjljLTUxOWU3NzM0OTZjMj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNi0wMS0wMQ==", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/operations/dc954289-4c2d-461b-ba5d-880456ce93a0?monitor=true&api-version=2016-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9vcGVyYXRpb25zL2RjOTU0Mjg5LTRjMmQtNDYxYi1iYTVkLTg4MDQ1NmNlOTNhMD9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNi0wMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Storage.StorageManagementClient/5.0.2-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.Storage/storageAccounts/testazureblob11175\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"testazureblob11175\",\r\n \"properties\": {\r\n \"creationTime\": \"2016-08-26T17:43:30.4025719Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://testazureblob11175.blob.core.windows.net/\",\r\n \"file\": \"https://testazureblob11175.file.core.windows.net/\",\r\n \"queue\": \"https://testazureblob11175.queue.core.windows.net/\",\r\n \"table\": \"https://testazureblob11175.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.Storage/storageAccounts/testazureblob18196\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"testazureblob18196\",\r\n \"properties\": {\r\n \"creationTime\": \"2016-10-19T21:11:02.4414365Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://testazureblob18196.blob.core.windows.net/\",\r\n \"file\": \"https://testazureblob18196.file.core.windows.net/\",\r\n \"queue\": \"https://testazureblob18196.queue.core.windows.net/\",\r\n \"table\": \"https://testazureblob18196.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -584,7 +595,7 @@ "no-cache" ], "Date": [ - "Fri, 26 Aug 2016 17:44:02 GMT" + "Wed, 19 Oct 2016 21:11:32 GMT" ], "Pragma": [ "no-cache" @@ -600,16 +611,16 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "81963caf-0126-49f0-96a0-1afcf6b7e897" + "d48e6855-5d15-48ae-a41c-2490203e554b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "14992" ], "x-ms-correlation-request-id": [ - "81963caf-0126-49f0-96a0-1afcf6b7e897" + "d48e6855-5d15-48ae-a41c-2490203e554b" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T174402Z:81963caf-0126-49f0-96a0-1afcf6b7e897" + "CENTRALUS:20161019T211133Z:d48e6855-5d15-48ae-a41c-2490203e554b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -618,22 +629,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.Storage/storageAccounts/testazureblob11175/listKeys?api-version=2016-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvdGVzdGF6dXJlYmxvYjExMTc1L2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMTYtMDEtMDE=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.Storage/storageAccounts/testazureblob18196/listKeys?api-version=2016-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTI1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy90ZXN0YXp1cmVibG9iMTgxOTYvbGlzdEtleXM/YXBpLXZlcnNpb249MjAxNi0wMS0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8b4c07b3-5ae1-4e34-91f1-a6b6a186bb0b" + "8f7bbe11-8a52-4fcd-83ec-fa719bf01353" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Storage.StorageManagementClient/5.0.2-preview" ] }, - "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"permissions\": \"Full\",\r\n \"value\": \"KOXdNLoBaO9T15+KbJgLBB6vrFBFEO5Ak0OkD+8Y6UM0xvtbwW9CSg/c4krZ7ldD2eekQPNPZoofamFH7TjR6w==\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"permissions\": \"Full\",\r\n \"value\": \"FtvekuvcaR6EEXxNP9pc+Mz8gHbV8/8BY/GJlXCuaYa77shiYLw5q7HbhLvnOq9cgA9HTi+8781jFTlYW9ZhTQ==\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"permissions\": \"Full\",\r\n \"value\": \"b5tbxCV9j3FOjkQhdDcbAjXdkLt+J1+niz4mwe9/93Md6Ip4+Ew8stp8eHJ3lRJv/w7hgsea9cC82XPqViKNzg==\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"permissions\": \"Full\",\r\n \"value\": \"DooyGKNzoOLUiGxIkil0dG5ZCrovMz5urtTPD/SPwa16h8373tKLr/MdLy50QzHPseo6Stebs7Z1mdQbryMqGA==\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -645,7 +657,7 @@ "no-cache" ], "Date": [ - "Fri, 26 Aug 2016 17:44:02 GMT" + "Wed, 19 Oct 2016 21:11:33 GMT" ], "Pragma": [ "no-cache" @@ -661,16 +673,16 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "39d5c959-b542-406a-beed-e68a4bd3544e" + "f0dd040f-7721-4fae-a1e4-010f47acca3f" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1193" ], "x-ms-correlation-request-id": [ - "39d5c959-b542-406a-beed-e68a4bd3544e" + "f0dd040f-7721-4fae-a1e4-010f47acca3f" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T174402Z:39d5c959-b542-406a-beed-e68a4bd3544e" + "CENTRALUS:20161019T211133Z:f0dd040f-7721-4fae-a1e4-010f47acca3f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -679,22 +691,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.Storage/storageAccounts/testazureblob11175?api-version=2016-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvdGVzdGF6dXJlYmxvYjExMTc1P2FwaS12ZXJzaW9uPTIwMTYtMDEtMDE=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.Storage/storageAccounts/testazureblob18196?api-version=2016-01-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTI1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy90ZXN0YXp1cmVibG9iMTgxOTY/YXBpLXZlcnNpb249MjAxNi0wMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "17fd6e92-befb-426d-a144-d1cbf6e328fc" + "11722a02-4815-4835-906e-79053942994a" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Storage.StorageManagementClient/5.0.2-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.Storage/storageAccounts/testazureblob11175\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"testazureblob11175\",\r\n \"properties\": {\r\n \"creationTime\": \"2016-08-26T17:43:30.4025719Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://testazureblob11175.blob.core.windows.net/\",\r\n \"file\": \"https://testazureblob11175.file.core.windows.net/\",\r\n \"queue\": \"https://testazureblob11175.queue.core.windows.net/\",\r\n \"table\": \"https://testazureblob11175.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.Storage/storageAccounts/testazureblob18196\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"testazureblob18196\",\r\n \"properties\": {\r\n \"creationTime\": \"2016-10-19T21:11:02.4414365Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://testazureblob18196.blob.core.windows.net/\",\r\n \"file\": \"https://testazureblob18196.file.core.windows.net/\",\r\n \"queue\": \"https://testazureblob18196.queue.core.windows.net/\",\r\n \"table\": \"https://testazureblob18196.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -706,7 +719,7 @@ "no-cache" ], "Date": [ - "Fri, 26 Aug 2016 17:44:02 GMT" + "Wed, 19 Oct 2016 21:11:33 GMT" ], "Pragma": [ "no-cache" @@ -722,16 +735,16 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "e2247334-4a28-4228-9c4f-29fd1b805f26" + "08959066-cffb-4d78-b293-e23f9a5bef9f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "14991" ], "x-ms-correlation-request-id": [ - "e2247334-4a28-4228-9c4f-29fd1b805f26" + "08959066-cffb-4d78-b293-e23f9a5bef9f" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T174402Z:e2247334-4a28-4228-9c4f-29fd1b805f26" + "CENTRALUS:20161019T211133Z:08959066-cffb-4d78-b293-e23f9a5bef9f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -740,25 +753,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeStore/accounts/testdatalake13237?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0ZGF0YWxha2UxMzIzNz9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeStore/accounts/testdatalake18755?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTI1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTE4NzU1P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "68a369fd-5cd9-4b81-8d79-d7bfde2b69d4" + "82048f77-b7a9-481e-a7b5-c2f44ee60cf1" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testdatalake13237' under resource group 'rgaba112' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testdatalake18755' under resource group 'rgaba12576' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "162" + "164" ], "Content-Type": [ "application/json; charset=utf-8" @@ -770,7 +784,7 @@ "no-cache" ], "Date": [ - "Fri, 26 Aug 2016 17:44:02 GMT" + "Wed, 19 Oct 2016 21:11:33 GMT" ], "Pragma": [ "no-cache" @@ -779,13 +793,13 @@ "gateway" ], "x-ms-request-id": [ - "1832360c-d068-41fc-8be3-646690d324cb" + "3d9736b4-87de-4be7-ba62-ef4810bcf63b" ], "x-ms-correlation-request-id": [ - "1832360c-d068-41fc-8be3-646690d324cb" + "3d9736b4-87de-4be7-ba62-ef4810bcf63b" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T174402Z:1832360c-d068-41fc-8be3-646690d324cb" + "CENTRALUS:20161019T211133Z:3d9736b4-87de-4be7-ba62-ef4810bcf63b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -794,16 +808,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeStore/accounts/testdatalake13237?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0ZGF0YWxha2UxMzIzNz9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeStore/accounts/testdatalake18755?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTI1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTE4NzU1P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake13237.azuredatalakestore.net\",\r\n \"accountId\": \"1b25f8fb-38a0-4816-8cdd-faa1437ecd74\",\r\n \"creationTime\": \"2016-08-26T17:44:02.3507402Z\",\r\n \"lastModifiedTime\": \"2016-08-26T17:44:02.3507402Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeStore/accounts/testdatalake13237\",\r\n \"name\": \"testdatalake13237\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake18755.azuredatalakestore.net\",\r\n \"accountId\": \"13d441ef-3678-4586-a73e-226ba7bee91a\",\r\n \"creationTime\": \"2016-10-19T21:11:35.9080183Z\",\r\n \"lastModifiedTime\": \"2016-10-19T21:11:35.9080183Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeStore/accounts/testdatalake18755\",\r\n \"name\": \"testdatalake18755\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -818,7 +833,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:44:34 GMT" + "Wed, 19 Oct 2016 21:12:07 GMT" ], "Pragma": [ "no-cache" @@ -830,7 +845,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "59fb74eb-96b4-4ffd-972d-cb5f945eda11" + "e57c1942-54a6-4291-bdaf-cbb4b3623c06" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -839,13 +857,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14987" ], "x-ms-correlation-request-id": [ - "52892399-cb42-43dc-98e4-c25f9fb8759a" + "a4cc5ba1-c874-4eb8-8cc7-5b3e7a1f4eef" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T174435Z:52892399-cb42-43dc-98e4-c25f9fb8759a" + "CENTRALUS:20161019T211207Z:a4cc5ba1-c874-4eb8-8cc7-5b3e7a1f4eef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -854,22 +872,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeStore/accounts/testdatalake13237?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0ZGF0YWxha2UxMzIzNz9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeStore/accounts/testdatalake18755?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTI1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTE4NzU1P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0b3c0ab3-26dc-4e94-9723-b8b8543bbcc8" + "15b4560b-83f5-44e7-a5a1-4f85b9e23e01" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake13237.azuredatalakestore.net\",\r\n \"accountId\": \"1b25f8fb-38a0-4816-8cdd-faa1437ecd74\",\r\n \"creationTime\": \"2016-08-26T17:44:02.3507402Z\",\r\n \"lastModifiedTime\": \"2016-08-26T17:44:02.3507402Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeStore/accounts/testdatalake13237\",\r\n \"name\": \"testdatalake13237\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake18755.azuredatalakestore.net\",\r\n \"accountId\": \"13d441ef-3678-4586-a73e-226ba7bee91a\",\r\n \"creationTime\": \"2016-10-19T21:11:35.9080183Z\",\r\n \"lastModifiedTime\": \"2016-10-19T21:11:35.9080183Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeStore/accounts/testdatalake18755\",\r\n \"name\": \"testdatalake18755\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -884,7 +903,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:44:35 GMT" + "Wed, 19 Oct 2016 21:12:07 GMT" ], "Pragma": [ "no-cache" @@ -896,7 +915,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "8937e7fe-28a8-4bb9-a109-eff5a504fc5b" + "f4ef5db5-1ac8-421d-a569-faf4b9903760" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -905,13 +927,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "14993" ], "x-ms-correlation-request-id": [ - "ea598f4e-fd1a-4fa2-a989-7e7f0716dc6b" + "e20552b7-f6a1-4532-a6d0-242c87281074" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T174435Z:ea598f4e-fd1a-4fa2-a989-7e7f0716dc6b" + "CENTRALUS:20161019T211207Z:e20552b7-f6a1-4532-a6d0-242c87281074" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -920,10 +942,10 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeStore/accounts/testdatalake13237?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0ZGF0YWxha2UxMzIzNz9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeStore/accounts/testdatalake18755?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTI1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTE4NzU1P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testdatalake13237\"\r\n}", + "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testdatalake18755\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -932,19 +954,20 @@ "63" ], "x-ms-client-request-id": [ - "df8efacc-4e15-429b-97f2-9b69defa3cc6" + "beb3a30e-8fb7-45cb-b8a5-d65c82cfe3d9" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"1b25f8fb-38a0-4816-8cdd-faa1437ecd74\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeStore/accounts/testdatalake13237\",\r\n \"name\": \"testdatalake13237\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"13d441ef-3678-4586-a73e-226ba7bee91a\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeStore/accounts/testdatalake18755\",\r\n \"name\": \"testdatalake18755\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ - "419" + "421" ], "Content-Type": [ "application/json" @@ -959,13 +982,13 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:44:03 GMT" + "Wed, 19 Oct 2016 21:11:35 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba112/providers/Microsoft.DataLakeStore/accounts/testdatalake13237/operationresults/0?api-version=2015-10-01-preview" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba12576/providers/Microsoft.DataLakeStore/accounts/testdatalake18755/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -974,10 +997,13 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/1b25f8fb-38a0-4816-8cdd-faa1437ecd740?api-version=2015-10-01-preview&expanded=true" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/13d441ef-3678-4586-a73e-226ba7bee91a0?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "9ebf3c02-2616-4ad0-a80c-e5f054f58ff5" + "da85406f-1e9c-4157-a06f-965ecb421b02" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -986,13 +1012,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1196" ], "x-ms-correlation-request-id": [ - "0cfad88c-80c4-4246-9036-ec42b1ec0441" + "6017613d-a420-4447-b2a9-56820d5304b5" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T174404Z:0cfad88c-80c4-4246-9036-ec42b1ec0441" + "CENTRALUS:20161019T211135Z:6017613d-a420-4447-b2a9-56820d5304b5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1001,13 +1027,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/1b25f8fb-38a0-4816-8cdd-faa1437ecd740?api-version=2015-10-01-preview&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzFiMjVmOGZiLTM4YTAtNDgxNi04Y2RkLWZhYTE0MzdlY2Q3NDA/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3JmV4cGFuZGVkPXRydWU=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/13d441ef-3678-4586-a73e-226ba7bee91a0?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzEzZDQ0MWVmLTM2NzgtNDU4Ni1hNzNlLTIyNmJhN2JlZTkxYTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -1025,7 +1052,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:44:34 GMT" + "Wed, 19 Oct 2016 21:12:05 GMT" ], "Pragma": [ "no-cache" @@ -1037,7 +1064,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "e767ab7d-3769-456c-8b33-ad4cf884b0b8" + "42ad0cfb-6dcc-40fc-a366-f4864b4c74f8" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -1046,13 +1076,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14991" ], "x-ms-correlation-request-id": [ - "eebd08af-457d-432f-9763-8985fca2ee66" + "9ea37007-34ba-41ff-89d6-96a0ae96abc4" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T174434Z:eebd08af-457d-432f-9763-8985fca2ee66" + "CENTRALUS:20161019T211206Z:9ea37007-34ba-41ff-89d6-96a0ae96abc4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1061,25 +1091,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeStore/accounts/testdatalake24018?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0ZGF0YWxha2UyNDAxOD9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeStore/accounts/testdatalake21098?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTI1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTIxMDk4P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2f039839-14ce-4ec3-9421-c35016b66715" + "c15145db-d3ce-4615-a233-03532f026da4" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testdatalake24018' under resource group 'rgaba112' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testdatalake21098' under resource group 'rgaba12576' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "162" + "164" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1091,7 +1122,7 @@ "no-cache" ], "Date": [ - "Fri, 26 Aug 2016 17:44:35 GMT" + "Wed, 19 Oct 2016 21:12:07 GMT" ], "Pragma": [ "no-cache" @@ -1100,13 +1131,13 @@ "gateway" ], "x-ms-request-id": [ - "0a26975d-2559-4108-8bd7-21407ac7642b" + "0256edc2-b1f2-4a15-9d10-a0d40fef1cbb" ], "x-ms-correlation-request-id": [ - "0a26975d-2559-4108-8bd7-21407ac7642b" + "0256edc2-b1f2-4a15-9d10-a0d40fef1cbb" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T174436Z:0a26975d-2559-4108-8bd7-21407ac7642b" + "CENTRALUS:20161019T211208Z:0256edc2-b1f2-4a15-9d10-a0d40fef1cbb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1115,16 +1146,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeStore/accounts/testdatalake24018?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0ZGF0YWxha2UyNDAxOD9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeStore/accounts/testdatalake21098?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTI1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTIxMDk4P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake24018.azuredatalakestore.net\",\r\n \"accountId\": \"43426966-ccca-40ad-9b16-a7aab30b15a3\",\r\n \"creationTime\": \"2016-08-26T17:44:36.1526454Z\",\r\n \"lastModifiedTime\": \"2016-08-26T17:44:36.1526454Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeStore/accounts/testdatalake24018\",\r\n \"name\": \"testdatalake24018\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake21098.azuredatalakestore.net\",\r\n \"accountId\": \"27647a71-07d9-4c9d-bcc8-a1d2cb39ddcf\",\r\n \"creationTime\": \"2016-10-19T21:12:12.5721166Z\",\r\n \"lastModifiedTime\": \"2016-10-19T21:12:12.5721166Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeStore/accounts/testdatalake21098\",\r\n \"name\": \"testdatalake21098\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -1139,7 +1171,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:45:08 GMT" + "Wed, 19 Oct 2016 21:12:40 GMT" ], "Pragma": [ "no-cache" @@ -1151,7 +1183,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "cea49a71-4e65-4d58-95c7-607899e7d15e" + "d8f9d0ae-155e-48da-b323-54f6e73b22e2" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -1160,13 +1195,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" + "14988" ], "x-ms-correlation-request-id": [ - "a740ad1d-71ed-4d6e-a1e5-9ffbf4d51c86" + "70b526b0-9a98-452b-ae46-308b42bfdd09" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T174509Z:a740ad1d-71ed-4d6e-a1e5-9ffbf4d51c86" + "CENTRALUS:20161019T211240Z:70b526b0-9a98-452b-ae46-308b42bfdd09" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1175,22 +1210,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeStore/accounts/testdatalake24018?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0ZGF0YWxha2UyNDAxOD9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeStore/accounts/testdatalake21098?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTI1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTIxMDk4P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "44294042-139c-43cc-84cf-266f036555fc" + "0f117796-e924-41fe-a5b4-e8713e05e669" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake24018.azuredatalakestore.net\",\r\n \"accountId\": \"43426966-ccca-40ad-9b16-a7aab30b15a3\",\r\n \"creationTime\": \"2016-08-26T17:44:36.1526454Z\",\r\n \"lastModifiedTime\": \"2016-08-26T17:44:36.1526454Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeStore/accounts/testdatalake24018\",\r\n \"name\": \"testdatalake24018\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake21098.azuredatalakestore.net\",\r\n \"accountId\": \"27647a71-07d9-4c9d-bcc8-a1d2cb39ddcf\",\r\n \"creationTime\": \"2016-10-19T21:12:12.5721166Z\",\r\n \"lastModifiedTime\": \"2016-10-19T21:12:12.5721166Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeStore/accounts/testdatalake21098\",\r\n \"name\": \"testdatalake21098\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -1205,7 +1241,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:45:09 GMT" + "Wed, 19 Oct 2016 21:12:40 GMT" ], "Pragma": [ "no-cache" @@ -1217,7 +1253,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "dc9fd5e7-2390-4491-b669-c325adb2ca6a" + "ade51abf-657c-4dd1-9e07-6240ad90674d" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -1226,13 +1265,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "14990" ], "x-ms-correlation-request-id": [ - "9d850d21-a686-43eb-86ac-fac4ceae472c" + "504576c1-0f47-4134-88e0-50f498c9026a" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T174509Z:9d850d21-a686-43eb-86ac-fac4ceae472c" + "CENTRALUS:20161019T211240Z:504576c1-0f47-4134-88e0-50f498c9026a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1241,10 +1280,10 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeStore/accounts/testdatalake24018?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0ZGF0YWxha2UyNDAxOD9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeStore/accounts/testdatalake21098?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTI1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTIxMDk4P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testdatalake24018\"\r\n}", + "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testdatalake21098\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1253,19 +1292,20 @@ "63" ], "x-ms-client-request-id": [ - "602b4aef-8f7c-416f-9d8a-a8a9b9801789" + "27eb76c1-a63c-435a-9a1b-30bcf7c83899" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"43426966-ccca-40ad-9b16-a7aab30b15a3\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeStore/accounts/testdatalake24018\",\r\n \"name\": \"testdatalake24018\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"27647a71-07d9-4c9d-bcc8-a1d2cb39ddcf\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeStore/accounts/testdatalake21098\",\r\n \"name\": \"testdatalake21098\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ - "419" + "421" ], "Content-Type": [ "application/json" @@ -1280,13 +1320,13 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:44:37 GMT" + "Wed, 19 Oct 2016 21:12:08 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba112/providers/Microsoft.DataLakeStore/accounts/testdatalake24018/operationresults/0?api-version=2015-10-01-preview" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba12576/providers/Microsoft.DataLakeStore/accounts/testdatalake21098/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -1295,10 +1335,13 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/43426966-ccca-40ad-9b16-a7aab30b15a30?api-version=2015-10-01-preview&expanded=true" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/27647a71-07d9-4c9d-bcc8-a1d2cb39ddcf0?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "592fd82d-dd4c-4176-8634-b043a1fbde7c" + "bee47b80-6b4e-4f77-a7d2-d34b694b15e4" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -1307,13 +1350,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1195" ], "x-ms-correlation-request-id": [ - "515bb0fc-0a12-4926-9d44-537190f76309" + "cb4adc1c-81a3-442c-a871-7cf044888dcc" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T174438Z:515bb0fc-0a12-4926-9d44-537190f76309" + "CENTRALUS:20161019T211209Z:cb4adc1c-81a3-442c-a871-7cf044888dcc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1322,13 +1365,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/43426966-ccca-40ad-9b16-a7aab30b15a30?api-version=2015-10-01-preview&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzQzNDI2OTY2LWNjY2EtNDBhZC05YjE2LWE3YWFiMzBiMTVhMzA/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3JmV4cGFuZGVkPXRydWU=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/27647a71-07d9-4c9d-bcc8-a1d2cb39ddcf0?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzI3NjQ3YTcxLTA3ZDktNGM5ZC1iY2M4LWExZDJjYjM5ZGRjZjA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -1346,7 +1390,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:45:08 GMT" + "Wed, 19 Oct 2016 21:12:39 GMT" ], "Pragma": [ "no-cache" @@ -1358,7 +1402,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "2d5bfea6-8e88-4a1a-b5ed-88a05879d177" + "b5eb7965-e58a-49db-9dca-d7dc130745f7" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -1367,13 +1414,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "14993" ], "x-ms-correlation-request-id": [ - "2a07649e-a7cc-4dda-b0ac-aef50ebd730f" + "63ea7a79-8d3f-4f6f-8bb1-fc0bd6992189" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T174508Z:2a07649e-a7cc-4dda-b0ac-aef50ebd730f" + "CENTRALUS:20161019T211239Z:63ea7a79-8d3f-4f6f-8bb1-fc0bd6992189" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1382,25 +1429,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeAnalytics/accounts/testaba16199?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvYWNjb3VudHMvdGVzdGFiYTE2MTk5P2FwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeAnalytics/accounts/testaba16213?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTI1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMTYyMTM/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0127742f-76c8-4a86-8dc0-642002ae0b92" + "cdca06bd-5ed2-480f-90c6-c7fcb1e777fb" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeAnalytics/accounts/testaba16199' under resource group 'rgaba112' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeAnalytics/accounts/testaba16213' under resource group 'rgaba12576' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "161" + "163" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1412,7 +1460,7 @@ "no-cache" ], "Date": [ - "Fri, 26 Aug 2016 17:45:09 GMT" + "Wed, 19 Oct 2016 21:12:41 GMT" ], "Pragma": [ "no-cache" @@ -1421,13 +1469,13 @@ "gateway" ], "x-ms-request-id": [ - "c4587e3c-3940-462f-b285-b6f208bb33b4" + "65b9e0ae-cb6b-4d1b-87fc-ba84ea5f8c79" ], "x-ms-correlation-request-id": [ - "c4587e3c-3940-462f-b285-b6f208bb33b4" + "65b9e0ae-cb6b-4d1b-87fc-ba84ea5f8c79" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T174510Z:c4587e3c-3940-462f-b285-b6f208bb33b4" + "WESTUS2:20161019T211241Z:65b9e0ae-cb6b-4d1b-87fc-ba84ea5f8c79" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1436,16 +1484,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeAnalytics/accounts/testaba16199?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvYWNjb3VudHMvdGVzdGFiYTE2MTk5P2FwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeAnalytics/accounts/testaba16213?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTI1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMTYyMTM/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake13237\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"name\": \"testdatalake13237\"\r\n }\r\n ],\r\n \"storageAccounts\": [],\r\n \"maxDegreeOfParallelism\": 60,\r\n \"maxJobCount\": 3,\r\n \"hiveMetastores\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testaba16199.azuredatalakeanalytics.net\",\r\n \"accountId\": \"684f8e7c-4544-4093-b4db-c5bb78105745\",\r\n \"creationTime\": \"2016-08-26T17:45:12.3729971Z\",\r\n \"lastModifiedTime\": \"2016-08-26T17:45:12.3729971Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"testkey\": \"testvalue\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeAnalytics/accounts/testaba16199\",\r\n \"name\": \"testaba16199\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake18755\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"name\": \"testdatalake18755\"\r\n }\r\n ],\r\n \"storageAccounts\": [],\r\n \"maxDegreeOfParallelism\": 120,\r\n \"maxJobCount\": 10,\r\n \"systemMaxDegreeOfParallelism\": 120,\r\n \"systemMaxJobCount\": 20,\r\n \"queryStoreRetention\": 30,\r\n \"hiveMetastores\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testaba16213.azuredatalakeanalytics.net\",\r\n \"accountId\": \"b599ed50-1826-466d-b340-7048c33e10c9\",\r\n \"creationTime\": \"2016-10-19T21:12:44.7821268Z\",\r\n \"lastModifiedTime\": \"2016-10-19T21:12:44.7821268Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"testkey\": \"testvalue\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeAnalytics/accounts/testaba16213\",\r\n \"name\": \"testaba16213\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -1460,7 +1509,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:45:41 GMT" + "Wed, 19 Oct 2016 21:13:13 GMT" ], "Pragma": [ "no-cache" @@ -1472,7 +1521,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c55958b4-6b88-42f4-8cb7-aae5f61c7eb5" + "0ae6ae17-7251-4edf-8494-d01127f07392" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -1481,13 +1533,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14971" ], "x-ms-correlation-request-id": [ - "e8518993-e000-4376-b450-e82eec3c1672" + "1090dc19-b98f-4444-9f22-a7e1b9dcf4e3" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T174542Z:e8518993-e000-4376-b450-e82eec3c1672" + "WESTUS2:20161019T211314Z:1090dc19-b98f-4444-9f22-a7e1b9dcf4e3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1496,22 +1548,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeAnalytics/accounts/testaba16199?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvYWNjb3VudHMvdGVzdGFiYTE2MTk5P2FwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeAnalytics/accounts/testaba16213?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTI1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMTYyMTM/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e61cb196-6c34-4dfd-ad7d-b14f2c8668fd" + "adcbcecb-35a9-490d-bbe9-aba04b5e616e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake13237\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"name\": \"testdatalake13237\"\r\n }\r\n ],\r\n \"storageAccounts\": [],\r\n \"maxDegreeOfParallelism\": 60,\r\n \"maxJobCount\": 3,\r\n \"hiveMetastores\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testaba16199.azuredatalakeanalytics.net\",\r\n \"accountId\": \"684f8e7c-4544-4093-b4db-c5bb78105745\",\r\n \"creationTime\": \"2016-08-26T17:45:12.3729971Z\",\r\n \"lastModifiedTime\": \"2016-08-26T17:45:12.3729971Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"testkey\": \"testvalue\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeAnalytics/accounts/testaba16199\",\r\n \"name\": \"testaba16199\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake18755\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"name\": \"testdatalake18755\"\r\n }\r\n ],\r\n \"storageAccounts\": [],\r\n \"maxDegreeOfParallelism\": 120,\r\n \"maxJobCount\": 10,\r\n \"systemMaxDegreeOfParallelism\": 120,\r\n \"systemMaxJobCount\": 20,\r\n \"queryStoreRetention\": 30,\r\n \"hiveMetastores\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testaba16213.azuredatalakeanalytics.net\",\r\n \"accountId\": \"b599ed50-1826-466d-b340-7048c33e10c9\",\r\n \"creationTime\": \"2016-10-19T21:12:44.7821268Z\",\r\n \"lastModifiedTime\": \"2016-10-19T21:12:44.7821268Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"testkey\": \"testvalue\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeAnalytics/accounts/testaba16213\",\r\n \"name\": \"testaba16213\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -1526,7 +1579,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:45:42 GMT" + "Wed, 19 Oct 2016 21:13:14 GMT" ], "Pragma": [ "no-cache" @@ -1538,7 +1591,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c4113b77-cea4-48ca-8d4a-21e6bae50589" + "842afc9a-03d6-4cd7-b81b-fb0f85535263" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -1547,13 +1603,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14979" ], "x-ms-correlation-request-id": [ - "4e46cd84-de70-493e-b843-916c843f8640" + "cdbf6c9b-762a-4af5-aa4b-36cc160c4684" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T174543Z:4e46cd84-de70-493e-b843-916c843f8640" + "WESTUS2:20161019T211314Z:cdbf6c9b-762a-4af5-aa4b-36cc160c4684" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1562,22 +1618,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeAnalytics/accounts/testaba16199?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvYWNjb3VudHMvdGVzdGFiYTE2MTk5P2FwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeAnalytics/accounts/testaba16213?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTI1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMTYyMTM/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5567dfb3-d82a-48ce-b11e-f76508020b19" + "24658c29-f44f-47b7-b9e7-40d6692c3a12" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake13237\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"name\": \"testdatalake13237\"\r\n }\r\n ],\r\n \"storageAccounts\": [],\r\n \"maxDegreeOfParallelism\": 60,\r\n \"maxJobCount\": 3,\r\n \"hiveMetastores\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testaba16199.azuredatalakeanalytics.net\",\r\n \"accountId\": \"684f8e7c-4544-4093-b4db-c5bb78105745\",\r\n \"creationTime\": \"2016-08-26T17:45:12.3729971Z\",\r\n \"lastModifiedTime\": \"2016-08-26T17:45:12.3729971Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"testkey\": \"testvalue\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeAnalytics/accounts/testaba16199\",\r\n \"name\": \"testaba16199\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake18755\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"name\": \"testdatalake18755\"\r\n }\r\n ],\r\n \"storageAccounts\": [],\r\n \"maxDegreeOfParallelism\": 120,\r\n \"maxJobCount\": 10,\r\n \"systemMaxDegreeOfParallelism\": 120,\r\n \"systemMaxJobCount\": 20,\r\n \"queryStoreRetention\": 30,\r\n \"hiveMetastores\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testaba16213.azuredatalakeanalytics.net\",\r\n \"accountId\": \"b599ed50-1826-466d-b340-7048c33e10c9\",\r\n \"creationTime\": \"2016-10-19T21:12:44.7821268Z\",\r\n \"lastModifiedTime\": \"2016-10-19T21:12:44.7821268Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"testkey\": \"testvalue\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeAnalytics/accounts/testaba16213\",\r\n \"name\": \"testaba16213\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -1592,7 +1649,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:45:43 GMT" + "Wed, 19 Oct 2016 21:13:14 GMT" ], "Pragma": [ "no-cache" @@ -1604,7 +1661,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "ca1e7ef6-042c-4314-a582-95cf762167cf" + "8fee1bc3-931b-4b7f-bf3e-b56380f549e5" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -1613,13 +1673,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "14983" ], "x-ms-correlation-request-id": [ - "29bf3597-5e56-43d0-911c-82c495b0b67c" + "3b597ad5-65c5-48b6-b581-10260fc79dd8" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T174543Z:29bf3597-5e56-43d0-911c-82c495b0b67c" + "WESTUS2:20161019T211315Z:3b597ad5-65c5-48b6-b581-10260fc79dd8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1628,22 +1688,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeAnalytics/accounts/testaba16199?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvYWNjb3VudHMvdGVzdGFiYTE2MTk5P2FwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeAnalytics/accounts/testaba16213?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTI1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMTYyMTM/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cf369646-1389-49ad-9c26-8b6435e8da2a" + "00582aa1-3172-47a1-9800-54a6f7c0333a" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake13237\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"name\": \"testdatalake13237\"\r\n }\r\n ],\r\n \"storageAccounts\": [],\r\n \"maxDegreeOfParallelism\": 60,\r\n \"maxJobCount\": 3,\r\n \"hiveMetastores\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testaba16199.azuredatalakeanalytics.net\",\r\n \"accountId\": \"684f8e7c-4544-4093-b4db-c5bb78105745\",\r\n \"creationTime\": \"2016-08-26T17:45:12.3729971Z\",\r\n \"lastModifiedTime\": \"2016-08-26T17:45:42.6333656Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeAnalytics/accounts/testaba16199\",\r\n \"name\": \"testaba16199\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake18755\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"name\": \"testdatalake18755\"\r\n }\r\n ],\r\n \"storageAccounts\": [],\r\n \"maxDegreeOfParallelism\": 120,\r\n \"maxJobCount\": 10,\r\n \"systemMaxDegreeOfParallelism\": 120,\r\n \"systemMaxJobCount\": 20,\r\n \"queryStoreRetention\": 30,\r\n \"hiveMetastores\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testaba16213.azuredatalakeanalytics.net\",\r\n \"accountId\": \"b599ed50-1826-466d-b340-7048c33e10c9\",\r\n \"creationTime\": \"2016-10-19T21:12:44.7821268Z\",\r\n \"lastModifiedTime\": \"2016-10-19T21:13:15.6923738Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeAnalytics/accounts/testaba16213\",\r\n \"name\": \"testaba16213\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -1658,7 +1719,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:45:45 GMT" + "Wed, 19 Oct 2016 21:13:16 GMT" ], "Pragma": [ "no-cache" @@ -1670,7 +1731,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "8445e2ed-8f60-4aeb-894b-63cecea059c2" + "b1cfa69a-1013-4bdf-8590-ff1cef33d6a6" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -1679,13 +1743,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14986" ], "x-ms-correlation-request-id": [ - "18bc8992-6f72-472b-8c2b-84d96eeee0af" + "0f5e0c38-0f12-4a4f-bb09-3d814ee0ee88" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T174545Z:18bc8992-6f72-472b-8c2b-84d96eeee0af" + "WESTUS2:20161019T211317Z:0f5e0c38-0f12-4a4f-bb09-3d814ee0ee88" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1694,22 +1758,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeAnalytics/accounts/testaba16199?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvYWNjb3VudHMvdGVzdGFiYTE2MTk5P2FwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeAnalytics/accounts/testaba16213?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTI1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMTYyMTM/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "408cbe5c-bd3d-4e6a-94c2-feb44c17368d" + "c76fafad-417d-44ad-a622-9f84f32d5ad3" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake13237\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"name\": \"testdatalake13237\"\r\n }\r\n ],\r\n \"storageAccounts\": [],\r\n \"maxDegreeOfParallelism\": 60,\r\n \"maxJobCount\": 3,\r\n \"hiveMetastores\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testaba16199.azuredatalakeanalytics.net\",\r\n \"accountId\": \"684f8e7c-4544-4093-b4db-c5bb78105745\",\r\n \"creationTime\": \"2016-08-26T17:45:12.3729971Z\",\r\n \"lastModifiedTime\": \"2016-08-26T17:45:42.6333656Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeAnalytics/accounts/testaba16199\",\r\n \"name\": \"testaba16199\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake18755\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"name\": \"testdatalake18755\"\r\n }\r\n ],\r\n \"storageAccounts\": [],\r\n \"maxDegreeOfParallelism\": 120,\r\n \"maxJobCount\": 10,\r\n \"systemMaxDegreeOfParallelism\": 120,\r\n \"systemMaxJobCount\": 20,\r\n \"queryStoreRetention\": 30,\r\n \"hiveMetastores\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testaba16213.azuredatalakeanalytics.net\",\r\n \"accountId\": \"b599ed50-1826-466d-b340-7048c33e10c9\",\r\n \"creationTime\": \"2016-10-19T21:12:44.7821268Z\",\r\n \"lastModifiedTime\": \"2016-10-19T21:13:15.6923738Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeAnalytics/accounts/testaba16213\",\r\n \"name\": \"testaba16213\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -1724,7 +1789,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:45:45 GMT" + "Wed, 19 Oct 2016 21:13:16 GMT" ], "Pragma": [ "no-cache" @@ -1736,7 +1801,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "8795b6dc-2912-4a15-94bb-85b023b3d8e3" + "f7fb9eeb-6d9a-4bc4-ba5d-d4d73e02ad00" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -1745,13 +1813,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "14993" ], "x-ms-correlation-request-id": [ - "9002a2ce-d8b4-49e7-8760-e3598f4ec6d8" + "353ddfac-d40a-4b98-87d4-2dac7a7fa6c5" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T174545Z:9002a2ce-d8b4-49e7-8760-e3598f4ec6d8" + "WESTUS2:20161019T211317Z:353ddfac-d40a-4b98-87d4-2dac7a7fa6c5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1760,10 +1828,10 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeAnalytics/accounts/testaba16199?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvYWNjb3VudHMvdGVzdGFiYTE2MTk5P2FwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeAnalytics/accounts/testaba16213?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTI1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMTYyMTM/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testaba16199\",\r\n \"tags\": {\r\n \"testkey\": \"testvalue\"\r\n },\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake13237\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"name\": \"testdatalake13237\",\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n }\r\n }\r\n ]\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testaba16213\",\r\n \"tags\": {\r\n \"testkey\": \"testvalue\"\r\n },\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake18755\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"name\": \"testdatalake18755\",\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n }\r\n }\r\n ]\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1772,19 +1840,20 @@ "364" ], "x-ms-client-request-id": [ - "d8d9b84c-85ac-4a6c-9e9e-01d918bcdf3f" + "4f7c6767-fbb3-45e8-b7c4-efdf33fefa79" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake13237\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"name\": \"testdatalake13237\"\r\n }\r\n ],\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"684f8e7c-4544-4093-b4db-c5bb78105745\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"testkey\": \"testvalue\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeAnalytics/accounts/testaba16199\",\r\n \"name\": \"testaba16199\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake18755\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"name\": \"testdatalake18755\"\r\n }\r\n ],\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"b599ed50-1826-466d-b340-7048c33e10c9\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"testkey\": \"testvalue\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeAnalytics/accounts/testaba16213\",\r\n \"name\": \"testaba16213\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ - "590" + "592" ], "Content-Type": [ "application/json" @@ -1799,13 +1868,13 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:45:11 GMT" + "Wed, 19 Oct 2016 21:12:43 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba112/providers/Microsoft.DataLakeAnalytics/accounts/testaba16199/operationresults/0?api-version=2015-10-01-preview" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba12576/providers/Microsoft.DataLakeAnalytics/accounts/testaba16213/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -1814,10 +1883,13 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeAnalytics/locations/EastUS2/operationResults/684f8e7c-4544-4093-b4db-c5bb781057450?api-version=2015-10-01-preview&expanded=true" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeAnalytics/locations/EastUS2/operationResults/b599ed50-1826-466d-b340-7048c33e10c90?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "f4364063-50b3-4702-b193-33f8a1142587" + "0a3313c4-f0a0-4985-a5ed-37fbd3f4b866" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -1826,13 +1898,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1187" ], "x-ms-correlation-request-id": [ - "db3c5cc9-e5c2-4d45-a43c-1004e3eef68c" + "314ed758-61ef-45d2-b294-e8c7c1d67a6a" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T174511Z:db3c5cc9-e5c2-4d45-a43c-1004e3eef68c" + "WESTUS2:20161019T211243Z:314ed758-61ef-45d2-b294-e8c7c1d67a6a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1841,13 +1913,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeAnalytics/locations/EastUS2/operationResults/684f8e7c-4544-4093-b4db-c5bb781057450?api-version=2015-10-01-preview&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvbG9jYXRpb25zL0Vhc3RVUzIvb3BlcmF0aW9uUmVzdWx0cy82ODRmOGU3Yy00NTQ0LTQwOTMtYjRkYi1jNWJiNzgxMDU3NDUwP2FwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldyZleHBhbmRlZD10cnVl", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeAnalytics/locations/EastUS2/operationResults/b599ed50-1826-466d-b340-7048c33e10c90?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvbG9jYXRpb25zL0Vhc3RVUzIvb3BlcmF0aW9uUmVzdWx0cy9iNTk5ZWQ1MC0xODI2LTQ2NmQtYjM0MC03MDQ4YzMzZTEwYzkwP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDEmZXhwYW5kZWQ9dHJ1ZQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.6-preview" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -1865,7 +1938,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:45:41 GMT" + "Wed, 19 Oct 2016 21:13:13 GMT" ], "Pragma": [ "no-cache" @@ -1877,7 +1950,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "d0a57bf4-295c-47eb-bb7d-2e4cc664f26a" + "d5652723-eebd-407d-a3f9-aae95c51438f" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -1886,13 +1962,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14975" ], "x-ms-correlation-request-id": [ - "abd4e426-4bd2-40a9-9b7e-21f1c7b660e3" + "dddc7160-a8ed-4ca9-b75e-0f0ff6d2493e" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T174542Z:abd4e426-4bd2-40a9-9b7e-21f1c7b660e3" + "WESTUS2:20161019T211313Z:dddc7160-a8ed-4ca9-b75e-0f0ff6d2493e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1901,28 +1977,29 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeAnalytics/accounts/testaba16199?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvYWNjb3VudHMvdGVzdGFiYTE2MTk5P2FwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeAnalytics/accounts/testaba16213?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTI1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMTYyMTM/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testaba16199\",\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n },\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake13237\",\r\n \"maxDegreeOfParallelism\": 60,\r\n \"maxJobCount\": 3\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testaba16213\",\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n },\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake18755\",\r\n \"maxDegreeOfParallelism\": 120,\r\n \"maxJobCount\": 10\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "250" + "252" ], "x-ms-client-request-id": [ - "6ee02334-7fdd-4e33-916f-216748b4d66c" + "8c6c92e6-7aa8-4a50-ade6-933b6e0f6d2b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake13237\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"name\": \"testdatalake13237\"\r\n }\r\n ],\r\n \"storageAccounts\": [],\r\n \"maxDegreeOfParallelism\": 60,\r\n \"maxJobCount\": 3,\r\n \"hiveMetastores\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testaba16199.azuredatalakeanalytics.net\",\r\n \"accountId\": \"684f8e7c-4544-4093-b4db-c5bb78105745\",\r\n \"creationTime\": \"2016-08-26T17:45:12.3729971Z\",\r\n \"lastModifiedTime\": \"2016-08-26T17:45:42.6333656Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeAnalytics/accounts/testaba16199\",\r\n \"name\": \"testaba16199\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake18755\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"name\": \"testdatalake18755\"\r\n }\r\n ],\r\n \"storageAccounts\": [],\r\n \"maxDegreeOfParallelism\": 120,\r\n \"maxJobCount\": 10,\r\n \"hiveMetastores\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testaba16213.azuredatalakeanalytics.net\",\r\n \"accountId\": \"b599ed50-1826-466d-b340-7048c33e10c9\",\r\n \"creationTime\": \"2016-10-19T21:12:44.7821268Z\",\r\n \"lastModifiedTime\": \"2016-10-19T21:13:15.6923738Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeAnalytics/accounts/testaba16213\",\r\n \"name\": \"testaba16213\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -1937,7 +2014,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:45:44 GMT" + "Wed, 19 Oct 2016 21:13:16 GMT" ], "Pragma": [ "no-cache" @@ -1949,7 +2026,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "8efd5103-2945-4d9d-9099-70802afcb633" + "67868da6-c42f-4cba-a691-66bf3e4dc7e6" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -1958,13 +2038,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1186" ], "x-ms-correlation-request-id": [ - "7cf8fd1c-f2b9-4400-af23-bae3a6510860" + "ef1ca65f-4d0f-4cf0-80ae-d9bbcb144647" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T174545Z:7cf8fd1c-f2b9-4400-af23-bae3a6510860" + "WESTUS2:20161019T211316Z:ef1ca65f-4d0f-4cf0-80ae-d9bbcb144647" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1973,31 +2053,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeAnalytics/accounts/testaba16199secondacct?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvYWNjb3VudHMvdGVzdGFiYTE2MTk5c2Vjb25kYWNjdD9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeAnalytics/accounts/testaba16213secondacct?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTI1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMTYyMTNzZWNvbmRhY2N0P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testaba16199secondacct\",\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n },\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake13237\",\r\n \"maxDegreeOfParallelism\": 60,\r\n \"maxJobCount\": 3,\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"name\": \"testdatalake13237\",\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n }\r\n }\r\n ],\r\n \"storageAccounts\": []\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testaba16213secondacct\",\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n },\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake18755\",\r\n \"maxDegreeOfParallelism\": 120,\r\n \"maxJobCount\": 10,\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"name\": \"testdatalake18755\",\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n }\r\n }\r\n ],\r\n \"storageAccounts\": []\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "466" + "468" ], "x-ms-client-request-id": [ - "622f5297-a0de-431c-8bab-6fd13dea1958" + "53a02d68-7748-4d12-869b-fcf1dd903d00" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake13237\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"name\": \"testdatalake13237\"\r\n }\r\n ],\r\n \"storageAccounts\": [],\r\n \"maxDegreeOfParallelism\": 60,\r\n \"maxJobCount\": 3,\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"cab5a7ec-34fa-4ad2-bbce-06d96026ef5b\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeAnalytics/accounts/testaba16199secondacct\",\r\n \"name\": \"testaba16199secondacct\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake18755\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"name\": \"testdatalake18755\"\r\n }\r\n ],\r\n \"storageAccounts\": [],\r\n \"maxDegreeOfParallelism\": 120,\r\n \"maxJobCount\": 10,\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"548f98ca-3935-4fee-ae6d-944e4ec4229a\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeAnalytics/accounts/testaba16213secondacct\",\r\n \"name\": \"testaba16213secondacct\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ - "681" + "685" ], "Content-Type": [ "application/json" @@ -2012,13 +2093,13 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:45:46 GMT" + "Wed, 19 Oct 2016 21:13:19 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba112/providers/Microsoft.DataLakeAnalytics/accounts/testaba16199secondacct/operationresults/0?api-version=2015-10-01-preview" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba12576/providers/Microsoft.DataLakeAnalytics/accounts/testaba16213secondacct/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -2027,10 +2108,13 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeAnalytics/locations/EastUS2/operationResults/cab5a7ec-34fa-4ad2-bbce-06d96026ef5b0?api-version=2015-10-01-preview&expanded=true" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeAnalytics/locations/EastUS2/operationResults/548f98ca-3935-4fee-ae6d-944e4ec4229a0?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "8e565629-1e5b-4505-82bc-b5fbd702480d" + "8eed6091-de64-44a5-8fb1-2bafa1ce52bc" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -2039,13 +2123,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1192" ], "x-ms-correlation-request-id": [ - "c5deaaa6-56e9-4f08-a7cb-1738c6a6dd05" + "b6916ce5-2f5e-4379-9ed6-b04292f9b177" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T174547Z:c5deaaa6-56e9-4f08-a7cb-1738c6a6dd05" + "WESTUS2:20161019T211319Z:b6916ce5-2f5e-4379-9ed6-b04292f9b177" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2054,13 +2138,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeAnalytics/locations/EastUS2/operationResults/cab5a7ec-34fa-4ad2-bbce-06d96026ef5b0?api-version=2015-10-01-preview&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvbG9jYXRpb25zL0Vhc3RVUzIvb3BlcmF0aW9uUmVzdWx0cy9jYWI1YTdlYy0zNGZhLTRhZDItYmJjZS0wNmQ5NjAyNmVmNWIwP2FwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldyZleHBhbmRlZD10cnVl", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeAnalytics/locations/EastUS2/operationResults/548f98ca-3935-4fee-ae6d-944e4ec4229a0?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvbG9jYXRpb25zL0Vhc3RVUzIvb3BlcmF0aW9uUmVzdWx0cy81NDhmOThjYS0zOTM1LTRmZWUtYWU2ZC05NDRlNGVjNDIyOWEwP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDEmZXhwYW5kZWQ9dHJ1ZQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.6-preview" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -2078,7 +2163,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:46:17 GMT" + "Wed, 19 Oct 2016 21:13:49 GMT" ], "Pragma": [ "no-cache" @@ -2090,7 +2175,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "4d4a7da3-890e-4e26-bb63-00e1c9f759ad" + "7d2bb289-22b9-4168-a43b-4f1f81a2a199" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -2099,13 +2187,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "14978" ], "x-ms-correlation-request-id": [ - "b63ea63f-6cc4-45e8-ae35-5964d23cb6dc" + "8647abaa-eaee-47ba-b90e-c84bd27f911e" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T174618Z:b63ea63f-6cc4-45e8-ae35-5964d23cb6dc" + "WESTUS2:20161019T211350Z:8647abaa-eaee-47ba-b90e-c84bd27f911e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2114,16 +2202,17 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeAnalytics/accounts/testaba16199secondacct?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvYWNjb3VudHMvdGVzdGFiYTE2MTk5c2Vjb25kYWNjdD9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeAnalytics/accounts/testaba16213secondacct?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTI1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMTYyMTNzZWNvbmRhY2N0P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake13237\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"name\": \"testdatalake13237\"\r\n }\r\n ],\r\n \"storageAccounts\": [],\r\n \"maxDegreeOfParallelism\": 60,\r\n \"maxJobCount\": 3,\r\n \"hiveMetastores\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testaba16199secondacct.azuredatalakeanalytics.net\",\r\n \"accountId\": \"cab5a7ec-34fa-4ad2-bbce-06d96026ef5b\",\r\n \"creationTime\": \"2016-08-26T17:45:49.4549993Z\",\r\n \"lastModifiedTime\": \"2016-08-26T17:45:49.4549993Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeAnalytics/accounts/testaba16199secondacct\",\r\n \"name\": \"testaba16199secondacct\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake18755\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"name\": \"testdatalake18755\"\r\n }\r\n ],\r\n \"storageAccounts\": [],\r\n \"maxDegreeOfParallelism\": 120,\r\n \"maxJobCount\": 10,\r\n \"systemMaxDegreeOfParallelism\": 120,\r\n \"systemMaxJobCount\": 20,\r\n \"queryStoreRetention\": 30,\r\n \"hiveMetastores\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testaba16213secondacct.azuredatalakeanalytics.net\",\r\n \"accountId\": \"548f98ca-3935-4fee-ae6d-944e4ec4229a\",\r\n \"creationTime\": \"2016-10-19T21:13:21.3473028Z\",\r\n \"lastModifiedTime\": \"2016-10-19T21:13:21.3473028Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeAnalytics/accounts/testaba16213secondacct\",\r\n \"name\": \"testaba16213secondacct\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -2138,7 +2227,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:46:17 GMT" + "Wed, 19 Oct 2016 21:13:50 GMT" ], "Pragma": [ "no-cache" @@ -2150,7 +2239,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "ce2e8ef5-bcef-45d0-94dd-3ac352f803ff" + "9720edd9-0cef-4a41-9beb-246fc7d998a8" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -2159,13 +2251,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "14982" ], "x-ms-correlation-request-id": [ - "01345b4d-ea04-4b82-8449-7dd3475b901a" + "43c34fb1-8859-49df-9d44-1460f92af07e" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T174618Z:01345b4d-ea04-4b82-8449-7dd3475b901a" + "WESTUS2:20161019T211350Z:43c34fb1-8859-49df-9d44-1460f92af07e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2174,22 +2266,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeAnalytics/accounts?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvYWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeAnalytics/accounts?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvYWNjb3VudHM/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cbbf046d-f7dd-4f39-83a0-df06b49ed279" + "62e01f48-76b0-403e-b359-f62966d935f6" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"adlapysample01.azuredatalakeanalytics.net\",\r\n \"accountId\": \"045473e0-b590-474e-9fa1-866026ca599b\",\r\n \"creationTime\": \"2016-08-25T00:33:54.2502462Z\",\r\n \"lastModifiedTime\": \"2016-08-25T00:33:54.2502462Z\"\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/adlpysamplerg01/providers/Microsoft.DataLakeAnalytics/accounts/adlapysample01\",\r\n \"name\": \"adlapysample01\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testaba16199.azuredatalakeanalytics.net\",\r\n \"accountId\": \"684f8e7c-4544-4093-b4db-c5bb78105745\",\r\n \"creationTime\": \"2016-08-26T17:45:12.3729971Z\",\r\n \"lastModifiedTime\": \"2016-08-26T17:45:42.6333656Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeAnalytics/accounts/testaba16199\",\r\n \"name\": \"testaba16199\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testaba16199secondacct.azuredatalakeanalytics.net\",\r\n \"accountId\": \"cab5a7ec-34fa-4ad2-bbce-06d96026ef5b\",\r\n \"creationTime\": \"2016-08-26T17:45:49.4549993Z\",\r\n \"lastModifiedTime\": \"2016-08-26T17:45:49.4549993Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeAnalytics/accounts/testaba16199secondacct\",\r\n \"name\": \"testaba16199secondacct\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"56d9eb5e-e555-47e7-b57d-bdfa1c42c017\",\r\n \"creationTime\": \"2016-07-28T21:39:27.3144564Z\",\r\n \"lastModifiedTime\": \"2016-07-28T21:39:27.3144564Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12929/providers/Microsoft.DataLakeAnalytics/accounts/testaba24154\",\r\n \"name\": \"testaba24154\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"adlapysample01.azuredatalakeanalytics.net\",\r\n \"accountId\": \"3d01b8f3-98a6-4412-8490-257bdc6e1cff\",\r\n \"creationTime\": \"2016-09-07T18:14:49.4919192Z\",\r\n \"lastModifiedTime\": \"2016-09-07T18:14:49.4919192Z\"\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/adlpysamplerg01/providers/Microsoft.DataLakeAnalytics/accounts/adlapysample01\",\r\n \"name\": \"adlapysample01\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testaba16213.azuredatalakeanalytics.net\",\r\n \"accountId\": \"b599ed50-1826-466d-b340-7048c33e10c9\",\r\n \"creationTime\": \"2016-10-19T21:12:44.7821268Z\",\r\n \"lastModifiedTime\": \"2016-10-19T21:13:15.6923738Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeAnalytics/accounts/testaba16213\",\r\n \"name\": \"testaba16213\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testaba16213secondacct.azuredatalakeanalytics.net\",\r\n \"accountId\": \"548f98ca-3935-4fee-ae6d-944e4ec4229a\",\r\n \"creationTime\": \"2016-10-19T21:13:21.3473028Z\",\r\n \"lastModifiedTime\": \"2016-10-19T21:13:21.3473028Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeAnalytics/accounts/testaba16213secondacct\",\r\n \"name\": \"testaba16213secondacct\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -2204,7 +2297,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:46:18 GMT" + "Wed, 19 Oct 2016 21:13:51 GMT" ], "Pragma": [ "no-cache" @@ -2216,7 +2309,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "ae26b553-9d1c-4937-b45f-84b4f2b25474" + "14d82568-3b4a-4a3e-99b3-f7e6414a535b" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -2225,13 +2321,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" + "14985" ], "x-ms-correlation-request-id": [ - "d8481f52-c47a-4dea-be16-0d6249540d24" + "63977d6b-3d72-41d7-86e9-980f4c3cd69c" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T174619Z:d8481f52-c47a-4dea-be16-0d6249540d24" + "WESTUS2:20161019T211351Z:63977d6b-3d72-41d7-86e9-980f4c3cd69c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2240,22 +2336,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeAnalytics/accounts?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvYWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeAnalytics/accounts?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTI1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cz9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d1eb4375-2e60-4213-8335-cf8738abf6a2" + "ab96b4c1-de9d-48f2-978e-e533ec4822c9" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testaba16199.azuredatalakeanalytics.net\",\r\n \"accountId\": \"684f8e7c-4544-4093-b4db-c5bb78105745\",\r\n \"creationTime\": \"2016-08-26T17:45:12.3729971Z\",\r\n \"lastModifiedTime\": \"2016-08-26T17:45:42.6333656Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeAnalytics/accounts/testaba16199\",\r\n \"name\": \"testaba16199\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testaba16199secondacct.azuredatalakeanalytics.net\",\r\n \"accountId\": \"cab5a7ec-34fa-4ad2-bbce-06d96026ef5b\",\r\n \"creationTime\": \"2016-08-26T17:45:49.4549993Z\",\r\n \"lastModifiedTime\": \"2016-08-26T17:45:49.4549993Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeAnalytics/accounts/testaba16199secondacct\",\r\n \"name\": \"testaba16199secondacct\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testaba16213.azuredatalakeanalytics.net\",\r\n \"accountId\": \"b599ed50-1826-466d-b340-7048c33e10c9\",\r\n \"creationTime\": \"2016-10-19T21:12:44.7821268Z\",\r\n \"lastModifiedTime\": \"2016-10-19T21:13:15.6923738Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeAnalytics/accounts/testaba16213\",\r\n \"name\": \"testaba16213\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testaba16213secondacct.azuredatalakeanalytics.net\",\r\n \"accountId\": \"548f98ca-3935-4fee-ae6d-944e4ec4229a\",\r\n \"creationTime\": \"2016-10-19T21:13:21.3473028Z\",\r\n \"lastModifiedTime\": \"2016-10-19T21:13:21.3473028Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeAnalytics/accounts/testaba16213secondacct\",\r\n \"name\": \"testaba16213secondacct\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -2270,7 +2367,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:46:18 GMT" + "Wed, 19 Oct 2016 21:13:50 GMT" ], "Pragma": [ "no-cache" @@ -2282,7 +2379,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "f561bcc5-8395-4131-ac96-33658364541e" + "def4a7bb-50ed-4164-b73f-218452c3329e" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -2291,13 +2391,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "14986" ], "x-ms-correlation-request-id": [ - "20d6f857-be93-4b53-91e5-db28f78d64dd" + "87de4ad5-77cd-40eb-a4b5-e65bc65c2cf0" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T174619Z:20d6f857-be93-4b53-91e5-db28f78d64dd" + "WESTUS2:20161019T211351Z:87de4ad5-77cd-40eb-a4b5-e65bc65c2cf0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2306,19 +2406,20 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeAnalytics/accounts/testaba16199/DataLakeStoreAccounts/testdatalake24018?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvYWNjb3VudHMvdGVzdGFiYTE2MTk5L0RhdGFMYWtlU3RvcmVBY2NvdW50cy90ZXN0ZGF0YWxha2UyNDAxOD9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeAnalytics/accounts/testaba16213/DataLakeStoreAccounts/testdatalake21098?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTI1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMTYyMTMvRGF0YUxha2VTdG9yZUFjY291bnRzL3Rlc3RkYXRhbGFrZTIxMDk4P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6ff5b799-5762-47d1-ba9d-473ab4a28287" + "71efcdaa-cacb-4467-b568-2f88263cc28c" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.6-preview" ] }, "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"DataLakeStore Account does not exist.\"\r\n }\r\n}", @@ -2339,7 +2440,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:46:19 GMT" + "Wed, 19 Oct 2016 21:13:52 GMT" ], "Pragma": [ "no-cache" @@ -2348,7 +2449,10 @@ "Microsoft-IIS/8.5" ], "x-ms-request-id": [ - "457cdac6-95b4-47c9-86ad-307abfb91d39" + "d8127852-13c9-4f63-85ae-b136141793fd" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -2357,13 +2461,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14972" ], "x-ms-correlation-request-id": [ - "6a238891-c2f8-4bff-8239-d7c403537639" + "ea8a4620-4160-48a4-9c26-0e75f4ec8ffa" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T174619Z:6a238891-c2f8-4bff-8239-d7c403537639" + "WESTUS2:20161019T211352Z:ea8a4620-4160-48a4-9c26-0e75f4ec8ffa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2372,22 +2476,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeAnalytics/accounts/testaba16199/DataLakeStoreAccounts/testdatalake24018?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvYWNjb3VudHMvdGVzdGFiYTE2MTk5L0RhdGFMYWtlU3RvcmVBY2NvdW50cy90ZXN0ZGF0YWxha2UyNDAxOD9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeAnalytics/accounts/testaba16213/DataLakeStoreAccounts/testdatalake21098?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTI1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMTYyMTMvRGF0YUxha2VTdG9yZUFjY291bnRzL3Rlc3RkYXRhbGFrZTIxMDk4P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6a9c91f8-f8f8-4a70-a684-3b70d206b19e" + "ea3af81e-896a-4e7f-982e-f5f1c097b15b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeAnalytics/accounts/testaba16199/dataLakeStoreAccounts/testdatalake24018\",\r\n \"name\": \"testdatalake24018\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts/dataLakeStoreAccounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeAnalytics/accounts/testaba16213/dataLakeStoreAccounts/testdatalake21098\",\r\n \"name\": \"testdatalake21098\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts/dataLakeStoreAccounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -2402,7 +2507,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:46:20 GMT" + "Wed, 19 Oct 2016 21:13:53 GMT" ], "Pragma": [ "no-cache" @@ -2414,7 +2519,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "d76329ed-5dcd-40a4-9feb-e71415fba0d4" + "e5ee0f4c-e037-4cc4-9b78-9be7b16357b2" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -2423,13 +2531,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "14970" ], "x-ms-correlation-request-id": [ - "ef3e87e3-7bc0-42b0-b04a-1bc4ab3a781b" + "4c20d775-e75d-4638-a485-38fc856e275b" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T174621Z:ef3e87e3-7bc0-42b0-b04a-1bc4ab3a781b" + "WESTUS2:20161019T211354Z:4c20d775-e75d-4638-a485-38fc856e275b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2438,22 +2546,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeAnalytics/accounts/testaba16199/DataLakeStoreAccounts/testdatalake24018?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvYWNjb3VudHMvdGVzdGFiYTE2MTk5L0RhdGFMYWtlU3RvcmVBY2NvdW50cy90ZXN0ZGF0YWxha2UyNDAxOD9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeAnalytics/accounts/testaba16213/DataLakeStoreAccounts/testdatalake21098?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTI1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMTYyMTMvRGF0YUxha2VTdG9yZUFjY291bnRzL3Rlc3RkYXRhbGFrZTIxMDk4P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d6523e0c-e0fa-4cae-8be1-953b100da9f2" + "ea6a283d-148e-4f68-a319-d8a6d813d111" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeAnalytics/accounts/testaba16199/dataLakeStoreAccounts/testdatalake24018\",\r\n \"name\": \"testdatalake24018\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts/dataLakeStoreAccounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeAnalytics/accounts/testaba16213/dataLakeStoreAccounts/testdatalake21098\",\r\n \"name\": \"testdatalake21098\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts/dataLakeStoreAccounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -2468,7 +2577,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:46:22 GMT" + "Wed, 19 Oct 2016 21:13:54 GMT" ], "Pragma": [ "no-cache" @@ -2480,7 +2589,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "61517955-d58c-4f82-86da-9955e42d3a0c" + "94c8a0da-8022-4b29-a04f-d14f416c73f8" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -2489,13 +2601,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "14984" ], "x-ms-correlation-request-id": [ - "69121b0a-e8e1-49d5-9f86-a531a27a61d2" + "d28737e6-ab84-47cc-90b7-afeb41753dac" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T174622Z:69121b0a-e8e1-49d5-9f86-a531a27a61d2" + "WESTUS2:20161019T211355Z:d28737e6-ab84-47cc-90b7-afeb41753dac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2504,8 +2616,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeAnalytics/accounts/testaba16199/DataLakeStoreAccounts/testdatalake24018?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvYWNjb3VudHMvdGVzdGFiYTE2MTk5L0RhdGFMYWtlU3RvcmVBY2NvdW50cy90ZXN0ZGF0YWxha2UyNDAxOD9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeAnalytics/accounts/testaba16213/DataLakeStoreAccounts/testdatalake21098?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTI1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMTYyMTMvRGF0YUxha2VTdG9yZUFjY291bnRzL3Rlc3RkYXRhbGFrZTIxMDk4P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n }\r\n}", "RequestHeaders": { @@ -2516,16 +2628,17 @@ "68" ], "x-ms-client-request-id": [ - "6001cb01-70b0-4afd-af7c-7f9356a7df01" + "670869cf-1faa-468d-9941-9631899126d5" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeAnalytics/accounts/testaba16199/dataLakeStoreAccounts/testdatalake24018\",\r\n \"name\": \"testdatalake24018\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts/dataLakeStoreAccounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeAnalytics/accounts/testaba16213/dataLakeStoreAccounts/testdatalake21098\",\r\n \"name\": \"testdatalake21098\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts/dataLakeStoreAccounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -2540,7 +2653,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:46:20 GMT" + "Wed, 19 Oct 2016 21:13:52 GMT" ], "Pragma": [ "no-cache" @@ -2552,7 +2665,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c52cf60f-6621-45cf-ba46-5a1e1382e13e" + "6448af06-78b6-4dc8-ac5e-d21a944bb71c" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -2561,13 +2677,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1186" ], "x-ms-correlation-request-id": [ - "a8a387c5-499d-47b4-a0c3-5bca61ce8bda" + "06767bff-0933-458b-839c-72471ae60c88" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T174620Z:a8a387c5-499d-47b4-a0c3-5bca61ce8bda" + "WESTUS2:20161019T211353Z:06767bff-0933-458b-839c-72471ae60c88" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2576,22 +2692,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeAnalytics/accounts/testaba16199/DataLakeStoreAccounts/?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvYWNjb3VudHMvdGVzdGFiYTE2MTk5L0RhdGFMYWtlU3RvcmVBY2NvdW50cy8/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeAnalytics/accounts/testaba16213/DataLakeStoreAccounts/?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTI1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMTYyMTMvRGF0YUxha2VTdG9yZUFjY291bnRzLz9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9761b831-ce94-4295-acef-76a1125d3f58" + "91b41b6b-4d03-4f7f-ad02-77570ded8082" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeAnalytics/accounts/testaba16199/dataLakeStoreAccounts/testdatalake13237\",\r\n \"name\": \"testdatalake13237\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts/dataLakeStoreAccounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeAnalytics/accounts/testaba16199/dataLakeStoreAccounts/testdatalake24018\",\r\n \"name\": \"testdatalake24018\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts/dataLakeStoreAccounts\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeAnalytics/accounts/testaba16213/dataLakeStoreAccounts/testdatalake18755\",\r\n \"name\": \"testdatalake18755\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts/dataLakeStoreAccounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeAnalytics/accounts/testaba16213/dataLakeStoreAccounts/testdatalake21098\",\r\n \"name\": \"testdatalake21098\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts/dataLakeStoreAccounts\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -2606,7 +2723,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:46:21 GMT" + "Wed, 19 Oct 2016 21:13:53 GMT" ], "Pragma": [ "no-cache" @@ -2618,7 +2735,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "16f82824-450c-4733-a25b-7ebabde1dfaa" + "cb3045d5-7fef-493e-b3f1-9108dfdedf4a" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -2627,13 +2747,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "14977" ], "x-ms-correlation-request-id": [ - "a020af02-9879-4bee-9dbc-678205195854" + "cb978ecb-fe54-466d-b66d-96770315573c" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T174621Z:a020af02-9879-4bee-9dbc-678205195854" + "WESTUS2:20161019T211354Z:cb978ecb-fe54-466d-b66d-96770315573c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2642,22 +2762,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeAnalytics/accounts/testaba16199/DataLakeStoreAccounts/?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvYWNjb3VudHMvdGVzdGFiYTE2MTk5L0RhdGFMYWtlU3RvcmVBY2NvdW50cy8/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeAnalytics/accounts/testaba16213/DataLakeStoreAccounts/?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTI1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMTYyMTMvRGF0YUxha2VTdG9yZUFjY291bnRzLz9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ff6aafdb-f415-4647-870b-3d2a3721652a" + "0da443f6-f48d-41b2-8f03-2eec7eb21987" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeAnalytics/accounts/testaba16199/dataLakeStoreAccounts/testdatalake13237\",\r\n \"name\": \"testdatalake13237\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts/dataLakeStoreAccounts\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeAnalytics/accounts/testaba16213/dataLakeStoreAccounts/testdatalake18755\",\r\n \"name\": \"testdatalake18755\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts/dataLakeStoreAccounts\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -2672,7 +2793,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:46:22 GMT" + "Wed, 19 Oct 2016 21:13:56 GMT" ], "Pragma": [ "no-cache" @@ -2684,7 +2805,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "873fb5e9-5d79-429c-8fd9-68c4836d5335" + "8091be65-bd20-495d-80c6-c36b1ed3e8fd" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -2693,13 +2817,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "14992" ], "x-ms-correlation-request-id": [ - "09885b48-4ed5-4b77-bc66-dc56fa32acd2" + "c6561b4f-7200-4294-a40d-d47f467c4fa2" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T174623Z:09885b48-4ed5-4b77-bc66-dc56fa32acd2" + "WESTUS2:20161019T211356Z:c6561b4f-7200-4294-a40d-d47f467c4fa2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2708,19 +2832,20 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeAnalytics/accounts/testaba16199/DataLakeStoreAccounts/testdatalake24018?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvYWNjb3VudHMvdGVzdGFiYTE2MTk5L0RhdGFMYWtlU3RvcmVBY2NvdW50cy90ZXN0ZGF0YWxha2UyNDAxOD9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeAnalytics/accounts/testaba16213/DataLakeStoreAccounts/testdatalake21098?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTI1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMTYyMTMvRGF0YUxha2VTdG9yZUFjY291bnRzL3Rlc3RkYXRhbGFrZTIxMDk4P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8ae205f6-954b-454a-a64f-992f241a2864" + "60f77625-310c-41c6-8b44-9a32a03405d9" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.6-preview" ] }, "ResponseBody": "", @@ -2738,7 +2863,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:46:22 GMT" + "Wed, 19 Oct 2016 21:13:55 GMT" ], "Pragma": [ "no-cache" @@ -2747,7 +2872,7 @@ "Microsoft-IIS/8.5" ], "x-ms-request-id": [ - "ba2df1c2-ebb9-442c-8756-e482f596ed63" + "04494f13-1a59-4a0e-8b57-33da8a104e07" ], "X-AspNet-Version": [ "4.0.30319" @@ -2756,13 +2881,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1190" ], "x-ms-correlation-request-id": [ - "1e8257cb-5e2b-493d-bd8c-e47f0feeb282" + "9c6af1df-ce47-4958-9a09-c28ab4520f23" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T174623Z:1e8257cb-5e2b-493d-bd8c-e47f0feeb282" + "WESTUS2:20161019T211355Z:9c6af1df-ce47-4958-9a09-c28ab4520f23" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2771,19 +2896,20 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeAnalytics/accounts/testaba16199/StorageAccounts/testazureblob11175?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvYWNjb3VudHMvdGVzdGFiYTE2MTk5L1N0b3JhZ2VBY2NvdW50cy90ZXN0YXp1cmVibG9iMTExNzU/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeAnalytics/accounts/testaba16213/StorageAccounts/testazureblob18196?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTI1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMTYyMTMvU3RvcmFnZUFjY291bnRzL3Rlc3RhenVyZWJsb2IxODE5Nj9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4e6975f3-2911-4494-843c-d41d61f15069" + "2861f445-5dfc-4403-a8c7-7bc358dced75" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.6-preview" ] }, "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"Storage Account does not exist.\"\r\n }\r\n}", @@ -2804,7 +2930,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:46:24 GMT" + "Wed, 19 Oct 2016 21:13:55 GMT" ], "Pragma": [ "no-cache" @@ -2813,7 +2939,10 @@ "Microsoft-IIS/8.5" ], "x-ms-request-id": [ - "70dbd4c2-e101-4ef5-8d32-689c10ee0c80" + "cf09d98e-30b7-40ea-92c4-38baab7586f3" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -2822,13 +2951,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "14988" ], "x-ms-correlation-request-id": [ - "809ceeb6-5388-4ccc-9cd4-4cb0308b4217" + "4b23c107-045b-40bd-9a0d-1099284adaed" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T174624Z:809ceeb6-5388-4ccc-9cd4-4cb0308b4217" + "WESTUS2:20161019T211356Z:4b23c107-045b-40bd-9a0d-1099284adaed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2837,22 +2966,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeAnalytics/accounts/testaba16199/StorageAccounts/testazureblob11175?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvYWNjb3VudHMvdGVzdGFiYTE2MTk5L1N0b3JhZ2VBY2NvdW50cy90ZXN0YXp1cmVibG9iMTExNzU/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeAnalytics/accounts/testaba16213/StorageAccounts/testazureblob18196?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTI1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMTYyMTMvU3RvcmFnZUFjY291bnRzL3Rlc3RhenVyZWJsb2IxODE5Nj9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7121aa93-97e7-40c6-bd41-90e633dd7a8b" + "1792956e-e4df-4872-a243-fcca9c4974a5" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"suffix\": \"core.windows.net\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeAnalytics/accounts/testaba16199/storageAccounts/testazureblob11175\",\r\n \"name\": \"testazureblob11175\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"suffix\": \"core.windows.net\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeAnalytics/accounts/testaba16213/storageAccounts/testazureblob18196\",\r\n \"name\": \"testazureblob18196\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts/storageAccounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -2867,7 +2997,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:46:28 GMT" + "Wed, 19 Oct 2016 21:13:58 GMT" ], "Pragma": [ "no-cache" @@ -2879,7 +3009,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "77b5ddb6-1d35-491f-b1c5-e6c45f85dbaa" + "a4190e21-653a-414c-8c65-db5fb4e67250" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -2888,13 +3021,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "14974" ], "x-ms-correlation-request-id": [ - "3b06e977-c7c4-41c5-81e5-90bf97e761dd" + "75fdb8fd-3768-49da-97ec-4d3282257224" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T174629Z:3b06e977-c7c4-41c5-81e5-90bf97e761dd" + "WESTUS2:20161019T211358Z:75fdb8fd-3768-49da-97ec-4d3282257224" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2903,22 +3036,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeAnalytics/accounts/testaba16199/StorageAccounts/testazureblob11175?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvYWNjb3VudHMvdGVzdGFiYTE2MTk5L1N0b3JhZ2VBY2NvdW50cy90ZXN0YXp1cmVibG9iMTExNzU/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeAnalytics/accounts/testaba16213/StorageAccounts/testazureblob18196?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTI1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMTYyMTMvU3RvcmFnZUFjY291bnRzL3Rlc3RhenVyZWJsb2IxODE5Nj9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "81f5b543-b480-4095-8ea4-c1d611233e47" + "4b11b5a9-6bad-4d15-92ef-1214ce5339f9" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"suffix\": \"core.windows.net\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeAnalytics/accounts/testaba16199/storageAccounts/testazureblob11175\",\r\n \"name\": \"testazureblob11175\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"suffix\": \"core.windows.net\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeAnalytics/accounts/testaba16213/storageAccounts/testazureblob18196\",\r\n \"name\": \"testazureblob18196\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts/storageAccounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -2933,7 +3067,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:46:29 GMT" + "Wed, 19 Oct 2016 21:13:59 GMT" ], "Pragma": [ "no-cache" @@ -2945,7 +3079,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "360300ee-3651-47d1-849a-6672a07a5b03" + "e4e14695-4eac-4c59-91c8-ff882e8912b1" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -2954,13 +3091,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "14969" ], "x-ms-correlation-request-id": [ - "f4288ac3-0300-462f-992d-57408f5e469d" + "ebf6bfd0-c122-4d26-83ac-9a5c9339abe3" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T174630Z:f4288ac3-0300-462f-992d-57408f5e469d" + "WESTUS2:20161019T211400Z:ebf6bfd0-c122-4d26-83ac-9a5c9339abe3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2969,10 +3106,10 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeAnalytics/accounts/testaba16199/StorageAccounts/testazureblob11175?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvYWNjb3VudHMvdGVzdGFiYTE2MTk5L1N0b3JhZ2VBY2NvdW50cy90ZXN0YXp1cmVibG9iMTExNzU/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeAnalytics/accounts/testaba16213/StorageAccounts/testazureblob18196?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTI1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMTYyMTMvU3RvcmFnZUFjY291bnRzL3Rlc3RhenVyZWJsb2IxODE5Nj9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"accessKey\": \"KOXdNLoBaO9T15+KbJgLBB6vrFBFEO5Ak0OkD+8Y6UM0xvtbwW9CSg/c4krZ7ldD2eekQPNPZoofamFH7TjR6w==\",\r\n \"suffix\": \"core.windows.net\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"accessKey\": \"b5tbxCV9j3FOjkQhdDcbAjXdkLt+J1+niz4mwe9/93Md6Ip4+Ew8stp8eHJ3lRJv/w7hgsea9cC82XPqViKNzg==\",\r\n \"suffix\": \"core.windows.net\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -2981,16 +3118,17 @@ "172" ], "x-ms-client-request-id": [ - "582aaef6-1d10-4bd8-bf95-e891566c0cf0" + "16549178-b5b7-482b-b867-fa6005e15ca6" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"suffix\": \"core.windows.net\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeAnalytics/accounts/testaba16199/storageAccounts/testazureblob11175\",\r\n \"name\": \"testazureblob11175\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"suffix\": \"core.windows.net\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeAnalytics/accounts/testaba16213/storageAccounts/testazureblob18196\",\r\n \"name\": \"testazureblob18196\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts/storageAccounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -3005,7 +3143,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:46:29 GMT" + "Wed, 19 Oct 2016 21:13:57 GMT" ], "Pragma": [ "no-cache" @@ -3017,7 +3155,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "4d868ea0-fe10-411f-9238-56f5f238f559" + "96f6b105-f405-40aa-8472-c442ceb3ebb5" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -3026,13 +3167,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1191" ], "x-ms-correlation-request-id": [ - "97c1b992-81c0-481e-a307-f4160797818a" + "50f2bb70-67a5-4ea6-8ee7-41c5a54e18dc" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T174629Z:97c1b992-81c0-481e-a307-f4160797818a" + "WESTUS2:20161019T211358Z:50f2bb70-67a5-4ea6-8ee7-41c5a54e18dc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3041,22 +3182,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeAnalytics/accounts/testaba16199/StorageAccounts/?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvYWNjb3VudHMvdGVzdGFiYTE2MTk5L1N0b3JhZ2VBY2NvdW50cy8/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeAnalytics/accounts/testaba16213/StorageAccounts/?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTI1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMTYyMTMvU3RvcmFnZUFjY291bnRzLz9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "80637a10-1bde-4b4c-af05-70005af661b6" + "8bdff80b-d791-47ee-a028-3911ce1ab9e6" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"core.windows.net\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeAnalytics/accounts/testaba16199/storageAccounts/testazureblob11175\",\r\n \"name\": \"testazureblob11175\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts/storageAccounts\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"core.windows.net\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeAnalytics/accounts/testaba16213/storageAccounts/testazureblob18196\",\r\n \"name\": \"testazureblob18196\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts/storageAccounts\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -3071,7 +3213,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:46:29 GMT" + "Wed, 19 Oct 2016 21:13:59 GMT" ], "Pragma": [ "no-cache" @@ -3083,7 +3225,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c77729fe-8dbf-4297-8b44-faf28435ed4c" + "d3d69665-b9cd-4666-a3d5-9d2e5d77c035" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -3092,13 +3237,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "14974" ], "x-ms-correlation-request-id": [ - "ada38941-a152-4e1b-b572-bff57a12c5c5" + "f0cedf58-ddec-4a72-88a3-7dbe80fffd96" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T174629Z:ada38941-a152-4e1b-b572-bff57a12c5c5" + "WESTUS2:20161019T211359Z:f0cedf58-ddec-4a72-88a3-7dbe80fffd96" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3107,19 +3252,20 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeAnalytics/accounts/testaba16199/StorageAccounts/?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvYWNjb3VudHMvdGVzdGFiYTE2MTk5L1N0b3JhZ2VBY2NvdW50cy8/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeAnalytics/accounts/testaba16213/StorageAccounts/?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTI1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMTYyMTMvU3RvcmFnZUFjY291bnRzLz9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5893c94a-a196-4b62-a106-4b797e1aedfd" + "6f3bcf64-c39e-4679-a614-47c0cef54f5b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.6-preview" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", @@ -3137,7 +3283,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:46:30 GMT" + "Wed, 19 Oct 2016 21:14:01 GMT" ], "Pragma": [ "no-cache" @@ -3149,7 +3295,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "99529d8b-6ed3-4b2f-beef-e99a903fe92d" + "91b21a1f-0722-4039-95a7-249a53ad8a92" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -3158,13 +3307,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "14981" ], "x-ms-correlation-request-id": [ - "9e554354-9136-4d06-8cda-ffad28e55f27" + "ce5d8b63-5c6d-4497-8b7d-57268cc7ca1b" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T174631Z:9e554354-9136-4d06-8cda-ffad28e55f27" + "WESTUS2:20161019T211401Z:ce5d8b63-5c6d-4497-8b7d-57268cc7ca1b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3173,19 +3322,20 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeAnalytics/accounts/testaba16199/StorageAccounts/testazureblob11175?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvYWNjb3VudHMvdGVzdGFiYTE2MTk5L1N0b3JhZ2VBY2NvdW50cy90ZXN0YXp1cmVibG9iMTExNzU/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeAnalytics/accounts/testaba16213/StorageAccounts/testazureblob18196?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTI1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMTYyMTMvU3RvcmFnZUFjY291bnRzL3Rlc3RhenVyZWJsb2IxODE5Nj9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "64fbb90a-5171-41c6-8b6f-82e75b5ff646" + "beb8caeb-6938-4c35-baaf-3db495ea0337" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.6-preview" ] }, "ResponseBody": "", @@ -3203,7 +3353,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:46:31 GMT" + "Wed, 19 Oct 2016 21:14:00 GMT" ], "Pragma": [ "no-cache" @@ -3212,7 +3362,7 @@ "Microsoft-IIS/8.5" ], "x-ms-request-id": [ - "82ac5fca-d4c2-4913-8974-c5340c5328be" + "ca11786e-11e2-48a9-96a1-c3e2194d856e" ], "X-AspNet-Version": [ "4.0.30319" @@ -3221,13 +3371,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1190" ], "x-ms-correlation-request-id": [ - "a8e97a8e-78e6-4677-8e5c-6ab5284c9011" + "3498996a-142c-4b62-8d89-6a00d769b1d2" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T174631Z:a8e97a8e-78e6-4677-8e5c-6ab5284c9011" + "WESTUS2:20161019T211400Z:3498996a-142c-4b62-8d89-6a00d769b1d2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3236,19 +3386,20 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeAnalytics/accounts/testaba16199?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvYWNjb3VudHMvdGVzdGFiYTE2MTk5P2FwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeAnalytics/accounts/testaba16213?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTI1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMTYyMTM/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e529f45e-6051-4ccc-a9e7-33b1d9c7641f" + "312099e4-c4b8-47e1-b067-a13a0ceda6cf" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.6-preview" ] }, "ResponseBody": "", @@ -3266,7 +3417,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:46:33 GMT" + "Wed, 19 Oct 2016 21:14:03 GMT" ], "Pragma": [ "no-cache" @@ -3275,7 +3426,7 @@ "Microsoft-IIS/8.5" ], "x-ms-request-id": [ - "7c5b5123-ff86-4572-b37d-c67114536887" + "8a9cb75b-40e0-452d-aa77-c67f185f0473" ], "X-AspNet-Version": [ "4.0.30319" @@ -3284,13 +3435,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1185" ], "x-ms-correlation-request-id": [ - "735ec50d-d800-4583-9df8-e96310bc98a4" + "bbdaec98-a00b-47d6-ad35-36c5173668a5" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T174634Z:735ec50d-d800-4583-9df8-e96310bc98a4" + "WESTUS2:20161019T211404Z:bbdaec98-a00b-47d6-ad35-36c5173668a5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3299,19 +3450,20 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeAnalytics/accounts/testaba16199?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvYWNjb3VudHMvdGVzdGFiYTE2MTk5P2FwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeAnalytics/accounts/testaba16213?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTI1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMTYyMTM/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5f63058a-5c73-4102-b38e-987ca7dae871" + "4ef332ad-5945-4061-95ea-2f38cb435d79" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.6-preview" ] }, "ResponseBody": "", @@ -3323,22 +3475,22 @@ "no-cache" ], "Date": [ - "Fri, 26 Aug 2016 17:46:34 GMT" + "Wed, 19 Oct 2016 21:14:03 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1189" ], "x-ms-request-id": [ - "f4c1ecdb-c319-4386-b55c-574bfe918053" + "5b60caf8-491c-4f92-ba67-49c2722b60bd" ], "x-ms-correlation-request-id": [ - "f4c1ecdb-c319-4386-b55c-574bfe918053" + "5b60caf8-491c-4f92-ba67-49c2722b60bd" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T174635Z:f4c1ecdb-c319-4386-b55c-574bfe918053" + "WESTUS2:20161019T211404Z:5b60caf8-491c-4f92-ba67-49c2722b60bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3347,19 +3499,20 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeAnalytics/accounts/testaba16199?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvYWNjb3VudHMvdGVzdGFiYTE2MTk5P2FwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeAnalytics/accounts/testaba16213?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTI1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMTYyMTM/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "925349ab-a731-46ca-86e8-767db50e509d" + "7ac7e4de-046b-42ed-84e5-ebb479dc4954" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.6-preview" ] }, "ResponseBody": "", @@ -3371,22 +3524,22 @@ "no-cache" ], "Date": [ - "Fri, 26 Aug 2016 17:46:34 GMT" + "Wed, 19 Oct 2016 21:14:03 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1188" ], "x-ms-request-id": [ - "e6c8d4b7-e0bc-4a59-a5cf-e49fdccb7368" + "c348292e-1169-4999-81d8-e05de0088767" ], "x-ms-correlation-request-id": [ - "e6c8d4b7-e0bc-4a59-a5cf-e49fdccb7368" + "c348292e-1169-4999-81d8-e05de0088767" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T174635Z:e6c8d4b7-e0bc-4a59-a5cf-e49fdccb7368" + "WESTUS2:20161019T211404Z:c348292e-1169-4999-81d8-e05de0088767" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3395,19 +3548,20 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba112/providers/Microsoft.DataLakeAnalytics/accounts/testaba16199secondacct?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTEyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvYWNjb3VudHMvdGVzdGFiYTE2MTk5c2Vjb25kYWNjdD9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12576/providers/Microsoft.DataLakeAnalytics/accounts/testaba16213secondacct?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTI1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMTYyMTNzZWNvbmRhY2N0P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0b730a9c-5099-4df5-a2f8-63037cf1bdd5" + "8da6c765-4290-47a1-87d4-d1d88efc8ca3" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.6-preview" ] }, "ResponseBody": "", @@ -3425,7 +3579,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:46:37 GMT" + "Wed, 19 Oct 2016 21:14:06 GMT" ], "Pragma": [ "no-cache" @@ -3434,7 +3588,7 @@ "Microsoft-IIS/8.5" ], "x-ms-request-id": [ - "1ab70eab-8735-4c90-baaa-f6a259edda07" + "24d9b95b-a349-48a8-a906-9faddb761f65" ], "X-AspNet-Version": [ "4.0.30319" @@ -3443,13 +3597,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1187" ], "x-ms-correlation-request-id": [ - "17581488-26bf-4660-a6a3-b3736ed3f71a" + "e72c9531-97d9-4dcb-9012-09ec5dea926d" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T174638Z:17581488-26bf-4660-a6a3-b3736ed3f71a" + "WESTUS2:20161019T211406Z:e72c9531-97d9-4dcb-9012-09ec5dea926d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3460,21 +3614,21 @@ ], "Names": { ".ctor": [ - "rgaba112", - "testaba16199", - "testaba26621", - "teststorage13840", - "testdatalake13237", - "testdatalake24018", - "testazureblob11175", - "testdb12742", - "testtbl18975", - "testtvf15143", - "testproc13726", - "testview17438", - "testcred19825", - "testsecret11413", - "testsecretpwd11154" + "rgaba12576", + "testaba16213", + "testaba28242", + "teststorage16126", + "testdatalake18755", + "testdatalake21098", + "testazureblob18196", + "testdb17854", + "testtbl12534", + "testtvf12061", + "testproc18958", + "testview17011", + "testcred18253", + "testsecret17890", + "testsecretpwd17550" ] }, "Variables": { diff --git a/src/ResourceManagement/DataLake.Analytics/DataLakeAnalytics.Tests/SessionRecords/DataLakeAnalytics.Tests.CatalogOperationTests/CredentialCRUDTest.json b/src/ResourceManagement/DataLake.Analytics/DataLakeAnalytics.Tests/SessionRecords/DataLakeAnalytics.Tests.CatalogOperationTests/CredentialCRUDTest.json index 5fafc177a2050..e2028641cfff6 100644 --- a/src/ResourceManagement/DataLake.Analytics/DataLakeAnalytics.Tests/SessionRecords/DataLakeAnalytics.Tests.CatalogOperationTests/CredentialCRUDTest.json +++ b/src/ResourceManagement/DataLake.Analytics/DataLakeAnalytics.Tests/SessionRecords/DataLakeAnalytics.Tests.CatalogOperationTests/CredentialCRUDTest.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/0353d26d-e338-469a-a87a-bd3507471155/providers/Microsoft.DataLakeAnalytics/register?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDM1M2QyNmQtZTMzOC00NjlhLWE4N2EtYmQzNTA3NDcxMTU1L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvcmVnaXN0ZXI/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeAnalytics/register?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvcmVnaXN0ZXI/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c02d9ff3-1653-4eba-840e-19941173e5cf" + "7b7dade4-ed25-432c-80f4-f32722a2f323" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.4-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/0353d26d-e338-469a-a87a-bd3507471155/providers/Microsoft.DataLakeAnalytics\",\r\n \"namespace\": \"Microsoft.DataLakeAnalytics\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/dataLakeStoreAccounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers/listSasTokens\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeAnalytics\",\r\n \"namespace\": \"Microsoft.DataLakeAnalytics\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/dataLakeStoreAccounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers/listSasTokens\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Mon, 01 Aug 2016 18:10:42 GMT" + "Mon, 24 Oct 2016 23:50:02 GMT" ], "Pragma": [ "no-cache" @@ -37,16 +38,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1155" ], "x-ms-request-id": [ - "ec4feba4-db23-41ac-899b-41d859a70f55" + "4759a7a4-2a4d-4cd4-bc7d-6eb30232b930" ], "x-ms-correlation-request-id": [ - "ec4feba4-db23-41ac-899b-41d859a70f55" + "4759a7a4-2a4d-4cd4-bc7d-6eb30232b930" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160801T181042Z:ec4feba4-db23-41ac-899b-41d859a70f55" + "CENTRALUS:20161024T235003Z:4759a7a4-2a4d-4cd4-bc7d-6eb30232b930" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -55,22 +56,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0353d26d-e338-469a-a87a-bd3507471155/providers/Microsoft.DataLakeAnalytics?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDM1M2QyNmQtZTMzOC00NjlhLWE4N2EtYmQzNTA3NDcxMTU1L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3M/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeAnalytics?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3M/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "426abf4a-8fe3-4e07-a44e-3906d1e0240b" + "047edb6f-da1f-4983-9c51-86ddd7efd71d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.4-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/0353d26d-e338-469a-a87a-bd3507471155/providers/Microsoft.DataLakeAnalytics\",\r\n \"namespace\": \"Microsoft.DataLakeAnalytics\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/dataLakeStoreAccounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers/listSasTokens\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeAnalytics\",\r\n \"namespace\": \"Microsoft.DataLakeAnalytics\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/dataLakeStoreAccounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers/listSasTokens\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -82,7 +84,7 @@ "no-cache" ], "Date": [ - "Mon, 01 Aug 2016 18:10:42 GMT" + "Mon, 24 Oct 2016 23:50:02 GMT" ], "Pragma": [ "no-cache" @@ -91,16 +93,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "13209" + "14912" ], "x-ms-request-id": [ - "d927d6ea-c359-4bc5-b936-ced45eb60031" + "837c83c8-64c2-4e03-8892-8f50d9874496" ], "x-ms-correlation-request-id": [ - "d927d6ea-c359-4bc5-b936-ced45eb60031" + "837c83c8-64c2-4e03-8892-8f50d9874496" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160801T181042Z:d927d6ea-c359-4bc5-b936-ced45eb60031" + "CENTRALUS:20161024T235003Z:837c83c8-64c2-4e03-8892-8f50d9874496" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -109,22 +111,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0353d26d-e338-469a-a87a-bd3507471155/providers/Microsoft.Storage/register?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDM1M2QyNmQtZTMzOC00NjlhLWE4N2EtYmQzNTA3NDcxMTU1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", + "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage/register?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "46fb5c70-c13b-421f-be2e-36f4c38e612e" + "d375f4c6-1ec2-4546-9586-4569e0ba2e78" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.4-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/0353d26d-e338-469a-a87a-bd3507471155/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-07-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-07-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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-Type": [ "application/json; charset=utf-8" @@ -136,7 +139,7 @@ "no-cache" ], "Date": [ - "Mon, 01 Aug 2016 18:10:42 GMT" + "Mon, 24 Oct 2016 23:50:02 GMT" ], "Pragma": [ "no-cache" @@ -145,16 +148,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1154" ], "x-ms-request-id": [ - "a810fd15-6893-4c55-b3ed-7cdc472ad7e0" + "03d67f3c-11cf-401a-86b8-ef9e4bd8bbd9" ], "x-ms-correlation-request-id": [ - "a810fd15-6893-4c55-b3ed-7cdc472ad7e0" + "03d67f3c-11cf-401a-86b8-ef9e4bd8bbd9" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160801T181042Z:a810fd15-6893-4c55-b3ed-7cdc472ad7e0" + "CENTRALUS:20161024T235003Z:03d67f3c-11cf-401a-86b8-ef9e4bd8bbd9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -163,22 +166,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0353d26d-e338-469a-a87a-bd3507471155/providers/Microsoft.Storage?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDM1M2QyNmQtZTMzOC00NjlhLWE4N2EtYmQzNTA3NDcxMTU1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", + "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d69be107-13dd-4363-a7d1-cef6e38c1f3e" + "f72b59c2-f420-4220-9678-f16ab3fa4e62" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.4-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/0353d26d-e338-469a-a87a-bd3507471155/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-07-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-07-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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-Type": [ "application/json; charset=utf-8" @@ -190,7 +194,7 @@ "no-cache" ], "Date": [ - "Mon, 01 Aug 2016 18:10:42 GMT" + "Mon, 24 Oct 2016 23:50:04 GMT" ], "Pragma": [ "no-cache" @@ -199,16 +203,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "13208" + "14911" ], "x-ms-request-id": [ - "ee0860dc-29a6-451d-8923-8612f879ec95" + "df47b561-c388-4cb5-8b8a-6677e0714b52" ], "x-ms-correlation-request-id": [ - "ee0860dc-29a6-451d-8923-8612f879ec95" + "df47b561-c388-4cb5-8b8a-6677e0714b52" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160801T181042Z:ee0860dc-29a6-451d-8923-8612f879ec95" + "CENTRALUS:20161024T235004Z:df47b561-c388-4cb5-8b8a-6677e0714b52" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -217,22 +221,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0353d26d-e338-469a-a87a-bd3507471155/providers/Microsoft.DataLakeStore/register?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDM1M2QyNmQtZTMzOC00NjlhLWE4N2EtYmQzNTA3NDcxMTU1L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", + "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/register?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5f87c55e-1364-46c6-972b-a48846fa06db" + "7f0a4c1c-8feb-4a90-b502-02fd876511c4" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.4-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/0353d26d-e338-469a-a87a-bd3507471155/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -244,7 +249,7 @@ "no-cache" ], "Date": [ - "Mon, 01 Aug 2016 18:10:42 GMT" + "Mon, 24 Oct 2016 23:50:04 GMT" ], "Pragma": [ "no-cache" @@ -253,16 +258,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1153" ], "x-ms-request-id": [ - "940022f7-9373-4056-bca3-7511c9817bfa" + "b4726cee-1cce-4767-be63-aed50969bbfb" ], "x-ms-correlation-request-id": [ - "940022f7-9373-4056-bca3-7511c9817bfa" + "b4726cee-1cce-4767-be63-aed50969bbfb" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160801T181043Z:940022f7-9373-4056-bca3-7511c9817bfa" + "CENTRALUS:20161024T235004Z:b4726cee-1cce-4767-be63-aed50969bbfb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -271,22 +276,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0353d26d-e338-469a-a87a-bd3507471155/providers/Microsoft.DataLakeStore?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDM1M2QyNmQtZTMzOC00NjlhLWE4N2EtYmQzNTA3NDcxMTU1L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", + "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b4f4ee11-a912-4283-a91b-aace3a0fafe0" + "73055ecc-56fc-4415-b121-c9c597a5a235" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.4-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/0353d26d-e338-469a-a87a-bd3507471155/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -298,7 +304,7 @@ "no-cache" ], "Date": [ - "Mon, 01 Aug 2016 18:10:42 GMT" + "Mon, 24 Oct 2016 23:50:04 GMT" ], "Pragma": [ "no-cache" @@ -307,16 +313,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "13207" + "14910" ], "x-ms-request-id": [ - "6637dea3-50fd-4d94-89d6-3e62fccd961f" + "3b9f2665-97ad-43b9-ae62-4c1aa3bb7cfb" ], "x-ms-correlation-request-id": [ - "6637dea3-50fd-4d94-89d6-3e62fccd961f" + "3b9f2665-97ad-43b9-ae62-4c1aa3bb7cfb" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160801T181043Z:6637dea3-50fd-4d94-89d6-3e62fccd961f" + "CENTRALUS:20161024T235004Z:3b9f2665-97ad-43b9-ae62-4c1aa3bb7cfb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -325,22 +331,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0353d26d-e338-469a-a87a-bd3507471155/resourcegroups/rgaba11379?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDM1M2QyNmQtZTMzOC00NjlhLWE4N2EtYmQzNTA3NDcxMTU1L3Jlc291cmNlZ3JvdXBzL3JnYWJhMTEzNzk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/rgaba15173?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL3JnYWJhMTUxNzM/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "84b676e1-d791-4f17-9ef6-ad81dd6bd5e6" + "677b71e7-8fc9-4852-b921-771295fe5d84" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.4-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'rgaba11379' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'rgaba15173' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "102" @@ -355,7 +362,7 @@ "no-cache" ], "Date": [ - "Mon, 01 Aug 2016 18:10:42 GMT" + "Mon, 24 Oct 2016 23:50:04 GMT" ], "Pragma": [ "no-cache" @@ -364,16 +371,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "13206" + "14909" ], "x-ms-request-id": [ - "fe7029a2-86c4-43e0-8f8d-7c0366ebb793" + "25cdcbf2-e4ff-432c-a8d3-a859b450594c" ], "x-ms-correlation-request-id": [ - "fe7029a2-86c4-43e0-8f8d-7c0366ebb793" + "25cdcbf2-e4ff-432c-a8d3-a859b450594c" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160801T181043Z:fe7029a2-86c4-43e0-8f8d-7c0366ebb793" + "CENTRALUS:20161024T235004Z:25cdcbf2-e4ff-432c-a8d3-a859b450594c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -382,22 +389,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/0353d26d-e338-469a-a87a-bd3507471155/resourcegroups/rgaba11379?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDM1M2QyNmQtZTMzOC00NjlhLWE4N2EtYmQzNTA3NDcxMTU1L3Jlc291cmNlZ3JvdXBzL3JnYWJhMTEzNzk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/rgaba15173?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL3JnYWJhMTUxNzM/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2915dcc9-7611-4c6c-8cf7-5750cec84586" + "39c97a64-8b84-4680-ab25-0f6fc46dc514" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.4-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/0353d26d-e338-469a-a87a-bd3507471155/resourceGroups/rgaba11379\",\r\n \"name\": \"rgaba11379\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/rgaba15173\",\r\n \"name\": \"rgaba15173\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -409,7 +417,7 @@ "no-cache" ], "Date": [ - "Mon, 01 Aug 2016 18:10:43 GMT" + "Mon, 24 Oct 2016 23:50:04 GMT" ], "Pragma": [ "no-cache" @@ -418,16 +426,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "13205" + "14908" ], "x-ms-request-id": [ - "d4157f2e-1150-4290-b644-7bde432499b6" + "1560374b-64bb-47b1-94c1-437bce6519da" ], "x-ms-correlation-request-id": [ - "d4157f2e-1150-4290-b644-7bde432499b6" + "1560374b-64bb-47b1-94c1-437bce6519da" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160801T181044Z:d4157f2e-1150-4290-b644-7bde432499b6" + "CENTRALUS:20161024T235004Z:1560374b-64bb-47b1-94c1-437bce6519da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -436,31 +444,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0353d26d-e338-469a-a87a-bd3507471155/resourcegroups/rgaba11379?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDM1M2QyNmQtZTMzOC00NjlhLWE4N2EtYmQzNTA3NDcxMTU1L3Jlc291cmNlZ3JvdXBzL3JnYWJhMTEzNzk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/rgaba15173?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL3JnYWJhMTUxNzM/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", + "RequestBody": "{\r\n \"location\": \"Brazil South\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "29" + "34" ], "x-ms-client-request-id": [ - "0b9998f8-684c-47f2-b43c-57b8dc3fde62" + "f0786999-3354-42f6-a2b2-4b9c3258ab76" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.4-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/0353d26d-e338-469a-a87a-bd3507471155/resourceGroups/rgaba11379\",\r\n \"name\": \"rgaba11379\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/rgaba15173\",\r\n \"name\": \"rgaba15173\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "173" + "178" ], "Content-Type": [ "application/json; charset=utf-8" @@ -472,22 +481,22 @@ "no-cache" ], "Date": [ - "Mon, 01 Aug 2016 18:10:43 GMT" + "Mon, 24 Oct 2016 23:50:04 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1152" ], "x-ms-request-id": [ - "d16a9af5-18f7-4eb7-afcf-4677deb71ad4" + "4bf4e66e-663f-45de-b33c-2f837e7a00dd" ], "x-ms-correlation-request-id": [ - "d16a9af5-18f7-4eb7-afcf-4677deb71ad4" + "4bf4e66e-663f-45de-b33c-2f837e7a00dd" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160801T181044Z:d16a9af5-18f7-4eb7-afcf-4677deb71ad4" + "CENTRALUS:20161024T235004Z:4bf4e66e-663f-45de-b33c-2f837e7a00dd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -496,22 +505,23 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/0353d26d-e338-469a-a87a-bd3507471155/resourceGroups/rgaba11379/providers/Microsoft.DataLakeStore/accounts/testdatalake19262?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDM1M2QyNmQtZTMzOC00NjlhLWE4N2EtYmQzNTA3NDcxMTU1L3Jlc291cmNlR3JvdXBzL3JnYWJhMTEzNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTE5MjYyP2FwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/rgaba15173/providers/Microsoft.DataLakeStore/accounts/testdatalake18250?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL3JnYWJhMTUxNzMvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTE4MjUwP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7e859268-291d-4f25-8ff6-dd1efe508ef2" + "3a8b1bf3-a5ed-4ed3-8fda-e7beb7647b94" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testdatalake19262' under resource group 'rgaba11379' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testdatalake18250' under resource group 'rgaba15173' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "164" @@ -526,7 +536,7 @@ "no-cache" ], "Date": [ - "Mon, 01 Aug 2016 18:10:44 GMT" + "Mon, 24 Oct 2016 23:50:04 GMT" ], "Pragma": [ "no-cache" @@ -535,13 +545,13 @@ "gateway" ], "x-ms-request-id": [ - "ae292083-b268-42a4-b004-28f81ff589a7" + "6332cfad-5be1-4bc9-9c73-4fdeeac5bdf2" ], "x-ms-correlation-request-id": [ - "ae292083-b268-42a4-b004-28f81ff589a7" + "6332cfad-5be1-4bc9-9c73-4fdeeac5bdf2" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160801T181044Z:ae292083-b268-42a4-b004-28f81ff589a7" + "CENTRALUS:20161024T235004Z:6332cfad-5be1-4bc9-9c73-4fdeeac5bdf2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -550,16 +560,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/0353d26d-e338-469a-a87a-bd3507471155/resourceGroups/rgaba11379/providers/Microsoft.DataLakeStore/accounts/testdatalake19262?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDM1M2QyNmQtZTMzOC00NjlhLWE4N2EtYmQzNTA3NDcxMTU1L3Jlc291cmNlR3JvdXBzL3JnYWJhMTEzNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTE5MjYyP2FwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/rgaba15173/providers/Microsoft.DataLakeStore/accounts/testdatalake18250?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL3JnYWJhMTUxNzMvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTE4MjUwP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake19262.caboaccountdogfood.net\",\r\n \"accountId\": \"5f6180d6-bf5d-4caf-9dea-ef6e12e209bf\",\r\n \"creationTime\": \"2016-08-01T18:10:43.6256791Z\",\r\n \"lastModifiedTime\": \"2016-08-01T18:10:43.6256791Z\"\r\n },\r\n \"location\": \"West US\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/0353d26d-e338-469a-a87a-bd3507471155/resourceGroups/rgaba11379/providers/Microsoft.DataLakeStore/accounts/testdatalake19262\",\r\n \"name\": \"testdatalake19262\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake18250.caboaccountdogfood.net\",\r\n \"accountId\": \"6f012c4e-fe82-4d9f-bd25-7c439177c499\",\r\n \"creationTime\": \"2016-10-24T23:50:06.5786622Z\",\r\n \"lastModifiedTime\": \"2016-10-24T23:50:06.5786622Z\"\r\n },\r\n \"location\": \"Brazil South\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/rgaba15173/providers/Microsoft.DataLakeStore/accounts/testdatalake18250\",\r\n \"name\": \"testdatalake18250\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -574,7 +585,7 @@ "close" ], "Date": [ - "Mon, 01 Aug 2016 18:11:14 GMT" + "Mon, 24 Oct 2016 23:51:06 GMT" ], "Pragma": [ "no-cache" @@ -586,7 +597,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "2a425d21-e163-4a79-b967-c62d03b5c4f7" + "0ba8204b-b568-4ba4-9cd7-2cc62e445078" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -595,13 +609,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "13099" + "14916" ], "x-ms-correlation-request-id": [ - "f24860c1-80a5-4f54-be04-9b42b503d14e" + "aa8e41f0-6203-446a-a89a-f4eaeae0fc0f" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160801T181115Z:f24860c1-80a5-4f54-be04-9b42b503d14e" + "CENTRALUS:20161024T235106Z:aa8e41f0-6203-446a-a89a-f4eaeae0fc0f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -610,22 +624,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0353d26d-e338-469a-a87a-bd3507471155/resourceGroups/rgaba11379/providers/Microsoft.DataLakeStore/accounts/testdatalake19262?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDM1M2QyNmQtZTMzOC00NjlhLWE4N2EtYmQzNTA3NDcxMTU1L3Jlc291cmNlR3JvdXBzL3JnYWJhMTEzNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTE5MjYyP2FwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/rgaba15173/providers/Microsoft.DataLakeStore/accounts/testdatalake18250?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL3JnYWJhMTUxNzMvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTE4MjUwP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "90d45c04-da0f-4599-9123-e23785c37701" + "e642dcc5-99de-43a2-9b07-e8ad59e2861e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake19262.caboaccountdogfood.net\",\r\n \"accountId\": \"5f6180d6-bf5d-4caf-9dea-ef6e12e209bf\",\r\n \"creationTime\": \"2016-08-01T18:10:43.6256791Z\",\r\n \"lastModifiedTime\": \"2016-08-01T18:10:43.6256791Z\"\r\n },\r\n \"location\": \"West US\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/0353d26d-e338-469a-a87a-bd3507471155/resourceGroups/rgaba11379/providers/Microsoft.DataLakeStore/accounts/testdatalake19262\",\r\n \"name\": \"testdatalake19262\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake18250.caboaccountdogfood.net\",\r\n \"accountId\": \"6f012c4e-fe82-4d9f-bd25-7c439177c499\",\r\n \"creationTime\": \"2016-10-24T23:50:06.5786622Z\",\r\n \"lastModifiedTime\": \"2016-10-24T23:50:06.5786622Z\"\r\n },\r\n \"location\": \"Brazil South\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/rgaba15173/providers/Microsoft.DataLakeStore/accounts/testdatalake18250\",\r\n \"name\": \"testdatalake18250\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -640,7 +655,7 @@ "close" ], "Date": [ - "Mon, 01 Aug 2016 18:11:15 GMT" + "Mon, 24 Oct 2016 23:51:06 GMT" ], "Pragma": [ "no-cache" @@ -652,7 +667,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "3a828e0b-4e82-4221-9688-f776a657f5b8" + "204a5fd3-c09e-4abb-b2bb-adb4b4d2f661" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -661,13 +679,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "13100" + "14903" ], "x-ms-correlation-request-id": [ - "c53fec69-56b5-46b8-b959-72afcf04f652" + "97676845-4118-4202-8916-c56744d1329e" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160801T181115Z:c53fec69-56b5-46b8-b959-72afcf04f652" + "CENTRALUS:20161024T235106Z:97676845-4118-4202-8916-c56744d1329e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -676,22 +694,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0353d26d-e338-469a-a87a-bd3507471155/resourceGroups/rgaba11379/providers/Microsoft.DataLakeStore/accounts/testdatalake19262?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDM1M2QyNmQtZTMzOC00NjlhLWE4N2EtYmQzNTA3NDcxMTU1L3Jlc291cmNlR3JvdXBzL3JnYWJhMTEzNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTE5MjYyP2FwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/rgaba15173/providers/Microsoft.DataLakeStore/accounts/testdatalake18250?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL3JnYWJhMTUxNzMvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTE4MjUwP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8e41cdf3-c75c-452c-aab2-252d6d0f9171" + "8b15a07e-9e24-4f5e-8306-364b1b74c0b4" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake19262.caboaccountdogfood.net\",\r\n \"accountId\": \"5f6180d6-bf5d-4caf-9dea-ef6e12e209bf\",\r\n \"creationTime\": \"2016-08-01T18:10:43.6256791Z\",\r\n \"lastModifiedTime\": \"2016-08-01T18:10:43.6256791Z\"\r\n },\r\n \"location\": \"West US\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/0353d26d-e338-469a-a87a-bd3507471155/resourceGroups/rgaba11379/providers/Microsoft.DataLakeStore/accounts/testdatalake19262\",\r\n \"name\": \"testdatalake19262\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake18250.caboaccountdogfood.net\",\r\n \"accountId\": \"6f012c4e-fe82-4d9f-bd25-7c439177c499\",\r\n \"creationTime\": \"2016-10-24T23:50:06.5786622Z\",\r\n \"lastModifiedTime\": \"2016-10-24T23:50:06.5786622Z\"\r\n },\r\n \"location\": \"Brazil South\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/rgaba15173/providers/Microsoft.DataLakeStore/accounts/testdatalake18250\",\r\n \"name\": \"testdatalake18250\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -706,7 +725,7 @@ "close" ], "Date": [ - "Mon, 01 Aug 2016 18:11:46 GMT" + "Mon, 24 Oct 2016 23:51:38 GMT" ], "Pragma": [ "no-cache" @@ -718,7 +737,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "76c8c1d8-e907-4e7d-8ad9-6e22d4572892" + "cc516d48-6a5a-4df4-a5b2-6a44a2c06b45" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -727,13 +749,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "13185" + "14902" ], "x-ms-correlation-request-id": [ - "b166bd28-cfe7-420b-9cd5-27ef79d18631" + "df55bbec-c739-45d5-8096-4956f4380fd4" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160801T181147Z:b166bd28-cfe7-420b-9cd5-27ef79d18631" + "CENTRALUS:20161024T235138Z:df55bbec-c739-45d5-8096-4956f4380fd4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -742,31 +764,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0353d26d-e338-469a-a87a-bd3507471155/resourceGroups/rgaba11379/providers/Microsoft.DataLakeStore/accounts/testdatalake19262?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDM1M2QyNmQtZTMzOC00NjlhLWE4N2EtYmQzNTA3NDcxMTU1L3Jlc291cmNlR3JvdXBzL3JnYWJhMTEzNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTE5MjYyP2FwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/rgaba15173/providers/Microsoft.DataLakeStore/accounts/testdatalake18250?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL3JnYWJhMTUxNzMvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTE4MjUwP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US\",\r\n \"name\": \"testdatalake19262\"\r\n}", + "RequestBody": "{\r\n \"location\": \"Brazil South\",\r\n \"name\": \"testdatalake18250\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "61" + "66" ], "x-ms-client-request-id": [ - "931c5877-50f1-46ae-8b47-fe2b54f5efe7" + "e7d65aef-9d06-40a1-996e-f71f16f70405" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"5f6180d6-bf5d-4caf-9dea-ef6e12e209bf\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"West US\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/0353d26d-e338-469a-a87a-bd3507471155/resourceGroups/rgaba11379/providers/Microsoft.DataLakeStore/accounts/testdatalake19262\",\r\n \"name\": \"testdatalake19262\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"6f012c4e-fe82-4d9f-bd25-7c439177c499\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"Brazil South\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/rgaba15173/providers/Microsoft.DataLakeStore/accounts/testdatalake18250\",\r\n \"name\": \"testdatalake18250\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ - "419" + "424" ], "Content-Type": [ "application/json" @@ -781,13 +804,13 @@ "close" ], "Date": [ - "Mon, 01 Aug 2016 18:10:44 GMT" + "Mon, 24 Oct 2016 23:50:04 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/0353d26d-e338-469a-a87a-bd3507471155/resourcegroups/rgaba11379/providers/Microsoft.DataLakeStore/accounts/testdatalake19262/operationresults/0?api-version=2015-10-01-preview" + "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/rgaba15173/providers/Microsoft.DataLakeStore/accounts/testdatalake18250/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -796,10 +819,13 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/0353d26d-e338-469a-a87a-bd3507471155/providers/Microsoft.DataLakeStore/locations/WestUS/operationResults/5f6180d6-bf5d-4caf-9dea-ef6e12e209bf0?api-version=2015-10-01-preview&expanded=true" + "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/BrazilSouth/operationResults/6f012c4e-fe82-4d9f-bd25-7c439177c4990?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "5462feff-0633-41db-85ea-5a403db171b2" + "a6a45ee2-4a89-4140-8f4f-ee81d84c14d4" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -808,13 +834,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1160" ], "x-ms-correlation-request-id": [ - "5d7acb14-05b5-4a50-bbf3-6a8d06430525" + "e2bca49c-389a-4cff-963a-2d823a27eccf" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160801T181044Z:5d7acb14-05b5-4a50-bbf3-6a8d06430525" + "CENTRALUS:20161024T235005Z:e2bca49c-389a-4cff-963a-2d823a27eccf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -823,13 +849,78 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/0353d26d-e338-469a-a87a-bd3507471155/providers/Microsoft.DataLakeStore/locations/WestUS/operationResults/5f6180d6-bf5d-4caf-9dea-ef6e12e209bf0?api-version=2015-10-01-preview&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDM1M2QyNmQtZTMzOC00NjlhLWE4N2EtYmQzNTA3NDcxMTU1L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvV2VzdFVTL29wZXJhdGlvblJlc3VsdHMvNWY2MTgwZDYtYmY1ZC00Y2FmLTlkZWEtZWY2ZTEyZTIwOWJmMD9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXcmZXhwYW5kZWQ9dHJ1ZQ==", + "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/BrazilSouth/operationResults/6f012c4e-fe82-4d9f-bd25-7c439177c4990?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvQnJhemlsU291dGgvb3BlcmF0aW9uUmVzdWx0cy82ZjAxMmM0ZS1mZTgyLTRkOWYtYmQyNS03YzQzOTE3N2M0OTkwP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDEmZXhwYW5kZWQ9dHJ1ZQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Connection": [ + "close" + ], + "Date": [ + "Mon, 24 Oct 2016 23:50:35 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "3452392e-3dbc-4657-b658-a787875b3647" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14915" + ], + "x-ms-correlation-request-id": [ + "f62127c9-2331-40ec-a5c4-e849ac7493f4" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20161024T235035Z:f62127c9-2331-40ec-a5c4-e849ac7493f4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/BrazilSouth/operationResults/6f012c4e-fe82-4d9f-bd25-7c439177c4990?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvQnJhemlsU291dGgvb3BlcmF0aW9uUmVzdWx0cy82ZjAxMmM0ZS1mZTgyLTRkOWYtYmQyNS03YzQzOTE3N2M0OTkwP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDEmZXhwYW5kZWQ9dHJ1ZQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -847,7 +938,7 @@ "close" ], "Date": [ - "Mon, 01 Aug 2016 18:11:14 GMT" + "Mon, 24 Oct 2016 23:51:05 GMT" ], "Pragma": [ "no-cache" @@ -859,7 +950,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "b361ee47-54f5-4b6f-8b20-d17084c05a84" + "1bdc2905-fc53-4150-b203-230ee6456daf" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -868,13 +962,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "13029" + "14907" ], "x-ms-correlation-request-id": [ - "b170842d-bfd5-42bd-bde4-ab44c686921e" + "dbe1249a-6094-403d-9f33-9c498fb948dd" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160801T181115Z:b170842d-bfd5-42bd-bde4-ab44c686921e" + "CENTRALUS:20161024T235105Z:dbe1249a-6094-403d-9f33-9c498fb948dd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -883,25 +977,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0353d26d-e338-469a-a87a-bd3507471155/resourceGroups/rgaba11379/providers/Microsoft.DataLakeStore/accounts/testdatalake2469?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDM1M2QyNmQtZTMzOC00NjlhLWE4N2EtYmQzNTA3NDcxMTU1L3Jlc291cmNlR3JvdXBzL3JnYWJhMTEzNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTI0Njk/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/rgaba15173/providers/Microsoft.DataLakeStore/accounts/testdatalake25107?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL3JnYWJhMTUxNzMvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTI1MTA3P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f0c4a09a-de00-43d5-bbc2-30974fd3000c" + "005ef0bf-8529-4a01-8896-e2057360067f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testdatalake2469' under resource group 'rgaba11379' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testdatalake25107' under resource group 'rgaba15173' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "163" + "164" ], "Content-Type": [ "application/json; charset=utf-8" @@ -913,7 +1008,7 @@ "no-cache" ], "Date": [ - "Mon, 01 Aug 2016 18:11:15 GMT" + "Mon, 24 Oct 2016 23:51:06 GMT" ], "Pragma": [ "no-cache" @@ -922,13 +1017,13 @@ "gateway" ], "x-ms-request-id": [ - "8f4486b0-f0fa-4cfc-b7de-4910f78085cf" + "eb1c865b-b151-45ba-a706-7d869c82a159" ], "x-ms-correlation-request-id": [ - "8f4486b0-f0fa-4cfc-b7de-4910f78085cf" + "eb1c865b-b151-45ba-a706-7d869c82a159" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160801T181116Z:8f4486b0-f0fa-4cfc-b7de-4910f78085cf" + "CENTRALUS:20161024T235106Z:eb1c865b-b151-45ba-a706-7d869c82a159" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -937,16 +1032,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/0353d26d-e338-469a-a87a-bd3507471155/resourceGroups/rgaba11379/providers/Microsoft.DataLakeStore/accounts/testdatalake2469?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDM1M2QyNmQtZTMzOC00NjlhLWE4N2EtYmQzNTA3NDcxMTU1L3Jlc291cmNlR3JvdXBzL3JnYWJhMTEzNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTI0Njk/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/rgaba15173/providers/Microsoft.DataLakeStore/accounts/testdatalake25107?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL3JnYWJhMTUxNzMvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTI1MTA3P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake2469.caboaccountdogfood.net\",\r\n \"accountId\": \"e27d24c1-8a8f-4a70-a3fc-a9435351eaa0\",\r\n \"creationTime\": \"2016-08-01T18:11:15.1116038Z\",\r\n \"lastModifiedTime\": \"2016-08-01T18:11:15.1116038Z\"\r\n },\r\n \"location\": \"West US\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/0353d26d-e338-469a-a87a-bd3507471155/resourceGroups/rgaba11379/providers/Microsoft.DataLakeStore/accounts/testdatalake2469\",\r\n \"name\": \"testdatalake2469\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake25107.caboaccountdogfood.net\",\r\n \"accountId\": \"3410e1ef-beee-4451-8555-6d22ad07471b\",\r\n \"creationTime\": \"2016-10-24T23:51:08.4775394Z\",\r\n \"lastModifiedTime\": \"2016-10-24T23:51:08.4775394Z\"\r\n },\r\n \"location\": \"Brazil South\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/rgaba15173/providers/Microsoft.DataLakeStore/accounts/testdatalake25107\",\r\n \"name\": \"testdatalake25107\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -961,7 +1057,7 @@ "close" ], "Date": [ - "Mon, 01 Aug 2016 18:11:46 GMT" + "Mon, 24 Oct 2016 23:51:37 GMT" ], "Pragma": [ "no-cache" @@ -973,7 +1069,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "1c4684fe-2a73-4f1e-862a-b7d95f7fe7cb" + "d946bc27-07ec-4fc5-abeb-ad7de3859485" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -982,13 +1081,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "13065" + "14909" ], "x-ms-correlation-request-id": [ - "2d38f5e5-db88-4ccb-8750-ba72cd7bf3e6" + "37180857-ac06-4efe-8505-7030d666508e" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160801T181147Z:2d38f5e5-db88-4ccb-8750-ba72cd7bf3e6" + "CENTRALUS:20161024T235137Z:37180857-ac06-4efe-8505-7030d666508e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -997,22 +1096,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0353d26d-e338-469a-a87a-bd3507471155/resourceGroups/rgaba11379/providers/Microsoft.DataLakeStore/accounts/testdatalake2469?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDM1M2QyNmQtZTMzOC00NjlhLWE4N2EtYmQzNTA3NDcxMTU1L3Jlc291cmNlR3JvdXBzL3JnYWJhMTEzNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTI0Njk/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/rgaba15173/providers/Microsoft.DataLakeStore/accounts/testdatalake25107?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL3JnYWJhMTUxNzMvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTI1MTA3P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c8691063-7e5c-409c-be41-35017d4f6047" + "4b311629-4cf0-4eab-8ed5-4b775887443d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake2469.caboaccountdogfood.net\",\r\n \"accountId\": \"e27d24c1-8a8f-4a70-a3fc-a9435351eaa0\",\r\n \"creationTime\": \"2016-08-01T18:11:15.1116038Z\",\r\n \"lastModifiedTime\": \"2016-08-01T18:11:15.1116038Z\"\r\n },\r\n \"location\": \"West US\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/0353d26d-e338-469a-a87a-bd3507471155/resourceGroups/rgaba11379/providers/Microsoft.DataLakeStore/accounts/testdatalake2469\",\r\n \"name\": \"testdatalake2469\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake25107.caboaccountdogfood.net\",\r\n \"accountId\": \"3410e1ef-beee-4451-8555-6d22ad07471b\",\r\n \"creationTime\": \"2016-10-24T23:51:08.4775394Z\",\r\n \"lastModifiedTime\": \"2016-10-24T23:51:08.4775394Z\"\r\n },\r\n \"location\": \"Brazil South\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/rgaba15173/providers/Microsoft.DataLakeStore/accounts/testdatalake25107\",\r\n \"name\": \"testdatalake25107\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -1027,7 +1127,7 @@ "close" ], "Date": [ - "Mon, 01 Aug 2016 18:11:47 GMT" + "Mon, 24 Oct 2016 23:51:38 GMT" ], "Pragma": [ "no-cache" @@ -1039,7 +1139,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "e1bb002b-855f-4823-b499-0de7b80c36cd" + "182a4a81-d186-4757-9b2a-f35c5162f4a8" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -1048,13 +1151,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "13135" + "14912" ], "x-ms-correlation-request-id": [ - "e6282e33-3982-4c7b-8d1f-2bfbc8e69dff" + "ad0c5881-2b1f-406f-ab5f-17a85d4a26dd" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160801T181147Z:e6282e33-3982-4c7b-8d1f-2bfbc8e69dff" + "CENTRALUS:20161024T235138Z:ad0c5881-2b1f-406f-ab5f-17a85d4a26dd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1063,31 +1166,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0353d26d-e338-469a-a87a-bd3507471155/resourceGroups/rgaba11379/providers/Microsoft.DataLakeStore/accounts/testdatalake2469?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDM1M2QyNmQtZTMzOC00NjlhLWE4N2EtYmQzNTA3NDcxMTU1L3Jlc291cmNlR3JvdXBzL3JnYWJhMTEzNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTI0Njk/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/rgaba15173/providers/Microsoft.DataLakeStore/accounts/testdatalake25107?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL3JnYWJhMTUxNzMvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTI1MTA3P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US\",\r\n \"name\": \"testdatalake2469\"\r\n}", + "RequestBody": "{\r\n \"location\": \"Brazil South\",\r\n \"name\": \"testdatalake25107\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "60" + "66" ], "x-ms-client-request-id": [ - "36f05fb9-7afd-476b-9030-80502d7f82d7" + "6e41cce0-5b1e-47d6-a2c0-29742254c044" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"e27d24c1-8a8f-4a70-a3fc-a9435351eaa0\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"West US\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/0353d26d-e338-469a-a87a-bd3507471155/resourceGroups/rgaba11379/providers/Microsoft.DataLakeStore/accounts/testdatalake2469\",\r\n \"name\": \"testdatalake2469\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"3410e1ef-beee-4451-8555-6d22ad07471b\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"Brazil South\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/rgaba15173/providers/Microsoft.DataLakeStore/accounts/testdatalake25107\",\r\n \"name\": \"testdatalake25107\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ - "417" + "424" ], "Content-Type": [ "application/json" @@ -1102,13 +1206,13 @@ "close" ], "Date": [ - "Mon, 01 Aug 2016 18:11:16 GMT" + "Mon, 24 Oct 2016 23:51:06 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/0353d26d-e338-469a-a87a-bd3507471155/resourcegroups/rgaba11379/providers/Microsoft.DataLakeStore/accounts/testdatalake2469/operationresults/0?api-version=2015-10-01-preview" + "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/rgaba15173/providers/Microsoft.DataLakeStore/accounts/testdatalake25107/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -1117,10 +1221,13 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/0353d26d-e338-469a-a87a-bd3507471155/providers/Microsoft.DataLakeStore/locations/WestUS/operationResults/e27d24c1-8a8f-4a70-a3fc-a9435351eaa00?api-version=2015-10-01-preview&expanded=true" + "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/BrazilSouth/operationResults/3410e1ef-beee-4451-8555-6d22ad07471b0?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "310a4899-2c5a-47e0-867a-2e064edf0192" + "5fbeb547-40f7-4bc4-a355-ce3b128ebd92" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -1129,13 +1236,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1158" ], "x-ms-correlation-request-id": [ - "eb8ec359-ce7b-46d3-83a8-2bde36e12917" + "652a7584-145c-4630-b319-976047450d7d" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160801T181116Z:eb8ec359-ce7b-46d3-83a8-2bde36e12917" + "CENTRALUS:20161024T235107Z:652a7584-145c-4630-b319-976047450d7d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1144,13 +1251,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/0353d26d-e338-469a-a87a-bd3507471155/providers/Microsoft.DataLakeStore/locations/WestUS/operationResults/e27d24c1-8a8f-4a70-a3fc-a9435351eaa00?api-version=2015-10-01-preview&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDM1M2QyNmQtZTMzOC00NjlhLWE4N2EtYmQzNTA3NDcxMTU1L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvV2VzdFVTL29wZXJhdGlvblJlc3VsdHMvZTI3ZDI0YzEtOGE4Zi00YTcwLWEzZmMtYTk0MzUzNTFlYWEwMD9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXcmZXhwYW5kZWQ9dHJ1ZQ==", + "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/BrazilSouth/operationResults/3410e1ef-beee-4451-8555-6d22ad07471b0?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvQnJhemlsU291dGgvb3BlcmF0aW9uUmVzdWx0cy8zNDEwZTFlZi1iZWVlLTQ0NTEtODU1NS02ZDIyYWQwNzQ3MWIwP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDEmZXhwYW5kZWQ9dHJ1ZQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -1168,7 +1276,7 @@ "close" ], "Date": [ - "Mon, 01 Aug 2016 18:11:46 GMT" + "Mon, 24 Oct 2016 23:51:36 GMT" ], "Pragma": [ "no-cache" @@ -1180,7 +1288,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "07734e06-3f18-485c-872f-431277e46da5" + "f16a0cd5-8747-43df-a97d-481c2cb8fdb4" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -1189,13 +1300,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "13094" + "14901" ], "x-ms-correlation-request-id": [ - "5deee4d5-0373-42e6-8fa3-d3702a72a21a" + "3678de58-fb30-4e74-a2f0-ce291b78d82b" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160801T181146Z:5deee4d5-0373-42e6-8fa3-d3702a72a21a" + "CENTRALUS:20161024T235137Z:3678de58-fb30-4e74-a2f0-ce291b78d82b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1204,31 +1315,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0353d26d-e338-469a-a87a-bd3507471155/resourceGroups/rgaba11379/providers/Microsoft.DataLakeAnalytics/accounts/testaba22767?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDM1M2QyNmQtZTMzOC00NjlhLWE4N2EtYmQzNTA3NDcxMTU1L3Jlc291cmNlR3JvdXBzL3JnYWJhMTEzNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMjI3Njc/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/rgaba15173/providers/Microsoft.DataLakeAnalytics/accounts/testaba29871?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL3JnYWJhMTUxNzMvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMjk4NzE/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US\",\r\n \"name\": \"testaba22767\",\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake19262\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"name\": \"testdatalake19262\",\r\n \"properties\": {\r\n \"suffix\": \"caboaccountdogfood.net\"\r\n }\r\n }\r\n ]\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"Brazil South\",\r\n \"name\": \"testaba29871\",\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake18250\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"name\": \"testdatalake18250\",\r\n \"properties\": {\r\n \"suffix\": \"caboaccountdogfood.net\"\r\n }\r\n }\r\n ]\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "315" + "320" ], "x-ms-client-request-id": [ - "80edebad-cf12-4038-8eaa-5c504970641e" + "ed7cd1f3-f502-43d7-b54c-1c13c03029ee" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake19262\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"caboaccountdogfood.net\"\r\n },\r\n \"name\": \"testdatalake19262\"\r\n }\r\n ],\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"9fac85ab-1969-4eb9-a6b2-dcb0b163db9d\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"West US\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/0353d26d-e338-469a-a87a-bd3507471155/resourceGroups/rgaba11379/providers/Microsoft.DataLakeAnalytics/accounts/testaba22767\",\r\n \"name\": \"testaba22767\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake18250\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"caboaccountdogfood.net\"\r\n },\r\n \"name\": \"testdatalake18250\"\r\n }\r\n ],\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"11e4da10-d622-4741-9204-28cbb41d1602\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"Brazil South\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/rgaba15173/providers/Microsoft.DataLakeAnalytics/accounts/testaba29871\",\r\n \"name\": \"testaba29871\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ - "571" + "576" ], "Content-Type": [ "application/json" @@ -1243,13 +1355,13 @@ "close" ], "Date": [ - "Mon, 01 Aug 2016 18:11:48 GMT" + "Mon, 24 Oct 2016 23:51:39 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/0353d26d-e338-469a-a87a-bd3507471155/resourcegroups/rgaba11379/providers/Microsoft.DataLakeAnalytics/accounts/testaba22767/operationresults/0?api-version=2015-10-01-preview" + "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/rgaba15173/providers/Microsoft.DataLakeAnalytics/accounts/testaba29871/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -1258,10 +1370,13 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/0353d26d-e338-469a-a87a-bd3507471155/providers/Microsoft.DataLakeAnalytics/locations/WestUS/operationResults/9fac85ab-1969-4eb9-a6b2-dcb0b163db9d0?api-version=2015-10-01-preview&expanded=true" + "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeAnalytics/locations/BrazilSouth/operationResults/11e4da10-d622-4741-9204-28cbb41d16020?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "8a4e9c9f-ab3e-4423-b2e2-81ccf3095625" + "9c4aeabd-6d62-4043-973d-45d31cf474a1" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -1270,13 +1385,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1133" ], "x-ms-correlation-request-id": [ - "35472e5d-7aec-4ce6-bd34-b5912f12214f" + "9d7f3306-12ef-4c32-a4fb-9c126f619cee" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160801T181148Z:35472e5d-7aec-4ce6-bd34-b5912f12214f" + "CENTRALUS:20161024T235139Z:9d7f3306-12ef-4c32-a4fb-9c126f619cee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1285,13 +1400,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/0353d26d-e338-469a-a87a-bd3507471155/providers/Microsoft.DataLakeAnalytics/locations/WestUS/operationResults/9fac85ab-1969-4eb9-a6b2-dcb0b163db9d0?api-version=2015-10-01-preview&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDM1M2QyNmQtZTMzOC00NjlhLWE4N2EtYmQzNTA3NDcxMTU1L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvbG9jYXRpb25zL1dlc3RVUy9vcGVyYXRpb25SZXN1bHRzLzlmYWM4NWFiLTE5NjktNGViOS1hNmIyLWRjYjBiMTYzZGI5ZDA/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3JmV4cGFuZGVkPXRydWU=", + "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeAnalytics/locations/BrazilSouth/operationResults/11e4da10-d622-4741-9204-28cbb41d16020?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvbG9jYXRpb25zL0JyYXppbFNvdXRoL29wZXJhdGlvblJlc3VsdHMvMTFlNGRhMTAtZDYyMi00NzQxLTkyMDQtMjhjYmI0MWQxNjAyMD9hcGktdmVyc2lvbj0yMDE2LTExLTAxJmV4cGFuZGVkPXRydWU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.6-preview" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -1309,7 +1425,7 @@ "close" ], "Date": [ - "Mon, 01 Aug 2016 18:12:18 GMT" + "Mon, 24 Oct 2016 23:52:09 GMT" ], "Pragma": [ "no-cache" @@ -1321,7 +1437,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "fbcd65d5-a1f7-44ee-b501-34ea4d26fa37" + "475d424a-6787-478b-8cd3-11adaa56f780" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -1330,13 +1449,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "13008" + "14900" ], "x-ms-correlation-request-id": [ - "910416cd-64dc-4555-9cae-8533c233bfb2" + "75221959-b0d6-4be4-9400-956b042765e7" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160801T181218Z:910416cd-64dc-4555-9cae-8533c233bfb2" + "CENTRALUS:20161024T235209Z:75221959-b0d6-4be4-9400-956b042765e7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1345,16 +1464,17 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0353d26d-e338-469a-a87a-bd3507471155/resourceGroups/rgaba11379/providers/Microsoft.DataLakeAnalytics/accounts/testaba22767?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDM1M2QyNmQtZTMzOC00NjlhLWE4N2EtYmQzNTA3NDcxMTU1L3Jlc291cmNlR3JvdXBzL3JnYWJhMTEzNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMjI3Njc/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/rgaba15173/providers/Microsoft.DataLakeAnalytics/accounts/testaba29871?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL3JnYWJhMTUxNzMvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMjk4NzE/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake19262\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"caboaccountdogfood.net\"\r\n },\r\n \"name\": \"testdatalake19262\"\r\n }\r\n ],\r\n \"storageAccounts\": [],\r\n \"maxDegreeOfParallelism\": 60,\r\n \"maxJobCount\": 3,\r\n \"hiveMetastores\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testaba22767.konaaccountdogfood.net\",\r\n \"accountId\": \"9fac85ab-1969-4eb9-a6b2-dcb0b163db9d\",\r\n \"creationTime\": \"2016-08-01T18:11:49.4450395Z\",\r\n \"lastModifiedTime\": \"2016-08-01T18:11:49.4450395Z\"\r\n },\r\n \"location\": \"West US\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/0353d26d-e338-469a-a87a-bd3507471155/resourceGroups/rgaba11379/providers/Microsoft.DataLakeAnalytics/accounts/testaba22767\",\r\n \"name\": \"testaba22767\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake18250\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"caboaccountdogfood.net\"\r\n },\r\n \"name\": \"testdatalake18250\"\r\n }\r\n ],\r\n \"storageAccounts\": [],\r\n \"maxDegreeOfParallelism\": 120,\r\n \"maxJobCount\": 10,\r\n \"systemMaxDegreeOfParallelism\": 120,\r\n \"systemMaxJobCount\": 20,\r\n \"queryStoreRetention\": 30,\r\n \"hiveMetastores\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testaba29871.konaaccountdogfood.net\",\r\n \"accountId\": \"11e4da10-d622-4741-9204-28cbb41d1602\",\r\n \"creationTime\": \"2016-10-24T23:51:42.3228637Z\",\r\n \"lastModifiedTime\": \"2016-10-24T23:51:42.3228637Z\"\r\n },\r\n \"location\": \"Brazil South\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/rgaba15173/providers/Microsoft.DataLakeAnalytics/accounts/testaba29871\",\r\n \"name\": \"testaba29871\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -1369,7 +1489,7 @@ "close" ], "Date": [ - "Mon, 01 Aug 2016 18:12:18 GMT" + "Mon, 24 Oct 2016 23:52:09 GMT" ], "Pragma": [ "no-cache" @@ -1381,7 +1501,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "d56b15c1-28be-4131-bbed-677b4b3b5fca" + "9e94f7f3-303a-4cd0-b848-94371157700a" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -1390,13 +1513,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "13076" + "14903" ], "x-ms-correlation-request-id": [ - "ea12618b-0962-4628-aaea-1e412888ccb2" + "2cfeacec-257c-4fa7-b6d0-3360d294bd9e" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160801T181219Z:ea12618b-0962-4628-aaea-1e412888ccb2" + "CENTRALUS:20161024T235210Z:2cfeacec-257c-4fa7-b6d0-3360d294bd9e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1405,22 +1528,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0353d26d-e338-469a-a87a-bd3507471155/resourceGroups/rgaba11379/providers/Microsoft.DataLakeAnalytics/accounts/testaba22767?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDM1M2QyNmQtZTMzOC00NjlhLWE4N2EtYmQzNTA3NDcxMTU1L3Jlc291cmNlR3JvdXBzL3JnYWJhMTEzNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMjI3Njc/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/rgaba15173/providers/Microsoft.DataLakeAnalytics/accounts/testaba29871?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL3JnYWJhMTUxNzMvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMjk4NzE/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ae72ceba-cb4b-4012-954e-e10fbd649491" + "abad834d-888c-4546-8c1c-1098d374e6ce" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake19262\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"caboaccountdogfood.net\"\r\n },\r\n \"name\": \"testdatalake19262\"\r\n }\r\n ],\r\n \"storageAccounts\": [],\r\n \"maxDegreeOfParallelism\": 60,\r\n \"maxJobCount\": 3,\r\n \"hiveMetastores\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testaba22767.konaaccountdogfood.net\",\r\n \"accountId\": \"9fac85ab-1969-4eb9-a6b2-dcb0b163db9d\",\r\n \"creationTime\": \"2016-08-01T18:11:49.4450395Z\",\r\n \"lastModifiedTime\": \"2016-08-01T18:11:49.4450395Z\"\r\n },\r\n \"location\": \"West US\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/0353d26d-e338-469a-a87a-bd3507471155/resourceGroups/rgaba11379/providers/Microsoft.DataLakeAnalytics/accounts/testaba22767\",\r\n \"name\": \"testaba22767\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake18250\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"caboaccountdogfood.net\"\r\n },\r\n \"name\": \"testdatalake18250\"\r\n }\r\n ],\r\n \"storageAccounts\": [],\r\n \"maxDegreeOfParallelism\": 120,\r\n \"maxJobCount\": 10,\r\n \"systemMaxDegreeOfParallelism\": 120,\r\n \"systemMaxJobCount\": 20,\r\n \"queryStoreRetention\": 30,\r\n \"hiveMetastores\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testaba29871.konaaccountdogfood.net\",\r\n \"accountId\": \"11e4da10-d622-4741-9204-28cbb41d1602\",\r\n \"creationTime\": \"2016-10-24T23:51:42.3228637Z\",\r\n \"lastModifiedTime\": \"2016-10-24T23:51:42.3228637Z\"\r\n },\r\n \"location\": \"Brazil South\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/rgaba15173/providers/Microsoft.DataLakeAnalytics/accounts/testaba29871\",\r\n \"name\": \"testaba29871\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -1435,7 +1559,7 @@ "close" ], "Date": [ - "Mon, 01 Aug 2016 18:12:19 GMT" + "Mon, 24 Oct 2016 23:52:10 GMT" ], "Pragma": [ "no-cache" @@ -1447,7 +1571,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "e3c45187-21fc-47f2-bd03-6004917714bb" + "a660ed89-f1bd-40e9-861b-7d25e9fba3e5" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -1456,13 +1583,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "13081" + "14911" ], "x-ms-correlation-request-id": [ - "7ddde0d9-a45d-4a5a-aa13-9c95c94949b6" + "50db3eae-3710-48f8-8528-ac014af7c9a7" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160801T181219Z:7ddde0d9-a45d-4a5a-aa13-9c95c94949b6" + "CENTRALUS:20161024T235210Z:50db3eae-3710-48f8-8528-ac014af7c9a7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1471,10 +1598,10 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/da8fc6db-1a12-43f5-8e81-d04d210c7ed0?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvZGE4ZmM2ZGItMWExMi00M2Y1LThlODEtZDA0ZDIxMGM3ZWQwP2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/Jobs/e333b458-0a58-4fdc-b134-04939a49c9ed?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvZTMzM2I0NTgtMGE1OC00ZmRjLWIxMzQtMDQ5MzlhNDljOWVkP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"jobId\": \"da8fc6db-1a12-43f5-8e81-d04d210c7ed0\",\r\n \"name\": \"testjob16265\",\r\n \"type\": \"USql\",\r\n \"degreeOfParallelism\": 2,\r\n \"properties\": {\r\n \"type\": \"USql\",\r\n \"script\": \"\\r\\nDROP DATABASE IF EXISTS testdb14627; CREATE DATABASE testdb14627; \\r\\n//Create Table\\r\\nCREATE TABLE testdb14627.dbo.testtbl19612\\r\\n(\\r\\n //Define schema of table\\r\\n UserId int, \\r\\n Start DateTime, \\r\\n Region string, \\r\\n Query string, \\r\\n Duration int, \\r\\n Urls string, \\r\\n ClickedUrls string,\\r\\n INDEX idx1 //Name of index\\r\\n CLUSTERED (Region ASC) //Column to cluster by\\r\\n PARTITIONED BY BUCKETS (UserId) HASH (Region) //Column to partition by\\r\\n);\\r\\n\\r\\nALTER TABLE testdb14627.dbo.testtbl19612 ADD IF NOT EXISTS PARTITION (1);\\r\\n\\r\\nDROP FUNCTION IF EXISTS testdb14627.dbo.testtvf18964;\\r\\n\\r\\n//create table weblogs on space-delimited website log data\\r\\nCREATE FUNCTION testdb14627.dbo.testtvf18964()\\r\\nRETURNS @result TABLE\\r\\n(\\r\\n s_date DateTime,\\r\\n s_time string,\\r\\n s_sitename string,\\r\\n cs_method string, \\r\\n cs_uristem string,\\r\\n cs_uriquery string,\\r\\n s_port int,\\r\\n cs_username string, \\r\\n c_ip string,\\r\\n cs_useragent string,\\r\\n cs_cookie string,\\r\\n cs_referer string, \\r\\n cs_host string,\\r\\n sc_status int,\\r\\n sc_substatus int,\\r\\n sc_win32status int, \\r\\n sc_bytes int,\\r\\n cs_bytes int,\\r\\n s_timetaken int\\r\\n)\\r\\nAS\\r\\nBEGIN\\r\\n\\r\\n @result = EXTRACT\\r\\n s_date DateTime,\\r\\n s_time string,\\r\\n s_sitename string,\\r\\n cs_method string,\\r\\n cs_uristem string,\\r\\n cs_uriquery string,\\r\\n s_port int,\\r\\n cs_username string,\\r\\n c_ip string,\\r\\n cs_useragent string,\\r\\n cs_cookie string,\\r\\n cs_referer string,\\r\\n cs_host string,\\r\\n sc_status int,\\r\\n sc_substatus int,\\r\\n sc_win32status int,\\r\\n sc_bytes int,\\r\\n cs_bytes int,\\r\\n s_timetaken int\\r\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\r\\n USING Extractors.Text(delimiter:' ');\\r\\n\\r\\nRETURN;\\r\\nEND;\\r\\nCREATE VIEW testdb14627.dbo.testview18324 \\r\\nAS \\r\\n SELECT * FROM \\r\\n (\\r\\n VALUES(1,2),(2,4)\\r\\n ) \\r\\nAS \\r\\nT(a, b);\\r\\nCREATE PROCEDURE testdb14627.dbo.testproc15330()\\r\\nAS BEGIN\\r\\n CREATE VIEW testdb14627.dbo.testview18324 \\r\\n AS \\r\\n SELECT * FROM \\r\\n (\\r\\n VALUES(1,2),(2,4)\\r\\n ) \\r\\n AS \\r\\n T(a, b);\\r\\nEND;\"\r\n }\r\n}", + "RequestBody": "{\r\n \"jobId\": \"e333b458-0a58-4fdc-b134-04939a49c9ed\",\r\n \"name\": \"testjob15565\",\r\n \"type\": \"USql\",\r\n \"degreeOfParallelism\": 2,\r\n \"properties\": {\r\n \"type\": \"USql\",\r\n \"script\": \"\\r\\nDROP DATABASE IF EXISTS testdb13622; CREATE DATABASE testdb13622; \\r\\n//Create Table\\r\\nCREATE TABLE testdb13622.dbo.testtbl14398\\r\\n(\\r\\n //Define schema of table\\r\\n UserId int, \\r\\n Start DateTime, \\r\\n Region string, \\r\\n Query string, \\r\\n Duration int, \\r\\n Urls string, \\r\\n ClickedUrls string,\\r\\n INDEX idx1 //Name of index\\r\\n CLUSTERED (Region ASC) //Column to cluster by\\r\\n PARTITIONED BY BUCKETS (UserId) HASH (Region) //Column to partition by\\r\\n);\\r\\n\\r\\nALTER TABLE testdb13622.dbo.testtbl14398 ADD IF NOT EXISTS PARTITION (1);\\r\\n\\r\\nDROP FUNCTION IF EXISTS testdb13622.dbo.testtvf17276;\\r\\n\\r\\n//create table weblogs on space-delimited website log data\\r\\nCREATE FUNCTION testdb13622.dbo.testtvf17276()\\r\\nRETURNS @result TABLE\\r\\n(\\r\\n s_date DateTime,\\r\\n s_time string,\\r\\n s_sitename string,\\r\\n cs_method string, \\r\\n cs_uristem string,\\r\\n cs_uriquery string,\\r\\n s_port int,\\r\\n cs_username string, \\r\\n c_ip string,\\r\\n cs_useragent string,\\r\\n cs_cookie string,\\r\\n cs_referer string, \\r\\n cs_host string,\\r\\n sc_status int,\\r\\n sc_substatus int,\\r\\n sc_win32status int, \\r\\n sc_bytes int,\\r\\n cs_bytes int,\\r\\n s_timetaken int\\r\\n)\\r\\nAS\\r\\nBEGIN\\r\\n\\r\\n @result = EXTRACT\\r\\n s_date DateTime,\\r\\n s_time string,\\r\\n s_sitename string,\\r\\n cs_method string,\\r\\n cs_uristem string,\\r\\n cs_uriquery string,\\r\\n s_port int,\\r\\n cs_username string,\\r\\n c_ip string,\\r\\n cs_useragent string,\\r\\n cs_cookie string,\\r\\n cs_referer string,\\r\\n cs_host string,\\r\\n sc_status int,\\r\\n sc_substatus int,\\r\\n sc_win32status int,\\r\\n sc_bytes int,\\r\\n cs_bytes int,\\r\\n s_timetaken int\\r\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\r\\n USING Extractors.Text(delimiter:' ');\\r\\n\\r\\nRETURN;\\r\\nEND;\\r\\nCREATE VIEW testdb13622.dbo.testview13895 \\r\\nAS \\r\\n SELECT * FROM \\r\\n (\\r\\n VALUES(1,2),(2,4)\\r\\n ) \\r\\nAS \\r\\nT(a, b);\\r\\nCREATE PROCEDURE testdb13622.dbo.testproc13353()\\r\\nAS BEGIN\\r\\n CREATE VIEW testdb13622.dbo.testview13895 \\r\\n AS \\r\\n SELECT * FROM \\r\\n (\\r\\n VALUES(1,2),(2,4)\\r\\n ) \\r\\n AS \\r\\n T(a, b);\\r\\nEND;\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1483,16 +1610,17 @@ "2591" ], "x-ms-client-request-id": [ - "087f3ddb-0f3e-4f09-9e32-3fffd7258239" + "1e648ce9-3deb-4133-98dd-c51aec10d062" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"da8fc6db-1a12-43f5-8e81-d04d210c7ed0\",\r\n \"name\": \"testjob16265\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"admin@aad264.ccsctp.net\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-08-01T11:14:20.9768396-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-01T11:14:20.9768396-07:00\",\r\n \"details\": \"userName:admin@aad264.ccsctp.net;submitMachine:N/A\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"admin@aad264.ccsctp.net\",\r\n \"resources\": [],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"algebraFilePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT0S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"e333b458-0a58-4fdc-b134-04939a49c9ed\",\r\n \"name\": \"testjob15565\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"admin@aad179.ccsctp.net\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-24T16:54:11.7372012-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-24T16:54:11.7372012-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"admin@aad179.ccsctp.net\",\r\n \"resources\": [],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"algebraFilePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT0S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1501,25 +1629,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Mon, 01 Aug 2016 18:14:20 GMT" - ], - "Pragma": [ - "no-cache" + "Mon, 24 Oct 2016 23:54:11 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "66d8a6d9-87b3-47c5-a45a-55426b537b91" - ], - "x-origin-server": [ - "bn4sch103190323" - ], - "x-served-by": [ - "BN4SCH103200434" + "7c150fa5-59ed-4a1c-aa99-448cb270e5b0" ], "X-Content-Type-Options": [ "nosniff" @@ -1531,22 +1650,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/da8fc6db-1a12-43f5-8e81-d04d210c7ed0?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvZGE4ZmM2ZGItMWExMi00M2Y1LThlODEtZDA0ZDIxMGM3ZWQwP2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/Jobs/e333b458-0a58-4fdc-b134-04939a49c9ed?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvZTMzM2I0NTgtMGE1OC00ZmRjLWIxMzQtMDQ5MzlhNDljOWVkP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "452d6abb-67db-45f0-b240-640d14a70117" + "c8c9df9a-6e5f-4a3d-911f-760c3b85ef64" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"da8fc6db-1a12-43f5-8e81-d04d210c7ed0\",\r\n \"name\": \"testjob16265\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"admin@aad264.ccsctp.net\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-08-01T11:14:20.9768396-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-01T11:14:20.9768396-07:00\",\r\n \"details\": \"userName:admin@aad264.ccsctp.net;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-08-01T11:14:21.4924865-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"admin@aad264.ccsctp.net\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb14627; CREATE DATABASE testdb14627; \\n//Create Table\\nCREATE TABLE testdb14627.dbo.testtbl19612\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY BUCKETS (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb14627.dbo.testtbl19612 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb14627.dbo.testtvf18964;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb14627.dbo.testtvf18964()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb14627.dbo.testview18324 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb14627.dbo.testproc15330()\\nAS BEGIN\\n CREATE VIEW testdb14627.dbo.testview18324 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT0.1958143S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"e333b458-0a58-4fdc-b134-04939a49c9ed\",\r\n \"name\": \"testjob15565\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"admin@aad179.ccsctp.net\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-24T16:54:11.7372012-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-24T16:54:11.7372012-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-10-24T16:54:12.1590803-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"admin@aad179.ccsctp.net\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb13622; CREATE DATABASE testdb13622; \\n//Create Table\\nCREATE TABLE testdb13622.dbo.testtbl14398\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY BUCKETS (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb13622.dbo.testtbl14398 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb13622.dbo.testtvf17276;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb13622.dbo.testtvf17276()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb13622.dbo.testview13895 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb13622.dbo.testproc13353()\\nAS BEGIN\\n CREATE VIEW testdb13622.dbo.testview13895 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT0.2399664S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1555,25 +1675,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Mon, 01 Aug 2016 18:14:21 GMT" - ], - "Pragma": [ - "no-cache" + "Mon, 24 Oct 2016 23:54:12 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "f13d64ee-db6c-45a2-8b24-38cb772344da" - ], - "x-origin-server": [ - "bn4sch103190323" - ], - "x-served-by": [ - "BN4SCH103201434" + "c8ef42c5-72a3-4249-ab0a-1f3759f7df11" ], "X-Content-Type-Options": [ "nosniff" @@ -1585,22 +1696,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/da8fc6db-1a12-43f5-8e81-d04d210c7ed0?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvZGE4ZmM2ZGItMWExMi00M2Y1LThlODEtZDA0ZDIxMGM3ZWQwP2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/Jobs/e333b458-0a58-4fdc-b134-04939a49c9ed?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvZTMzM2I0NTgtMGE1OC00ZmRjLWIxMzQtMDQ5MzlhNDljOWVkP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "aa359806-1e41-4074-bd88-36f8676658bc" + "fd44dc67-f23d-49d4-84a6-078f63b30e5f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"da8fc6db-1a12-43f5-8e81-d04d210c7ed0\",\r\n \"name\": \"testjob16265\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"admin@aad264.ccsctp.net\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-08-01T11:14:20.9768396-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-01T11:14:20.9768396-07:00\",\r\n \"details\": \"userName:admin@aad264.ccsctp.net;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-08-01T11:14:21.4924865-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"admin@aad264.ccsctp.net\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb14627; CREATE DATABASE testdb14627; \\n//Create Table\\nCREATE TABLE testdb14627.dbo.testtbl19612\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY BUCKETS (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb14627.dbo.testtbl19612 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb14627.dbo.testtvf18964;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb14627.dbo.testtvf18964()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb14627.dbo.testview18324 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb14627.dbo.testproc15330()\\nAS BEGIN\\n CREATE VIEW testdb14627.dbo.testview18324 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT5.4302747S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"e333b458-0a58-4fdc-b134-04939a49c9ed\",\r\n \"name\": \"testjob15565\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"admin@aad179.ccsctp.net\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-24T16:54:11.7372012-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-24T16:54:11.7372012-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-10-24T16:54:12.1590803-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"admin@aad179.ccsctp.net\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb13622; CREATE DATABASE testdb13622; \\n//Create Table\\nCREATE TABLE testdb13622.dbo.testtbl14398\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY BUCKETS (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb13622.dbo.testtbl14398 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb13622.dbo.testtvf17276;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb13622.dbo.testtvf17276()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb13622.dbo.testview13895 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb13622.dbo.testproc13353()\\nAS BEGIN\\n CREATE VIEW testdb13622.dbo.testview13895 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT5.5681569S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1609,25 +1721,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Mon, 01 Aug 2016 18:14:26 GMT" - ], - "Pragma": [ - "no-cache" + "Mon, 24 Oct 2016 23:54:17 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "806ea233-98f3-47ab-96cb-34a4042d50c3" - ], - "x-origin-server": [ - "bn4sch103190323" - ], - "x-served-by": [ - "BN4SCH103201434" + "34705e97-7dd4-4a1f-9eba-4d560ac27941" ], "X-Content-Type-Options": [ "nosniff" @@ -1639,22 +1742,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/da8fc6db-1a12-43f5-8e81-d04d210c7ed0?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvZGE4ZmM2ZGItMWExMi00M2Y1LThlODEtZDA0ZDIxMGM3ZWQwP2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/Jobs/e333b458-0a58-4fdc-b134-04939a49c9ed?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvZTMzM2I0NTgtMGE1OC00ZmRjLWIxMzQtMDQ5MzlhNDljOWVkP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a4ef8fa4-3297-498f-a1e2-013303f2583e" + "483f8757-0bf7-4a3b-a6a6-72cbdc10e71f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"da8fc6db-1a12-43f5-8e81-d04d210c7ed0\",\r\n \"name\": \"testjob16265\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"admin@aad264.ccsctp.net\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-08-01T11:14:20.9768396-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-01T11:14:20.9768396-07:00\",\r\n \"details\": \"userName:admin@aad264.ccsctp.net;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-08-01T11:14:21.4924865-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"admin@aad264.ccsctp.net\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb14627; CREATE DATABASE testdb14627; \\n//Create Table\\nCREATE TABLE testdb14627.dbo.testtbl19612\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY BUCKETS (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb14627.dbo.testtbl19612 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb14627.dbo.testtvf18964;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb14627.dbo.testtvf18964()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb14627.dbo.testview18324 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb14627.dbo.testproc15330()\\nAS BEGIN\\n CREATE VIEW testdb14627.dbo.testview18324 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT10.6874158S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"e333b458-0a58-4fdc-b134-04939a49c9ed\",\r\n \"name\": \"testjob15565\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"admin@aad179.ccsctp.net\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-24T16:54:11.7372012-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-24T16:54:11.7372012-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-10-24T16:54:12.1590803-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"admin@aad179.ccsctp.net\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb13622; CREATE DATABASE testdb13622; \\n//Create Table\\nCREATE TABLE testdb13622.dbo.testtbl14398\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY BUCKETS (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb13622.dbo.testtbl14398 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb13622.dbo.testtvf17276;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb13622.dbo.testtvf17276()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb13622.dbo.testview13895 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb13622.dbo.testproc13353()\\nAS BEGIN\\n CREATE VIEW testdb13622.dbo.testview13895 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT10.912547S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1663,25 +1767,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Mon, 01 Aug 2016 18:14:32 GMT" - ], - "Pragma": [ - "no-cache" + "Mon, 24 Oct 2016 23:54:22 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "98fa26ba-42f0-473f-863a-c24ada168560" - ], - "x-origin-server": [ - "bn4sch103190323" - ], - "x-served-by": [ - "BN4SCH103200434" + "9e5977de-afdc-47b4-9a62-dbf136f3d40a" ], "X-Content-Type-Options": [ "nosniff" @@ -1693,22 +1788,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/da8fc6db-1a12-43f5-8e81-d04d210c7ed0?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvZGE4ZmM2ZGItMWExMi00M2Y1LThlODEtZDA0ZDIxMGM3ZWQwP2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/Jobs/e333b458-0a58-4fdc-b134-04939a49c9ed?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvZTMzM2I0NTgtMGE1OC00ZmRjLWIxMzQtMDQ5MzlhNDljOWVkP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "31985512-c899-49c5-b8f4-d79badd6f638" + "4f6efce9-4614-4452-be90-f20d49faa340" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"da8fc6db-1a12-43f5-8e81-d04d210c7ed0\",\r\n \"name\": \"testjob16265\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"admin@aad264.ccsctp.net\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-08-01T11:14:20.9768396-07:00\",\r\n \"state\": \"Starting\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-01T11:14:20.9768396-07:00\",\r\n \"details\": \"userName:admin@aad264.ccsctp.net;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-08-01T11:14:21.4924865-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-08-01T11:14:36.2430665-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-08-01T11:14:36.2586924-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:685e866d-24e2-47c0-a657-f773e2d51991\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-08-01T11:14:36.3211962-07:00\",\r\n \"details\": \"runtimeVersion:bl_cosmos_5049883_20160801090441799\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"admin@aad264.ccsctp.net\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"bl_cosmos_5049883_20160801090441799\",\r\n \"rootProcessNodeId\": \"685e866d-24e2-47c0-a657-f773e2d51991\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb14627; CREATE DATABASE testdb14627; \\n//Create Table\\nCREATE TABLE testdb14627.dbo.testtbl19612\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY BUCKETS (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb14627.dbo.testtbl19612 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb14627.dbo.testtvf18964;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb14627.dbo.testtvf18964()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb14627.dbo.testview18324 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb14627.dbo.testproc15330()\\nAS BEGIN\\n CREATE VIEW testdb14627.dbo.testview18324 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/algebra.xml\",\r\n \"yarnApplicationId\": 646,\r\n \"yarnApplicationTimeStamp\": 1470069658032,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT14.75058S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0.0156259S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"e333b458-0a58-4fdc-b134-04939a49c9ed\",\r\n \"name\": \"testjob15565\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"admin@aad179.ccsctp.net\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-24T16:54:11.7372012-07:00\",\r\n \"state\": \"Starting\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-24T16:54:11.7372012-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-10-24T16:54:12.1590803-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-10-24T16:54:25.4252583-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-10-24T16:54:25.4408432-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:465f8acd-b4dc-409b-88aa-5e8290ee37ad\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-10-24T16:54:25.4408432-07:00\",\r\n \"details\": \"runtimeVersion:kobo_vnext_5161967_20161024070404034\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"admin@aad179.ccsctp.net\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"diagnosticsjson\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/diagnosticsjson\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_vnext_5161967_20161024070404034\",\r\n \"rootProcessNodeId\": \"465f8acd-b4dc-409b-88aa-5e8290ee37ad\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb13622; CREATE DATABASE testdb13622; \\n//Create Table\\nCREATE TABLE testdb13622.dbo.testtbl14398\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY BUCKETS (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb13622.dbo.testtbl14398 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb13622.dbo.testtvf17276;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb13622.dbo.testtvf17276()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb13622.dbo.testview13895 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb13622.dbo.testproc13353()\\nAS BEGIN\\n CREATE VIEW testdb13622.dbo.testview13895 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/algebra.xml\",\r\n \"yarnApplicationId\": 3106,\r\n \"yarnApplicationTimeStamp\": 1477329130041,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT13.266178S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT2.8964351S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1717,25 +1813,62 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Mon, 01 Aug 2016 18:14:37 GMT" - ], - "Pragma": [ - "no-cache" + "Mon, 24 Oct 2016 23:54:27 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "15f6edef-da54-4e0a-b057-b82c96c6384e" + "59268278-c9e2-482a-971c-8ea5ae1ba732" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=15724800; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/Jobs/e333b458-0a58-4fdc-b134-04939a49c9ed?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvZTMzM2I0NTgtMGE1OC00ZmRjLWIxMzQtMDQ5MzlhNDljOWVkP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8c812548-5bfc-4134-af61-145fe479105b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" + ] + }, + "ResponseBody": "{\r\n \"jobId\": \"e333b458-0a58-4fdc-b134-04939a49c9ed\",\r\n \"name\": \"testjob15565\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"admin@aad179.ccsctp.net\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-24T16:54:11.7372012-07:00\",\r\n \"state\": \"Starting\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-24T16:54:11.7372012-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-10-24T16:54:12.1590803-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-10-24T16:54:25.4252583-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-10-24T16:54:25.4408432-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:465f8acd-b4dc-409b-88aa-5e8290ee37ad\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-10-24T16:54:25.4408432-07:00\",\r\n \"details\": \"runtimeVersion:kobo_vnext_5161967_20161024070404034\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"admin@aad179.ccsctp.net\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"diagnosticsjson\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/diagnosticsjson\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_vnext_5161967_20161024070404034\",\r\n \"rootProcessNodeId\": \"465f8acd-b4dc-409b-88aa-5e8290ee37ad\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb13622; CREATE DATABASE testdb13622; \\n//Create Table\\nCREATE TABLE testdb13622.dbo.testtbl14398\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY BUCKETS (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb13622.dbo.testtbl14398 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb13622.dbo.testtvf17276;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb13622.dbo.testtvf17276()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb13622.dbo.testview13895 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb13622.dbo.testproc13353()\\nAS BEGIN\\n CREATE VIEW testdb13622.dbo.testview13895 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/algebra.xml\",\r\n \"yarnApplicationId\": 3106,\r\n \"yarnApplicationTimeStamp\": 1477329130041,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT13.266178S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT8.3340034S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-store, no-cache, max-age=0, private" ], - "x-origin-server": [ - "bn4sch103190323" + "Date": [ + "Mon, 24 Oct 2016 23:54:33 GMT" ], - "x-served-by": [ - "BN4SCH103200434" + "Transfer-Encoding": [ + "chunked" + ], + "x-ms-request-id": [ + "87072a78-39ce-46de-be08-95805e1d5933" ], "X-Content-Type-Options": [ "nosniff" @@ -1747,22 +1880,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/da8fc6db-1a12-43f5-8e81-d04d210c7ed0?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvZGE4ZmM2ZGItMWExMi00M2Y1LThlODEtZDA0ZDIxMGM3ZWQwP2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/Jobs/e333b458-0a58-4fdc-b134-04939a49c9ed?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvZTMzM2I0NTgtMGE1OC00ZmRjLWIxMzQtMDQ5MzlhNDljOWVkP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "548aae86-27f1-4182-b949-8a12b1473ef1" + "10ed9929-ac87-49df-a0a4-a8708ba48ab1" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"da8fc6db-1a12-43f5-8e81-d04d210c7ed0\",\r\n \"name\": \"testjob16265\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"admin@aad264.ccsctp.net\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-08-01T11:14:20.9768396-07:00\",\r\n \"state\": \"Starting\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-01T11:14:20.9768396-07:00\",\r\n \"details\": \"userName:admin@aad264.ccsctp.net;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-08-01T11:14:21.4924865-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-08-01T11:14:36.2430665-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-08-01T11:14:36.2586924-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:685e866d-24e2-47c0-a657-f773e2d51991\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-08-01T11:14:36.3211962-07:00\",\r\n \"details\": \"runtimeVersion:bl_cosmos_5049883_20160801090441799\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"admin@aad264.ccsctp.net\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"bl_cosmos_5049883_20160801090441799\",\r\n \"rootProcessNodeId\": \"685e866d-24e2-47c0-a657-f773e2d51991\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb14627; CREATE DATABASE testdb14627; \\n//Create Table\\nCREATE TABLE testdb14627.dbo.testtbl19612\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY BUCKETS (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb14627.dbo.testtbl19612 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb14627.dbo.testtvf18964;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb14627.dbo.testtvf18964()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb14627.dbo.testview18324 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb14627.dbo.testproc15330()\\nAS BEGIN\\n CREATE VIEW testdb14627.dbo.testview18324 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/algebra.xml\",\r\n \"yarnApplicationId\": 646,\r\n \"yarnApplicationTimeStamp\": 1470069658032,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT14.75058S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0.0156259S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"e333b458-0a58-4fdc-b134-04939a49c9ed\",\r\n \"name\": \"testjob15565\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"admin@aad179.ccsctp.net\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-24T16:54:11.7372012-07:00\",\r\n \"state\": \"Starting\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-24T16:54:11.7372012-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-10-24T16:54:12.1590803-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-10-24T16:54:25.4252583-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-10-24T16:54:25.4408432-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:465f8acd-b4dc-409b-88aa-5e8290ee37ad\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-10-24T16:54:25.4408432-07:00\",\r\n \"details\": \"runtimeVersion:kobo_vnext_5161967_20161024070404034\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"admin@aad179.ccsctp.net\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"diagnosticsjson\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/diagnosticsjson\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_vnext_5161967_20161024070404034\",\r\n \"rootProcessNodeId\": \"465f8acd-b4dc-409b-88aa-5e8290ee37ad\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb13622; CREATE DATABASE testdb13622; \\n//Create Table\\nCREATE TABLE testdb13622.dbo.testtbl14398\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY BUCKETS (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb13622.dbo.testtbl14398 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb13622.dbo.testtvf17276;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb13622.dbo.testtvf17276()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb13622.dbo.testview13895 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb13622.dbo.testproc13353()\\nAS BEGIN\\n CREATE VIEW testdb13622.dbo.testview13895 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/algebra.xml\",\r\n \"yarnApplicationId\": 3106,\r\n \"yarnApplicationTimeStamp\": 1477329130041,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT13.266178S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT13.590394S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1771,25 +1905,62 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Mon, 01 Aug 2016 18:14:43 GMT" - ], - "Pragma": [ - "no-cache" + "Mon, 24 Oct 2016 23:54:39 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "6e7ccc4c-81b4-4c04-a3ac-ed29385983f3" + "291c9a9c-64ae-4744-838b-e189b95837b7" ], - "x-origin-server": [ - "bn4sch103190323" + "X-Content-Type-Options": [ + "nosniff" ], - "x-served-by": [ - "BN4SCH103200434" + "Strict-Transport-Security": [ + "max-age=15724800; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/Jobs/e333b458-0a58-4fdc-b134-04939a49c9ed?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvZTMzM2I0NTgtMGE1OC00ZmRjLWIxMzQtMDQ5MzlhNDljOWVkP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "fa231832-435c-431a-98f3-79856ff5ba5f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" + ] + }, + "ResponseBody": "{\r\n \"jobId\": \"e333b458-0a58-4fdc-b134-04939a49c9ed\",\r\n \"name\": \"testjob15565\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"admin@aad179.ccsctp.net\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-24T16:54:11.7372012-07:00\",\r\n \"startTime\": \"2016-10-24T16:54:40.3160089-07:00\",\r\n \"state\": \"Running\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-24T16:54:11.7372012-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-10-24T16:54:12.1590803-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-10-24T16:54:25.4252583-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-10-24T16:54:25.4408432-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:465f8acd-b4dc-409b-88aa-5e8290ee37ad\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-10-24T16:54:25.4408432-07:00\",\r\n \"details\": \"runtimeVersion:kobo_vnext_5161967_20161024070404034\"\r\n },\r\n {\r\n \"newState\": \"Running\",\r\n \"timeStamp\": \"2016-10-24T16:54:40.3160089-07:00\",\r\n \"details\": \"runAttempt:1\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"admin@aad179.ccsctp.net\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"diagnosticsjson\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/diagnosticsjson\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_vnext_5161967_20161024070404034\",\r\n \"rootProcessNodeId\": \"465f8acd-b4dc-409b-88aa-5e8290ee37ad\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb13622; CREATE DATABASE testdb13622; \\n//Create Table\\nCREATE TABLE testdb13622.dbo.testtbl14398\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY BUCKETS (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb13622.dbo.testtbl14398 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb13622.dbo.testtvf17276;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb13622.dbo.testtvf17276()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb13622.dbo.testview13895 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb13622.dbo.testproc13353()\\nAS BEGIN\\n CREATE VIEW testdb13622.dbo.testview13895 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/algebra.xml\",\r\n \"yarnApplicationId\": 3106,\r\n \"yarnApplicationTimeStamp\": 1477329130041,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT13.266178S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT14.8907506S\",\r\n \"totalRunningTime\": \"PT4.0840013S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-store, no-cache, max-age=0, private" + ], + "Date": [ + "Mon, 24 Oct 2016 23:54:43 GMT" + ], + "Transfer-Encoding": [ + "chunked" + ], + "x-ms-request-id": [ + "9f960e06-b9a7-4cec-89a4-582957477a94" ], "X-Content-Type-Options": [ "nosniff" @@ -1801,22 +1972,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/da8fc6db-1a12-43f5-8e81-d04d210c7ed0?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvZGE4ZmM2ZGItMWExMi00M2Y1LThlODEtZDA0ZDIxMGM3ZWQwP2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/Jobs/e333b458-0a58-4fdc-b134-04939a49c9ed?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvZTMzM2I0NTgtMGE1OC00ZmRjLWIxMzQtMDQ5MzlhNDljOWVkP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "71b6b23e-7047-4509-9add-daf1764f5b57" + "187a2bad-91b8-4b10-ace4-7be5b29e8f5b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"da8fc6db-1a12-43f5-8e81-d04d210c7ed0\",\r\n \"name\": \"testjob16265\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"admin@aad264.ccsctp.net\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-08-01T11:14:20.9768396-07:00\",\r\n \"state\": \"Starting\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-01T11:14:20.9768396-07:00\",\r\n \"details\": \"userName:admin@aad264.ccsctp.net;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-08-01T11:14:21.4924865-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-08-01T11:14:36.2430665-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-08-01T11:14:36.2586924-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:685e866d-24e2-47c0-a657-f773e2d51991\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-08-01T11:14:36.3211962-07:00\",\r\n \"details\": \"runtimeVersion:bl_cosmos_5049883_20160801090441799\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"admin@aad264.ccsctp.net\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"bl_cosmos_5049883_20160801090441799\",\r\n \"rootProcessNodeId\": \"685e866d-24e2-47c0-a657-f773e2d51991\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb14627; CREATE DATABASE testdb14627; \\n//Create Table\\nCREATE TABLE testdb14627.dbo.testtbl19612\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY BUCKETS (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb14627.dbo.testtbl19612 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb14627.dbo.testtvf18964;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb14627.dbo.testtvf18964()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb14627.dbo.testview18324 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb14627.dbo.testproc15330()\\nAS BEGIN\\n CREATE VIEW testdb14627.dbo.testview18324 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/algebra.xml\",\r\n \"yarnApplicationId\": 646,\r\n \"yarnApplicationTimeStamp\": 1470069658032,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT14.75058S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0.0156259S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"e333b458-0a58-4fdc-b134-04939a49c9ed\",\r\n \"name\": \"testjob15565\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"admin@aad179.ccsctp.net\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-24T16:54:11.7372012-07:00\",\r\n \"startTime\": \"2016-10-24T16:54:40.3160089-07:00\",\r\n \"endTime\": \"2016-10-24T16:54:44.4879079-07:00\",\r\n \"state\": \"Ended\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-24T16:54:11.7372012-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-10-24T16:54:12.1590803-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-10-24T16:54:25.4252583-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-10-24T16:54:25.4408432-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:465f8acd-b4dc-409b-88aa-5e8290ee37ad\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-10-24T16:54:25.4408432-07:00\",\r\n \"details\": \"runtimeVersion:kobo_vnext_5161967_20161024070404034\"\r\n },\r\n {\r\n \"newState\": \"Running\",\r\n \"timeStamp\": \"2016-10-24T16:54:40.3160089-07:00\",\r\n \"details\": \"runAttempt:1\"\r\n },\r\n {\r\n \"newState\": \"Ended\",\r\n \"timeStamp\": \"2016-10-24T16:54:44.4879079-07:00\",\r\n \"details\": \"result:Succeeded\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"admin@aad179.ccsctp.net\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"diagnosticsjson\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/diagnosticsjson\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_vnext_5161967_20161024070404034\",\r\n \"rootProcessNodeId\": \"465f8acd-b4dc-409b-88aa-5e8290ee37ad\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb13622; CREATE DATABASE testdb13622; \\n//Create Table\\nCREATE TABLE testdb13622.dbo.testtbl14398\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY BUCKETS (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb13622.dbo.testtbl14398 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb13622.dbo.testtvf17276;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb13622.dbo.testtvf17276()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb13622.dbo.testview13895 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb13622.dbo.testproc13353()\\nAS BEGIN\\n CREATE VIEW testdb13622.dbo.testview13895 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake18250.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/54/e333b458-0a58-4fdc-b134-04939a49c9ed/algebra.xml\",\r\n \"yarnApplicationId\": 3106,\r\n \"yarnApplicationTimeStamp\": 1477329130041,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT13.266178S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT14.8907506S\",\r\n \"totalRunningTime\": \"PT4.171899S\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1825,25 +1997,65 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Mon, 01 Aug 2016 18:14:47 GMT" - ], - "Pragma": [ - "no-cache" + "Mon, 24 Oct 2016 23:54:49 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "0b59f7fa-b6b9-4c4b-a528-aac0ced040bd" + "5eeee216-5a31-4cbd-b3a7-b09a22991bc6" + ], + "X-Content-Type-Options": [ + "nosniff" ], - "x-origin-server": [ - "bn4sch103190323" + "Strict-Transport-Security": [ + "max-age=15724800; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/catalog/usql/databases/testdb13622/credentials/testsecret1630?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTM2MjIvY3JlZGVudGlhbHMvdGVzdHNlY3JldDE2MzA/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"password\": \"testsecretpwd1557\",\r\n \"uri\": \"https://adlasecrettest.contoso.com:443\",\r\n \"userId\": \"0d3243b0-4db7-4bc3-a6eb-8b99f64c8fd0\"\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" ], - "x-served-by": [ - "BN4SCH103200434" + "Content-Length": [ + "144" + ], + "x-ms-client-request-id": [ + "7e0a5c5f-2a7e-40eb-9102-22c941cf0cf1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.6-preview" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-store, no-cache, max-age=0, private" + ], + "Date": [ + "Mon, 24 Oct 2016 23:54:51 GMT" + ], + "Transfer-Encoding": [ + "chunked" + ], + "x-ms-request-id": [ + "8f0aa9a9-30c8-49fd-89d3-e8b7ccae1907" ], "X-Content-Type-Options": [ "nosniff" @@ -1855,22 +2067,29 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/da8fc6db-1a12-43f5-8e81-d04d210c7ed0?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvZGE4ZmM2ZGItMWExMi00M2Y1LThlODEtZDA0ZDIxMGM3ZWQwP2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/catalog/usql/databases/testdb13622/credentials/testsecret1630?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTM2MjIvY3JlZGVudGlhbHMvdGVzdHNlY3JldDE2MzA/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"password\": \"testsecretpwd1557\",\r\n \"uri\": \"https://adlasecrettest.contoso.com:443\",\r\n \"userId\": \"ee628071-11b3-4706-9981-652d9f637a4f\"\r\n}", "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "144" + ], "x-ms-client-request-id": [ - "d6227406-d63c-4d95-bcda-cc63a1515443" + "02eaee17-362c-479f-97a7-8f247bc9047d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"da8fc6db-1a12-43f5-8e81-d04d210c7ed0\",\r\n \"name\": \"testjob16265\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"admin@aad264.ccsctp.net\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-08-01T11:14:20.9768396-07:00\",\r\n \"state\": \"Starting\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-01T11:14:20.9768396-07:00\",\r\n \"details\": \"userName:admin@aad264.ccsctp.net;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-08-01T11:14:21.4924865-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-08-01T11:14:36.2430665-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-08-01T11:14:36.2586924-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:685e866d-24e2-47c0-a657-f773e2d51991\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-08-01T11:14:36.3211962-07:00\",\r\n \"details\": \"runtimeVersion:bl_cosmos_5049883_20160801090441799\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"admin@aad264.ccsctp.net\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"bl_cosmos_5049883_20160801090441799\",\r\n \"rootProcessNodeId\": \"685e866d-24e2-47c0-a657-f773e2d51991\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb14627; CREATE DATABASE testdb14627; \\n//Create Table\\nCREATE TABLE testdb14627.dbo.testtbl19612\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY BUCKETS (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb14627.dbo.testtbl19612 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb14627.dbo.testtvf18964;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb14627.dbo.testtvf18964()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb14627.dbo.testview18324 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb14627.dbo.testproc15330()\\nAS BEGIN\\n CREATE VIEW testdb14627.dbo.testview18324 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/algebra.xml\",\r\n \"yarnApplicationId\": 646,\r\n \"yarnApplicationTimeStamp\": 1470069658032,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT14.75058S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0.0156259S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceAlreadyExists\",\r\n \"message\": \"The resource 'testsecret1630' already exists. Trace: 899ab342-c8b7-4821-b5a2-d4bd9c4f33f9 Time: 2016-10-24T16:54:51.9972514-07:00\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1879,25 +2098,65 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Mon, 01 Aug 2016 18:14:53 GMT" - ], - "Pragma": [ - "no-cache" + "Mon, 24 Oct 2016 23:54:51 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "23c99caa-cfd0-474e-b175-f00b4414cfca" + "899ab342-c8b7-4821-b5a2-d4bd9c4f33f9" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=15724800; includeSubDomains" + ] + }, + "StatusCode": 409 + }, + { + "RequestUri": "/catalog/usql/databases/testdb13622/credentials/testsecret1630dup?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTM2MjIvY3JlZGVudGlhbHMvdGVzdHNlY3JldDE2MzBkdXA/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"password\": \"testsecretpwd1557\",\r\n \"uri\": \"https://adlasecrettest.contoso.com:443\",\r\n \"userId\": \"4bd3763d-83a2-426c-8e03-ed12690e9408\"\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "144" ], - "x-origin-server": [ - "bn4sch103190323" + "x-ms-client-request-id": [ + "2c845aa1-de94-4823-ab81-933393d646fa" ], - "x-served-by": [ - "BN4SCH103200434" + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.6-preview" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-store, no-cache, max-age=0, private" + ], + "Date": [ + "Mon, 24 Oct 2016 23:54:52 GMT" + ], + "Transfer-Encoding": [ + "chunked" + ], + "x-ms-request-id": [ + "7f327b20-e5f7-4164-9103-5ed4559c33a3" ], "X-Content-Type-Options": [ "nosniff" @@ -1909,22 +2168,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/da8fc6db-1a12-43f5-8e81-d04d210c7ed0?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvZGE4ZmM2ZGItMWExMi00M2Y1LThlODEtZDA0ZDIxMGM3ZWQwP2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/catalog/usql/databases/testdb13622/credentials/testsecret1630?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTM2MjIvY3JlZGVudGlhbHMvdGVzdHNlY3JldDE2MzA/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c703066a-082c-44ec-ae58-968be0e40513" + "c1ac0d12-5ee1-49c3-ab77-f6acd5a63522" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"da8fc6db-1a12-43f5-8e81-d04d210c7ed0\",\r\n \"name\": \"testjob16265\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"admin@aad264.ccsctp.net\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-08-01T11:14:20.9768396-07:00\",\r\n \"startTime\": \"2016-08-01T11:14:54.196954-07:00\",\r\n \"endTime\": \"2016-08-01T11:14:57.5095955-07:00\",\r\n \"state\": \"Ended\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-01T11:14:20.9768396-07:00\",\r\n \"details\": \"userName:admin@aad264.ccsctp.net;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-08-01T11:14:21.4924865-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-08-01T11:14:36.2430665-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-08-01T11:14:36.2586924-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:685e866d-24e2-47c0-a657-f773e2d51991\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-08-01T11:14:36.3211962-07:00\",\r\n \"details\": \"runtimeVersion:bl_cosmos_5049883_20160801090441799\"\r\n },\r\n {\r\n \"newState\": \"Running\",\r\n \"timeStamp\": \"2016-08-01T11:14:54.196954-07:00\",\r\n \"details\": \"runAttempt:1\"\r\n },\r\n {\r\n \"newState\": \"Ended\",\r\n \"timeStamp\": \"2016-08-01T11:14:57.5095955-07:00\",\r\n \"details\": \"result:Succeeded\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"admin@aad264.ccsctp.net\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"bl_cosmos_5049883_20160801090441799\",\r\n \"rootProcessNodeId\": \"685e866d-24e2-47c0-a657-f773e2d51991\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb14627; CREATE DATABASE testdb14627; \\n//Create Table\\nCREATE TABLE testdb14627.dbo.testtbl19612\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY BUCKETS (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb14627.dbo.testtbl19612 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb14627.dbo.testtvf18964;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb14627.dbo.testtvf18964()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb14627.dbo.testview18324 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb14627.dbo.testproc15330()\\nAS BEGIN\\n CREATE VIEW testdb14627.dbo.testview18324 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake19262.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/08/01/18/14/da8fc6db-1a12-43f5-8e81-d04d210c7ed0/algebra.xml\",\r\n \"yarnApplicationId\": 646,\r\n \"yarnApplicationTimeStamp\": 1470069658032,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT14.75058S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0.0156259S\",\r\n \"totalRunningTime\": \"PT3.3126415S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"credentialName\": \"testsecret1630\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1933,25 +2193,62 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Mon, 01 Aug 2016 18:14:58 GMT" - ], - "Pragma": [ - "no-cache" + "Mon, 24 Oct 2016 23:54:52 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "83a1a4db-11af-4a08-86f8-6bba5b125760" + "5cc61f61-7896-4d73-bddc-d07668f33aa6" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=15724800; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/catalog/usql/databases/testdb13622/credentials/testsecret1630?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTM2MjIvY3JlZGVudGlhbHMvdGVzdHNlY3JldDE2MzA/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "aa48bf64-2467-4816-9268-396cedd5236b" + ], + "accept-language": [ + "en-US" ], - "x-origin-server": [ - "bn4sch103190323" + "User-Agent": [ + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.6-preview" + ] + }, + "ResponseBody": "{\r\n \"credentialName\": \"testsecret1630\"\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" ], - "x-served-by": [ - "BN4SCH103200434" + "Cache-Control": [ + "no-store, no-cache, max-age=0, private" + ], + "Date": [ + "Mon, 24 Oct 2016 23:54:53 GMT" + ], + "Transfer-Encoding": [ + "chunked" + ], + "x-ms-request-id": [ + "76f14b48-20a4-4481-90a0-1f039af095dc" ], "X-Content-Type-Options": [ "nosniff" @@ -1963,28 +2260,69 @@ "StatusCode": 200 }, { - "RequestUri": "/catalog/usql/databases/testdb14627/credentials/testsecret12723?api-version=2016-06-01-preview", - "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTQ2MjcvY3JlZGVudGlhbHMvdGVzdHNlY3JldDEyNzIzP2FwaS12ZXJzaW9uPTIwMTYtMDYtMDEtcHJldmlldw==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"password\": \"testsecretpwd17266\",\r\n \"uri\": \"https://adlasecrettest.contoso.com:443\",\r\n \"userId\": \"c59cf738-9c28-4a0c-8c5f-017eb83c89fd\"\r\n}", + "RequestUri": "/catalog/usql/databases/testdb13622/credentials/testsecret1630?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTM2MjIvY3JlZGVudGlhbHMvdGVzdHNlY3JldDE2MzA/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "68a07650-3053-4c5c-a0ff-5eaf36593ca3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.6-preview" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The resource 'testsecret1630' does not exist. Trace: 78e6a550-23b4-4695-be3f-20225498c60d Time: 2016-10-24T16:54:55.0128951-07:00\"\r\n }\r\n}", + "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], - "Content-Length": [ - "145" + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-store, no-cache, max-age=0, private" + ], + "Date": [ + "Mon, 24 Oct 2016 23:54:54 GMT" + ], + "Transfer-Encoding": [ + "chunked" + ], + "x-ms-request-id": [ + "78e6a550-23b4-4695-be3f-20225498c60d" ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=15724800; includeSubDomains" + ] + }, + "StatusCode": 404 + }, + { + "RequestUri": "/catalog/usql/databases/testdb13622/credentials?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTM2MjIvY3JlZGVudGlhbHM/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { "x-ms-client-request-id": [ - "fba84fbf-4962-40be-8e3c-00cee35082ed" + "5f92c2a6-40ac-4631-84e7-243f8d420bea" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"InternalServerError\",\r\n \"message\": \"The server encountered an internal error. Please retry the request. If the error persists please contact Microsoft support. Trace: e75042ca-a6b4-49f3-aa7c-06df8aca11c6 Time: 2016-08-01T11:15:21.7352271-07:00\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"credentialName\": \"testsecret1630\"\r\n },\r\n {\r\n \"credentialName\": \"testsecret1630dup\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1993,25 +2331,65 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Mon, 01 Aug 2016 18:15:21 GMT" - ], - "Pragma": [ - "no-cache" + "Mon, 24 Oct 2016 23:54:53 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "e75042ca-a6b4-49f3-aa7c-06df8aca11c6" + "bc6fa569-bc99-484f-bde3-5b1fad00ac45" ], - "x-origin-server": [ - "bn4sch103190736" + "X-Content-Type-Options": [ + "nosniff" ], - "x-served-by": [ - "BN4SCH103190834" + "Strict-Transport-Security": [ + "max-age=15724800; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/catalog/usql/databases/testdb13622/credentials/testsecret1630?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTM2MjIvY3JlZGVudGlhbHMvdGVzdHNlY3JldDE2MzA/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestMethod": "POST", + "RequestBody": "{\r\n \"password\": \"testsecretpwd1557\"\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "39" + ], + "x-ms-client-request-id": [ + "13a58683-467e-4f60-af18-8a8f9b0d7c2f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.6-preview" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-store, no-cache, max-age=0, private" + ], + "Date": [ + "Mon, 24 Oct 2016 23:54:54 GMT" + ], + "Transfer-Encoding": [ + "chunked" + ], + "x-ms-request-id": [ + "fc107e8d-fdbd-441a-b95e-bccc550ac975" ], "X-Content-Type-Options": [ "nosniff" @@ -2020,38 +2398,44 @@ "max-age=15724800; includeSubDomains" ] }, - "StatusCode": 500 + "StatusCode": 200 } ], "Names": { ".ctor": [ - "rgaba11379", - "testaba1517", - "testaba22767", - "teststorage17885", - "testdatalake19262", - "testdatalake2469", - "testazureblob14391", - "testdb14627", - "testtbl19612", - "testtvf18964", - "testproc15330", - "testview18324", - "testcred12168", - "testsecret12723", - "testsecretpwd17266" + "rgaba15173", + "testaba17536", + "testaba29871", + "teststorage1577", + "testdatalake18250", + "testdatalake25107", + "testazureblob17726", + "testdb13622", + "testtbl14398", + "testtvf17276", + "testproc13353", + "testview13895", + "testcred12722", + "testsecret1630", + "testsecretpwd1557" ], "CreateCatalog": [ - "da8fc6db-1a12-43f5-8e81-d04d210c7ed0" + "e333b458-0a58-4fdc-b134-04939a49c9ed" ], "RunJobToCompletion": [ - "testjob16265" + "testjob15565" ], "fakeUserId01": [ - "c59cf738-9c28-4a0c-8c5f-017eb83c89fd" + "0d3243b0-4db7-4bc3-a6eb-8b99f64c8fd0" + ], + "fakeUserId02": [ + "ee628071-11b3-4706-9981-652d9f637a4f" + ], + "fakeUserId03": [ + "4bd3763d-83a2-426c-8e03-ed12690e9408" ] }, "Variables": { - "SubscriptionId": "0353d26d-e338-469a-a87a-bd3507471155" + "SubscriptionId": "90585f39-ab85-4921-bb37-0468f7efd1dd" } } \ No newline at end of file diff --git a/src/ResourceManagement/DataLake.Analytics/DataLakeAnalytics.Tests/SessionRecords/DataLakeAnalytics.Tests.CatalogOperationTests/GetCatalogItemsTest.json b/src/ResourceManagement/DataLake.Analytics/DataLakeAnalytics.Tests/SessionRecords/DataLakeAnalytics.Tests.CatalogOperationTests/GetCatalogItemsTest.json index c25b3aeacdb79..4570205bc9b98 100644 --- a/src/ResourceManagement/DataLake.Analytics/DataLakeAnalytics.Tests/SessionRecords/DataLakeAnalytics.Tests.CatalogOperationTests/GetCatalogItemsTest.json +++ b/src/ResourceManagement/DataLake.Analytics/DataLakeAnalytics.Tests/SessionRecords/DataLakeAnalytics.Tests.CatalogOperationTests/GetCatalogItemsTest.json @@ -7,16 +7,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bf45953f-9b27-47d2-84c2-807e7f02bbf9" + "23764816-20c7-4f5a-996f-c5cd3b53d96e" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeAnalytics\",\r\n \"namespace\": \"Microsoft.DataLakeAnalytics\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/dataLakeStoreAccounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers/listSasTokens\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeAnalytics\",\r\n \"namespace\": \"Microsoft.DataLakeAnalytics\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/dataLakeStoreAccounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers/listSasTokens\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Fri, 26 Aug 2016 17:34:17 GMT" + "Wed, 19 Oct 2016 21:31:31 GMT" ], "Pragma": [ "no-cache" @@ -37,16 +38,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1191" ], "x-ms-request-id": [ - "36ae3eee-28a3-44b0-a3e7-a927012c211d" + "46f47667-7022-4d59-95d3-1e57ab757f7f" ], "x-ms-correlation-request-id": [ - "36ae3eee-28a3-44b0-a3e7-a927012c211d" + "46f47667-7022-4d59-95d3-1e57ab757f7f" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T173418Z:36ae3eee-28a3-44b0-a3e7-a927012c211d" + "WESTUS2:20161019T213132Z:46f47667-7022-4d59-95d3-1e57ab757f7f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -61,16 +62,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4445c106-ddc7-469d-a964-89a09f071ded" + "3bcd5276-d835-4c2f-9394-31583a8302c9" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeAnalytics\",\r\n \"namespace\": \"Microsoft.DataLakeAnalytics\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/dataLakeStoreAccounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers/listSasTokens\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeAnalytics\",\r\n \"namespace\": \"Microsoft.DataLakeAnalytics\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/dataLakeStoreAccounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers/listSasTokens\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -82,7 +84,7 @@ "no-cache" ], "Date": [ - "Fri, 26 Aug 2016 17:34:17 GMT" + "Wed, 19 Oct 2016 21:31:31 GMT" ], "Pragma": [ "no-cache" @@ -91,16 +93,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "14991" ], "x-ms-request-id": [ - "3a234931-79d9-434e-8be0-67679daa37d0" + "a4e6fb7d-2043-4f94-80db-30f0c3c136d5" ], "x-ms-correlation-request-id": [ - "3a234931-79d9-434e-8be0-67679daa37d0" + "a4e6fb7d-2043-4f94-80db-30f0c3c136d5" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T173418Z:3a234931-79d9-434e-8be0-67679daa37d0" + "WESTUS2:20161019T213132Z:a4e6fb7d-2043-4f94-80db-30f0c3c136d5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -115,16 +117,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d7c2ef00-76af-4b6a-ac15-258313656420" + "87d283e5-f00e-403d-a308-4d162058a596" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -136,7 +139,7 @@ "no-cache" ], "Date": [ - "Fri, 26 Aug 2016 17:34:17 GMT" + "Wed, 19 Oct 2016 21:31:32 GMT" ], "Pragma": [ "no-cache" @@ -145,16 +148,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1190" ], "x-ms-request-id": [ - "73121120-36a2-4a77-942a-ba80f638ef1e" + "7538a50e-8879-4722-a0e8-14be8a4e829c" ], "x-ms-correlation-request-id": [ - "73121120-36a2-4a77-942a-ba80f638ef1e" + "7538a50e-8879-4722-a0e8-14be8a4e829c" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T173418Z:73121120-36a2-4a77-942a-ba80f638ef1e" + "WESTUS2:20161019T213133Z:7538a50e-8879-4722-a0e8-14be8a4e829c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -169,16 +172,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a3c604ec-eac6-433b-840d-2931a1058805" + "ec8693f6-d2f4-401a-ae2c-e757a31421f0" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -190,7 +194,7 @@ "no-cache" ], "Date": [ - "Fri, 26 Aug 2016 17:34:17 GMT" + "Wed, 19 Oct 2016 21:31:32 GMT" ], "Pragma": [ "no-cache" @@ -199,16 +203,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14990" ], "x-ms-request-id": [ - "1dd40019-dc4b-4fcd-9b4d-085adaa8f7f0" + "f20607a7-5c19-422e-aa77-66995eb9ac97" ], "x-ms-correlation-request-id": [ - "1dd40019-dc4b-4fcd-9b4d-085adaa8f7f0" + "f20607a7-5c19-422e-aa77-66995eb9ac97" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T173418Z:1dd40019-dc4b-4fcd-9b4d-085adaa8f7f0" + "WESTUS2:20161019T213133Z:f20607a7-5c19-422e-aa77-66995eb9ac97" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -223,16 +227,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a27215af-0ce1-46b4-a2cc-b8adf8370a5f" + "79ab0765-fa71-4e1e-9026-bb5fd3c71a59" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -244,7 +249,7 @@ "no-cache" ], "Date": [ - "Fri, 26 Aug 2016 17:34:18 GMT" + "Wed, 19 Oct 2016 21:31:33 GMT" ], "Pragma": [ "no-cache" @@ -253,16 +258,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1189" ], "x-ms-request-id": [ - "aa5123f8-d340-4f32-8f1b-5411a8db0537" + "f3680109-2399-4a2b-89c9-a8919d0caf9a" ], "x-ms-correlation-request-id": [ - "aa5123f8-d340-4f32-8f1b-5411a8db0537" + "f3680109-2399-4a2b-89c9-a8919d0caf9a" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T173419Z:aa5123f8-d340-4f32-8f1b-5411a8db0537" + "WESTUS2:20161019T213133Z:f3680109-2399-4a2b-89c9-a8919d0caf9a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -277,16 +282,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6484e41c-c1fb-46c0-ae4a-ba95de73c9f8" + "919046cb-df37-491a-a4a7-fc2bd41a6909" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -298,7 +304,7 @@ "no-cache" ], "Date": [ - "Fri, 26 Aug 2016 17:34:18 GMT" + "Wed, 19 Oct 2016 21:31:33 GMT" ], "Pragma": [ "no-cache" @@ -307,16 +313,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "14989" ], "x-ms-request-id": [ - "f2a09722-225a-442c-918f-72cc65ad67ce" + "8595e3c4-3140-42fa-a9f9-ddac9690ba5c" ], "x-ms-correlation-request-id": [ - "f2a09722-225a-442c-918f-72cc65ad67ce" + "8595e3c4-3140-42fa-a9f9-ddac9690ba5c" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T173419Z:f2a09722-225a-442c-918f-72cc65ad67ce" + "WESTUS2:20161019T213133Z:8595e3c4-3140-42fa-a9f9-ddac9690ba5c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -325,22 +331,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba12103?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL3JnYWJhMTIxMDM/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba15729?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL3JnYWJhMTU3Mjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b17830da-0eb1-4227-bee8-03356268f56f" + "f0515d27-e37d-40c1-affc-cef4acb6c9f6" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'rgaba12103' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'rgaba15729' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "102" @@ -355,7 +362,7 @@ "no-cache" ], "Date": [ - "Fri, 26 Aug 2016 17:34:18 GMT" + "Wed, 19 Oct 2016 21:31:33 GMT" ], "Pragma": [ "no-cache" @@ -364,16 +371,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "14988" ], "x-ms-request-id": [ - "079966e8-7542-4a6c-b898-7eee035c033e" + "02304fdb-c950-44d7-a4c7-88223d368cda" ], "x-ms-correlation-request-id": [ - "079966e8-7542-4a6c-b898-7eee035c033e" + "02304fdb-c950-44d7-a4c7-88223d368cda" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T173419Z:079966e8-7542-4a6c-b898-7eee035c033e" + "WESTUS2:20161019T213133Z:02304fdb-c950-44d7-a4c7-88223d368cda" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -382,22 +389,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba12103?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL3JnYWJhMTIxMDM/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba15729?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL3JnYWJhMTU3Mjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "28a345a5-a522-48f6-9325-e40fccb0035a" + "da6429ff-6339-47f5-b1f5-77dc78bbb45c" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12103\",\r\n \"name\": \"rgaba12103\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15729\",\r\n \"name\": \"rgaba15729\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -409,7 +417,7 @@ "no-cache" ], "Date": [ - "Fri, 26 Aug 2016 17:34:19 GMT" + "Wed, 19 Oct 2016 21:31:35 GMT" ], "Pragma": [ "no-cache" @@ -418,16 +426,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "14993" ], "x-ms-request-id": [ - "b44c2f1b-d6fd-4642-8628-18962f30a66c" + "d00e3c36-061d-4e4a-8116-893ce8727a73" ], "x-ms-correlation-request-id": [ - "b44c2f1b-d6fd-4642-8628-18962f30a66c" + "d00e3c36-061d-4e4a-8116-893ce8727a73" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T173420Z:b44c2f1b-d6fd-4642-8628-18962f30a66c" + "WESTUS2:20161019T213135Z:d00e3c36-061d-4e4a-8116-893ce8727a73" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -436,8 +444,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba12103?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL3JnYWJhMTIxMDM/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba15729?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL3JnYWJhMTU3Mjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -448,16 +456,17 @@ "31" ], "x-ms-client-request-id": [ - "d49a689b-f012-46a4-9b20-641480ee58f6" + "28a33111-7a82-45dc-ac0e-4db014c36418" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12103\",\r\n \"name\": \"rgaba12103\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15729\",\r\n \"name\": \"rgaba15729\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "174" @@ -472,22 +481,22 @@ "no-cache" ], "Date": [ - "Fri, 26 Aug 2016 17:34:19 GMT" + "Wed, 19 Oct 2016 21:31:34 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1188" ], "x-ms-request-id": [ - "eaa437a3-dcfb-44eb-9e25-2d27365006d8" + "8e3a4de6-380f-4c28-a7ae-a00d8dda197d" ], "x-ms-correlation-request-id": [ - "eaa437a3-dcfb-44eb-9e25-2d27365006d8" + "8e3a4de6-380f-4c28-a7ae-a00d8dda197d" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T173420Z:eaa437a3-dcfb-44eb-9e25-2d27365006d8" + "WESTUS2:20161019T213135Z:8e3a4de6-380f-4c28-a7ae-a00d8dda197d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -496,22 +505,23 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12103/providers/Microsoft.DataLakeStore/accounts/testdatalake19386?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTIxMDMvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTE5Mzg2P2FwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15729/providers/Microsoft.DataLakeStore/accounts/testdatalake12298?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTU3MjkvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTEyMjk4P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "be4c3048-ca78-4e33-8fb8-1695370f40cd" + "4c57bdc3-6006-48b6-8561-cb7c897c0a88" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testdatalake19386' under resource group 'rgaba12103' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testdatalake12298' under resource group 'rgaba15729' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "164" @@ -526,7 +536,7 @@ "no-cache" ], "Date": [ - "Fri, 26 Aug 2016 17:34:20 GMT" + "Wed, 19 Oct 2016 21:31:35 GMT" ], "Pragma": [ "no-cache" @@ -535,13 +545,13 @@ "gateway" ], "x-ms-request-id": [ - "b6f454aa-4380-469f-be0f-5497909c8a43" + "80cf883f-9e31-40c4-995f-9918b3325bee" ], "x-ms-correlation-request-id": [ - "b6f454aa-4380-469f-be0f-5497909c8a43" + "80cf883f-9e31-40c4-995f-9918b3325bee" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T173421Z:b6f454aa-4380-469f-be0f-5497909c8a43" + "WESTUS2:20161019T213135Z:80cf883f-9e31-40c4-995f-9918b3325bee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -550,16 +560,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12103/providers/Microsoft.DataLakeStore/accounts/testdatalake19386?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTIxMDMvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTE5Mzg2P2FwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15729/providers/Microsoft.DataLakeStore/accounts/testdatalake12298?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTU3MjkvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTEyMjk4P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake19386.azuredatalakestore.net\",\r\n \"accountId\": \"1d5215a0-2b50-46ab-96e6-00be1b40a1f6\",\r\n \"creationTime\": \"2016-08-26T17:34:21.0863505Z\",\r\n \"lastModifiedTime\": \"2016-08-26T17:34:21.0863505Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12103/providers/Microsoft.DataLakeStore/accounts/testdatalake19386\",\r\n \"name\": \"testdatalake19386\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake12298.azuredatalakestore.net\",\r\n \"accountId\": \"3c101ce1-c992-46da-90e6-75f0b8259d02\",\r\n \"creationTime\": \"2016-10-19T21:31:37.3179218Z\",\r\n \"lastModifiedTime\": \"2016-10-19T21:31:37.3179218Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15729/providers/Microsoft.DataLakeStore/accounts/testdatalake12298\",\r\n \"name\": \"testdatalake12298\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -574,7 +585,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:34:53 GMT" + "Wed, 19 Oct 2016 21:32:10 GMT" ], "Pragma": [ "no-cache" @@ -586,7 +597,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "60b373ae-7368-44eb-8c5b-064fc0156f1b" + "e8244f42-2392-47a3-b835-d9b40d39bcb6" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -595,13 +609,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "14989" ], "x-ms-correlation-request-id": [ - "1c5d2ff7-dd3b-44b2-ace8-4037f8978bea" + "3301e5c8-c69f-48c2-8014-1da0dd4b8f3e" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T173453Z:1c5d2ff7-dd3b-44b2-ace8-4037f8978bea" + "WESTUS2:20161019T213210Z:3301e5c8-c69f-48c2-8014-1da0dd4b8f3e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -610,22 +624,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12103/providers/Microsoft.DataLakeStore/accounts/testdatalake19386?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTIxMDMvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTE5Mzg2P2FwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15729/providers/Microsoft.DataLakeStore/accounts/testdatalake12298?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTU3MjkvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTEyMjk4P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9bbca7c5-0f34-4ca0-99ed-235f56d4d9d8" + "0d1d37fe-b7cc-4b59-a1df-1fe72c4368e7" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake19386.azuredatalakestore.net\",\r\n \"accountId\": \"1d5215a0-2b50-46ab-96e6-00be1b40a1f6\",\r\n \"creationTime\": \"2016-08-26T17:34:21.0863505Z\",\r\n \"lastModifiedTime\": \"2016-08-26T17:34:21.0863505Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12103/providers/Microsoft.DataLakeStore/accounts/testdatalake19386\",\r\n \"name\": \"testdatalake19386\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake12298.azuredatalakestore.net\",\r\n \"accountId\": \"3c101ce1-c992-46da-90e6-75f0b8259d02\",\r\n \"creationTime\": \"2016-10-19T21:31:37.3179218Z\",\r\n \"lastModifiedTime\": \"2016-10-19T21:31:37.3179218Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15729/providers/Microsoft.DataLakeStore/accounts/testdatalake12298\",\r\n \"name\": \"testdatalake12298\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -640,7 +655,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:34:52 GMT" + "Wed, 19 Oct 2016 21:32:10 GMT" ], "Pragma": [ "no-cache" @@ -652,7 +667,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "56aebac0-d6e4-4ef4-9bb1-172f6fec5e94" + "af4ce1f6-e7a3-4ce5-b47d-274a1ae1631c" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -661,13 +679,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "14991" ], "x-ms-correlation-request-id": [ - "73d0197c-4bde-4332-8127-dd262e102384" + "0e68c3c8-0bb9-4968-abb4-b719a65ea4a8" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T173453Z:73d0197c-4bde-4332-8127-dd262e102384" + "WESTUS2:20161019T213211Z:0e68c3c8-0bb9-4968-abb4-b719a65ea4a8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -676,22 +694,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12103/providers/Microsoft.DataLakeStore/accounts/testdatalake19386?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTIxMDMvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTE5Mzg2P2FwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15729/providers/Microsoft.DataLakeStore/accounts/testdatalake12298?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTU3MjkvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTEyMjk4P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a01ef123-f38b-4617-a8a5-335805d28243" + "5d5e0a54-e768-4048-9775-ec8de9e40316" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake19386.azuredatalakestore.net\",\r\n \"accountId\": \"1d5215a0-2b50-46ab-96e6-00be1b40a1f6\",\r\n \"creationTime\": \"2016-08-26T17:34:21.0863505Z\",\r\n \"lastModifiedTime\": \"2016-08-26T17:34:21.0863505Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12103/providers/Microsoft.DataLakeStore/accounts/testdatalake19386\",\r\n \"name\": \"testdatalake19386\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake12298.azuredatalakestore.net\",\r\n \"accountId\": \"3c101ce1-c992-46da-90e6-75f0b8259d02\",\r\n \"creationTime\": \"2016-10-19T21:31:37.3179218Z\",\r\n \"lastModifiedTime\": \"2016-10-19T21:31:37.3179218Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15729/providers/Microsoft.DataLakeStore/accounts/testdatalake12298\",\r\n \"name\": \"testdatalake12298\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -706,7 +725,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:35:26 GMT" + "Wed, 19 Oct 2016 21:32:43 GMT" ], "Pragma": [ "no-cache" @@ -718,7 +737,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "54b2e49a-a923-4026-8262-bb525d624dff" + "3049c3a8-6163-4030-a314-caaa1a466447" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -727,13 +749,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "14989" ], "x-ms-correlation-request-id": [ - "7d6434a3-6928-4120-9f29-6c14d43a063b" + "a71d2753-5e7f-4965-8faf-012945f55c50" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T173527Z:7d6434a3-6928-4120-9f29-6c14d43a063b" + "WESTUS2:20161019T213244Z:a71d2753-5e7f-4965-8faf-012945f55c50" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -742,10 +764,10 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12103/providers/Microsoft.DataLakeStore/accounts/testdatalake19386?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTIxMDMvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTE5Mzg2P2FwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15729/providers/Microsoft.DataLakeStore/accounts/testdatalake12298?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTU3MjkvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTEyMjk4P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testdatalake19386\"\r\n}", + "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testdatalake12298\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -754,16 +776,17 @@ "63" ], "x-ms-client-request-id": [ - "9c6cb0c5-de2a-4066-9107-de86ff41e402" + "c65f0908-242f-4668-a64b-89e3f7c59e33" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"1d5215a0-2b50-46ab-96e6-00be1b40a1f6\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12103/providers/Microsoft.DataLakeStore/accounts/testdatalake19386\",\r\n \"name\": \"testdatalake19386\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"3c101ce1-c992-46da-90e6-75f0b8259d02\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15729/providers/Microsoft.DataLakeStore/accounts/testdatalake12298\",\r\n \"name\": \"testdatalake12298\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ "421" @@ -781,13 +804,13 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:34:21 GMT" + "Wed, 19 Oct 2016 21:31:37 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba12103/providers/Microsoft.DataLakeStore/accounts/testdatalake19386/operationresults/0?api-version=2015-10-01-preview" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba15729/providers/Microsoft.DataLakeStore/accounts/testdatalake12298/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -796,10 +819,13 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/1d5215a0-2b50-46ab-96e6-00be1b40a1f60?api-version=2015-10-01-preview&expanded=true" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/3c101ce1-c992-46da-90e6-75f0b8259d020?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "71307d08-8bcf-4c41-af9a-ffcd966c97fc" + "a6654ac6-3d1d-4e51-aa6f-b957babfa9ed" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -808,13 +834,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1196" ], "x-ms-correlation-request-id": [ - "9be4d2d7-4ba1-4f31-940c-f26f98874560" + "799c396f-90c5-4046-a16f-b32a1efe386c" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T173422Z:9be4d2d7-4ba1-4f31-940c-f26f98874560" + "WESTUS2:20161019T213137Z:799c396f-90c5-4046-a16f-b32a1efe386c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -823,13 +849,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/1d5215a0-2b50-46ab-96e6-00be1b40a1f60?api-version=2015-10-01-preview&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzFkNTIxNWEwLTJiNTAtNDZhYi05NmU2LTAwYmUxYjQwYTFmNjA/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3JmV4cGFuZGVkPXRydWU=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/3c101ce1-c992-46da-90e6-75f0b8259d020?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzNjMTAxY2UxLWM5OTItNDZkYS05MGU2LTc1ZjBiODI1OWQwMjA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -847,7 +874,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:34:52 GMT" + "Wed, 19 Oct 2016 21:32:09 GMT" ], "Pragma": [ "no-cache" @@ -859,7 +886,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "68cf7b91-52ae-4895-93e4-2c08b5e24522" + "b7d24d1f-8c6f-4c56-88d1-e6efbcc4a0a0" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -868,13 +898,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "14992" ], "x-ms-correlation-request-id": [ - "7eee3292-003a-4a09-ab4b-2ca4def2b6d9" + "6186bc9c-5eb9-4370-a5de-79e03afd0a59" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T173452Z:7eee3292-003a-4a09-ab4b-2ca4def2b6d9" + "WESTUS2:20161019T213209Z:6186bc9c-5eb9-4370-a5de-79e03afd0a59" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -883,22 +913,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12103/providers/Microsoft.DataLakeStore/accounts/testdatalake27820?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTIxMDMvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTI3ODIwP2FwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15729/providers/Microsoft.DataLakeStore/accounts/testdatalake22837?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTU3MjkvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTIyODM3P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bbbbe19e-9784-46df-835c-4f5fbd816f58" + "a70248e6-7434-4c0c-820c-365aeb630968" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testdatalake27820' under resource group 'rgaba12103' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testdatalake22837' under resource group 'rgaba15729' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "164" @@ -913,7 +944,7 @@ "no-cache" ], "Date": [ - "Fri, 26 Aug 2016 17:34:54 GMT" + "Wed, 19 Oct 2016 21:32:10 GMT" ], "Pragma": [ "no-cache" @@ -922,13 +953,13 @@ "gateway" ], "x-ms-request-id": [ - "30d497b9-e528-45e7-bbc5-e452377927c2" + "69c76665-bf49-4958-a005-c1927208eb4a" ], "x-ms-correlation-request-id": [ - "30d497b9-e528-45e7-bbc5-e452377927c2" + "69c76665-bf49-4958-a005-c1927208eb4a" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T173454Z:30d497b9-e528-45e7-bbc5-e452377927c2" + "WESTUS2:20161019T213211Z:69c76665-bf49-4958-a005-c1927208eb4a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -937,16 +968,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12103/providers/Microsoft.DataLakeStore/accounts/testdatalake27820?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTIxMDMvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTI3ODIwP2FwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15729/providers/Microsoft.DataLakeStore/accounts/testdatalake22837?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTU3MjkvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTIyODM3P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake27820.azuredatalakestore.net\",\r\n \"accountId\": \"777887d8-fb6c-46c5-a033-1f3cd5d2cdcd\",\r\n \"creationTime\": \"2016-08-26T17:34:53.8277174Z\",\r\n \"lastModifiedTime\": \"2016-08-26T17:34:53.8277174Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12103/providers/Microsoft.DataLakeStore/accounts/testdatalake27820\",\r\n \"name\": \"testdatalake27820\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake22837.azuredatalakestore.net\",\r\n \"accountId\": \"0c17637f-69cb-41d6-aa0d-8330de445fbb\",\r\n \"creationTime\": \"2016-10-19T21:32:12.0602342Z\",\r\n \"lastModifiedTime\": \"2016-10-19T21:32:12.0602342Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15729/providers/Microsoft.DataLakeStore/accounts/testdatalake22837\",\r\n \"name\": \"testdatalake22837\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -961,7 +993,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:35:25 GMT" + "Wed, 19 Oct 2016 21:32:43 GMT" ], "Pragma": [ "no-cache" @@ -973,7 +1005,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "8da66e1a-9498-4669-9aba-3cafb3d81f57" + "c583cd5b-e8e2-43c5-ad52-90fa0135ccb6" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -985,10 +1020,10 @@ "14994" ], "x-ms-correlation-request-id": [ - "6d3274c2-14f5-469a-9545-1e0234cffc4e" + "eddfb55a-d9e9-4d08-aac6-cef22759a915" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T173526Z:6d3274c2-14f5-469a-9545-1e0234cffc4e" + "WESTUS2:20161019T213243Z:eddfb55a-d9e9-4d08-aac6-cef22759a915" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -997,22 +1032,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12103/providers/Microsoft.DataLakeStore/accounts/testdatalake27820?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTIxMDMvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTI3ODIwP2FwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15729/providers/Microsoft.DataLakeStore/accounts/testdatalake22837?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTU3MjkvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTIyODM3P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "317f94f5-f2c8-4c57-9e84-7b2016df365f" + "324ef51d-4afe-4526-ab25-276df98539fb" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake27820.azuredatalakestore.net\",\r\n \"accountId\": \"777887d8-fb6c-46c5-a033-1f3cd5d2cdcd\",\r\n \"creationTime\": \"2016-08-26T17:34:53.8277174Z\",\r\n \"lastModifiedTime\": \"2016-08-26T17:34:53.8277174Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12103/providers/Microsoft.DataLakeStore/accounts/testdatalake27820\",\r\n \"name\": \"testdatalake27820\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake22837.azuredatalakestore.net\",\r\n \"accountId\": \"0c17637f-69cb-41d6-aa0d-8330de445fbb\",\r\n \"creationTime\": \"2016-10-19T21:32:12.0602342Z\",\r\n \"lastModifiedTime\": \"2016-10-19T21:32:12.0602342Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15729/providers/Microsoft.DataLakeStore/accounts/testdatalake22837\",\r\n \"name\": \"testdatalake22837\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -1027,7 +1063,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:35:26 GMT" + "Wed, 19 Oct 2016 21:32:43 GMT" ], "Pragma": [ "no-cache" @@ -1039,7 +1075,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "5dbf0ea5-3652-4f7b-9b91-5e9c4c0b5340" + "b16e8e1f-9041-419a-a9d2-ab28e5250df0" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -1048,13 +1087,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14988" ], "x-ms-correlation-request-id": [ - "4e00919e-b6f3-44de-a693-2d155e98ab79" + "885e6aa5-25df-4d2b-b15b-091a5b18b24b" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T173526Z:4e00919e-b6f3-44de-a693-2d155e98ab79" + "WESTUS2:20161019T213244Z:885e6aa5-25df-4d2b-b15b-091a5b18b24b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1063,10 +1102,10 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12103/providers/Microsoft.DataLakeStore/accounts/testdatalake27820?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTIxMDMvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTI3ODIwP2FwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15729/providers/Microsoft.DataLakeStore/accounts/testdatalake22837?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTU3MjkvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTIyODM3P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testdatalake27820\"\r\n}", + "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testdatalake22837\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1075,16 +1114,17 @@ "63" ], "x-ms-client-request-id": [ - "16474f27-4327-43dc-a162-743dae6e22a5" + "076ae7bb-9b52-447d-9006-19b60d9315c8" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"777887d8-fb6c-46c5-a033-1f3cd5d2cdcd\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12103/providers/Microsoft.DataLakeStore/accounts/testdatalake27820\",\r\n \"name\": \"testdatalake27820\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"0c17637f-69cb-41d6-aa0d-8330de445fbb\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15729/providers/Microsoft.DataLakeStore/accounts/testdatalake22837\",\r\n \"name\": \"testdatalake22837\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ "421" @@ -1102,13 +1142,13 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:34:55 GMT" + "Wed, 19 Oct 2016 21:32:11 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba12103/providers/Microsoft.DataLakeStore/accounts/testdatalake27820/operationresults/0?api-version=2015-10-01-preview" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba15729/providers/Microsoft.DataLakeStore/accounts/testdatalake22837/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -1117,10 +1157,13 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/777887d8-fb6c-46c5-a033-1f3cd5d2cdcd0?api-version=2015-10-01-preview&expanded=true" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/0c17637f-69cb-41d6-aa0d-8330de445fbb0?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "c5366914-ba2e-493f-8f68-4dbd50f8667e" + "74972fbc-f648-43b5-8d63-4002d2e68c26" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -1129,13 +1172,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1195" ], "x-ms-correlation-request-id": [ - "163a00c2-a227-49a6-95c2-e4dba6b98818" + "751aba44-f273-449c-91f1-f5494382be4f" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T173455Z:163a00c2-a227-49a6-95c2-e4dba6b98818" + "WESTUS2:20161019T213212Z:751aba44-f273-449c-91f1-f5494382be4f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1144,13 +1187,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/777887d8-fb6c-46c5-a033-1f3cd5d2cdcd0?api-version=2015-10-01-preview&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzc3Nzg4N2Q4LWZiNmMtNDZjNS1hMDMzLTFmM2NkNWQyY2RjZDA/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3JmV4cGFuZGVkPXRydWU=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/0c17637f-69cb-41d6-aa0d-8330de445fbb0?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzBjMTc2MzdmLTY5Y2ItNDFkNi1hYTBkLTgzMzBkZTQ0NWZiYjA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -1168,7 +1212,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:35:25 GMT" + "Wed, 19 Oct 2016 21:32:42 GMT" ], "Pragma": [ "no-cache" @@ -1180,7 +1224,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "450bb225-8552-4dae-ba14-37984fd6e7c1" + "247a63c5-2432-4fb1-865b-7adc9c4ae63a" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -1189,13 +1236,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "14993" ], "x-ms-correlation-request-id": [ - "ca300d98-b6a5-442a-b71f-79f0caf22d30" + "35a0039f-b2cc-4f4c-b4cd-64d2d21c8ff1" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T173525Z:ca300d98-b6a5-442a-b71f-79f0caf22d30" + "WESTUS2:20161019T213243Z:35a0039f-b2cc-4f4c-b4cd-64d2d21c8ff1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1204,31 +1251,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12103/providers/Microsoft.DataLakeAnalytics/accounts/testaba2928?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTIxMDMvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMjkyOD9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15729/providers/Microsoft.DataLakeAnalytics/accounts/testaba25897?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTU3MjkvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMjU4OTc/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testaba2928\",\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake19386\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"name\": \"testdatalake19386\",\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n }\r\n }\r\n ]\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testaba25897\",\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake12298\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"name\": \"testdatalake12298\",\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n }\r\n }\r\n ]\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "316" + "317" ], "x-ms-client-request-id": [ - "f88fab7a-f15e-44c2-afcc-c98829967d04" + "a0df9a7a-ea73-4719-8e42-eb0117cfc10e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake19386\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"name\": \"testdatalake19386\"\r\n }\r\n ],\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"79135f59-c2ce-4aba-bbf6-b18c7008850f\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12103/providers/Microsoft.DataLakeAnalytics/accounts/testaba2928\",\r\n \"name\": \"testaba2928\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake12298\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"name\": \"testdatalake12298\"\r\n }\r\n ],\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"b367d888-1471-4590-96e5-082529bae044\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15729/providers/Microsoft.DataLakeAnalytics/accounts/testaba25897\",\r\n \"name\": \"testaba25897\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ - "571" + "573" ], "Content-Type": [ "application/json" @@ -1243,13 +1291,13 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:35:28 GMT" + "Wed, 19 Oct 2016 21:32:46 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba12103/providers/Microsoft.DataLakeAnalytics/accounts/testaba2928/operationresults/0?api-version=2015-10-01-preview" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba15729/providers/Microsoft.DataLakeAnalytics/accounts/testaba25897/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -1258,10 +1306,13 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeAnalytics/locations/EastUS2/operationResults/79135f59-c2ce-4aba-bbf6-b18c7008850f0?api-version=2015-10-01-preview&expanded=true" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeAnalytics/locations/EastUS2/operationResults/b367d888-1471-4590-96e5-082529bae0440?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "e2630d32-c237-4abf-8587-60ebf7c5fd66" + "dc79b4e0-f57e-4381-9f93-35e865276b08" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -1270,13 +1321,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1192" ], "x-ms-correlation-request-id": [ - "6126d1ff-7440-4741-a8f0-91948c8beae8" + "9e4513a1-8b05-49ce-9d9d-9e191918b6f3" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T173529Z:6126d1ff-7440-4741-a8f0-91948c8beae8" + "WESTUS2:20161019T213246Z:9e4513a1-8b05-49ce-9d9d-9e191918b6f3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1285,13 +1336,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeAnalytics/locations/EastUS2/operationResults/79135f59-c2ce-4aba-bbf6-b18c7008850f0?api-version=2015-10-01-preview&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvbG9jYXRpb25zL0Vhc3RVUzIvb3BlcmF0aW9uUmVzdWx0cy83OTEzNWY1OS1jMmNlLTRhYmEtYmJmNi1iMThjNzAwODg1MGYwP2FwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldyZleHBhbmRlZD10cnVl", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeAnalytics/locations/EastUS2/operationResults/b367d888-1471-4590-96e5-082529bae0440?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvbG9jYXRpb25zL0Vhc3RVUzIvb3BlcmF0aW9uUmVzdWx0cy9iMzY3ZDg4OC0xNDcxLTQ1OTAtOTZlNS0wODI1MjliYWUwNDQwP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDEmZXhwYW5kZWQ9dHJ1ZQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.6-preview" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -1309,7 +1361,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:35:59 GMT" + "Wed, 19 Oct 2016 21:33:16 GMT" ], "Pragma": [ "no-cache" @@ -1321,7 +1373,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "8f962cd2-9df6-47dd-afcb-8529d3033713" + "7d4c4120-d7bb-4a41-a60b-07a39af5d9d5" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -1330,13 +1385,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "14990" ], "x-ms-correlation-request-id": [ - "c9d348a1-33d4-42b9-beb2-8574ecda777f" + "75925357-a2cc-4b96-b27d-55c9e1a9de6f" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T173600Z:c9d348a1-33d4-42b9-beb2-8574ecda777f" + "WESTUS2:20161019T213317Z:75925357-a2cc-4b96-b27d-55c9e1a9de6f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1345,16 +1400,17 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12103/providers/Microsoft.DataLakeAnalytics/accounts/testaba2928?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTIxMDMvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMjkyOD9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15729/providers/Microsoft.DataLakeAnalytics/accounts/testaba25897?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTU3MjkvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMjU4OTc/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake19386\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"name\": \"testdatalake19386\"\r\n }\r\n ],\r\n \"storageAccounts\": [],\r\n \"maxDegreeOfParallelism\": 60,\r\n \"maxJobCount\": 3,\r\n \"hiveMetastores\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testaba2928.azuredatalakeanalytics.net\",\r\n \"accountId\": \"79135f59-c2ce-4aba-bbf6-b18c7008850f\",\r\n \"creationTime\": \"2016-08-26T17:35:30.5188413Z\",\r\n \"lastModifiedTime\": \"2016-08-26T17:35:30.5188413Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12103/providers/Microsoft.DataLakeAnalytics/accounts/testaba2928\",\r\n \"name\": \"testaba2928\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake12298\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"name\": \"testdatalake12298\"\r\n }\r\n ],\r\n \"storageAccounts\": [],\r\n \"maxDegreeOfParallelism\": 120,\r\n \"maxJobCount\": 10,\r\n \"systemMaxDegreeOfParallelism\": 120,\r\n \"systemMaxJobCount\": 20,\r\n \"queryStoreRetention\": 30,\r\n \"hiveMetastores\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testaba25897.azuredatalakeanalytics.net\",\r\n \"accountId\": \"b367d888-1471-4590-96e5-082529bae044\",\r\n \"creationTime\": \"2016-10-19T21:32:49.1112026Z\",\r\n \"lastModifiedTime\": \"2016-10-19T21:32:49.1112026Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15729/providers/Microsoft.DataLakeAnalytics/accounts/testaba25897\",\r\n \"name\": \"testaba25897\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -1369,7 +1425,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:36:00 GMT" + "Wed, 19 Oct 2016 21:33:17 GMT" ], "Pragma": [ "no-cache" @@ -1381,7 +1437,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "f308f7ef-ba69-4c5e-b446-9d86eca40014" + "775d274e-79f5-4835-818a-048f9901d4f7" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -1390,13 +1449,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" + "14993" ], "x-ms-correlation-request-id": [ - "74f14486-e4a6-4b7d-b876-ea1e11f11b7e" + "c23b1d17-28da-4f80-812e-d07e87df6892" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T173600Z:74f14486-e4a6-4b7d-b876-ea1e11f11b7e" + "WESTUS2:20161019T213318Z:c23b1d17-28da-4f80-812e-d07e87df6892" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1405,22 +1464,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12103/providers/Microsoft.DataLakeAnalytics/accounts/testaba2928?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTIxMDMvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMjkyOD9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15729/providers/Microsoft.DataLakeAnalytics/accounts/testaba25897?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTU3MjkvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMjU4OTc/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "25916115-fbc7-4de0-a89a-4360c8404bb1" + "4c4d63bf-31ef-47e3-8c6a-407f977bbda4" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake19386\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"name\": \"testdatalake19386\"\r\n }\r\n ],\r\n \"storageAccounts\": [],\r\n \"maxDegreeOfParallelism\": 60,\r\n \"maxJobCount\": 3,\r\n \"hiveMetastores\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testaba2928.azuredatalakeanalytics.net\",\r\n \"accountId\": \"79135f59-c2ce-4aba-bbf6-b18c7008850f\",\r\n \"creationTime\": \"2016-08-26T17:35:30.5188413Z\",\r\n \"lastModifiedTime\": \"2016-08-26T17:35:30.5188413Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12103/providers/Microsoft.DataLakeAnalytics/accounts/testaba2928\",\r\n \"name\": \"testaba2928\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake12298\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"name\": \"testdatalake12298\"\r\n }\r\n ],\r\n \"storageAccounts\": [],\r\n \"maxDegreeOfParallelism\": 120,\r\n \"maxJobCount\": 10,\r\n \"systemMaxDegreeOfParallelism\": 120,\r\n \"systemMaxJobCount\": 20,\r\n \"queryStoreRetention\": 30,\r\n \"hiveMetastores\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testaba25897.azuredatalakeanalytics.net\",\r\n \"accountId\": \"b367d888-1471-4590-96e5-082529bae044\",\r\n \"creationTime\": \"2016-10-19T21:32:49.1112026Z\",\r\n \"lastModifiedTime\": \"2016-10-19T21:32:49.1112026Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15729/providers/Microsoft.DataLakeAnalytics/accounts/testaba25897\",\r\n \"name\": \"testaba25897\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -1435,7 +1495,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:36:00 GMT" + "Wed, 19 Oct 2016 21:33:18 GMT" ], "Pragma": [ "no-cache" @@ -1447,7 +1507,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "b7aa4665-1315-40bc-bf27-8d463c53cf8e" + "56259fee-e642-439e-8161-f2e46222df65" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -1456,13 +1519,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "14987" ], "x-ms-correlation-request-id": [ - "9112452f-5528-4230-82fd-0f47f2cb9a64" + "baeab57f-85ff-478f-9b26-1e07b2d0b265" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T173601Z:9112452f-5528-4230-82fd-0f47f2cb9a64" + "WESTUS2:20161019T213318Z:baeab57f-85ff-478f-9b26-1e07b2d0b265" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1471,28 +1534,29 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/fba970ce-9066-4dc7-a1f3-7ab2fc380aba?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvZmJhOTcwY2UtOTA2Ni00ZGM3LWExZjMtN2FiMmZjMzgwYWJhP2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/Jobs/29a37c28-60c4-40d8-b81b-5db4cdc42e3e?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvMjlhMzdjMjgtNjBjNC00MGQ4LWI4MWItNWRiNGNkYzQyZTNlP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"jobId\": \"fba970ce-9066-4dc7-a1f3-7ab2fc380aba\",\r\n \"name\": \"testjob12679\",\r\n \"type\": \"USql\",\r\n \"degreeOfParallelism\": 2,\r\n \"properties\": {\r\n \"type\": \"USql\",\r\n \"script\": \"\\r\\nDROP DATABASE IF EXISTS testdb11935; CREATE DATABASE testdb11935; \\r\\n//Create Table\\r\\nCREATE TABLE testdb11935.dbo.testtbl16983\\r\\n(\\r\\n //Define schema of table\\r\\n UserId int, \\r\\n Start DateTime, \\r\\n Region string, \\r\\n Query string, \\r\\n Duration int, \\r\\n Urls string, \\r\\n ClickedUrls string,\\r\\n INDEX idx1 //Name of index\\r\\n CLUSTERED (Region ASC) //Column to cluster by\\r\\n PARTITIONED BY BUCKETS (UserId) HASH (Region) //Column to partition by\\r\\n);\\r\\n\\r\\nALTER TABLE testdb11935.dbo.testtbl16983 ADD IF NOT EXISTS PARTITION (1);\\r\\n\\r\\nDROP FUNCTION IF EXISTS testdb11935.dbo.testtvf12217;\\r\\n\\r\\n//create table weblogs on space-delimited website log data\\r\\nCREATE FUNCTION testdb11935.dbo.testtvf12217()\\r\\nRETURNS @result TABLE\\r\\n(\\r\\n s_date DateTime,\\r\\n s_time string,\\r\\n s_sitename string,\\r\\n cs_method string, \\r\\n cs_uristem string,\\r\\n cs_uriquery string,\\r\\n s_port int,\\r\\n cs_username string, \\r\\n c_ip string,\\r\\n cs_useragent string,\\r\\n cs_cookie string,\\r\\n cs_referer string, \\r\\n cs_host string,\\r\\n sc_status int,\\r\\n sc_substatus int,\\r\\n sc_win32status int, \\r\\n sc_bytes int,\\r\\n cs_bytes int,\\r\\n s_timetaken int\\r\\n)\\r\\nAS\\r\\nBEGIN\\r\\n\\r\\n @result = EXTRACT\\r\\n s_date DateTime,\\r\\n s_time string,\\r\\n s_sitename string,\\r\\n cs_method string,\\r\\n cs_uristem string,\\r\\n cs_uriquery string,\\r\\n s_port int,\\r\\n cs_username string,\\r\\n c_ip string,\\r\\n cs_useragent string,\\r\\n cs_cookie string,\\r\\n cs_referer string,\\r\\n cs_host string,\\r\\n sc_status int,\\r\\n sc_substatus int,\\r\\n sc_win32status int,\\r\\n sc_bytes int,\\r\\n cs_bytes int,\\r\\n s_timetaken int\\r\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\r\\n USING Extractors.Text(delimiter:' ');\\r\\n\\r\\nRETURN;\\r\\nEND;\\r\\nCREATE VIEW testdb11935.dbo.testview1702 \\r\\nAS \\r\\n SELECT * FROM \\r\\n (\\r\\n VALUES(1,2),(2,4)\\r\\n ) \\r\\nAS \\r\\nT(a, b);\\r\\nCREATE PROCEDURE testdb11935.dbo.testproc12652()\\r\\nAS BEGIN\\r\\n CREATE VIEW testdb11935.dbo.testview1702 \\r\\n AS \\r\\n SELECT * FROM \\r\\n (\\r\\n VALUES(1,2),(2,4)\\r\\n ) \\r\\n AS \\r\\n T(a, b);\\r\\nEND;\"\r\n }\r\n}", + "RequestBody": "{\r\n \"jobId\": \"29a37c28-60c4-40d8-b81b-5db4cdc42e3e\",\r\n \"name\": \"testjob14414\",\r\n \"type\": \"USql\",\r\n \"degreeOfParallelism\": 2,\r\n \"properties\": {\r\n \"type\": \"USql\",\r\n \"script\": \"\\r\\nDROP DATABASE IF EXISTS testdb11435; CREATE DATABASE testdb11435; \\r\\n//Create Table\\r\\nCREATE TABLE testdb11435.dbo.testtbl12016\\r\\n(\\r\\n //Define schema of table\\r\\n UserId int, \\r\\n Start DateTime, \\r\\n Region string, \\r\\n Query string, \\r\\n Duration int, \\r\\n Urls string, \\r\\n ClickedUrls string,\\r\\n INDEX idx1 //Name of index\\r\\n CLUSTERED (Region ASC) //Column to cluster by\\r\\n PARTITIONED BY BUCKETS (UserId) HASH (Region) //Column to partition by\\r\\n);\\r\\n\\r\\nALTER TABLE testdb11435.dbo.testtbl12016 ADD IF NOT EXISTS PARTITION (1);\\r\\n\\r\\nDROP FUNCTION IF EXISTS testdb11435.dbo.testtvf14493;\\r\\n\\r\\n//create table weblogs on space-delimited website log data\\r\\nCREATE FUNCTION testdb11435.dbo.testtvf14493()\\r\\nRETURNS @result TABLE\\r\\n(\\r\\n s_date DateTime,\\r\\n s_time string,\\r\\n s_sitename string,\\r\\n cs_method string, \\r\\n cs_uristem string,\\r\\n cs_uriquery string,\\r\\n s_port int,\\r\\n cs_username string, \\r\\n c_ip string,\\r\\n cs_useragent string,\\r\\n cs_cookie string,\\r\\n cs_referer string, \\r\\n cs_host string,\\r\\n sc_status int,\\r\\n sc_substatus int,\\r\\n sc_win32status int, \\r\\n sc_bytes int,\\r\\n cs_bytes int,\\r\\n s_timetaken int\\r\\n)\\r\\nAS\\r\\nBEGIN\\r\\n\\r\\n @result = EXTRACT\\r\\n s_date DateTime,\\r\\n s_time string,\\r\\n s_sitename string,\\r\\n cs_method string,\\r\\n cs_uristem string,\\r\\n cs_uriquery string,\\r\\n s_port int,\\r\\n cs_username string,\\r\\n c_ip string,\\r\\n cs_useragent string,\\r\\n cs_cookie string,\\r\\n cs_referer string,\\r\\n cs_host string,\\r\\n sc_status int,\\r\\n sc_substatus int,\\r\\n sc_win32status int,\\r\\n sc_bytes int,\\r\\n cs_bytes int,\\r\\n s_timetaken int\\r\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\r\\n USING Extractors.Text(delimiter:' ');\\r\\n\\r\\nRETURN;\\r\\nEND;\\r\\nCREATE VIEW testdb11435.dbo.testview11667 \\r\\nAS \\r\\n SELECT * FROM \\r\\n (\\r\\n VALUES(1,2),(2,4)\\r\\n ) \\r\\nAS \\r\\nT(a, b);\\r\\nCREATE PROCEDURE testdb11435.dbo.testproc19998()\\r\\nAS BEGIN\\r\\n CREATE VIEW testdb11435.dbo.testview11667 \\r\\n AS \\r\\n SELECT * FROM \\r\\n (\\r\\n VALUES(1,2),(2,4)\\r\\n ) \\r\\n AS \\r\\n T(a, b);\\r\\nEND;\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "2589" + "2591" ], "x-ms-client-request-id": [ - "66ca9444-4c3e-4f4d-bc97-e3b1632d17ba" + "5ce276fe-21f4-406c-b2d8-2f0aa834b969" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"fba970ce-9066-4dc7-a1f3-7ab2fc380aba\",\r\n \"name\": \"testjob12679\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 0,\r\n \"submitTime\": \"2016-08-26T10:38:01.2393581-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-26T10:38:01.2393581-07:00\",\r\n \"details\": \"userName:adlsvc01@benwgoldoutlook.onmicrosoft.com;submitMachine:N/A\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"algebraFilePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT0S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"29a37c28-60c4-40d8-b81b-5db4cdc42e3e\",\r\n \"name\": \"testjob14414\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-19T14:35:20.6179245-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-19T14:35:20.6179245-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"algebraFilePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT0S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1501,19 +1565,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:38:01 GMT" - ], - "Pragma": [ - "no-cache" + "Wed, 19 Oct 2016 21:35:20 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "a4b8c628-95d2-44e1-b122-100ac7a9ecac" + "9db795b6-abad-4b30-961f-8b1f3d2b337f" ], "X-Content-Type-Options": [ "nosniff" @@ -1525,22 +1586,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/fba970ce-9066-4dc7-a1f3-7ab2fc380aba?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvZmJhOTcwY2UtOTA2Ni00ZGM3LWExZjMtN2FiMmZjMzgwYWJhP2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/Jobs/29a37c28-60c4-40d8-b81b-5db4cdc42e3e?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvMjlhMzdjMjgtNjBjNC00MGQ4LWI4MWItNWRiNGNkYzQyZTNlP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4c2b32a7-bb02-4e4f-9b3d-63a726994860" + "78b678a8-03aa-4a2d-927e-1ab67bbc40a2" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"fba970ce-9066-4dc7-a1f3-7ab2fc380aba\",\r\n \"name\": \"testjob12679\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 0,\r\n \"submitTime\": \"2016-08-26T10:38:01.2393581-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-26T10:38:01.2393581-07:00\",\r\n \"details\": \"userName:adlsvc01@benwgoldoutlook.onmicrosoft.com;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-08-26T10:38:01.8487486-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb11935; CREATE DATABASE testdb11935; \\n//Create Table\\nCREATE TABLE testdb11935.dbo.testtbl16983\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY BUCKETS (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb11935.dbo.testtbl16983 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb11935.dbo.testtvf12217;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb11935.dbo.testtvf12217()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb11935.dbo.testview1702 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb11935.dbo.testproc12652()\\nAS BEGIN\\n CREATE VIEW testdb11935.dbo.testview1702 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT0.2299482S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"29a37c28-60c4-40d8-b81b-5db4cdc42e3e\",\r\n \"name\": \"testjob14414\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-19T14:35:20.6179245-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-19T14:35:20.6179245-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-10-19T14:35:21.0398228-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb11435; CREATE DATABASE testdb11435; \\n//Create Table\\nCREATE TABLE testdb11435.dbo.testtbl12016\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY BUCKETS (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb11435.dbo.testtbl12016 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb11435.dbo.testtvf14493;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb11435.dbo.testtvf14493()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb11435.dbo.testview11667 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb11435.dbo.testproc19998()\\nAS BEGIN\\n CREATE VIEW testdb11435.dbo.testview11667 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT0.1877726S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1549,19 +1611,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:38:01 GMT" - ], - "Pragma": [ - "no-cache" + "Wed, 19 Oct 2016 21:35:20 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "65fffa61-a5b2-435d-9ab1-539133f85b72" + "2906b122-56e5-4ded-8dd7-a8464abb6709" ], "X-Content-Type-Options": [ "nosniff" @@ -1573,22 +1632,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/fba970ce-9066-4dc7-a1f3-7ab2fc380aba?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvZmJhOTcwY2UtOTA2Ni00ZGM3LWExZjMtN2FiMmZjMzgwYWJhP2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/Jobs/29a37c28-60c4-40d8-b81b-5db4cdc42e3e?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvMjlhMzdjMjgtNjBjNC00MGQ4LWI4MWItNWRiNGNkYzQyZTNlP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e2f8a7e3-7715-40a9-a334-66c9d1d42a40" + "c99f5b81-8f5b-469e-9df1-0edc2a49ae24" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"fba970ce-9066-4dc7-a1f3-7ab2fc380aba\",\r\n \"name\": \"testjob12679\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 0,\r\n \"submitTime\": \"2016-08-26T10:38:01.2393581-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-26T10:38:01.2393581-07:00\",\r\n \"details\": \"userName:adlsvc01@benwgoldoutlook.onmicrosoft.com;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-08-26T10:38:01.8487486-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb11935; CREATE DATABASE testdb11935; \\n//Create Table\\nCREATE TABLE testdb11935.dbo.testtbl16983\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY BUCKETS (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb11935.dbo.testtbl16983 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb11935.dbo.testtvf12217;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb11935.dbo.testtvf12217()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb11935.dbo.testview1702 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb11935.dbo.testproc12652()\\nAS BEGIN\\n CREATE VIEW testdb11935.dbo.testview1702 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT5.5425395S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"29a37c28-60c4-40d8-b81b-5db4cdc42e3e\",\r\n \"name\": \"testjob14414\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-19T14:35:20.6179245-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-19T14:35:20.6179245-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-10-19T14:35:21.0398228-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb11435; CREATE DATABASE testdb11435; \\n//Create Table\\nCREATE TABLE testdb11435.dbo.testtbl12016\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY BUCKETS (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb11435.dbo.testtbl12016 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb11435.dbo.testtvf14493;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb11435.dbo.testtvf14493()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb11435.dbo.testview11667 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb11435.dbo.testproc19998()\\nAS BEGIN\\n CREATE VIEW testdb11435.dbo.testview11667 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT5.39101S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1597,19 +1657,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:38:06 GMT" - ], - "Pragma": [ - "no-cache" + "Wed, 19 Oct 2016 21:35:26 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "71e7aaa1-45fa-4a8e-b4d5-b61c22ad6386" + "d60129fe-4b8b-4e55-9013-0d2ce7d18562" ], "X-Content-Type-Options": [ "nosniff" @@ -1621,22 +1678,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/fba970ce-9066-4dc7-a1f3-7ab2fc380aba?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvZmJhOTcwY2UtOTA2Ni00ZGM3LWExZjMtN2FiMmZjMzgwYWJhP2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/Jobs/29a37c28-60c4-40d8-b81b-5db4cdc42e3e?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvMjlhMzdjMjgtNjBjNC00MGQ4LWI4MWItNWRiNGNkYzQyZTNlP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "71de485d-4716-48cc-9b42-c28c1807b0a0" + "48a1660b-3a9f-4ff5-a866-499b6993beff" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"fba970ce-9066-4dc7-a1f3-7ab2fc380aba\",\r\n \"name\": \"testjob12679\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 0,\r\n \"submitTime\": \"2016-08-26T10:38:01.2393581-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-26T10:38:01.2393581-07:00\",\r\n \"details\": \"userName:adlsvc01@benwgoldoutlook.onmicrosoft.com;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-08-26T10:38:01.8487486-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb11935; CREATE DATABASE testdb11935; \\n//Create Table\\nCREATE TABLE testdb11935.dbo.testtbl16983\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY BUCKETS (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb11935.dbo.testtbl16983 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb11935.dbo.testtvf12217;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb11935.dbo.testtvf12217()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb11935.dbo.testview1702 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb11935.dbo.testproc12652()\\nAS BEGIN\\n CREATE VIEW testdb11935.dbo.testview1702 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT10.74577S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"29a37c28-60c4-40d8-b81b-5db4cdc42e3e\",\r\n \"name\": \"testjob14414\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-19T14:35:20.6179245-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-19T14:35:20.6179245-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-10-19T14:35:21.0398228-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb11435; CREATE DATABASE testdb11435; \\n//Create Table\\nCREATE TABLE testdb11435.dbo.testtbl12016\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY BUCKETS (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb11435.dbo.testtbl12016 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb11435.dbo.testtvf14493;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb11435.dbo.testtvf14493()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb11435.dbo.testview11667 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb11435.dbo.testproc19998()\\nAS BEGIN\\n CREATE VIEW testdb11435.dbo.testview11667 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT10.5785979S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1645,19 +1703,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:38:12 GMT" - ], - "Pragma": [ - "no-cache" + "Wed, 19 Oct 2016 21:35:31 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "f3037b20-4a22-4bd3-bc32-b2372d50ed0f" + "825b5242-2f02-429b-ba77-1cbee1e6edef" ], "X-Content-Type-Options": [ "nosniff" @@ -1669,22 +1724,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/fba970ce-9066-4dc7-a1f3-7ab2fc380aba?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvZmJhOTcwY2UtOTA2Ni00ZGM3LWExZjMtN2FiMmZjMzgwYWJhP2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/Jobs/29a37c28-60c4-40d8-b81b-5db4cdc42e3e?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvMjlhMzdjMjgtNjBjNC00MGQ4LWI4MWItNWRiNGNkYzQyZTNlP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f35bd555-892d-4274-bef5-3308b3ee3bae" + "73033e8f-d1cb-4675-b554-c7b2017b64e3" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"fba970ce-9066-4dc7-a1f3-7ab2fc380aba\",\r\n \"name\": \"testjob12679\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 0,\r\n \"submitTime\": \"2016-08-26T10:38:01.2393581-07:00\",\r\n \"state\": \"Starting\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-26T10:38:01.2393581-07:00\",\r\n \"details\": \"userName:adlsvc01@benwgoldoutlook.onmicrosoft.com;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-08-26T10:38:01.8487486-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-08-26T10:38:15.161574-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-08-26T10:38:15.1772362-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:d1a43240-6ab5-4adc-8bb9-229b2d8c9f6d\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-08-26T10:38:15.1772362-07:00\",\r\n \"details\": \"runtimeVersion:kobo_live_signed_5080972\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_live_signed_5080972\",\r\n \"rootProcessNodeId\": \"d1a43240-6ab5-4adc-8bb9-229b2d8c9f6d\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb11935; CREATE DATABASE testdb11935; \\n//Create Table\\nCREATE TABLE testdb11935.dbo.testtbl16983\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY BUCKETS (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb11935.dbo.testtbl16983 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb11935.dbo.testtvf12217;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb11935.dbo.testtvf12217()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb11935.dbo.testview1702 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb11935.dbo.testproc12652()\\nAS BEGIN\\n CREATE VIEW testdb11935.dbo.testview1702 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/algebra.xml\",\r\n \"yarnApplicationId\": 136588,\r\n \"yarnApplicationTimeStamp\": 1470956432046,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT13.3128254S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0.0156622S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"29a37c28-60c4-40d8-b81b-5db4cdc42e3e\",\r\n \"name\": \"testjob14414\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-19T14:35:20.6179245-07:00\",\r\n \"state\": \"Starting\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-19T14:35:20.6179245-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-10-19T14:35:21.0398228-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-10-19T14:35:34.4461885-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-10-19T14:35:34.4461885-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:96c45c2c-4dbf-4339-87a8-849079c346bc\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-10-19T14:35:34.461814-07:00\",\r\n \"details\": \"runtimeVersion:kobo_live_signed_5151747\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"diagnosticsjson\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/diagnosticsjson\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_live_signed_5151747\",\r\n \"rootProcessNodeId\": \"96c45c2c-4dbf-4339-87a8-849079c346bc\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb11435; CREATE DATABASE testdb11435; \\n//Create Table\\nCREATE TABLE testdb11435.dbo.testtbl12016\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY BUCKETS (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb11435.dbo.testtbl12016 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb11435.dbo.testtvf14493;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb11435.dbo.testtvf14493()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb11435.dbo.testview11667 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb11435.dbo.testproc19998()\\nAS BEGIN\\n CREATE VIEW testdb11435.dbo.testview11667 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/algebra.xml\",\r\n \"yarnApplicationId\": 27074,\r\n \"yarnApplicationTimeStamp\": 1476736434051,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT13.4063657S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT2.3870256S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1693,19 +1749,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:38:17 GMT" - ], - "Pragma": [ - "no-cache" + "Wed, 19 Oct 2016 21:35:36 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "a0be6a58-c1fa-4849-b97f-7ca7d92fbbe2" + "46571e6d-65aa-4951-8f73-8f9ef2f4e39d" ], "X-Content-Type-Options": [ "nosniff" @@ -1717,22 +1770,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/fba970ce-9066-4dc7-a1f3-7ab2fc380aba?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvZmJhOTcwY2UtOTA2Ni00ZGM3LWExZjMtN2FiMmZjMzgwYWJhP2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/Jobs/29a37c28-60c4-40d8-b81b-5db4cdc42e3e?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvMjlhMzdjMjgtNjBjNC00MGQ4LWI4MWItNWRiNGNkYzQyZTNlP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b79a5411-41ee-4739-ac01-c46ceeda9a4e" + "d4babe1c-07df-4d2c-9e2d-aa3d09178300" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"fba970ce-9066-4dc7-a1f3-7ab2fc380aba\",\r\n \"name\": \"testjob12679\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 0,\r\n \"submitTime\": \"2016-08-26T10:38:01.2393581-07:00\",\r\n \"state\": \"Starting\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-26T10:38:01.2393581-07:00\",\r\n \"details\": \"userName:adlsvc01@benwgoldoutlook.onmicrosoft.com;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-08-26T10:38:01.8487486-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-08-26T10:38:15.161574-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-08-26T10:38:15.1772362-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:d1a43240-6ab5-4adc-8bb9-229b2d8c9f6d\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-08-26T10:38:15.1772362-07:00\",\r\n \"details\": \"runtimeVersion:kobo_live_signed_5080972\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_live_signed_5080972\",\r\n \"rootProcessNodeId\": \"d1a43240-6ab5-4adc-8bb9-229b2d8c9f6d\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb11935; CREATE DATABASE testdb11935; \\n//Create Table\\nCREATE TABLE testdb11935.dbo.testtbl16983\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY BUCKETS (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb11935.dbo.testtbl16983 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb11935.dbo.testtvf12217;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb11935.dbo.testtvf12217()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb11935.dbo.testview1702 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb11935.dbo.testproc12652()\\nAS BEGIN\\n CREATE VIEW testdb11935.dbo.testview1702 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/algebra.xml\",\r\n \"yarnApplicationId\": 136588,\r\n \"yarnApplicationTimeStamp\": 1470956432046,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT13.3128254S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0.0156622S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"29a37c28-60c4-40d8-b81b-5db4cdc42e3e\",\r\n \"name\": \"testjob14414\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-19T14:35:20.6179245-07:00\",\r\n \"state\": \"Starting\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-19T14:35:20.6179245-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-10-19T14:35:21.0398228-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-10-19T14:35:34.4461885-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-10-19T14:35:34.4461885-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:96c45c2c-4dbf-4339-87a8-849079c346bc\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-10-19T14:35:34.461814-07:00\",\r\n \"details\": \"runtimeVersion:kobo_live_signed_5151747\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"diagnosticsjson\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/diagnosticsjson\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_live_signed_5151747\",\r\n \"rootProcessNodeId\": \"96c45c2c-4dbf-4339-87a8-849079c346bc\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb11435; CREATE DATABASE testdb11435; \\n//Create Table\\nCREATE TABLE testdb11435.dbo.testtbl12016\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY BUCKETS (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb11435.dbo.testtbl12016 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb11435.dbo.testtvf14493;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb11435.dbo.testtvf14493()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb11435.dbo.testview11667 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb11435.dbo.testproc19998()\\nAS BEGIN\\n CREATE VIEW testdb11435.dbo.testview11667 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/algebra.xml\",\r\n \"yarnApplicationId\": 27074,\r\n \"yarnApplicationTimeStamp\": 1476736434051,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT13.4063657S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT7.5949691S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1741,19 +1795,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:38:23 GMT" - ], - "Pragma": [ - "no-cache" + "Wed, 19 Oct 2016 21:35:41 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "05ef7afa-7036-4f40-b308-69802c98b1b7" + "210edb8c-1b83-410a-8176-9eec9fd9bb9a" ], "X-Content-Type-Options": [ "nosniff" @@ -1765,22 +1816,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/fba970ce-9066-4dc7-a1f3-7ab2fc380aba?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvZmJhOTcwY2UtOTA2Ni00ZGM3LWExZjMtN2FiMmZjMzgwYWJhP2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/Jobs/29a37c28-60c4-40d8-b81b-5db4cdc42e3e?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvMjlhMzdjMjgtNjBjNC00MGQ4LWI4MWItNWRiNGNkYzQyZTNlP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c0b47063-1402-473f-ba91-dad3ceb3e557" + "d4d66b95-a49e-442e-a8e6-ce19742f49c5" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"fba970ce-9066-4dc7-a1f3-7ab2fc380aba\",\r\n \"name\": \"testjob12679\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 0,\r\n \"submitTime\": \"2016-08-26T10:38:01.2393581-07:00\",\r\n \"state\": \"Starting\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-26T10:38:01.2393581-07:00\",\r\n \"details\": \"userName:adlsvc01@benwgoldoutlook.onmicrosoft.com;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-08-26T10:38:01.8487486-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-08-26T10:38:15.161574-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-08-26T10:38:15.1772362-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:d1a43240-6ab5-4adc-8bb9-229b2d8c9f6d\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-08-26T10:38:15.1772362-07:00\",\r\n \"details\": \"runtimeVersion:kobo_live_signed_5080972\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_live_signed_5080972\",\r\n \"rootProcessNodeId\": \"d1a43240-6ab5-4adc-8bb9-229b2d8c9f6d\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb11935; CREATE DATABASE testdb11935; \\n//Create Table\\nCREATE TABLE testdb11935.dbo.testtbl16983\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY BUCKETS (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb11935.dbo.testtbl16983 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb11935.dbo.testtvf12217;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb11935.dbo.testtvf12217()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb11935.dbo.testview1702 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb11935.dbo.testproc12652()\\nAS BEGIN\\n CREATE VIEW testdb11935.dbo.testview1702 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/algebra.xml\",\r\n \"yarnApplicationId\": 136588,\r\n \"yarnApplicationTimeStamp\": 1470956432046,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT13.3128254S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0.0156622S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"29a37c28-60c4-40d8-b81b-5db4cdc42e3e\",\r\n \"name\": \"testjob14414\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-19T14:35:20.6179245-07:00\",\r\n \"state\": \"Starting\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-19T14:35:20.6179245-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-10-19T14:35:21.0398228-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-10-19T14:35:34.4461885-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-10-19T14:35:34.4461885-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:96c45c2c-4dbf-4339-87a8-849079c346bc\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-10-19T14:35:34.461814-07:00\",\r\n \"details\": \"runtimeVersion:kobo_live_signed_5151747\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"diagnosticsjson\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/diagnosticsjson\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_live_signed_5151747\",\r\n \"rootProcessNodeId\": \"96c45c2c-4dbf-4339-87a8-849079c346bc\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb11435; CREATE DATABASE testdb11435; \\n//Create Table\\nCREATE TABLE testdb11435.dbo.testtbl12016\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY BUCKETS (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb11435.dbo.testtbl12016 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb11435.dbo.testtvf14493;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb11435.dbo.testtvf14493()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb11435.dbo.testview11667 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb11435.dbo.testproc19998()\\nAS BEGIN\\n CREATE VIEW testdb11435.dbo.testview11667 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/algebra.xml\",\r\n \"yarnApplicationId\": 27074,\r\n \"yarnApplicationTimeStamp\": 1476736434051,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT13.4063657S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT12.9759631S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1789,19 +1841,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:38:29 GMT" - ], - "Pragma": [ - "no-cache" + "Wed, 19 Oct 2016 21:35:46 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "8c2c8990-a760-448f-80fe-3ac4e0eab7bb" + "50a31117-107c-4f94-8ab3-626ac8bf3fae" ], "X-Content-Type-Options": [ "nosniff" @@ -1813,22 +1862,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/fba970ce-9066-4dc7-a1f3-7ab2fc380aba?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvZmJhOTcwY2UtOTA2Ni00ZGM3LWExZjMtN2FiMmZjMzgwYWJhP2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/Jobs/29a37c28-60c4-40d8-b81b-5db4cdc42e3e?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvMjlhMzdjMjgtNjBjNC00MGQ4LWI4MWItNWRiNGNkYzQyZTNlP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2b512f7b-9288-45ce-b63a-9adfbd5cb80d" + "16106720-a7cc-41c5-9d47-4857cddb83ab" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"fba970ce-9066-4dc7-a1f3-7ab2fc380aba\",\r\n \"name\": \"testjob12679\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 0,\r\n \"submitTime\": \"2016-08-26T10:38:01.2393581-07:00\",\r\n \"startTime\": \"2016-08-26T10:38:29.2276838-07:00\",\r\n \"endTime\": \"2016-08-26T10:38:29.2276838-07:00\",\r\n \"state\": \"Ended\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-26T10:38:01.2393581-07:00\",\r\n \"details\": \"userName:adlsvc01@benwgoldoutlook.onmicrosoft.com;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-08-26T10:38:01.8487486-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-08-26T10:38:15.161574-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-08-26T10:38:15.1772362-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:d1a43240-6ab5-4adc-8bb9-229b2d8c9f6d\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-08-26T10:38:15.1772362-07:00\",\r\n \"details\": \"runtimeVersion:kobo_live_signed_5080972\"\r\n },\r\n {\r\n \"newState\": \"Running\",\r\n \"timeStamp\": \"2016-08-26T10:38:29.2276838-07:00\",\r\n \"details\": \"runAttempt:1\"\r\n },\r\n {\r\n \"newState\": \"Ended\",\r\n \"timeStamp\": \"2016-08-26T10:38:29.2276838-07:00\",\r\n \"details\": \"result:Succeeded\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_live_signed_5080972\",\r\n \"rootProcessNodeId\": \"d1a43240-6ab5-4adc-8bb9-229b2d8c9f6d\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb11935; CREATE DATABASE testdb11935; \\n//Create Table\\nCREATE TABLE testdb11935.dbo.testtbl16983\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY BUCKETS (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb11935.dbo.testtbl16983 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb11935.dbo.testtvf12217;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb11935.dbo.testtvf12217()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb11935.dbo.testview1702 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb11935.dbo.testproc12652()\\nAS BEGIN\\n CREATE VIEW testdb11935.dbo.testview1702 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake19386.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/38/fba970ce-9066-4dc7-a1f3-7ab2fc380aba/algebra.xml\",\r\n \"yarnApplicationId\": 136588,\r\n \"yarnApplicationTimeStamp\": 1470956432046,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT13.3128254S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0.0156622S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"29a37c28-60c4-40d8-b81b-5db4cdc42e3e\",\r\n \"name\": \"testjob14414\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-19T14:35:20.6179245-07:00\",\r\n \"state\": \"Starting\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-19T14:35:20.6179245-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-10-19T14:35:21.0398228-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-10-19T14:35:34.4461885-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-10-19T14:35:34.4461885-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:96c45c2c-4dbf-4339-87a8-849079c346bc\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-10-19T14:35:34.461814-07:00\",\r\n \"details\": \"runtimeVersion:kobo_live_signed_5151747\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"diagnosticsjson\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/diagnosticsjson\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_live_signed_5151747\",\r\n \"rootProcessNodeId\": \"96c45c2c-4dbf-4339-87a8-849079c346bc\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb11435; CREATE DATABASE testdb11435; \\n//Create Table\\nCREATE TABLE testdb11435.dbo.testtbl12016\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY BUCKETS (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb11435.dbo.testtbl12016 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb11435.dbo.testtvf14493;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb11435.dbo.testtvf14493()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb11435.dbo.testview11667 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb11435.dbo.testproc19998()\\nAS BEGIN\\n CREATE VIEW testdb11435.dbo.testview11667 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/algebra.xml\",\r\n \"yarnApplicationId\": 27074,\r\n \"yarnApplicationTimeStamp\": 1476736434051,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT13.4063657S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT18.1479357S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1837,19 +1887,62 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:38:33 GMT" + "Wed, 19 Oct 2016 21:35:51 GMT" ], - "Pragma": [ - "no-cache" + "Transfer-Encoding": [ + "chunked" + ], + "x-ms-request-id": [ + "8bf45a14-3382-4eb3-bcc0-db13e4c12770" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=15724800; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/Jobs/29a37c28-60c4-40d8-b81b-5db4cdc42e3e?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvMjlhMzdjMjgtNjBjNC00MGQ4LWI4MWItNWRiNGNkYzQyZTNlP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a74cd626-aa86-42d4-bd93-db2188bbac91" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" + ] + }, + "ResponseBody": "{\r\n \"jobId\": \"29a37c28-60c4-40d8-b81b-5db4cdc42e3e\",\r\n \"name\": \"testjob14414\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-19T14:35:20.6179245-07:00\",\r\n \"startTime\": \"2016-10-19T14:35:54.9035145-07:00\",\r\n \"endTime\": \"2016-10-19T14:35:54.9347388-07:00\",\r\n \"state\": \"Ended\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-19T14:35:20.6179245-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-10-19T14:35:21.0398228-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-10-19T14:35:34.4461885-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-10-19T14:35:34.4461885-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:96c45c2c-4dbf-4339-87a8-849079c346bc\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-10-19T14:35:34.461814-07:00\",\r\n \"details\": \"runtimeVersion:kobo_live_signed_5151747\"\r\n },\r\n {\r\n \"newState\": \"Running\",\r\n \"timeStamp\": \"2016-10-19T14:35:54.9035145-07:00\",\r\n \"details\": \"runAttempt:1\"\r\n },\r\n {\r\n \"newState\": \"Ended\",\r\n \"timeStamp\": \"2016-10-19T14:35:54.9347388-07:00\",\r\n \"details\": \"result:Succeeded\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"diagnosticsjson\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/diagnosticsjson\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_live_signed_5151747\",\r\n \"rootProcessNodeId\": \"96c45c2c-4dbf-4339-87a8-849079c346bc\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb11435; CREATE DATABASE testdb11435; \\n//Create Table\\nCREATE TABLE testdb11435.dbo.testtbl12016\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY BUCKETS (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb11435.dbo.testtbl12016 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb11435.dbo.testtvf14493;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb11435.dbo.testtvf14493()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb11435.dbo.testview11667 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb11435.dbo.testproc19998()\\nAS BEGIN\\n CREATE VIEW testdb11435.dbo.testview11667 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake12298.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/35/29a37c28-60c4-40d8-b81b-5db4cdc42e3e/algebra.xml\",\r\n \"yarnApplicationId\": 27074,\r\n \"yarnApplicationTimeStamp\": 1476736434051,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT13.4063657S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT20.457326S\",\r\n \"totalRunningTime\": \"PT0.0312243S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-store, no-cache, max-age=0, private" + ], + "Date": [ + "Wed, 19 Oct 2016 21:35:57 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "03cd9230-f478-4dae-a138-5a0fa49f9dc3" + "ab65abe7-c6f9-4627-af0b-ad011fa1f796" ], "X-Content-Type-Options": [ "nosniff" @@ -1861,22 +1954,23 @@ "StatusCode": 200 }, { - "RequestUri": "/catalog/usql/databases?api-version=2015-10-01-preview", - "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXM/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/catalog/usql/databases?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXM/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "de21db10-c0bb-4cb4-ae8b-1574b7d8e8a5" + "44bf282c-8855-414e-bb81-939b1bf4709e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba2928.azuredatalakeanalytics.net/sqlip/$metadata#databases\",\r\n \"value\": [\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"version\": \"95ffd880-0e48-4cae-8153-9236dfd0f474\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"testdb11935\",\r\n \"version\": \"d5e76c8a-e746-4299-81c4-618428a98044\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba25897.azuredatalakeanalytics.net/sqlip/$metadata#databases\",\r\n \"value\": [\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"version\": \"17773439-f6b4-462d-bdd4-2495f40e83dc\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"testdb11435\",\r\n \"version\": \"d921e4e7-bfd1-428b-960c-9b278c9eff48\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -1885,19 +1979,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:38:35 GMT" - ], - "Pragma": [ - "no-cache" + "Wed, 19 Oct 2016 21:35:57 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "bd093b85-43cb-4c9b-8986-c5b30f4601d3" + "11c19d2b-1549-45eb-b5ae-8cfcbce93e80" ], "OData-Version": [ "4.0" @@ -1912,22 +2003,23 @@ "StatusCode": 200 }, { - "RequestUri": "/catalog/usql/databases/testdb11935?api-version=2015-10-01-preview", - "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTE5MzU/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/catalog/usql/databases/testdb11435?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTE0MzU/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "560268b1-75c8-4dfb-9d16-9e91df8a363c" + "416ba7f0-1aa3-45ce-8a9d-6132f3066d56" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba2928.azuredatalakeanalytics.net/sqlip/$metadata#databases/$entity\",\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"testdb11935\",\r\n \"version\": \"d5e76c8a-e746-4299-81c4-618428a98044\"\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba25897.azuredatalakeanalytics.net/sqlip/$metadata#databases/$entity\",\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"testdb11435\",\r\n \"version\": \"d921e4e7-bfd1-428b-960c-9b278c9eff48\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -1936,19 +2028,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:38:35 GMT" - ], - "Pragma": [ - "no-cache" + "Wed, 19 Oct 2016 21:35:58 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "b67c3ae9-ff55-45e8-b3f9-55dbae737379" + "2347fd0e-1300-4f1d-b6fe-d703150fdda2" ], "OData-Version": [ "4.0" @@ -1963,22 +2052,23 @@ "StatusCode": 200 }, { - "RequestUri": "/catalog/usql/databases/testdb11935/schemas/dbo/tables?api-version=2015-10-01-preview", - "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTE5MzUvc2NoZW1hcy9kYm8vdGFibGVzP2FwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/catalog/usql/databases/testdb11435/schemas/dbo/tables?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTE0MzUvc2NoZW1hcy9kYm8vdGFibGVzP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5a9debec-6fd9-43a4-b374-d1cc8825387e" + "b39070fb-5014-4cab-b4e1-3bce629e085d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba2928.azuredatalakeanalytics.net/sqlip/$metadata#tables\",\r\n \"value\": [\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"testdb11935\",\r\n \"schemaName\": \"dbo\",\r\n \"tableName\": \"testtbl16983\",\r\n \"columnList\": [\r\n {\r\n \"name\": \"UserId\",\r\n \"type\": \"System.Int32\"\r\n },\r\n {\r\n \"name\": \"Start\",\r\n \"type\": \"System.DateTime\"\r\n },\r\n {\r\n \"name\": \"Region\",\r\n \"type\": \"System.String\"\r\n },\r\n {\r\n \"name\": \"Query\",\r\n \"type\": \"System.String\"\r\n },\r\n {\r\n \"name\": \"Duration\",\r\n \"type\": \"System.Int32\"\r\n },\r\n {\r\n \"name\": \"Urls\",\r\n \"type\": \"System.String\"\r\n },\r\n {\r\n \"name\": \"ClickedUrls\",\r\n \"type\": \"System.String\"\r\n }\r\n ],\r\n \"indexList\": [\r\n {\r\n \"name\": \"idx1\",\r\n \"indexKeys\": [\r\n {\r\n \"name\": \"Region\",\r\n \"descending\": false\r\n }\r\n ],\r\n \"columns\": [\r\n \"Region\",\r\n \"UserId\"\r\n ],\r\n \"distributionInfo\": {\r\n \"type\": 2,\r\n \"keys\": [\r\n {\r\n \"name\": \"Region\",\r\n \"descending\": false\r\n }\r\n ],\r\n \"count\": 0,\r\n \"dynamicCount\": 0\r\n },\r\n \"partitionFunction\": \"c0ff502b-9678-4243-80b3-397e762db9f0\",\r\n \"partitionKeyList\": [\r\n \"UserId\"\r\n ],\r\n \"isColumnstore\": false,\r\n \"indexId\": 1,\r\n \"isUnique\": false\r\n }\r\n ],\r\n \"partitionKeyList\": [],\r\n \"externalTable\": null,\r\n \"distributionInfo\": null,\r\n \"version\": \"4bbdd30e-24ad-435d-9a7c-3d582b7cc56c\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba25897.azuredatalakeanalytics.net/sqlip/$metadata#tables\",\r\n \"value\": [\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"testdb11435\",\r\n \"schemaName\": \"dbo\",\r\n \"tableName\": \"testtbl12016\",\r\n \"columnList\": [\r\n {\r\n \"name\": \"UserId\",\r\n \"type\": \"System.Int32\"\r\n },\r\n {\r\n \"name\": \"Start\",\r\n \"type\": \"System.DateTime\"\r\n },\r\n {\r\n \"name\": \"Region\",\r\n \"type\": \"System.String\"\r\n },\r\n {\r\n \"name\": \"Query\",\r\n \"type\": \"System.String\"\r\n },\r\n {\r\n \"name\": \"Duration\",\r\n \"type\": \"System.Int32\"\r\n },\r\n {\r\n \"name\": \"Urls\",\r\n \"type\": \"System.String\"\r\n },\r\n {\r\n \"name\": \"ClickedUrls\",\r\n \"type\": \"System.String\"\r\n }\r\n ],\r\n \"indexList\": [\r\n {\r\n \"name\": \"idx1\",\r\n \"indexKeys\": [\r\n {\r\n \"name\": \"Region\",\r\n \"descending\": false\r\n }\r\n ],\r\n \"columns\": [\r\n \"Region\",\r\n \"UserId\"\r\n ],\r\n \"distributionInfo\": {\r\n \"type\": 2,\r\n \"keys\": [\r\n {\r\n \"name\": \"Region\",\r\n \"descending\": false\r\n }\r\n ],\r\n \"count\": 0,\r\n \"dynamicCount\": 0\r\n },\r\n \"partitionFunction\": \"55e831b4-2fd6-4e2b-8776-d6895fa8710b\",\r\n \"partitionKeyList\": [\r\n \"UserId\"\r\n ],\r\n \"isColumnstore\": false,\r\n \"indexId\": 1,\r\n \"isUnique\": false\r\n }\r\n ],\r\n \"partitionKeyList\": [],\r\n \"externalTable\": null,\r\n \"distributionInfo\": null,\r\n \"version\": \"53ebe5b4-230b-4609-80ef-6712c70faca0\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -1987,19 +2077,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:38:36 GMT" - ], - "Pragma": [ - "no-cache" + "Wed, 19 Oct 2016 21:35:58 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "8ec3219b-12d9-445d-a61f-7dfefaa9fb0a" + "317c01bd-2db2-4b57-a3ad-085bb8a6990c" ], "OData-Version": [ "4.0" @@ -2014,22 +2101,23 @@ "StatusCode": 200 }, { - "RequestUri": "/catalog/usql/databases/testdb11935/schemas/dbo/tables/testtbl16983?api-version=2015-10-01-preview", - "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTE5MzUvc2NoZW1hcy9kYm8vdGFibGVzL3Rlc3R0YmwxNjk4Mz9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/catalog/usql/databases/testdb11435/schemas/dbo/tables/testtbl12016?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTE0MzUvc2NoZW1hcy9kYm8vdGFibGVzL3Rlc3R0YmwxMjAxNj9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "16029ba7-02da-4a70-9851-b2f0b9a098ee" + "afe8ffc7-36a8-46ed-97b7-b50e33bc50b2" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba2928.azuredatalakeanalytics.net/sqlip/$metadata#tables/$entity\",\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"testdb11935\",\r\n \"schemaName\": \"dbo\",\r\n \"tableName\": \"testtbl16983\",\r\n \"columnList\": [\r\n {\r\n \"name\": \"UserId\",\r\n \"type\": \"System.Int32\"\r\n },\r\n {\r\n \"name\": \"Start\",\r\n \"type\": \"System.DateTime\"\r\n },\r\n {\r\n \"name\": \"Region\",\r\n \"type\": \"System.String\"\r\n },\r\n {\r\n \"name\": \"Query\",\r\n \"type\": \"System.String\"\r\n },\r\n {\r\n \"name\": \"Duration\",\r\n \"type\": \"System.Int32\"\r\n },\r\n {\r\n \"name\": \"Urls\",\r\n \"type\": \"System.String\"\r\n },\r\n {\r\n \"name\": \"ClickedUrls\",\r\n \"type\": \"System.String\"\r\n }\r\n ],\r\n \"indexList\": [\r\n {\r\n \"name\": \"idx1\",\r\n \"indexKeys\": [\r\n {\r\n \"name\": \"Region\",\r\n \"descending\": false\r\n }\r\n ],\r\n \"columns\": [\r\n \"Region\",\r\n \"UserId\"\r\n ],\r\n \"distributionInfo\": {\r\n \"type\": 2,\r\n \"keys\": [\r\n {\r\n \"name\": \"Region\",\r\n \"descending\": false\r\n }\r\n ],\r\n \"count\": 0,\r\n \"dynamicCount\": 0\r\n },\r\n \"partitionFunction\": \"c0ff502b-9678-4243-80b3-397e762db9f0\",\r\n \"partitionKeyList\": [\r\n \"UserId\"\r\n ],\r\n \"isColumnstore\": false,\r\n \"indexId\": 1,\r\n \"isUnique\": false\r\n }\r\n ],\r\n \"partitionKeyList\": [],\r\n \"externalTable\": null,\r\n \"distributionInfo\": null,\r\n \"version\": \"4bbdd30e-24ad-435d-9a7c-3d582b7cc56c\"\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba25897.azuredatalakeanalytics.net/sqlip/$metadata#tables/$entity\",\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"testdb11435\",\r\n \"schemaName\": \"dbo\",\r\n \"tableName\": \"testtbl12016\",\r\n \"columnList\": [\r\n {\r\n \"name\": \"UserId\",\r\n \"type\": \"System.Int32\"\r\n },\r\n {\r\n \"name\": \"Start\",\r\n \"type\": \"System.DateTime\"\r\n },\r\n {\r\n \"name\": \"Region\",\r\n \"type\": \"System.String\"\r\n },\r\n {\r\n \"name\": \"Query\",\r\n \"type\": \"System.String\"\r\n },\r\n {\r\n \"name\": \"Duration\",\r\n \"type\": \"System.Int32\"\r\n },\r\n {\r\n \"name\": \"Urls\",\r\n \"type\": \"System.String\"\r\n },\r\n {\r\n \"name\": \"ClickedUrls\",\r\n \"type\": \"System.String\"\r\n }\r\n ],\r\n \"indexList\": [\r\n {\r\n \"name\": \"idx1\",\r\n \"indexKeys\": [\r\n {\r\n \"name\": \"Region\",\r\n \"descending\": false\r\n }\r\n ],\r\n \"columns\": [\r\n \"Region\",\r\n \"UserId\"\r\n ],\r\n \"distributionInfo\": {\r\n \"type\": 2,\r\n \"keys\": [\r\n {\r\n \"name\": \"Region\",\r\n \"descending\": false\r\n }\r\n ],\r\n \"count\": 0,\r\n \"dynamicCount\": 0\r\n },\r\n \"partitionFunction\": \"55e831b4-2fd6-4e2b-8776-d6895fa8710b\",\r\n \"partitionKeyList\": [\r\n \"UserId\"\r\n ],\r\n \"isColumnstore\": false,\r\n \"indexId\": 1,\r\n \"isUnique\": false\r\n }\r\n ],\r\n \"partitionKeyList\": [],\r\n \"externalTable\": null,\r\n \"distributionInfo\": null,\r\n \"version\": \"53ebe5b4-230b-4609-80ef-6712c70faca0\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -2038,19 +2126,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:38:36 GMT" - ], - "Pragma": [ - "no-cache" + "Wed, 19 Oct 2016 21:35:58 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "f7a46869-1aad-41b1-9c69-efa7d4d256af" + "80ca4326-cd89-46f2-800b-3992e2f39be1" ], "OData-Version": [ "4.0" @@ -2065,22 +2150,23 @@ "StatusCode": 200 }, { - "RequestUri": "/catalog/usql/databases/testdb11935/schemas/dbo/tablevaluedfunctions?api-version=2015-10-01-preview", - "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTE5MzUvc2NoZW1hcy9kYm8vdGFibGV2YWx1ZWRmdW5jdGlvbnM/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/catalog/usql/databases/testdb11435/schemas/dbo/tablevaluedfunctions?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTE0MzUvc2NoZW1hcy9kYm8vdGFibGV2YWx1ZWRmdW5jdGlvbnM/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "433de159-9edf-4190-bd55-aab954dc9c13" + "79e82bb0-e19a-43d5-9dc1-ebafd7a91038" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba2928.azuredatalakeanalytics.net/sqlip/$metadata#tablevaluedfunctions\",\r\n \"value\": [\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"testdb11935\",\r\n \"schemaName\": \"dbo\",\r\n \"tvfName\": \"testtvf12217\",\r\n \"definition\": \"//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb11935.dbo.testtvf12217()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\",\r\n \"version\": \"3f346695-c84f-4112-a4a6-2c4b6e063ec8\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba25897.azuredatalakeanalytics.net/sqlip/$metadata#tablevaluedfunctions\",\r\n \"value\": [\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"testdb11435\",\r\n \"schemaName\": \"dbo\",\r\n \"tvfName\": \"testtvf14493\",\r\n \"definition\": \"//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb11435.dbo.testtvf14493()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\",\r\n \"version\": \"83f02582-209a-48a6-b35c-ed7546680f5a\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -2089,19 +2175,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:38:37 GMT" - ], - "Pragma": [ - "no-cache" + "Wed, 19 Oct 2016 21:35:58 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "fda7c2e8-1d79-4ab6-9cb4-f3d18e79dab4" + "60d15d46-4278-4765-b5bd-1cbd63c5d7e4" ], "OData-Version": [ "4.0" @@ -2116,22 +2199,23 @@ "StatusCode": 200 }, { - "RequestUri": "/catalog/usql/databases/testdb11935/schemas/dbo/tablevaluedfunctions/testtvf12217?api-version=2015-10-01-preview", - "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTE5MzUvc2NoZW1hcy9kYm8vdGFibGV2YWx1ZWRmdW5jdGlvbnMvdGVzdHR2ZjEyMjE3P2FwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/catalog/usql/databases/testdb11435/schemas/dbo/tablevaluedfunctions/testtvf14493?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTE0MzUvc2NoZW1hcy9kYm8vdGFibGV2YWx1ZWRmdW5jdGlvbnMvdGVzdHR2ZjE0NDkzP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d1299010-ba60-46d2-85a0-087b6e7993ad" + "3253d4aa-5acb-49c9-a975-60a4c3a29a48" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba2928.azuredatalakeanalytics.net/sqlip/$metadata#tablevaluedfunctions/$entity\",\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"testdb11935\",\r\n \"schemaName\": \"dbo\",\r\n \"tvfName\": \"testtvf12217\",\r\n \"definition\": \"//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb11935.dbo.testtvf12217()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\",\r\n \"version\": \"3f346695-c84f-4112-a4a6-2c4b6e063ec8\"\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba25897.azuredatalakeanalytics.net/sqlip/$metadata#tablevaluedfunctions/$entity\",\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"testdb11435\",\r\n \"schemaName\": \"dbo\",\r\n \"tvfName\": \"testtvf14493\",\r\n \"definition\": \"//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb11435.dbo.testtvf14493()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\",\r\n \"version\": \"83f02582-209a-48a6-b35c-ed7546680f5a\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -2140,19 +2224,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:38:37 GMT" - ], - "Pragma": [ - "no-cache" + "Wed, 19 Oct 2016 21:35:58 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "336e9c82-d487-488d-b364-51c04104c03c" + "13321ab8-8780-4237-adbe-371c8a3f0965" ], "OData-Version": [ "4.0" @@ -2167,22 +2248,23 @@ "StatusCode": 200 }, { - "RequestUri": "/catalog/usql/databases/testdb11935/schemas/dbo/views?api-version=2015-10-01-preview", - "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTE5MzUvc2NoZW1hcy9kYm8vdmlld3M/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/catalog/usql/databases/testdb11435/schemas/dbo/views?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTE0MzUvc2NoZW1hcy9kYm8vdmlld3M/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "55625980-e286-4e04-97ae-01c728ecb0aa" + "57c751da-7053-48b4-b029-9d1eccaada6f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba2928.azuredatalakeanalytics.net/sqlip/$metadata#views\",\r\n \"value\": [\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"testdb11935\",\r\n \"schemaName\": \"dbo\",\r\n \"viewName\": \"testview1702\",\r\n \"definition\": \"CREATE VIEW testdb11935.dbo.testview1702 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\",\r\n \"version\": \"200ed945-6435-4a00-b038-0d16127c1390\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba25897.azuredatalakeanalytics.net/sqlip/$metadata#views\",\r\n \"value\": [\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"testdb11435\",\r\n \"schemaName\": \"dbo\",\r\n \"viewName\": \"testview11667\",\r\n \"definition\": \"CREATE VIEW testdb11435.dbo.testview11667 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\",\r\n \"version\": \"84ffd89b-d0bc-41e6-bc1a-4abe5f2ec710\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -2191,19 +2273,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:38:37 GMT" - ], - "Pragma": [ - "no-cache" + "Wed, 19 Oct 2016 21:35:59 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "d89df5ec-86a8-4571-b539-d61f82effadf" + "4bbd20d8-7823-45c6-ac56-f1faeb36744a" ], "OData-Version": [ "4.0" @@ -2218,22 +2297,23 @@ "StatusCode": 200 }, { - "RequestUri": "/catalog/usql/databases/testdb11935/schemas/dbo/views/testview1702?api-version=2015-10-01-preview", - "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTE5MzUvc2NoZW1hcy9kYm8vdmlld3MvdGVzdHZpZXcxNzAyP2FwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/catalog/usql/databases/testdb11435/schemas/dbo/views/testview11667?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTE0MzUvc2NoZW1hcy9kYm8vdmlld3MvdGVzdHZpZXcxMTY2Nz9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0a5f7f7b-304c-476b-a386-fb463c91445f" + "ca68f448-1075-4c05-9e5d-ea148e8f4b76" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba2928.azuredatalakeanalytics.net/sqlip/$metadata#views/$entity\",\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"testdb11935\",\r\n \"schemaName\": \"dbo\",\r\n \"viewName\": \"testview1702\",\r\n \"definition\": \"CREATE VIEW testdb11935.dbo.testview1702 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\",\r\n \"version\": \"200ed945-6435-4a00-b038-0d16127c1390\"\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba25897.azuredatalakeanalytics.net/sqlip/$metadata#views/$entity\",\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"testdb11435\",\r\n \"schemaName\": \"dbo\",\r\n \"viewName\": \"testview11667\",\r\n \"definition\": \"CREATE VIEW testdb11435.dbo.testview11667 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\",\r\n \"version\": \"84ffd89b-d0bc-41e6-bc1a-4abe5f2ec710\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -2242,19 +2322,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:38:38 GMT" - ], - "Pragma": [ - "no-cache" + "Wed, 19 Oct 2016 21:35:59 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "21ad79e9-754e-4f42-ae6e-5f7d3acb391e" + "7da94f1e-d8a2-406e-b905-995ff463734a" ], "OData-Version": [ "4.0" @@ -2269,22 +2346,23 @@ "StatusCode": 200 }, { - "RequestUri": "/catalog/usql/databases/testdb11935/schemas/dbo/procedures?api-version=2015-10-01-preview", - "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTE5MzUvc2NoZW1hcy9kYm8vcHJvY2VkdXJlcz9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/catalog/usql/databases/testdb11435/schemas/dbo/procedures?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTE0MzUvc2NoZW1hcy9kYm8vcHJvY2VkdXJlcz9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "948bb76c-fefa-4faf-a952-b9ab7e52bd04" + "7daefcf8-76e2-43fb-a2b8-a8ce8e997547" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba2928.azuredatalakeanalytics.net/sqlip/$metadata#procedures\",\r\n \"value\": [\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"testdb11935\",\r\n \"schemaName\": \"dbo\",\r\n \"procName\": \"testproc12652\",\r\n \"definition\": \"CREATE PROCEDURE testdb11935.dbo.testproc12652()\\nAS BEGIN\\n CREATE VIEW testdb11935.dbo.testview1702 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"version\": \"fbccec36-72d0-4295-9fb1-32c093bbabd9\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba25897.azuredatalakeanalytics.net/sqlip/$metadata#procedures\",\r\n \"value\": [\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"testdb11435\",\r\n \"schemaName\": \"dbo\",\r\n \"procName\": \"testproc19998\",\r\n \"definition\": \"CREATE PROCEDURE testdb11435.dbo.testproc19998()\\nAS BEGIN\\n CREATE VIEW testdb11435.dbo.testview11667 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"version\": \"0cfb35b0-ce4a-42de-857d-5f8fb7d02358\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -2293,19 +2371,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:38:38 GMT" - ], - "Pragma": [ - "no-cache" + "Wed, 19 Oct 2016 21:35:59 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "1738294d-9709-4bed-98c1-181ca7b259a1" + "ec4c1518-a870-41f8-8b57-1d1bc5eef7c7" ], "OData-Version": [ "4.0" @@ -2320,22 +2395,23 @@ "StatusCode": 200 }, { - "RequestUri": "/catalog/usql/databases/testdb11935/schemas/dbo/procedures/testproc12652?api-version=2015-10-01-preview", - "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTE5MzUvc2NoZW1hcy9kYm8vcHJvY2VkdXJlcy90ZXN0cHJvYzEyNjUyP2FwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/catalog/usql/databases/testdb11435/schemas/dbo/procedures/testproc19998?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTE0MzUvc2NoZW1hcy9kYm8vcHJvY2VkdXJlcy90ZXN0cHJvYzE5OTk4P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7225d303-7ee5-4705-9c49-9585bff34c2d" + "4e00493e-ee7f-4a23-865c-11c6d245da05" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba2928.azuredatalakeanalytics.net/sqlip/$metadata#procedures/$entity\",\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"testdb11935\",\r\n \"schemaName\": \"dbo\",\r\n \"procName\": \"testproc12652\",\r\n \"definition\": \"CREATE PROCEDURE testdb11935.dbo.testproc12652()\\nAS BEGIN\\n CREATE VIEW testdb11935.dbo.testview1702 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"version\": \"fbccec36-72d0-4295-9fb1-32c093bbabd9\"\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba25897.azuredatalakeanalytics.net/sqlip/$metadata#procedures/$entity\",\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"testdb11435\",\r\n \"schemaName\": \"dbo\",\r\n \"procName\": \"testproc19998\",\r\n \"definition\": \"CREATE PROCEDURE testdb11435.dbo.testproc19998()\\nAS BEGIN\\n CREATE VIEW testdb11435.dbo.testview11667 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"version\": \"0cfb35b0-ce4a-42de-857d-5f8fb7d02358\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -2344,19 +2420,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:38:38 GMT" - ], - "Pragma": [ - "no-cache" + "Wed, 19 Oct 2016 21:35:59 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "6ea20493-1359-4393-8960-cc527c169f44" + "4e9718ad-9974-406e-905e-b9764fb28098" ], "OData-Version": [ "4.0" @@ -2371,22 +2444,23 @@ "StatusCode": 200 }, { - "RequestUri": "/catalog/usql/databases/testdb11935/schemas/dbo/tables/testtbl16983/partitions?api-version=2015-10-01-preview", - "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTE5MzUvc2NoZW1hcy9kYm8vdGFibGVzL3Rlc3R0YmwxNjk4My9wYXJ0aXRpb25zP2FwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/catalog/usql/databases/testdb11435/schemas/dbo/tables/testtbl12016/partitions?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTE0MzUvc2NoZW1hcy9kYm8vdGFibGVzL3Rlc3R0YmwxMjAxNi9wYXJ0aXRpb25zP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "640d7248-a2c1-4e3b-bf94-62b891510413" + "63d46a47-0f5b-4418-961e-4c2c37dd7826" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba2928.azuredatalakeanalytics.net/sqlip/$metadata#partitions\",\r\n \"value\": [\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"testdb11935\",\r\n \"schemaName\": \"dbo\",\r\n \"partitionName\": \"testtbl16983_Partition_0219207a-9e8e-417c-a4ef-0af533c3590e\",\r\n \"indexId\": 1,\r\n \"label\": [\r\n \"1\"\r\n ],\r\n \"createDate\": \"2016-08-26T17:38:26.057-07:00\",\r\n \"parentName\": {\r\n \"server\": \"79135f59-c2ce-4aba-bbf6-b18c7008850f\",\r\n \"firstPart\": \"testdb11935\",\r\n \"secondPart\": \"dbo\",\r\n \"thirdPart\": \"testtbl16983\"\r\n },\r\n \"version\": \"4ed8cb30-8943-4954-8156-7e21dde31ec3\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba25897.azuredatalakeanalytics.net/sqlip/$metadata#partitions\",\r\n \"value\": [\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"testdb11435\",\r\n \"schemaName\": \"dbo\",\r\n \"partitionName\": \"testtbl12016_Partition_6a63dd10-aecd-400b-9a4b-48cf8a8f0a7b\",\r\n \"indexId\": 1,\r\n \"label\": [\r\n \"1\"\r\n ],\r\n \"createDate\": \"2016-10-19T21:35:50.207-07:00\",\r\n \"parentName\": {\r\n \"server\": \"b367d888-1471-4590-96e5-082529bae044\",\r\n \"firstPart\": \"testdb11435\",\r\n \"secondPart\": \"dbo\",\r\n \"thirdPart\": \"testtbl12016\"\r\n },\r\n \"version\": \"e7f4fbac-a0ac-466d-9400-a036d8003a55\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -2395,19 +2469,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:38:38 GMT" - ], - "Pragma": [ - "no-cache" + "Wed, 19 Oct 2016 21:35:59 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "781b34a4-3153-49dd-90be-75f88e7dcc74" + "53e544f8-486a-4e16-bb1a-6a0d83fb8450" ], "OData-Version": [ "4.0" @@ -2422,22 +2493,23 @@ "StatusCode": 200 }, { - "RequestUri": "/catalog/usql/databases/testdb11935/schemas/dbo/tables/testtbl16983/partitions/testtbl16983_Partition_0219207a-9e8e-417c-a4ef-0af533c3590e?api-version=2015-10-01-preview", - "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTE5MzUvc2NoZW1hcy9kYm8vdGFibGVzL3Rlc3R0YmwxNjk4My9wYXJ0aXRpb25zL3Rlc3R0YmwxNjk4M19QYXJ0aXRpb25fMDIxOTIwN2EtOWU4ZS00MTdjLWE0ZWYtMGFmNTMzYzM1OTBlP2FwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/catalog/usql/databases/testdb11435/schemas/dbo/tables/testtbl12016/partitions/testtbl12016_Partition_6a63dd10-aecd-400b-9a4b-48cf8a8f0a7b?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTE0MzUvc2NoZW1hcy9kYm8vdGFibGVzL3Rlc3R0YmwxMjAxNi9wYXJ0aXRpb25zL3Rlc3R0YmwxMjAxNl9QYXJ0aXRpb25fNmE2M2RkMTAtYWVjZC00MDBiLTlhNGItNDhjZjhhOGYwYTdiP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c66be142-cda4-47cc-819c-776222c8cb95" + "7654d131-6813-4015-b36c-5890d115616b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba2928.azuredatalakeanalytics.net/sqlip/$metadata#partitions/$entity\",\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"testdb11935\",\r\n \"schemaName\": \"dbo\",\r\n \"partitionName\": \"testtbl16983_Partition_0219207a-9e8e-417c-a4ef-0af533c3590e\",\r\n \"indexId\": 1,\r\n \"label\": [\r\n \"1\"\r\n ],\r\n \"createDate\": \"2016-08-26T17:38:26.057-07:00\",\r\n \"parentName\": {\r\n \"server\": \"79135f59-c2ce-4aba-bbf6-b18c7008850f\",\r\n \"firstPart\": \"testdb11935\",\r\n \"secondPart\": \"dbo\",\r\n \"thirdPart\": \"testtbl16983\"\r\n },\r\n \"version\": \"4ed8cb30-8943-4954-8156-7e21dde31ec3\"\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba25897.azuredatalakeanalytics.net/sqlip/$metadata#partitions/$entity\",\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"testdb11435\",\r\n \"schemaName\": \"dbo\",\r\n \"partitionName\": \"testtbl12016_Partition_6a63dd10-aecd-400b-9a4b-48cf8a8f0a7b\",\r\n \"indexId\": 1,\r\n \"label\": [\r\n \"1\"\r\n ],\r\n \"createDate\": \"2016-10-19T21:35:50.207-07:00\",\r\n \"parentName\": {\r\n \"server\": \"b367d888-1471-4590-96e5-082529bae044\",\r\n \"firstPart\": \"testdb11435\",\r\n \"secondPart\": \"dbo\",\r\n \"thirdPart\": \"testtbl12016\"\r\n },\r\n \"version\": \"e7f4fbac-a0ac-466d-9400-a036d8003a55\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -2446,19 +2518,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:38:39 GMT" - ], - "Pragma": [ - "no-cache" + "Wed, 19 Oct 2016 21:36:00 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "548bddb4-9d19-4ac9-8a05-6ed315932a0b" + "c8cb93e3-c18e-4138-a4a1-f348986015b6" ], "OData-Version": [ "4.0" @@ -2473,22 +2542,23 @@ "StatusCode": 200 }, { - "RequestUri": "/catalog/usql/databases/testdb11935/schemas/dbo/types?api-version=2015-10-01-preview", - "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTE5MzUvc2NoZW1hcy9kYm8vdHlwZXM/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/catalog/usql/databases/testdb11435/schemas/dbo/types?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTE0MzUvc2NoZW1hcy9kYm8vdHlwZXM/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "91bc05d7-5e46-4b2a-83df-3920b257d922" + "ef5301e7-92ce-443d-9f52-b256b79164d6" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba2928.azuredatalakeanalytics.net/sqlip/$metadata#types\",\r\n \"value\": [\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlArray\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"Microsoft.Analytics.Types.Sql.SqlArray\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlArray\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 334,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": true,\r\n \"version\": \"1137ad93-d19b-4d4e-b726-011f76d4d833\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlBinary\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"SqlBinary\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlBinary\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 341,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"b05e4357-12c7-461f-9559-4c39cfae1338\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlBit\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"SqlBit\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlBit\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 339,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"caeb6f59-f027-4348-a3ff-f064531e0ee8\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlByte\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"SqlByte\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlByte\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 338,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"f2583736-1f0e-4072-8a04-d83db5e08241\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlDate\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"SqlDate\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlDate\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 343,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"29f9721a-315b-498f-a304-762e0511226d\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlDecimal\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"SqlDecimal\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlDecimal\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 342,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"d6d8f781-23bf-48a6-a462-8946bab23c36\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlDouble\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"SqlDouble\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlDouble\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 344,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"db1bc9a7-f5da-4d64-9baa-399c9f72d6e2\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlGuid\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"SqlGuid\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlGuid\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 345,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"ab6715ed-cfba-4b5a-92e9-f86520b8e711\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlInt16\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"SqlInt16\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlInt16\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 335,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"4ee64682-cbd4-40cc-90e9-c5de1433bbed\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlInt32\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"SqlInt32\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlInt32\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 336,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"9af787e7-9fc0-4819-80ac-0339ce031ab3\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlInt64\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"SqlInt64\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlInt64\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 337,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"44d67b27-8bd8-4072-81ca-2d32adfdb17c\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlMap\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"Microsoft.Analytics.Types.Sql.SqlMap\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlMap\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 333,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": true,\r\n \"version\": \"18cf5d12-3651-44fe-ad16-cf5068f0b112\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlMoney\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"SqlMoney\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlMoney\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 346,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"861e13ee-e110-4dd2-b0df-f2eb9a6b5bd2\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlSingle\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"SqlSingle\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlSingle\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 347,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"7037d7f1-e3d4-416f-bf81-285b630a75e4\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlString\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"SqlString\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlString\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 340,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"a15306f5-43f5-433b-b795-ce02ee911953\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlStruct\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"Microsoft.Analytics.Types.Sql.SqlStruct\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlStruct\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 332,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": true,\r\n \"version\": \"f89f413d-bd5f-440a-b069-8fc345643648\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Boolean\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"bool\",\r\n \"fullCSharpName\": \"System.Boolean\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 300,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"c04b91b8-2b7e-45b3-ada9-db5ede901672\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Boolean?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"bool?\",\r\n \"fullCSharpName\": \"System.Boolean?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 301,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"42f3147a-ed9b-47ae-a8ad-aa2fbc51e0ad\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Byte\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"byte\",\r\n \"fullCSharpName\": \"System.Byte\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 302,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"6a048add-f003-4d73-8471-3b0be963d1ac\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Byte?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"byte?\",\r\n \"fullCSharpName\": \"System.Byte?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 303,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"c2623267-2a86-444a-a773-89783eae5b30\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Byte[]\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"byte[]\",\r\n \"fullCSharpName\": \"System.Byte[]\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 328,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"84506afa-d9ad-4bef-9e44-cd00f1f54ce3\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Char\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"char\",\r\n \"fullCSharpName\": \"System.Char\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 310,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"bb4bb082-4d9c-4ce4-aa1b-bfaea278ac92\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Char?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"char?\",\r\n \"fullCSharpName\": \"System.Char?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 311,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"748c6bfa-5a8e-43d4-823b-3b3be0d8b85a\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.DateTime\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"DateTime\",\r\n \"fullCSharpName\": \"System.DateTime\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 326,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"4e348b46-7218-4c30-b879-ceee5a59e7bb\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.DateTime?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"DateTime?\",\r\n \"fullCSharpName\": \"System.DateTime?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 327,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"eb486159-acfa-4499-9b1a-e0ecda5d52a2\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Decimal\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"decimal\",\r\n \"fullCSharpName\": \"System.Decimal\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 324,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"f29ebb5f-17e8-4448-8aec-1a6702380e75\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Decimal?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"decimal?\",\r\n \"fullCSharpName\": \"System.Decimal?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 325,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"b78657ef-955b-4841-805e-bec1e9d11e37\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Double\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"double\",\r\n \"fullCSharpName\": \"System.Double\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 322,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"f3bbcc4e-d872-4bd1-8429-7082199016d3\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Double?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"double?\",\r\n \"fullCSharpName\": \"System.Double?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 323,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"5832365f-70cb-47f9-92db-46cf7903dffc\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Guid\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"Guid\",\r\n \"fullCSharpName\": \"System.Guid\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 330,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"ccccbe73-770a-4bc8-905f-2eec41e79736\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Guid?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"Guid?\",\r\n \"fullCSharpName\": \"System.Guid?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 331,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"db4c6514-17fa-4de1-ab25-a22817844593\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Int16\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"short\",\r\n \"fullCSharpName\": \"System.Int16\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 306,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"2cca4ae1-4272-4ca4-832e-5bc22c486299\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Int16?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"short?\",\r\n \"fullCSharpName\": \"System.Int16?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 307,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"cef0bb72-9079-471b-855c-cfb87b1dc11f\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Int32\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"int\",\r\n \"fullCSharpName\": \"System.Int32\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 312,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"2a3f9560-1645-4e60-8ca5-9713f2ef8363\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Int32?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"int?\",\r\n \"fullCSharpName\": \"System.Int32?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 313,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"29fedecb-21d0-4fa8-bf6b-2539bee71bcc\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Int64\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"long\",\r\n \"fullCSharpName\": \"System.Int64\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 316,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"14c67089-ce4d-4770-8425-a0c41788c3cd\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Int64?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"long?\",\r\n \"fullCSharpName\": \"System.Int64?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 317,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"01b8cce9-d5e9-4f38-9f29-d5f3927d7407\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.SByte\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"sbyte\",\r\n \"fullCSharpName\": \"System.SByte\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 304,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"899a07dd-662c-4cd2-8f98-6ec34d739355\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.SByte?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"sbyte?\",\r\n \"fullCSharpName\": \"System.SByte?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 305,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"f76f7f1a-64d9-4c50-a38c-a6b2578f66d3\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Single\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"float\",\r\n \"fullCSharpName\": \"System.Single\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 320,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"04ae7374-f270-48ba-b429-c7e07bfcde61\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Single?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"float?\",\r\n \"fullCSharpName\": \"System.Single?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 321,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"f8f90902-84a6-449f-96fe-6710accc0f7a\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.String\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"string\",\r\n \"fullCSharpName\": \"System.String\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 329,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"313664ea-0a0b-4016-8c25-a11052d885ad\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.UInt16\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"ushort\",\r\n \"fullCSharpName\": \"System.UInt16\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 308,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"1ee295be-df81-4f21-a17c-31205884958b\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.UInt16?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"ushort?\",\r\n \"fullCSharpName\": \"System.UInt16?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 309,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"a3228a28-dc3d-42f1-81d7-86899822af91\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.UInt32\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"uint\",\r\n \"fullCSharpName\": \"System.UInt32\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 314,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"133275dc-ec4b-4662-86ee-f6d13b0e8b7e\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.UInt32?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"uint?\",\r\n \"fullCSharpName\": \"System.UInt32?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 315,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"7292a0b6-ff2d-4c02-b256-63993c2b270a\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.UInt64\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"ulong\",\r\n \"fullCSharpName\": \"System.UInt64\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 318,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"e80c1a1c-99d9-418c-9f66-097c048095bb\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.UInt64?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"ulong?\",\r\n \"fullCSharpName\": \"System.UInt64?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 319,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"48cbabb8-03fc-4f00-bad6-0641a7f562c7\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba25897.azuredatalakeanalytics.net/sqlip/$metadata#types\",\r\n \"value\": [\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlArray\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"Microsoft.Analytics.Types.Sql.SqlArray\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlArray\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 334,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": true,\r\n \"version\": \"1137ad93-d19b-4d4e-b726-011f76d4d833\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlBinary\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"SqlBinary\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlBinary\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 341,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"b05e4357-12c7-461f-9559-4c39cfae1338\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlBit\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"SqlBit\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlBit\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 339,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"caeb6f59-f027-4348-a3ff-f064531e0ee8\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlByte\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"SqlByte\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlByte\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 338,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"f2583736-1f0e-4072-8a04-d83db5e08241\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlDate\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"SqlDate\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlDate\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 343,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"29f9721a-315b-498f-a304-762e0511226d\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlDecimal\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"SqlDecimal\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlDecimal\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 342,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"d6d8f781-23bf-48a6-a462-8946bab23c36\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlDouble\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"SqlDouble\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlDouble\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 344,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"db1bc9a7-f5da-4d64-9baa-399c9f72d6e2\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlGuid\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"SqlGuid\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlGuid\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 345,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"ab6715ed-cfba-4b5a-92e9-f86520b8e711\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlInt16\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"SqlInt16\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlInt16\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 335,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"4ee64682-cbd4-40cc-90e9-c5de1433bbed\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlInt32\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"SqlInt32\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlInt32\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 336,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"9af787e7-9fc0-4819-80ac-0339ce031ab3\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlInt64\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"SqlInt64\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlInt64\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 337,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"44d67b27-8bd8-4072-81ca-2d32adfdb17c\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlMap\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"Microsoft.Analytics.Types.Sql.SqlMap\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlMap\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 333,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": true,\r\n \"version\": \"18cf5d12-3651-44fe-ad16-cf5068f0b112\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlMoney\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"SqlMoney\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlMoney\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 346,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"861e13ee-e110-4dd2-b0df-f2eb9a6b5bd2\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlSingle\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"SqlSingle\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlSingle\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 347,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"7037d7f1-e3d4-416f-bf81-285b630a75e4\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlString\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"SqlString\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlString\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 340,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"a15306f5-43f5-433b-b795-ce02ee911953\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlStruct\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"Microsoft.Analytics.Types.Sql.SqlStruct\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlStruct\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 332,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": true,\r\n \"version\": \"f89f413d-bd5f-440a-b069-8fc345643648\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Boolean\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"bool\",\r\n \"fullCSharpName\": \"System.Boolean\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 300,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"c04b91b8-2b7e-45b3-ada9-db5ede901672\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Boolean?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"bool?\",\r\n \"fullCSharpName\": \"System.Boolean?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 301,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"42f3147a-ed9b-47ae-a8ad-aa2fbc51e0ad\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Byte\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"byte\",\r\n \"fullCSharpName\": \"System.Byte\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 302,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"6a048add-f003-4d73-8471-3b0be963d1ac\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Byte?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"byte?\",\r\n \"fullCSharpName\": \"System.Byte?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 303,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"c2623267-2a86-444a-a773-89783eae5b30\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Byte[]\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"byte[]\",\r\n \"fullCSharpName\": \"System.Byte[]\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 328,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"84506afa-d9ad-4bef-9e44-cd00f1f54ce3\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Char\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"char\",\r\n \"fullCSharpName\": \"System.Char\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 310,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"bb4bb082-4d9c-4ce4-aa1b-bfaea278ac92\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Char?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"char?\",\r\n \"fullCSharpName\": \"System.Char?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 311,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"748c6bfa-5a8e-43d4-823b-3b3be0d8b85a\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.DateTime\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"DateTime\",\r\n \"fullCSharpName\": \"System.DateTime\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 326,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"4e348b46-7218-4c30-b879-ceee5a59e7bb\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.DateTime?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"DateTime?\",\r\n \"fullCSharpName\": \"System.DateTime?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 327,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"eb486159-acfa-4499-9b1a-e0ecda5d52a2\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Decimal\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"decimal\",\r\n \"fullCSharpName\": \"System.Decimal\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 324,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"f29ebb5f-17e8-4448-8aec-1a6702380e75\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Decimal?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"decimal?\",\r\n \"fullCSharpName\": \"System.Decimal?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 325,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"b78657ef-955b-4841-805e-bec1e9d11e37\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Double\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"double\",\r\n \"fullCSharpName\": \"System.Double\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 322,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"f3bbcc4e-d872-4bd1-8429-7082199016d3\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Double?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"double?\",\r\n \"fullCSharpName\": \"System.Double?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 323,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"5832365f-70cb-47f9-92db-46cf7903dffc\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Guid\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"Guid\",\r\n \"fullCSharpName\": \"System.Guid\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 330,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"ccccbe73-770a-4bc8-905f-2eec41e79736\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Guid?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"Guid?\",\r\n \"fullCSharpName\": \"System.Guid?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 331,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"db4c6514-17fa-4de1-ab25-a22817844593\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Int16\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"short\",\r\n \"fullCSharpName\": \"System.Int16\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 306,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"2cca4ae1-4272-4ca4-832e-5bc22c486299\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Int16?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"short?\",\r\n \"fullCSharpName\": \"System.Int16?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 307,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"cef0bb72-9079-471b-855c-cfb87b1dc11f\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Int32\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"int\",\r\n \"fullCSharpName\": \"System.Int32\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 312,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"2a3f9560-1645-4e60-8ca5-9713f2ef8363\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Int32?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"int?\",\r\n \"fullCSharpName\": \"System.Int32?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 313,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"29fedecb-21d0-4fa8-bf6b-2539bee71bcc\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Int64\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"long\",\r\n \"fullCSharpName\": \"System.Int64\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 316,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"14c67089-ce4d-4770-8425-a0c41788c3cd\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Int64?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"long?\",\r\n \"fullCSharpName\": \"System.Int64?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 317,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"01b8cce9-d5e9-4f38-9f29-d5f3927d7407\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.SByte\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"sbyte\",\r\n \"fullCSharpName\": \"System.SByte\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 304,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"899a07dd-662c-4cd2-8f98-6ec34d739355\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.SByte?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"sbyte?\",\r\n \"fullCSharpName\": \"System.SByte?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 305,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"f76f7f1a-64d9-4c50-a38c-a6b2578f66d3\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Single\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"float\",\r\n \"fullCSharpName\": \"System.Single\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 320,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"04ae7374-f270-48ba-b429-c7e07bfcde61\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Single?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"float?\",\r\n \"fullCSharpName\": \"System.Single?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 321,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"f8f90902-84a6-449f-96fe-6710accc0f7a\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.String\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"string\",\r\n \"fullCSharpName\": \"System.String\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 329,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"313664ea-0a0b-4016-8c25-a11052d885ad\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.UInt16\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"ushort\",\r\n \"fullCSharpName\": \"System.UInt16\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 308,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"1ee295be-df81-4f21-a17c-31205884958b\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.UInt16?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"ushort?\",\r\n \"fullCSharpName\": \"System.UInt16?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 309,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"a3228a28-dc3d-42f1-81d7-86899822af91\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.UInt32\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"uint\",\r\n \"fullCSharpName\": \"System.UInt32\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 314,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"133275dc-ec4b-4662-86ee-f6d13b0e8b7e\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.UInt32?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"uint?\",\r\n \"fullCSharpName\": \"System.UInt32?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 315,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"7292a0b6-ff2d-4c02-b256-63993c2b270a\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.UInt64\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"ulong\",\r\n \"fullCSharpName\": \"System.UInt64\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 318,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"e80c1a1c-99d9-418c-9f66-097c048095bb\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.UInt64?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"ulong?\",\r\n \"fullCSharpName\": \"System.UInt64?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 319,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"48cbabb8-03fc-4f00-bad6-0641a7f562c7\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -2497,19 +2567,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:38:39 GMT" - ], - "Pragma": [ - "no-cache" + "Wed, 19 Oct 2016 21:36:00 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "f8ae12b2-0a03-4067-8773-861cf5ebe701" + "81af299c-7f1b-442a-9ea7-d3a38748854a" ], "OData-Version": [ "4.0" @@ -2524,22 +2591,23 @@ "StatusCode": 200 }, { - "RequestUri": "/catalog/usql/databases/testdb11935/schemas/dbo/types?$filter=isComplexType%20eq%20false&api-version=2015-10-01-preview", - "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTE5MzUvc2NoZW1hcy9kYm8vdHlwZXM/JGZpbHRlcj1pc0NvbXBsZXhUeXBlJTIwZXElMjBmYWxzZSZhcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/catalog/usql/databases/testdb11435/schemas/dbo/types?$filter=isComplexType%20eq%20false&api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTE0MzUvc2NoZW1hcy9kYm8vdHlwZXM/JGZpbHRlcj1pc0NvbXBsZXhUeXBlJTIwZXElMjBmYWxzZSZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2c4c08a5-380a-4b22-801c-9c017bf18053" + "07857af2-b038-4a4f-88c2-3e2a560ec692" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba2928.azuredatalakeanalytics.net/sqlip/$metadata#types\",\r\n \"value\": [\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlBinary\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"SqlBinary\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlBinary\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 341,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"b05e4357-12c7-461f-9559-4c39cfae1338\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlBit\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"SqlBit\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlBit\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 339,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"caeb6f59-f027-4348-a3ff-f064531e0ee8\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlByte\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"SqlByte\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlByte\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 338,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"f2583736-1f0e-4072-8a04-d83db5e08241\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlDate\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"SqlDate\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlDate\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 343,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"29f9721a-315b-498f-a304-762e0511226d\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlDecimal\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"SqlDecimal\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlDecimal\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 342,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"d6d8f781-23bf-48a6-a462-8946bab23c36\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlDouble\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"SqlDouble\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlDouble\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 344,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"db1bc9a7-f5da-4d64-9baa-399c9f72d6e2\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlGuid\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"SqlGuid\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlGuid\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 345,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"ab6715ed-cfba-4b5a-92e9-f86520b8e711\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlInt16\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"SqlInt16\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlInt16\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 335,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"4ee64682-cbd4-40cc-90e9-c5de1433bbed\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlInt32\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"SqlInt32\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlInt32\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 336,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"9af787e7-9fc0-4819-80ac-0339ce031ab3\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlInt64\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"SqlInt64\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlInt64\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 337,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"44d67b27-8bd8-4072-81ca-2d32adfdb17c\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlMoney\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"SqlMoney\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlMoney\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 346,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"861e13ee-e110-4dd2-b0df-f2eb9a6b5bd2\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlSingle\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"SqlSingle\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlSingle\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 347,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"7037d7f1-e3d4-416f-bf81-285b630a75e4\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlString\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"SqlString\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlString\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 340,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"a15306f5-43f5-433b-b795-ce02ee911953\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Boolean\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"bool\",\r\n \"fullCSharpName\": \"System.Boolean\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 300,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"c04b91b8-2b7e-45b3-ada9-db5ede901672\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Boolean?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"bool?\",\r\n \"fullCSharpName\": \"System.Boolean?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 301,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"42f3147a-ed9b-47ae-a8ad-aa2fbc51e0ad\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Byte\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"byte\",\r\n \"fullCSharpName\": \"System.Byte\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 302,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"6a048add-f003-4d73-8471-3b0be963d1ac\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Byte?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"byte?\",\r\n \"fullCSharpName\": \"System.Byte?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 303,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"c2623267-2a86-444a-a773-89783eae5b30\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Byte[]\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"byte[]\",\r\n \"fullCSharpName\": \"System.Byte[]\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 328,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"84506afa-d9ad-4bef-9e44-cd00f1f54ce3\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Char\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"char\",\r\n \"fullCSharpName\": \"System.Char\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 310,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"bb4bb082-4d9c-4ce4-aa1b-bfaea278ac92\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Char?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"char?\",\r\n \"fullCSharpName\": \"System.Char?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 311,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"748c6bfa-5a8e-43d4-823b-3b3be0d8b85a\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.DateTime\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"DateTime\",\r\n \"fullCSharpName\": \"System.DateTime\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 326,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"4e348b46-7218-4c30-b879-ceee5a59e7bb\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.DateTime?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"DateTime?\",\r\n \"fullCSharpName\": \"System.DateTime?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 327,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"eb486159-acfa-4499-9b1a-e0ecda5d52a2\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Decimal\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"decimal\",\r\n \"fullCSharpName\": \"System.Decimal\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 324,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"f29ebb5f-17e8-4448-8aec-1a6702380e75\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Decimal?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"decimal?\",\r\n \"fullCSharpName\": \"System.Decimal?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 325,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"b78657ef-955b-4841-805e-bec1e9d11e37\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Double\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"double\",\r\n \"fullCSharpName\": \"System.Double\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 322,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"f3bbcc4e-d872-4bd1-8429-7082199016d3\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Double?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"double?\",\r\n \"fullCSharpName\": \"System.Double?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 323,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"5832365f-70cb-47f9-92db-46cf7903dffc\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Guid\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"Guid\",\r\n \"fullCSharpName\": \"System.Guid\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 330,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"ccccbe73-770a-4bc8-905f-2eec41e79736\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Guid?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"Guid?\",\r\n \"fullCSharpName\": \"System.Guid?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 331,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"db4c6514-17fa-4de1-ab25-a22817844593\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Int16\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"short\",\r\n \"fullCSharpName\": \"System.Int16\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 306,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"2cca4ae1-4272-4ca4-832e-5bc22c486299\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Int16?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"short?\",\r\n \"fullCSharpName\": \"System.Int16?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 307,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"cef0bb72-9079-471b-855c-cfb87b1dc11f\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Int32\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"int\",\r\n \"fullCSharpName\": \"System.Int32\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 312,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"2a3f9560-1645-4e60-8ca5-9713f2ef8363\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Int32?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"int?\",\r\n \"fullCSharpName\": \"System.Int32?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 313,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"29fedecb-21d0-4fa8-bf6b-2539bee71bcc\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Int64\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"long\",\r\n \"fullCSharpName\": \"System.Int64\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 316,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"14c67089-ce4d-4770-8425-a0c41788c3cd\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Int64?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"long?\",\r\n \"fullCSharpName\": \"System.Int64?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 317,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"01b8cce9-d5e9-4f38-9f29-d5f3927d7407\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.SByte\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"sbyte\",\r\n \"fullCSharpName\": \"System.SByte\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 304,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"899a07dd-662c-4cd2-8f98-6ec34d739355\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.SByte?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"sbyte?\",\r\n \"fullCSharpName\": \"System.SByte?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 305,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"f76f7f1a-64d9-4c50-a38c-a6b2578f66d3\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Single\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"float\",\r\n \"fullCSharpName\": \"System.Single\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 320,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"04ae7374-f270-48ba-b429-c7e07bfcde61\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Single?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"float?\",\r\n \"fullCSharpName\": \"System.Single?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 321,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"f8f90902-84a6-449f-96fe-6710accc0f7a\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.String\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"string\",\r\n \"fullCSharpName\": \"System.String\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 329,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"313664ea-0a0b-4016-8c25-a11052d885ad\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.UInt16\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"ushort\",\r\n \"fullCSharpName\": \"System.UInt16\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 308,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"1ee295be-df81-4f21-a17c-31205884958b\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.UInt16?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"ushort?\",\r\n \"fullCSharpName\": \"System.UInt16?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 309,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"a3228a28-dc3d-42f1-81d7-86899822af91\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.UInt32\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"uint\",\r\n \"fullCSharpName\": \"System.UInt32\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 314,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"133275dc-ec4b-4662-86ee-f6d13b0e8b7e\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.UInt32?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"uint?\",\r\n \"fullCSharpName\": \"System.UInt32?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 315,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"7292a0b6-ff2d-4c02-b256-63993c2b270a\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.UInt64\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"ulong\",\r\n \"fullCSharpName\": \"System.UInt64\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 318,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"e80c1a1c-99d9-418c-9f66-097c048095bb\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba2928\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.UInt64?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"ulong?\",\r\n \"fullCSharpName\": \"System.UInt64?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 319,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"48cbabb8-03fc-4f00-bad6-0641a7f562c7\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba25897.azuredatalakeanalytics.net/sqlip/$metadata#types\",\r\n \"value\": [\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlBinary\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"SqlBinary\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlBinary\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 341,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"b05e4357-12c7-461f-9559-4c39cfae1338\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlBit\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"SqlBit\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlBit\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 339,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"caeb6f59-f027-4348-a3ff-f064531e0ee8\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlByte\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"SqlByte\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlByte\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 338,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"f2583736-1f0e-4072-8a04-d83db5e08241\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlDate\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"SqlDate\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlDate\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 343,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"29f9721a-315b-498f-a304-762e0511226d\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlDecimal\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"SqlDecimal\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlDecimal\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 342,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"d6d8f781-23bf-48a6-a462-8946bab23c36\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlDouble\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"SqlDouble\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlDouble\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 344,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"db1bc9a7-f5da-4d64-9baa-399c9f72d6e2\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlGuid\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"SqlGuid\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlGuid\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 345,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"ab6715ed-cfba-4b5a-92e9-f86520b8e711\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlInt16\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"SqlInt16\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlInt16\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 335,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"4ee64682-cbd4-40cc-90e9-c5de1433bbed\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlInt32\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"SqlInt32\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlInt32\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 336,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"9af787e7-9fc0-4819-80ac-0339ce031ab3\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlInt64\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"SqlInt64\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlInt64\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 337,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"44d67b27-8bd8-4072-81ca-2d32adfdb17c\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlMoney\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"SqlMoney\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlMoney\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 346,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"861e13ee-e110-4dd2-b0df-f2eb9a6b5bd2\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlSingle\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"SqlSingle\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlSingle\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 347,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"7037d7f1-e3d4-416f-bf81-285b630a75e4\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"Microsoft.Analytics.Types.Sql.SqlString\",\r\n \"typeFamily\": \"SQL\",\r\n \"cSharpName\": \"SqlString\",\r\n \"fullCSharpName\": \"Microsoft.Analytics.Types.Sql.SqlString\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 340,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"a15306f5-43f5-433b-b795-ce02ee911953\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Boolean\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"bool\",\r\n \"fullCSharpName\": \"System.Boolean\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 300,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"c04b91b8-2b7e-45b3-ada9-db5ede901672\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Boolean?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"bool?\",\r\n \"fullCSharpName\": \"System.Boolean?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 301,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"42f3147a-ed9b-47ae-a8ad-aa2fbc51e0ad\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Byte\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"byte\",\r\n \"fullCSharpName\": \"System.Byte\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 302,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"6a048add-f003-4d73-8471-3b0be963d1ac\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Byte?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"byte?\",\r\n \"fullCSharpName\": \"System.Byte?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 303,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"c2623267-2a86-444a-a773-89783eae5b30\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Byte[]\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"byte[]\",\r\n \"fullCSharpName\": \"System.Byte[]\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 328,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"84506afa-d9ad-4bef-9e44-cd00f1f54ce3\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Char\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"char\",\r\n \"fullCSharpName\": \"System.Char\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 310,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"bb4bb082-4d9c-4ce4-aa1b-bfaea278ac92\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Char?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"char?\",\r\n \"fullCSharpName\": \"System.Char?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 311,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"748c6bfa-5a8e-43d4-823b-3b3be0d8b85a\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.DateTime\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"DateTime\",\r\n \"fullCSharpName\": \"System.DateTime\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 326,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"4e348b46-7218-4c30-b879-ceee5a59e7bb\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.DateTime?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"DateTime?\",\r\n \"fullCSharpName\": \"System.DateTime?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 327,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"eb486159-acfa-4499-9b1a-e0ecda5d52a2\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Decimal\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"decimal\",\r\n \"fullCSharpName\": \"System.Decimal\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 324,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"f29ebb5f-17e8-4448-8aec-1a6702380e75\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Decimal?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"decimal?\",\r\n \"fullCSharpName\": \"System.Decimal?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 325,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"b78657ef-955b-4841-805e-bec1e9d11e37\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Double\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"double\",\r\n \"fullCSharpName\": \"System.Double\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 322,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"f3bbcc4e-d872-4bd1-8429-7082199016d3\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Double?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"double?\",\r\n \"fullCSharpName\": \"System.Double?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 323,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"5832365f-70cb-47f9-92db-46cf7903dffc\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Guid\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"Guid\",\r\n \"fullCSharpName\": \"System.Guid\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 330,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"ccccbe73-770a-4bc8-905f-2eec41e79736\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Guid?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"Guid?\",\r\n \"fullCSharpName\": \"System.Guid?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 331,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"db4c6514-17fa-4de1-ab25-a22817844593\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Int16\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"short\",\r\n \"fullCSharpName\": \"System.Int16\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 306,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"2cca4ae1-4272-4ca4-832e-5bc22c486299\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Int16?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"short?\",\r\n \"fullCSharpName\": \"System.Int16?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 307,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"cef0bb72-9079-471b-855c-cfb87b1dc11f\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Int32\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"int\",\r\n \"fullCSharpName\": \"System.Int32\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 312,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"2a3f9560-1645-4e60-8ca5-9713f2ef8363\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Int32?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"int?\",\r\n \"fullCSharpName\": \"System.Int32?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 313,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"29fedecb-21d0-4fa8-bf6b-2539bee71bcc\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Int64\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"long\",\r\n \"fullCSharpName\": \"System.Int64\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 316,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"14c67089-ce4d-4770-8425-a0c41788c3cd\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Int64?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"long?\",\r\n \"fullCSharpName\": \"System.Int64?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 317,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"01b8cce9-d5e9-4f38-9f29-d5f3927d7407\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.SByte\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"sbyte\",\r\n \"fullCSharpName\": \"System.SByte\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 304,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"899a07dd-662c-4cd2-8f98-6ec34d739355\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.SByte?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"sbyte?\",\r\n \"fullCSharpName\": \"System.SByte?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 305,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"f76f7f1a-64d9-4c50-a38c-a6b2578f66d3\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Single\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"float\",\r\n \"fullCSharpName\": \"System.Single\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 320,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"04ae7374-f270-48ba-b429-c7e07bfcde61\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.Single?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"float?\",\r\n \"fullCSharpName\": \"System.Single?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 321,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"f8f90902-84a6-449f-96fe-6710accc0f7a\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.String\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"string\",\r\n \"fullCSharpName\": \"System.String\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 329,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"313664ea-0a0b-4016-8c25-a11052d885ad\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.UInt16\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"ushort\",\r\n \"fullCSharpName\": \"System.UInt16\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 308,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"1ee295be-df81-4f21-a17c-31205884958b\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.UInt16?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"ushort?\",\r\n \"fullCSharpName\": \"System.UInt16?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 309,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"a3228a28-dc3d-42f1-81d7-86899822af91\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.UInt32\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"uint\",\r\n \"fullCSharpName\": \"System.UInt32\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 314,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"133275dc-ec4b-4662-86ee-f6d13b0e8b7e\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.UInt32?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"uint?\",\r\n \"fullCSharpName\": \"System.UInt32?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 315,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"7292a0b6-ff2d-4c02-b256-63993c2b270a\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.UInt64\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"ulong\",\r\n \"fullCSharpName\": \"System.UInt64\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 318,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"e80c1a1c-99d9-418c-9f66-097c048095bb\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba25897\",\r\n \"databaseName\": \"master\",\r\n \"schemaName\": \"sys\",\r\n \"typeName\": \"System.UInt64?\",\r\n \"typeFamily\": \"C#\",\r\n \"cSharpName\": \"ulong?\",\r\n \"fullCSharpName\": \"System.UInt64?\",\r\n \"systemTypeId\": 100,\r\n \"userTypeId\": 319,\r\n \"schemaId\": 0,\r\n \"principalId\": null,\r\n \"isNullable\": false,\r\n \"isUserDefined\": false,\r\n \"isAssemblyType\": false,\r\n \"isTableType\": false,\r\n \"isComplexType\": false,\r\n \"version\": \"48cbabb8-03fc-4f00-bad6-0641a7f562c7\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -2548,19 +2616,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:38:39 GMT" - ], - "Pragma": [ - "no-cache" + "Wed, 19 Oct 2016 21:36:00 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "0e4cd492-b611-446c-9957-9e3da601ab3d" + "31d9b0f8-b8f8-41c8-ba6b-c9003e7d595c" ], "OData-Version": [ "4.0" @@ -2577,27 +2642,27 @@ ], "Names": { ".ctor": [ - "rgaba12103", - "testaba16636", - "testaba2928", - "teststorage19154", - "testdatalake19386", - "testdatalake27820", - "testazureblob19634", - "testdb11935", - "testtbl16983", - "testtvf12217", - "testproc12652", - "testview1702", - "testcred1311", - "testsecret1757", - "testsecretpwd16142" + "rgaba15729", + "testaba12279", + "testaba25897", + "teststorage19852", + "testdatalake12298", + "testdatalake22837", + "testazureblob13980", + "testdb11435", + "testtbl12016", + "testtvf14493", + "testproc19998", + "testview11667", + "testcred18222", + "testsecret16518", + "testsecretpwd1729" ], "CreateCatalog": [ - "fba970ce-9066-4dc7-a1f3-7ab2fc380aba" + "29a37c28-60c4-40d8-b81b-5db4cdc42e3e" ], "RunJobToCompletion": [ - "testjob12679" + "testjob14414" ] }, "Variables": { diff --git a/src/ResourceManagement/DataLake.Analytics/DataLakeAnalytics.Tests/SessionRecords/DataLakeAnalytics.Tests.CatalogOperationTests/SecretAndCredentialCRUDTest.json b/src/ResourceManagement/DataLake.Analytics/DataLakeAnalytics.Tests/SessionRecords/DataLakeAnalytics.Tests.CatalogOperationTests/SecretAndCredentialCRUDTest.json index 90dce3307474d..2de3a014012e1 100644 --- a/src/ResourceManagement/DataLake.Analytics/DataLakeAnalytics.Tests/SessionRecords/DataLakeAnalytics.Tests.CatalogOperationTests/SecretAndCredentialCRUDTest.json +++ b/src/ResourceManagement/DataLake.Analytics/DataLakeAnalytics.Tests/SessionRecords/DataLakeAnalytics.Tests.CatalogOperationTests/SecretAndCredentialCRUDTest.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeAnalytics/register?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvcmVnaXN0ZXI/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeAnalytics/register?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvcmVnaXN0ZXI/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b41e1e9e-0029-4123-8718-4ac5a0e0411d" + "d3431843-dac7-4fb9-871a-28cba95dfa69" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeAnalytics\",\r\n \"namespace\": \"Microsoft.DataLakeAnalytics\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/dataLakeStoreAccounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers/listSasTokens\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeAnalytics\",\r\n \"namespace\": \"Microsoft.DataLakeAnalytics\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/dataLakeStoreAccounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers/listSasTokens\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Fri, 26 Aug 2016 17:28:15 GMT" + "Mon, 24 Oct 2016 23:36:37 GMT" ], "Pragma": [ "no-cache" @@ -37,16 +38,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1177" ], "x-ms-request-id": [ - "8f073563-e5a0-4a1e-b8db-0b52c02e51ca" + "8a75dc2b-c13d-465f-b566-a0ac58f56a51" ], "x-ms-correlation-request-id": [ - "8f073563-e5a0-4a1e-b8db-0b52c02e51ca" + "8a75dc2b-c13d-465f-b566-a0ac58f56a51" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T172816Z:8f073563-e5a0-4a1e-b8db-0b52c02e51ca" + "CENTRALUS:20161024T233638Z:8a75dc2b-c13d-465f-b566-a0ac58f56a51" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -55,22 +56,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeAnalytics?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3M/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeAnalytics?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3M/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "56bd0e63-d734-492e-9b16-53ceab044c9b" + "acc95f8c-3c5f-42b9-bc13-2a4c527b3219" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeAnalytics\",\r\n \"namespace\": \"Microsoft.DataLakeAnalytics\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/dataLakeStoreAccounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers/listSasTokens\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeAnalytics\",\r\n \"namespace\": \"Microsoft.DataLakeAnalytics\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/dataLakeStoreAccounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers/listSasTokens\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -82,7 +84,7 @@ "no-cache" ], "Date": [ - "Fri, 26 Aug 2016 17:28:15 GMT" + "Mon, 24 Oct 2016 23:36:38 GMT" ], "Pragma": [ "no-cache" @@ -91,16 +93,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "14944" ], "x-ms-request-id": [ - "2c306a22-9f58-4a33-aae3-eee84efe59b9" + "c8e9a915-1fff-44a0-b8b0-2634c5af703f" ], "x-ms-correlation-request-id": [ - "2c306a22-9f58-4a33-aae3-eee84efe59b9" + "c8e9a915-1fff-44a0-b8b0-2634c5af703f" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T172816Z:2c306a22-9f58-4a33-aae3-eee84efe59b9" + "CENTRALUS:20161024T233638Z:c8e9a915-1fff-44a0-b8b0-2634c5af703f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -109,22 +111,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", + "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage/register?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3f3951ce-1d13-4483-8ad5-8253481edfa5" + "dfb06397-7793-48ec-b669-3512ec284588" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-07-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-07-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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-Type": [ "application/json; charset=utf-8" @@ -136,7 +139,7 @@ "no-cache" ], "Date": [ - "Fri, 26 Aug 2016 17:28:15 GMT" + "Mon, 24 Oct 2016 23:36:38 GMT" ], "Pragma": [ "no-cache" @@ -145,16 +148,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1176" ], "x-ms-request-id": [ - "85a6dc8e-9118-4f23-b4e9-a864f23b47dd" + "c2320816-fe9e-4e1c-a6c9-c814b634e14c" ], "x-ms-correlation-request-id": [ - "85a6dc8e-9118-4f23-b4e9-a864f23b47dd" + "c2320816-fe9e-4e1c-a6c9-c814b634e14c" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T172816Z:85a6dc8e-9118-4f23-b4e9-a864f23b47dd" + "CENTRALUS:20161024T233638Z:c2320816-fe9e-4e1c-a6c9-c814b634e14c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -163,22 +166,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", + "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a18cced5-e189-4365-87aa-b9097536f3b7" + "b59df3c2-7536-468e-85f3-106026efc6dc" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-07-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-07-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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-Type": [ "application/json; charset=utf-8" @@ -190,7 +194,7 @@ "no-cache" ], "Date": [ - "Fri, 26 Aug 2016 17:28:15 GMT" + "Mon, 24 Oct 2016 23:36:38 GMT" ], "Pragma": [ "no-cache" @@ -199,16 +203,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14943" ], "x-ms-request-id": [ - "28ac13cb-9eb9-46a7-b48e-aaacbdf76d98" + "1422b014-3596-45e7-85b7-e2f1c17634bc" ], "x-ms-correlation-request-id": [ - "28ac13cb-9eb9-46a7-b48e-aaacbdf76d98" + "1422b014-3596-45e7-85b7-e2f1c17634bc" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T172816Z:28ac13cb-9eb9-46a7-b48e-aaacbdf76d98" + "CENTRALUS:20161024T233638Z:1422b014-3596-45e7-85b7-e2f1c17634bc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -217,22 +221,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", + "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/register?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5ccc8745-a2f5-4012-8fab-3bdedede1b47" + "81ce5620-475e-4e20-b259-2fb6652f445a" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -244,7 +249,7 @@ "no-cache" ], "Date": [ - "Fri, 26 Aug 2016 17:28:16 GMT" + "Mon, 24 Oct 2016 23:36:38 GMT" ], "Pragma": [ "no-cache" @@ -253,16 +258,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1175" ], "x-ms-request-id": [ - "8c8d82fc-449a-4f1d-96f5-3214d3ccd941" + "ae8d5f03-d953-4c75-b0c5-3360b87e7746" ], "x-ms-correlation-request-id": [ - "8c8d82fc-449a-4f1d-96f5-3214d3ccd941" + "ae8d5f03-d953-4c75-b0c5-3360b87e7746" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T172817Z:8c8d82fc-449a-4f1d-96f5-3214d3ccd941" + "CENTRALUS:20161024T233639Z:ae8d5f03-d953-4c75-b0c5-3360b87e7746" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -271,22 +276,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", + "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "660d6850-0532-4836-aaac-781fb3d38c4c" + "aab1cb73-5aa9-4d70-a7ac-dd35289805a7" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -298,7 +304,7 @@ "no-cache" ], "Date": [ - "Fri, 26 Aug 2016 17:28:16 GMT" + "Mon, 24 Oct 2016 23:36:38 GMT" ], "Pragma": [ "no-cache" @@ -307,16 +313,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "14942" ], "x-ms-request-id": [ - "d1cf2756-3e9d-4b1e-8cfe-53d76af19dbf" + "71e4c7aa-926a-442a-b4b1-b2d0ac9de339" ], "x-ms-correlation-request-id": [ - "d1cf2756-3e9d-4b1e-8cfe-53d76af19dbf" + "71e4c7aa-926a-442a-b4b1-b2d0ac9de339" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T172817Z:d1cf2756-3e9d-4b1e-8cfe-53d76af19dbf" + "CENTRALUS:20161024T233639Z:71e4c7aa-926a-442a-b4b1-b2d0ac9de339" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -325,25 +331,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba1330?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL3JnYWJhMTMzMD9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", + "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/rgaba15952?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL3JnYWJhMTU5NTI/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "42245f9a-032d-4e25-94f0-2f9a3f8134ea" + "2a5719dd-1d1c-4bb5-a782-24d868f37469" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'rgaba1330' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'rgaba15952' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "101" + "102" ], "Content-Type": [ "application/json; charset=utf-8" @@ -355,7 +362,7 @@ "no-cache" ], "Date": [ - "Fri, 26 Aug 2016 17:28:16 GMT" + "Mon, 24 Oct 2016 23:36:38 GMT" ], "Pragma": [ "no-cache" @@ -364,16 +371,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "14941" ], "x-ms-request-id": [ - "a27e2d18-ac80-4132-a083-c3a2ceb8bc96" + "a62ab4c2-f8de-43a0-8acf-5764eba4d458" ], "x-ms-correlation-request-id": [ - "a27e2d18-ac80-4132-a083-c3a2ceb8bc96" + "a62ab4c2-f8de-43a0-8acf-5764eba4d458" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T172817Z:a27e2d18-ac80-4132-a083-c3a2ceb8bc96" + "CENTRALUS:20161024T233639Z:a62ab4c2-f8de-43a0-8acf-5764eba4d458" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -382,22 +389,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba1330?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL3JnYWJhMTMzMD9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", + "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/rgaba15952?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL3JnYWJhMTU5NTI/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d9f5eba1-e8be-483b-a42f-4a9ce9e86f3a" + "f2ec2c7d-88a6-480d-bd4d-1ed51fb32e69" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba1330\",\r\n \"name\": \"rgaba1330\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/rgaba15952\",\r\n \"name\": \"rgaba15952\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -409,7 +417,7 @@ "no-cache" ], "Date": [ - "Fri, 26 Aug 2016 17:28:19 GMT" + "Mon, 24 Oct 2016 23:36:38 GMT" ], "Pragma": [ "no-cache" @@ -418,16 +426,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "14940" ], "x-ms-request-id": [ - "7deef226-a39f-4548-8782-a9fa400de3b2" + "b45c42d4-3826-44e8-8387-c0c85dfe05b5" ], "x-ms-correlation-request-id": [ - "7deef226-a39f-4548-8782-a9fa400de3b2" + "b45c42d4-3826-44e8-8387-c0c85dfe05b5" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T172819Z:7deef226-a39f-4548-8782-a9fa400de3b2" + "CENTRALUS:20161024T233639Z:b45c42d4-3826-44e8-8387-c0c85dfe05b5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -436,31 +444,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba1330?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL3JnYWJhMTMzMD9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", + "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/rgaba15952?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL3JnYWJhMTU5NTI/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", + "RequestBody": "{\r\n \"location\": \"Brazil South\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "31" + "34" ], "x-ms-client-request-id": [ - "8c9b3663-0804-4fcf-a7af-b62ae71345df" + "9a19e411-a40b-4042-8bf7-27b284c1ab3a" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba1330\",\r\n \"name\": \"rgaba1330\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/rgaba15952\",\r\n \"name\": \"rgaba15952\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "172" + "178" ], "Content-Type": [ "application/json; charset=utf-8" @@ -472,22 +481,22 @@ "no-cache" ], "Date": [ - "Fri, 26 Aug 2016 17:28:19 GMT" + "Mon, 24 Oct 2016 23:36:38 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1174" ], "x-ms-request-id": [ - "c5ad8080-fc58-4272-bf7f-8cb96a1922e0" + "3f033d9a-3f7c-4390-96ff-028e2cb95e92" ], "x-ms-correlation-request-id": [ - "c5ad8080-fc58-4272-bf7f-8cb96a1922e0" + "3f033d9a-3f7c-4390-96ff-028e2cb95e92" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T172819Z:c5ad8080-fc58-4272-bf7f-8cb96a1922e0" + "CENTRALUS:20161024T233639Z:3f033d9a-3f7c-4390-96ff-028e2cb95e92" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -496,25 +505,26 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba1330/providers/Microsoft.DataLakeStore/accounts/testdatalake15661?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTMzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMTU2NjE/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/rgaba15952/providers/Microsoft.DataLakeStore/accounts/testdatalake14052?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL3JnYWJhMTU5NTIvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTE0MDUyP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "04e5a6b7-17dc-4034-bc9f-7480213c1ad3" + "23e021ef-b567-4c06-9ce5-047983666bc8" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testdatalake15661' under resource group 'rgaba1330' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testdatalake14052' under resource group 'rgaba15952' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "163" + "164" ], "Content-Type": [ "application/json; charset=utf-8" @@ -526,7 +536,7 @@ "no-cache" ], "Date": [ - "Fri, 26 Aug 2016 17:28:18 GMT" + "Mon, 24 Oct 2016 23:36:39 GMT" ], "Pragma": [ "no-cache" @@ -535,13 +545,13 @@ "gateway" ], "x-ms-request-id": [ - "9b14cd0d-973c-4cac-a380-13b0d51003dd" + "d7997a7f-e741-4928-98fc-11308ccc71fe" ], "x-ms-correlation-request-id": [ - "9b14cd0d-973c-4cac-a380-13b0d51003dd" + "d7997a7f-e741-4928-98fc-11308ccc71fe" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T172819Z:9b14cd0d-973c-4cac-a380-13b0d51003dd" + "CENTRALUS:20161024T233639Z:d7997a7f-e741-4928-98fc-11308ccc71fe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -550,16 +560,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba1330/providers/Microsoft.DataLakeStore/accounts/testdatalake15661?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTMzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMTU2NjE/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/rgaba15952/providers/Microsoft.DataLakeStore/accounts/testdatalake14052?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL3JnYWJhMTU5NTIvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTE0MDUyP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake15661.azuredatalakestore.net\",\r\n \"accountId\": \"b379c667-64e3-478b-bd82-d4318c0f3369\",\r\n \"creationTime\": \"2016-08-26T17:28:20.3097922Z\",\r\n \"lastModifiedTime\": \"2016-08-26T17:28:20.3097922Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba1330/providers/Microsoft.DataLakeStore/accounts/testdatalake15661\",\r\n \"name\": \"testdatalake15661\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake14052.caboaccountdogfood.net\",\r\n \"accountId\": \"687df8b5-fdd8-4bbc-9ba7-065be1292ce3\",\r\n \"creationTime\": \"2016-10-24T23:36:41.5119485Z\",\r\n \"lastModifiedTime\": \"2016-10-24T23:36:41.5119485Z\"\r\n },\r\n \"location\": \"Brazil South\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/rgaba15952/providers/Microsoft.DataLakeStore/accounts/testdatalake14052\",\r\n \"name\": \"testdatalake14052\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -574,7 +585,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:28:52 GMT" + "Mon, 24 Oct 2016 23:37:40 GMT" ], "Pragma": [ "no-cache" @@ -586,7 +597,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "84132832-1961-4bc4-91e8-8eff8c34e378" + "927efb13-2a4e-4286-be4d-e7a07b3aa17c" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -595,13 +609,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" + "14936" ], "x-ms-correlation-request-id": [ - "87c47d9f-02b8-4d28-997d-bdb361a1a2fc" + "bf74a90f-0d03-4b4b-a85f-ea72eca22f01" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T172852Z:87c47d9f-02b8-4d28-997d-bdb361a1a2fc" + "CENTRALUS:20161024T233741Z:bf74a90f-0d03-4b4b-a85f-ea72eca22f01" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -610,22 +624,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba1330/providers/Microsoft.DataLakeStore/accounts/testdatalake15661?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTMzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMTU2NjE/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/rgaba15952/providers/Microsoft.DataLakeStore/accounts/testdatalake14052?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL3JnYWJhMTU5NTIvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTE0MDUyP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "17e76e7a-8f0a-4241-bf18-42052823d905" + "c52a62f5-2d65-4fe4-a0df-9b5ef2cd3d66" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake15661.azuredatalakestore.net\",\r\n \"accountId\": \"b379c667-64e3-478b-bd82-d4318c0f3369\",\r\n \"creationTime\": \"2016-08-26T17:28:20.3097922Z\",\r\n \"lastModifiedTime\": \"2016-08-26T17:28:20.3097922Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba1330/providers/Microsoft.DataLakeStore/accounts/testdatalake15661\",\r\n \"name\": \"testdatalake15661\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake14052.caboaccountdogfood.net\",\r\n \"accountId\": \"687df8b5-fdd8-4bbc-9ba7-065be1292ce3\",\r\n \"creationTime\": \"2016-10-24T23:36:41.5119485Z\",\r\n \"lastModifiedTime\": \"2016-10-24T23:36:41.5119485Z\"\r\n },\r\n \"location\": \"Brazil South\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/rgaba15952/providers/Microsoft.DataLakeStore/accounts/testdatalake14052\",\r\n \"name\": \"testdatalake14052\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -640,7 +655,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:28:52 GMT" + "Mon, 24 Oct 2016 23:37:41 GMT" ], "Pragma": [ "no-cache" @@ -652,7 +667,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "80b756fa-edf2-4105-a801-98b9c0c44449" + "ba104d75-a098-48ff-ac7c-ffad1402101e" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -661,13 +679,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "14949" ], "x-ms-correlation-request-id": [ - "6c10ffec-a354-4985-a749-961f3375d4a2" + "de3d6812-e448-4b54-bdb7-bbf4380b1d26" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T172853Z:6c10ffec-a354-4985-a749-961f3375d4a2" + "CENTRALUS:20161024T233741Z:de3d6812-e448-4b54-bdb7-bbf4380b1d26" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -676,22 +694,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba1330/providers/Microsoft.DataLakeStore/accounts/testdatalake15661?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTMzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMTU2NjE/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/rgaba15952/providers/Microsoft.DataLakeStore/accounts/testdatalake14052?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL3JnYWJhMTU5NTIvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTE0MDUyP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c4643212-7772-417e-b6bd-9d29f1246e18" + "eda1227b-f3ee-4d51-a6f7-4ca2cd2b3653" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake15661.azuredatalakestore.net\",\r\n \"accountId\": \"b379c667-64e3-478b-bd82-d4318c0f3369\",\r\n \"creationTime\": \"2016-08-26T17:28:20.3097922Z\",\r\n \"lastModifiedTime\": \"2016-08-26T17:28:20.3097922Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba1330/providers/Microsoft.DataLakeStore/accounts/testdatalake15661\",\r\n \"name\": \"testdatalake15661\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake14052.caboaccountdogfood.net\",\r\n \"accountId\": \"687df8b5-fdd8-4bbc-9ba7-065be1292ce3\",\r\n \"creationTime\": \"2016-10-24T23:36:41.5119485Z\",\r\n \"lastModifiedTime\": \"2016-10-24T23:36:41.5119485Z\"\r\n },\r\n \"location\": \"Brazil South\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/rgaba15952/providers/Microsoft.DataLakeStore/accounts/testdatalake14052\",\r\n \"name\": \"testdatalake14052\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -706,7 +725,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:29:27 GMT" + "Mon, 24 Oct 2016 23:38:13 GMT" ], "Pragma": [ "no-cache" @@ -718,7 +737,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "f4677405-9057-4f29-aea8-1497f94879ae" + "95fcb933-013f-49a2-a4a0-7d63f9458e04" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -727,13 +749,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "14934" ], "x-ms-correlation-request-id": [ - "8fc40aa7-5cf2-44a3-9a07-f3bdbb343005" + "8f385928-49d7-48d5-bc11-f925c81e74c4" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T172928Z:8fc40aa7-5cf2-44a3-9a07-f3bdbb343005" + "CENTRALUS:20161024T233813Z:8f385928-49d7-48d5-bc11-f925c81e74c4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -742,31 +764,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba1330/providers/Microsoft.DataLakeStore/accounts/testdatalake15661?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTMzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMTU2NjE/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/rgaba15952/providers/Microsoft.DataLakeStore/accounts/testdatalake14052?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL3JnYWJhMTU5NTIvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTE0MDUyP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testdatalake15661\"\r\n}", + "RequestBody": "{\r\n \"location\": \"Brazil South\",\r\n \"name\": \"testdatalake14052\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "63" + "66" ], "x-ms-client-request-id": [ - "98332bdb-23e7-42fd-aed7-62db9bf477a8" + "109acca7-3fcf-4e97-8132-792bd90030d6" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"b379c667-64e3-478b-bd82-d4318c0f3369\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba1330/providers/Microsoft.DataLakeStore/accounts/testdatalake15661\",\r\n \"name\": \"testdatalake15661\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"687df8b5-fdd8-4bbc-9ba7-065be1292ce3\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"Brazil South\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/rgaba15952/providers/Microsoft.DataLakeStore/accounts/testdatalake14052\",\r\n \"name\": \"testdatalake14052\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ - "420" + "424" ], "Content-Type": [ "application/json" @@ -781,13 +804,13 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:28:20 GMT" + "Mon, 24 Oct 2016 23:36:40 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba1330/providers/Microsoft.DataLakeStore/accounts/testdatalake15661/operationresults/0?api-version=2015-10-01-preview" + "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/rgaba15952/providers/Microsoft.DataLakeStore/accounts/testdatalake14052/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -796,10 +819,13 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/b379c667-64e3-478b-bd82-d4318c0f33690?api-version=2015-10-01-preview&expanded=true" + "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/BrazilSouth/operationResults/687df8b5-fdd8-4bbc-9ba7-065be1292ce30?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "13a0acbc-3d48-4c12-87ba-6403ef55d63a" + "0cde4ea8-e5ef-4d40-9f33-e6936628a261" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -808,13 +834,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1172" ], "x-ms-correlation-request-id": [ - "24b8e07e-3369-4363-8ab5-b03a09e1799a" + "17c7f3be-496c-4702-b306-bb48254de916" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T172821Z:24b8e07e-3369-4363-8ab5-b03a09e1799a" + "CENTRALUS:20161024T233640Z:17c7f3be-496c-4702-b306-bb48254de916" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -823,13 +849,78 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/b379c667-64e3-478b-bd82-d4318c0f33690?api-version=2015-10-01-preview&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzL2IzNzljNjY3LTY0ZTMtNDc4Yi1iZDgyLWQ0MzE4YzBmMzM2OTA/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3JmV4cGFuZGVkPXRydWU=", + "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/BrazilSouth/operationResults/687df8b5-fdd8-4bbc-9ba7-065be1292ce30?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvQnJhemlsU291dGgvb3BlcmF0aW9uUmVzdWx0cy82ODdkZjhiNS1mZGQ4LTRiYmMtOWJhNy0wNjViZTEyOTJjZTMwP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDEmZXhwYW5kZWQ9dHJ1ZQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Connection": [ + "close" + ], + "Date": [ + "Mon, 24 Oct 2016 23:37:10 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "3b309730-e2d1-4b36-8f56-26e7b3435fc5" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14938" + ], + "x-ms-correlation-request-id": [ + "fc6fe74f-f1c1-45a9-8beb-5ef3f1eef88c" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20161024T233710Z:fc6fe74f-f1c1-45a9-8beb-5ef3f1eef88c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/BrazilSouth/operationResults/687df8b5-fdd8-4bbc-9ba7-065be1292ce30?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvQnJhemlsU291dGgvb3BlcmF0aW9uUmVzdWx0cy82ODdkZjhiNS1mZGQ4LTRiYmMtOWJhNy0wNjViZTEyOTJjZTMwP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDEmZXhwYW5kZWQ9dHJ1ZQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -847,7 +938,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:28:51 GMT" + "Mon, 24 Oct 2016 23:37:39 GMT" ], "Pragma": [ "no-cache" @@ -859,7 +950,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "03490540-8ac0-46e5-9967-3e4ddf3db546" + "e7d291e0-c109-4665-81b4-f69d32c99448" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -868,13 +962,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "14937" ], "x-ms-correlation-request-id": [ - "9fe99efe-65a0-4778-bc24-d49b037324b7" + "71fc5565-08c0-49ac-ad96-c49157f92ad5" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T172852Z:9fe99efe-65a0-4778-bc24-d49b037324b7" + "CENTRALUS:20161024T233740Z:71fc5565-08c0-49ac-ad96-c49157f92ad5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -883,25 +977,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba1330/providers/Microsoft.DataLakeStore/accounts/testdatalake24423?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTMzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMjQ0MjM/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/rgaba15952/providers/Microsoft.DataLakeStore/accounts/testdatalake25618?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL3JnYWJhMTU5NTIvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTI1NjE4P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "38f72c65-ee05-4cdb-a353-c1c86a7aadec" + "f075ad43-3cd5-457e-a28d-fd05c5c90d9f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testdatalake24423' under resource group 'rgaba1330' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testdatalake25618' under resource group 'rgaba15952' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "163" + "164" ], "Content-Type": [ "application/json; charset=utf-8" @@ -913,7 +1008,7 @@ "no-cache" ], "Date": [ - "Fri, 26 Aug 2016 17:28:53 GMT" + "Mon, 24 Oct 2016 23:37:41 GMT" ], "Pragma": [ "no-cache" @@ -922,13 +1017,13 @@ "gateway" ], "x-ms-request-id": [ - "d090aac8-5295-441d-9ff1-25aeda807285" + "5d229190-3354-4293-8db2-e049a92f4af4" ], "x-ms-correlation-request-id": [ - "d090aac8-5295-441d-9ff1-25aeda807285" + "5d229190-3354-4293-8db2-e049a92f4af4" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T172853Z:d090aac8-5295-441d-9ff1-25aeda807285" + "CENTRALUS:20161024T233741Z:5d229190-3354-4293-8db2-e049a92f4af4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -937,16 +1032,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba1330/providers/Microsoft.DataLakeStore/accounts/testdatalake24423?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTMzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMjQ0MjM/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/rgaba15952/providers/Microsoft.DataLakeStore/accounts/testdatalake25618?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL3JnYWJhMTU5NTIvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTI1NjE4P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake24423.azuredatalakestore.net\",\r\n \"accountId\": \"368a7069-02f9-469a-9110-384efaefbf79\",\r\n \"creationTime\": \"2016-08-26T17:28:54.8032692Z\",\r\n \"lastModifiedTime\": \"2016-08-26T17:28:54.8032692Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba1330/providers/Microsoft.DataLakeStore/accounts/testdatalake24423\",\r\n \"name\": \"testdatalake24423\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake25618.caboaccountdogfood.net\",\r\n \"accountId\": \"691a278f-42d1-48bd-a7da-41a49cd4d2a3\",\r\n \"creationTime\": \"2016-10-24T23:37:41.9846883Z\",\r\n \"lastModifiedTime\": \"2016-10-24T23:37:41.9846883Z\"\r\n },\r\n \"location\": \"Brazil South\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/rgaba15952/providers/Microsoft.DataLakeStore/accounts/testdatalake25618\",\r\n \"name\": \"testdatalake25618\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -961,7 +1057,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:29:26 GMT" + "Mon, 24 Oct 2016 23:38:12 GMT" ], "Pragma": [ "no-cache" @@ -973,7 +1069,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c4607c43-cd44-4e60-98f9-775b21c8f74f" + "5d4a8eb8-6493-458d-99b9-2c36ed6be203" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -982,13 +1081,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" + "14954" ], "x-ms-correlation-request-id": [ - "899fa5a4-1f66-43e9-9cb4-2dab4535e6de" + "6683c07e-4436-4a81-ad99-012ad657b542" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T172926Z:899fa5a4-1f66-43e9-9cb4-2dab4535e6de" + "CENTRALUS:20161024T233812Z:6683c07e-4436-4a81-ad99-012ad657b542" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -997,22 +1096,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba1330/providers/Microsoft.DataLakeStore/accounts/testdatalake24423?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTMzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMjQ0MjM/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/rgaba15952/providers/Microsoft.DataLakeStore/accounts/testdatalake25618?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL3JnYWJhMTU5NTIvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTI1NjE4P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e4def4e0-ebea-4bee-a878-7375babbb3c9" + "3b759df5-daa0-4a80-8776-af331ae38547" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake24423.azuredatalakestore.net\",\r\n \"accountId\": \"368a7069-02f9-469a-9110-384efaefbf79\",\r\n \"creationTime\": \"2016-08-26T17:28:54.8032692Z\",\r\n \"lastModifiedTime\": \"2016-08-26T17:28:54.8032692Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba1330/providers/Microsoft.DataLakeStore/accounts/testdatalake24423\",\r\n \"name\": \"testdatalake24423\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake25618.caboaccountdogfood.net\",\r\n \"accountId\": \"691a278f-42d1-48bd-a7da-41a49cd4d2a3\",\r\n \"creationTime\": \"2016-10-24T23:37:41.9846883Z\",\r\n \"lastModifiedTime\": \"2016-10-24T23:37:41.9846883Z\"\r\n },\r\n \"location\": \"Brazil South\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/rgaba15952/providers/Microsoft.DataLakeStore/accounts/testdatalake25618\",\r\n \"name\": \"testdatalake25618\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -1027,7 +1127,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:29:26 GMT" + "Mon, 24 Oct 2016 23:38:12 GMT" ], "Pragma": [ "no-cache" @@ -1039,7 +1139,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "2b878e2e-1678-4f33-a3f5-b4be8847a4ab" + "ea1aff12-7468-4111-a1f7-e241bc9fab09" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -1048,13 +1151,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14954" ], "x-ms-correlation-request-id": [ - "9b0abfae-3b35-4ed0-96ff-c6b21da7feda" + "127ecc3e-e75c-491c-9e2e-2ace20ee220c" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T172927Z:9b0abfae-3b35-4ed0-96ff-c6b21da7feda" + "CENTRALUS:20161024T233813Z:127ecc3e-e75c-491c-9e2e-2ace20ee220c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1063,31 +1166,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba1330/providers/Microsoft.DataLakeStore/accounts/testdatalake24423?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTMzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMjQ0MjM/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/rgaba15952/providers/Microsoft.DataLakeStore/accounts/testdatalake25618?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL3JnYWJhMTU5NTIvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTI1NjE4P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testdatalake24423\"\r\n}", + "RequestBody": "{\r\n \"location\": \"Brazil South\",\r\n \"name\": \"testdatalake25618\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "63" + "66" ], "x-ms-client-request-id": [ - "296d387c-2892-4865-9a91-f3e0f74abd33" + "b55f0877-8232-4f6a-ab1f-612d09ab81fb" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"368a7069-02f9-469a-9110-384efaefbf79\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba1330/providers/Microsoft.DataLakeStore/accounts/testdatalake24423\",\r\n \"name\": \"testdatalake24423\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"691a278f-42d1-48bd-a7da-41a49cd4d2a3\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"Brazil South\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/rgaba15952/providers/Microsoft.DataLakeStore/accounts/testdatalake25618\",\r\n \"name\": \"testdatalake25618\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ - "420" + "424" ], "Content-Type": [ "application/json" @@ -1102,13 +1206,13 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:28:54 GMT" + "Mon, 24 Oct 2016 23:37:41 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba1330/providers/Microsoft.DataLakeStore/accounts/testdatalake24423/operationresults/0?api-version=2015-10-01-preview" + "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/rgaba15952/providers/Microsoft.DataLakeStore/accounts/testdatalake25618/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -1117,10 +1221,13 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/368a7069-02f9-469a-9110-384efaefbf790?api-version=2015-10-01-preview&expanded=true" + "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/BrazilSouth/operationResults/691a278f-42d1-48bd-a7da-41a49cd4d2a30?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "2aa58adb-ee28-42e0-8ffb-c02fcd8c6264" + "3d0c8e29-d5b4-4c05-9f64-a7acd53b7aa2" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -1129,13 +1236,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1177" ], "x-ms-correlation-request-id": [ - "5891023b-456c-4f87-8f39-6596672280d9" + "e08d710e-6b6f-4b86-bf78-038173c43dac" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T172855Z:5891023b-456c-4f87-8f39-6596672280d9" + "CENTRALUS:20161024T233742Z:e08d710e-6b6f-4b86-bf78-038173c43dac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1144,13 +1251,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/368a7069-02f9-469a-9110-384efaefbf790?api-version=2015-10-01-preview&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzM2OGE3MDY5LTAyZjktNDY5YS05MTEwLTM4NGVmYWVmYmY3OTA/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3JmV4cGFuZGVkPXRydWU=", + "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/BrazilSouth/operationResults/691a278f-42d1-48bd-a7da-41a49cd4d2a30?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvQnJhemlsU291dGgvb3BlcmF0aW9uUmVzdWx0cy82OTFhMjc4Zi00MmQxLTQ4YmQtYTdkYS00MWE0OWNkNGQyYTMwP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDEmZXhwYW5kZWQ9dHJ1ZQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -1168,7 +1276,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:29:25 GMT" + "Mon, 24 Oct 2016 23:38:12 GMT" ], "Pragma": [ "no-cache" @@ -1180,7 +1288,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "9bdd32d0-84f2-48fd-a734-bf6c0f010480" + "27b889b6-e3e6-4b5a-81fc-0800b6434a78" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -1189,13 +1300,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "14933" ], "x-ms-correlation-request-id": [ - "1a25f514-299a-406c-b5e3-f5e00dea7b90" + "ac1efcbc-1019-48b4-8993-33e52a196a22" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T172926Z:1a25f514-299a-406c-b5e3-f5e00dea7b90" + "CENTRALUS:20161024T233812Z:ac1efcbc-1019-48b4-8993-33e52a196a22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1204,31 +1315,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba1330/providers/Microsoft.DataLakeAnalytics/accounts/testaba26797?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTMzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlQW5hbHl0aWNzL2FjY291bnRzL3Rlc3RhYmEyNjc5Nz9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/rgaba15952/providers/Microsoft.DataLakeAnalytics/accounts/testaba29680?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL3JnYWJhMTU5NTIvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMjk2ODA/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testaba26797\",\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake15661\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"name\": \"testdatalake15661\",\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n }\r\n }\r\n ]\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"Brazil South\",\r\n \"name\": \"testaba29680\",\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake14052\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"name\": \"testdatalake14052\",\r\n \"properties\": {\r\n \"suffix\": \"caboaccountdogfood.net\"\r\n }\r\n }\r\n ]\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "317" + "320" ], "x-ms-client-request-id": [ - "5dbd8df4-accc-4474-a6c2-65cdc7a07b94" + "efcf3222-7d10-4cd2-9800-ecff013e2946" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake15661\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"name\": \"testdatalake15661\"\r\n }\r\n ],\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"3a432933-e7ec-4c33-a13b-96daeb21c103\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba1330/providers/Microsoft.DataLakeAnalytics/accounts/testaba26797\",\r\n \"name\": \"testaba26797\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake14052\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"caboaccountdogfood.net\"\r\n },\r\n \"name\": \"testdatalake14052\"\r\n }\r\n ],\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"224ef5cb-0f36-4879-901c-037f41e8978c\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"Brazil South\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/rgaba15952/providers/Microsoft.DataLakeAnalytics/accounts/testaba29680\",\r\n \"name\": \"testaba29680\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ - "572" + "576" ], "Content-Type": [ "application/json" @@ -1243,13 +1355,13 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:29:29 GMT" + "Mon, 24 Oct 2016 23:38:13 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba1330/providers/Microsoft.DataLakeAnalytics/accounts/testaba26797/operationresults/0?api-version=2015-10-01-preview" + "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/rgaba15952/providers/Microsoft.DataLakeAnalytics/accounts/testaba29680/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -1258,10 +1370,13 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeAnalytics/locations/EastUS2/operationResults/3a432933-e7ec-4c33-a13b-96daeb21c1030?api-version=2015-10-01-preview&expanded=true" + "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeAnalytics/locations/BrazilSouth/operationResults/224ef5cb-0f36-4879-901c-037f41e8978c0?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "2ae308d9-5b6c-47f8-a84a-0e7701439c6a" + "a35100d5-9db4-4946-a26e-c5b06c2657e1" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -1270,13 +1385,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1166" ], "x-ms-correlation-request-id": [ - "52be5f8e-a530-4d57-8007-8c5a27c08341" + "a0ddc294-231c-411b-a3fa-81fdde3b6413" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T172930Z:52be5f8e-a530-4d57-8007-8c5a27c08341" + "CENTRALUS:20161024T233814Z:a0ddc294-231c-411b-a3fa-81fdde3b6413" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1285,13 +1400,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeAnalytics/locations/EastUS2/operationResults/3a432933-e7ec-4c33-a13b-96daeb21c1030?api-version=2015-10-01-preview&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvbG9jYXRpb25zL0Vhc3RVUzIvb3BlcmF0aW9uUmVzdWx0cy8zYTQzMjkzMy1lN2VjLTRjMzMtYTEzYi05NmRhZWIyMWMxMDMwP2FwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldyZleHBhbmRlZD10cnVl", + "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeAnalytics/locations/BrazilSouth/operationResults/224ef5cb-0f36-4879-901c-037f41e8978c0?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvbG9jYXRpb25zL0JyYXppbFNvdXRoL29wZXJhdGlvblJlc3VsdHMvMjI0ZWY1Y2ItMGYzNi00ODc5LTkwMWMtMDM3ZjQxZTg5NzhjMD9hcGktdmVyc2lvbj0yMDE2LTExLTAxJmV4cGFuZGVkPXRydWU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.6-preview" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -1309,7 +1425,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:30:00 GMT" + "Mon, 24 Oct 2016 23:38:44 GMT" ], "Pragma": [ "no-cache" @@ -1321,7 +1437,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "4f9d9548-475d-4218-a5b4-cbd9dc870d47" + "4a099142-f3f2-47cc-b5f1-f759d91a265a" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -1330,13 +1449,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" + "14943" ], "x-ms-correlation-request-id": [ - "45dc6fac-2b20-4c1b-88db-8bc8bd645261" + "36a0697f-7ad6-4c25-86fa-18844ee54e06" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T173000Z:45dc6fac-2b20-4c1b-88db-8bc8bd645261" + "CENTRALUS:20161024T233844Z:36a0697f-7ad6-4c25-86fa-18844ee54e06" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1345,16 +1464,17 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba1330/providers/Microsoft.DataLakeAnalytics/accounts/testaba26797?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTMzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlQW5hbHl0aWNzL2FjY291bnRzL3Rlc3RhYmEyNjc5Nz9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/rgaba15952/providers/Microsoft.DataLakeAnalytics/accounts/testaba29680?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL3JnYWJhMTU5NTIvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMjk2ODA/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake15661\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"name\": \"testdatalake15661\"\r\n }\r\n ],\r\n \"storageAccounts\": [],\r\n \"maxDegreeOfParallelism\": 60,\r\n \"maxJobCount\": 3,\r\n \"hiveMetastores\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testaba26797.azuredatalakeanalytics.net\",\r\n \"accountId\": \"3a432933-e7ec-4c33-a13b-96daeb21c103\",\r\n \"creationTime\": \"2016-08-26T17:29:33.9567711Z\",\r\n \"lastModifiedTime\": \"2016-08-26T17:29:33.9567711Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba1330/providers/Microsoft.DataLakeAnalytics/accounts/testaba26797\",\r\n \"name\": \"testaba26797\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake14052\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"caboaccountdogfood.net\"\r\n },\r\n \"name\": \"testdatalake14052\"\r\n }\r\n ],\r\n \"storageAccounts\": [],\r\n \"maxDegreeOfParallelism\": 120,\r\n \"maxJobCount\": 10,\r\n \"systemMaxDegreeOfParallelism\": 120,\r\n \"systemMaxJobCount\": 20,\r\n \"queryStoreRetention\": 30,\r\n \"hiveMetastores\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testaba29680.konaaccountdogfood.net\",\r\n \"accountId\": \"224ef5cb-0f36-4879-901c-037f41e8978c\",\r\n \"creationTime\": \"2016-10-24T23:38:16.4260244Z\",\r\n \"lastModifiedTime\": \"2016-10-24T23:38:16.4260244Z\"\r\n },\r\n \"location\": \"Brazil South\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/rgaba15952/providers/Microsoft.DataLakeAnalytics/accounts/testaba29680\",\r\n \"name\": \"testaba29680\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -1369,7 +1489,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:30:00 GMT" + "Mon, 24 Oct 2016 23:38:44 GMT" ], "Pragma": [ "no-cache" @@ -1381,7 +1501,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "b086cfe8-c93a-4057-ac18-266197cdbcbc" + "33653e50-f50a-43a3-9126-b16894d71e8d" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -1390,13 +1513,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "14940" ], "x-ms-correlation-request-id": [ - "1f587f89-2f4a-4410-ad57-06789711ef4d" + "6d728b9b-4a5e-4d0b-9108-edccf87f2cd2" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T173001Z:1f587f89-2f4a-4410-ad57-06789711ef4d" + "CENTRALUS:20161024T233845Z:6d728b9b-4a5e-4d0b-9108-edccf87f2cd2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1405,22 +1528,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba1330/providers/Microsoft.DataLakeAnalytics/accounts/testaba26797?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTMzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlQW5hbHl0aWNzL2FjY291bnRzL3Rlc3RhYmEyNjc5Nz9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/rgaba15952/providers/Microsoft.DataLakeAnalytics/accounts/testaba29680?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL3JnYWJhMTU5NTIvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMjk2ODA/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5a6f4555-a863-437f-b4a4-6f94aef88898" + "3f429820-22b4-4d65-bb5f-2ed6b7fb688c" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake15661\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"name\": \"testdatalake15661\"\r\n }\r\n ],\r\n \"storageAccounts\": [],\r\n \"maxDegreeOfParallelism\": 60,\r\n \"maxJobCount\": 3,\r\n \"hiveMetastores\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testaba26797.azuredatalakeanalytics.net\",\r\n \"accountId\": \"3a432933-e7ec-4c33-a13b-96daeb21c103\",\r\n \"creationTime\": \"2016-08-26T17:29:33.9567711Z\",\r\n \"lastModifiedTime\": \"2016-08-26T17:29:33.9567711Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba1330/providers/Microsoft.DataLakeAnalytics/accounts/testaba26797\",\r\n \"name\": \"testaba26797\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake14052\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"caboaccountdogfood.net\"\r\n },\r\n \"name\": \"testdatalake14052\"\r\n }\r\n ],\r\n \"storageAccounts\": [],\r\n \"maxDegreeOfParallelism\": 120,\r\n \"maxJobCount\": 10,\r\n \"systemMaxDegreeOfParallelism\": 120,\r\n \"systemMaxJobCount\": 20,\r\n \"queryStoreRetention\": 30,\r\n \"hiveMetastores\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testaba29680.konaaccountdogfood.net\",\r\n \"accountId\": \"224ef5cb-0f36-4879-901c-037f41e8978c\",\r\n \"creationTime\": \"2016-10-24T23:38:16.4260244Z\",\r\n \"lastModifiedTime\": \"2016-10-24T23:38:16.4260244Z\"\r\n },\r\n \"location\": \"Brazil South\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/rgaba15952/providers/Microsoft.DataLakeAnalytics/accounts/testaba29680\",\r\n \"name\": \"testaba29680\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -1435,7 +1559,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:30:01 GMT" + "Mon, 24 Oct 2016 23:38:44 GMT" ], "Pragma": [ "no-cache" @@ -1447,7 +1571,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "83c3d707-7955-4e01-a1a0-2af110b05d94" + "bdc569d9-7d09-4865-bf35-80979624e034" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -1456,13 +1583,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14949" ], "x-ms-correlation-request-id": [ - "fcf18e26-ff48-4303-8101-27bada85e703" + "98ffba57-ea06-4d27-9119-161fb6fc994c" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T173001Z:fcf18e26-ff48-4303-8101-27bada85e703" + "CENTRALUS:20161024T233845Z:98ffba57-ea06-4d27-9119-161fb6fc994c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1471,28 +1598,29 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/0f35117b-41c2-499a-817d-7e5db89a1d93?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvMGYzNTExN2ItNDFjMi00OTlhLTgxN2QtN2U1ZGI4OWExZDkzP2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/Jobs/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvZmM1YmZlNTEtYzliMS00YjU0LWE3ZGYtYjJiYmIyNjI4MTdlP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"jobId\": \"0f35117b-41c2-499a-817d-7e5db89a1d93\",\r\n \"name\": \"testjob14506\",\r\n \"type\": \"USql\",\r\n \"degreeOfParallelism\": 2,\r\n \"properties\": {\r\n \"type\": \"USql\",\r\n \"script\": \"\\r\\nDROP DATABASE IF EXISTS testdb14065; CREATE DATABASE testdb14065; \\r\\n//Create Table\\r\\nCREATE TABLE testdb14065.dbo.testtbl11856\\r\\n(\\r\\n //Define schema of table\\r\\n UserId int, \\r\\n Start DateTime, \\r\\n Region string, \\r\\n Query string, \\r\\n Duration int, \\r\\n Urls string, \\r\\n ClickedUrls string,\\r\\n INDEX idx1 //Name of index\\r\\n CLUSTERED (Region ASC) //Column to cluster by\\r\\n PARTITIONED BY BUCKETS (UserId) HASH (Region) //Column to partition by\\r\\n);\\r\\n\\r\\nALTER TABLE testdb14065.dbo.testtbl11856 ADD IF NOT EXISTS PARTITION (1);\\r\\n\\r\\nDROP FUNCTION IF EXISTS testdb14065.dbo.testtvf11104;\\r\\n\\r\\n//create table weblogs on space-delimited website log data\\r\\nCREATE FUNCTION testdb14065.dbo.testtvf11104()\\r\\nRETURNS @result TABLE\\r\\n(\\r\\n s_date DateTime,\\r\\n s_time string,\\r\\n s_sitename string,\\r\\n cs_method string, \\r\\n cs_uristem string,\\r\\n cs_uriquery string,\\r\\n s_port int,\\r\\n cs_username string, \\r\\n c_ip string,\\r\\n cs_useragent string,\\r\\n cs_cookie string,\\r\\n cs_referer string, \\r\\n cs_host string,\\r\\n sc_status int,\\r\\n sc_substatus int,\\r\\n sc_win32status int, \\r\\n sc_bytes int,\\r\\n cs_bytes int,\\r\\n s_timetaken int\\r\\n)\\r\\nAS\\r\\nBEGIN\\r\\n\\r\\n @result = EXTRACT\\r\\n s_date DateTime,\\r\\n s_time string,\\r\\n s_sitename string,\\r\\n cs_method string,\\r\\n cs_uristem string,\\r\\n cs_uriquery string,\\r\\n s_port int,\\r\\n cs_username string,\\r\\n c_ip string,\\r\\n cs_useragent string,\\r\\n cs_cookie string,\\r\\n cs_referer string,\\r\\n cs_host string,\\r\\n sc_status int,\\r\\n sc_substatus int,\\r\\n sc_win32status int,\\r\\n sc_bytes int,\\r\\n cs_bytes int,\\r\\n s_timetaken int\\r\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\r\\n USING Extractors.Text(delimiter:' ');\\r\\n\\r\\nRETURN;\\r\\nEND;\\r\\nCREATE VIEW testdb14065.dbo.testview18360 \\r\\nAS \\r\\n SELECT * FROM \\r\\n (\\r\\n VALUES(1,2),(2,4)\\r\\n ) \\r\\nAS \\r\\nT(a, b);\\r\\nCREATE PROCEDURE testdb14065.dbo.testproc12501()\\r\\nAS BEGIN\\r\\n CREATE VIEW testdb14065.dbo.testview18360 \\r\\n AS \\r\\n SELECT * FROM \\r\\n (\\r\\n VALUES(1,2),(2,4)\\r\\n ) \\r\\n AS \\r\\n T(a, b);\\r\\nEND;\"\r\n }\r\n}", + "RequestBody": "{\r\n \"jobId\": \"fc5bfe51-c9b1-4b54-a7df-b2bbb262817e\",\r\n \"name\": \"testjob14078\",\r\n \"type\": \"USql\",\r\n \"degreeOfParallelism\": 2,\r\n \"properties\": {\r\n \"type\": \"USql\",\r\n \"script\": \"\\r\\nDROP DATABASE IF EXISTS testdb12341; CREATE DATABASE testdb12341; \\r\\n//Create Table\\r\\nCREATE TABLE testdb12341.dbo.testtbl19275\\r\\n(\\r\\n //Define schema of table\\r\\n UserId int, \\r\\n Start DateTime, \\r\\n Region string, \\r\\n Query string, \\r\\n Duration int, \\r\\n Urls string, \\r\\n ClickedUrls string,\\r\\n INDEX idx1 //Name of index\\r\\n CLUSTERED (Region ASC) //Column to cluster by\\r\\n PARTITIONED BY BUCKETS (UserId) HASH (Region) //Column to partition by\\r\\n);\\r\\n\\r\\nALTER TABLE testdb12341.dbo.testtbl19275 ADD IF NOT EXISTS PARTITION (1);\\r\\n\\r\\nDROP FUNCTION IF EXISTS testdb12341.dbo.testtvf16354;\\r\\n\\r\\n//create table weblogs on space-delimited website log data\\r\\nCREATE FUNCTION testdb12341.dbo.testtvf16354()\\r\\nRETURNS @result TABLE\\r\\n(\\r\\n s_date DateTime,\\r\\n s_time string,\\r\\n s_sitename string,\\r\\n cs_method string, \\r\\n cs_uristem string,\\r\\n cs_uriquery string,\\r\\n s_port int,\\r\\n cs_username string, \\r\\n c_ip string,\\r\\n cs_useragent string,\\r\\n cs_cookie string,\\r\\n cs_referer string, \\r\\n cs_host string,\\r\\n sc_status int,\\r\\n sc_substatus int,\\r\\n sc_win32status int, \\r\\n sc_bytes int,\\r\\n cs_bytes int,\\r\\n s_timetaken int\\r\\n)\\r\\nAS\\r\\nBEGIN\\r\\n\\r\\n @result = EXTRACT\\r\\n s_date DateTime,\\r\\n s_time string,\\r\\n s_sitename string,\\r\\n cs_method string,\\r\\n cs_uristem string,\\r\\n cs_uriquery string,\\r\\n s_port int,\\r\\n cs_username string,\\r\\n c_ip string,\\r\\n cs_useragent string,\\r\\n cs_cookie string,\\r\\n cs_referer string,\\r\\n cs_host string,\\r\\n sc_status int,\\r\\n sc_substatus int,\\r\\n sc_win32status int,\\r\\n sc_bytes int,\\r\\n cs_bytes int,\\r\\n s_timetaken int\\r\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\r\\n USING Extractors.Text(delimiter:' ');\\r\\n\\r\\nRETURN;\\r\\nEND;\\r\\nCREATE VIEW testdb12341.dbo.testview18386 \\r\\nAS \\r\\n SELECT * FROM \\r\\n (\\r\\n VALUES(1,2),(2,4)\\r\\n ) \\r\\nAS \\r\\nT(a, b);\\r\\nCREATE PROCEDURE testdb12341.dbo.testproc1307()\\r\\nAS BEGIN\\r\\n CREATE VIEW testdb12341.dbo.testview18386 \\r\\n AS \\r\\n SELECT * FROM \\r\\n (\\r\\n VALUES(1,2),(2,4)\\r\\n ) \\r\\n AS \\r\\n T(a, b);\\r\\nEND;\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "2591" + "2590" ], "x-ms-client-request-id": [ - "a9c5f36c-1588-4609-8b80-377e964f8b51" + "c2783700-9c24-48c6-8d0c-4cb803e69e5c" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"0f35117b-41c2-499a-817d-7e5db89a1d93\",\r\n \"name\": \"testjob14506\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 0,\r\n \"submitTime\": \"2016-08-26T10:32:02.6616472-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-26T10:32:02.6616472-07:00\",\r\n \"details\": \"userName:adlsvc01@benwgoldoutlook.onmicrosoft.com;submitMachine:N/A\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"algebraFilePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT0S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"fc5bfe51-c9b1-4b54-a7df-b2bbb262817e\",\r\n \"name\": \"testjob14078\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"admin@aad179.ccsctp.net\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-24T16:40:46.7810929-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-24T16:40:46.7810929-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"admin@aad179.ccsctp.net\",\r\n \"resources\": [],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"algebraFilePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT0S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1501,19 +1629,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:32:03 GMT" - ], - "Pragma": [ - "no-cache" + "Mon, 24 Oct 2016 23:40:47 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "696ea8e9-679e-4efa-9aa2-24e7c74cb925" + "9dcb0e24-b730-4584-8833-49192b971c89" ], "X-Content-Type-Options": [ "nosniff" @@ -1525,22 +1650,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/0f35117b-41c2-499a-817d-7e5db89a1d93?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvMGYzNTExN2ItNDFjMi00OTlhLTgxN2QtN2U1ZGI4OWExZDkzP2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/Jobs/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvZmM1YmZlNTEtYzliMS00YjU0LWE3ZGYtYjJiYmIyNjI4MTdlP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "11dbe534-a261-4df5-8700-c33ede69938d" + "44faa792-8538-4be0-8d82-27c411d2d41e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"0f35117b-41c2-499a-817d-7e5db89a1d93\",\r\n \"name\": \"testjob14506\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 0,\r\n \"submitTime\": \"2016-08-26T10:32:02.6616472-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-26T10:32:02.6616472-07:00\",\r\n \"details\": \"userName:adlsvc01@benwgoldoutlook.onmicrosoft.com;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-08-26T10:32:03.4273154-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb14065; CREATE DATABASE testdb14065; \\n//Create Table\\nCREATE TABLE testdb14065.dbo.testtbl11856\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY BUCKETS (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb14065.dbo.testtbl11856 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb14065.dbo.testtvf11104;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb14065.dbo.testtvf11104()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb14065.dbo.testview18360 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb14065.dbo.testproc12501()\\nAS BEGIN\\n CREATE VIEW testdb14065.dbo.testview18360 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT0.2074751S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"fc5bfe51-c9b1-4b54-a7df-b2bbb262817e\",\r\n \"name\": \"testjob14078\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"admin@aad179.ccsctp.net\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-24T16:40:46.7810929-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-24T16:40:46.7810929-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-10-24T16:40:48.1561063-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"admin@aad179.ccsctp.net\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb12341; CREATE DATABASE testdb12341; \\n//Create Table\\nCREATE TABLE testdb12341.dbo.testtbl19275\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY BUCKETS (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb12341.dbo.testtbl19275 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb12341.dbo.testtvf16354;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb12341.dbo.testtvf16354()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb12341.dbo.testview18386 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb12341.dbo.testproc1307()\\nAS BEGIN\\n CREATE VIEW testdb12341.dbo.testview18386 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT0.2654821S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1549,19 +1675,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:32:03 GMT" - ], - "Pragma": [ - "no-cache" + "Mon, 24 Oct 2016 23:40:47 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "cde59e05-ee00-4585-84c8-9e440028b980" + "6918d667-947f-46be-8fd7-1df914ce5f80" ], "X-Content-Type-Options": [ "nosniff" @@ -1573,22 +1696,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/0f35117b-41c2-499a-817d-7e5db89a1d93?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvMGYzNTExN2ItNDFjMi00OTlhLTgxN2QtN2U1ZGI4OWExZDkzP2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/Jobs/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvZmM1YmZlNTEtYzliMS00YjU0LWE3ZGYtYjJiYmIyNjI4MTdlP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "438fb680-3f0d-42b4-8f88-73a8f729b233" + "a9bd7f36-994c-498f-83fd-b1386a626944" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"0f35117b-41c2-499a-817d-7e5db89a1d93\",\r\n \"name\": \"testjob14506\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 0,\r\n \"submitTime\": \"2016-08-26T10:32:02.6616472-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-26T10:32:02.6616472-07:00\",\r\n \"details\": \"userName:adlsvc01@benwgoldoutlook.onmicrosoft.com;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-08-26T10:32:03.4273154-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb14065; CREATE DATABASE testdb14065; \\n//Create Table\\nCREATE TABLE testdb14065.dbo.testtbl11856\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY BUCKETS (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb14065.dbo.testtbl11856 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb14065.dbo.testtvf11104;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb14065.dbo.testtvf11104()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb14065.dbo.testview18360 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb14065.dbo.testproc12501()\\nAS BEGIN\\n CREATE VIEW testdb14065.dbo.testview18360 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT5.4675075S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"fc5bfe51-c9b1-4b54-a7df-b2bbb262817e\",\r\n \"name\": \"testjob14078\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"admin@aad179.ccsctp.net\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-24T16:40:46.7810929-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-24T16:40:46.7810929-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-10-24T16:40:48.1561063-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"admin@aad179.ccsctp.net\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb12341; CREATE DATABASE testdb12341; \\n//Create Table\\nCREATE TABLE testdb12341.dbo.testtbl19275\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY BUCKETS (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb12341.dbo.testtbl19275 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb12341.dbo.testtvf16354;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb12341.dbo.testtvf16354()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb12341.dbo.testview18386 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb12341.dbo.testproc1307()\\nAS BEGIN\\n CREATE VIEW testdb12341.dbo.testview18386 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT5.6405466S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1597,19 +1721,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:32:08 GMT" - ], - "Pragma": [ - "no-cache" + "Mon, 24 Oct 2016 23:40:53 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "218629be-32a4-4735-a42a-8b5f65576514" + "476397bc-b7ec-406d-aceb-8d338e4773bb" ], "X-Content-Type-Options": [ "nosniff" @@ -1621,22 +1742,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/0f35117b-41c2-499a-817d-7e5db89a1d93?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvMGYzNTExN2ItNDFjMi00OTlhLTgxN2QtN2U1ZGI4OWExZDkzP2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/Jobs/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvZmM1YmZlNTEtYzliMS00YjU0LWE3ZGYtYjJiYmIyNjI4MTdlP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7cd70bff-ee7b-4e94-8147-718bead8b357" + "6595984f-45b1-45c1-8117-b66c50634b48" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"0f35117b-41c2-499a-817d-7e5db89a1d93\",\r\n \"name\": \"testjob14506\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 0,\r\n \"submitTime\": \"2016-08-26T10:32:02.6616472-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-26T10:32:02.6616472-07:00\",\r\n \"details\": \"userName:adlsvc01@benwgoldoutlook.onmicrosoft.com;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-08-26T10:32:03.4273154-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb14065; CREATE DATABASE testdb14065; \\n//Create Table\\nCREATE TABLE testdb14065.dbo.testtbl11856\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY BUCKETS (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb14065.dbo.testtbl11856 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb14065.dbo.testtvf11104;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb14065.dbo.testtvf11104()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb14065.dbo.testview18360 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb14065.dbo.testproc12501()\\nAS BEGIN\\n CREATE VIEW testdb14065.dbo.testview18360 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT10.7307473S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"fc5bfe51-c9b1-4b54-a7df-b2bbb262817e\",\r\n \"name\": \"testjob14078\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"admin@aad179.ccsctp.net\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-24T16:40:46.7810929-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-24T16:40:46.7810929-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-10-24T16:40:48.1561063-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"admin@aad179.ccsctp.net\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb12341; CREATE DATABASE testdb12341; \\n//Create Table\\nCREATE TABLE testdb12341.dbo.testtbl19275\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY BUCKETS (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb12341.dbo.testtbl19275 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb12341.dbo.testtvf16354;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb12341.dbo.testtvf16354()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb12341.dbo.testview18386 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb12341.dbo.testproc1307()\\nAS BEGIN\\n CREATE VIEW testdb12341.dbo.testview18386 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT10.9062529S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1645,19 +1767,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:32:14 GMT" - ], - "Pragma": [ - "no-cache" + "Mon, 24 Oct 2016 23:40:58 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "7f8129a9-7c3d-4dd6-b2e8-98320d1958a7" + "8faa52a2-e5dd-4349-b2e5-b742a0cf665d" ], "X-Content-Type-Options": [ "nosniff" @@ -1669,22 +1788,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/0f35117b-41c2-499a-817d-7e5db89a1d93?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvMGYzNTExN2ItNDFjMi00OTlhLTgxN2QtN2U1ZGI4OWExZDkzP2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/Jobs/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvZmM1YmZlNTEtYzliMS00YjU0LWE3ZGYtYjJiYmIyNjI4MTdlP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b06239c3-a74c-4626-8c30-591b5129386a" + "63cc5680-b6b3-4df1-b15f-908c0458e414" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"0f35117b-41c2-499a-817d-7e5db89a1d93\",\r\n \"name\": \"testjob14506\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 0,\r\n \"submitTime\": \"2016-08-26T10:32:02.6616472-07:00\",\r\n \"state\": \"Starting\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-26T10:32:02.6616472-07:00\",\r\n \"details\": \"userName:adlsvc01@benwgoldoutlook.onmicrosoft.com;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-08-26T10:32:03.4273154-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-08-26T10:32:15.4445548-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-08-26T10:32:15.4445548-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:9fbca09c-9c6b-4eca-95d6-9f94bdf82a8e\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-08-26T10:32:15.4601985-07:00\",\r\n \"details\": \"runtimeVersion:kobo_live_signed_5080972\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_live_signed_5080972\",\r\n \"rootProcessNodeId\": \"9fbca09c-9c6b-4eca-95d6-9f94bdf82a8e\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb14065; CREATE DATABASE testdb14065; \\n//Create Table\\nCREATE TABLE testdb14065.dbo.testtbl11856\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY BUCKETS (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb14065.dbo.testtbl11856 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb14065.dbo.testtvf11104;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb14065.dbo.testtvf11104()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb14065.dbo.testview18360 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb14065.dbo.testproc12501()\\nAS BEGIN\\n CREATE VIEW testdb14065.dbo.testview18360 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/algebra.xml\",\r\n \"yarnApplicationId\": 136554,\r\n \"yarnApplicationTimeStamp\": 1470956432046,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT12.0172394S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"fc5bfe51-c9b1-4b54-a7df-b2bbb262817e\",\r\n \"name\": \"testjob14078\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"admin@aad179.ccsctp.net\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-24T16:40:46.7810929-07:00\",\r\n \"state\": \"Starting\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-24T16:40:46.7810929-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-10-24T16:40:48.1561063-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-10-24T16:41:02.1250365-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-10-24T16:41:02.1406261-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:4a885da0-328d-477c-8c82-bcde3a2681d0\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-10-24T16:41:02.1406261-07:00\",\r\n \"details\": \"runtimeVersion:kobo_vnext_5161967_20161024070404034\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"admin@aad179.ccsctp.net\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"diagnosticsjson\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/diagnosticsjson\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_vnext_5161967_20161024070404034\",\r\n \"rootProcessNodeId\": \"4a885da0-328d-477c-8c82-bcde3a2681d0\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb12341; CREATE DATABASE testdb12341; \\n//Create Table\\nCREATE TABLE testdb12341.dbo.testtbl19275\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY BUCKETS (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb12341.dbo.testtbl19275 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb12341.dbo.testtvf16354;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb12341.dbo.testtvf16354()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb12341.dbo.testview18386 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb12341.dbo.testproc1307()\\nAS BEGIN\\n CREATE VIEW testdb12341.dbo.testview18386 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/algebra.xml\",\r\n \"yarnApplicationId\": 3006,\r\n \"yarnApplicationTimeStamp\": 1477329130041,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT13.9689302S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT2.1873821S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1693,19 +1813,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:32:19 GMT" - ], - "Pragma": [ - "no-cache" + "Mon, 24 Oct 2016 23:41:03 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "6b412aa9-bb0c-4557-9c28-28de6d8fc37d" + "5adfda32-2dda-4ec3-9513-b703d075f851" ], "X-Content-Type-Options": [ "nosniff" @@ -1717,22 +1834,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/0f35117b-41c2-499a-817d-7e5db89a1d93?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvMGYzNTExN2ItNDFjMi00OTlhLTgxN2QtN2U1ZGI4OWExZDkzP2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/Jobs/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvZmM1YmZlNTEtYzliMS00YjU0LWE3ZGYtYjJiYmIyNjI4MTdlP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c9df4c89-28c1-44ff-a6d0-07e782266b34" + "af3a8304-b0c3-4ca4-a7a3-aec1a5ffd563" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"0f35117b-41c2-499a-817d-7e5db89a1d93\",\r\n \"name\": \"testjob14506\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 0,\r\n \"submitTime\": \"2016-08-26T10:32:02.6616472-07:00\",\r\n \"state\": \"Starting\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-26T10:32:02.6616472-07:00\",\r\n \"details\": \"userName:adlsvc01@benwgoldoutlook.onmicrosoft.com;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-08-26T10:32:03.4273154-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-08-26T10:32:15.4445548-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-08-26T10:32:15.4445548-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:9fbca09c-9c6b-4eca-95d6-9f94bdf82a8e\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-08-26T10:32:15.4601985-07:00\",\r\n \"details\": \"runtimeVersion:kobo_live_signed_5080972\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_live_signed_5080972\",\r\n \"rootProcessNodeId\": \"9fbca09c-9c6b-4eca-95d6-9f94bdf82a8e\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb14065; CREATE DATABASE testdb14065; \\n//Create Table\\nCREATE TABLE testdb14065.dbo.testtbl11856\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY BUCKETS (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb14065.dbo.testtbl11856 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb14065.dbo.testtvf11104;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb14065.dbo.testtvf11104()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb14065.dbo.testview18360 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb14065.dbo.testproc12501()\\nAS BEGIN\\n CREATE VIEW testdb14065.dbo.testview18360 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/algebra.xml\",\r\n \"yarnApplicationId\": 136554,\r\n \"yarnApplicationTimeStamp\": 1470956432046,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT12.0172394S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"fc5bfe51-c9b1-4b54-a7df-b2bbb262817e\",\r\n \"name\": \"testjob14078\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"admin@aad179.ccsctp.net\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-24T16:40:46.7810929-07:00\",\r\n \"state\": \"Starting\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-24T16:40:46.7810929-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-10-24T16:40:48.1561063-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-10-24T16:41:02.1250365-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-10-24T16:41:02.1406261-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:4a885da0-328d-477c-8c82-bcde3a2681d0\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-10-24T16:41:02.1406261-07:00\",\r\n \"details\": \"runtimeVersion:kobo_vnext_5161967_20161024070404034\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"admin@aad179.ccsctp.net\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"diagnosticsjson\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/diagnosticsjson\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_vnext_5161967_20161024070404034\",\r\n \"rootProcessNodeId\": \"4a885da0-328d-477c-8c82-bcde3a2681d0\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb12341; CREATE DATABASE testdb12341; \\n//Create Table\\nCREATE TABLE testdb12341.dbo.testtbl19275\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY BUCKETS (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb12341.dbo.testtbl19275 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb12341.dbo.testtvf16354;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb12341.dbo.testtvf16354()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb12341.dbo.testview18386 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb12341.dbo.testproc1307()\\nAS BEGIN\\n CREATE VIEW testdb12341.dbo.testview18386 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/algebra.xml\",\r\n \"yarnApplicationId\": 3006,\r\n \"yarnApplicationTimeStamp\": 1477329130041,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT13.9689302S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT7.5522223S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1741,19 +1859,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:32:24 GMT" - ], - "Pragma": [ - "no-cache" + "Mon, 24 Oct 2016 23:41:09 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "b5c6d98e-2771-4054-aacb-13ad4b94876b" + "9acf4fdf-517a-4477-a578-8fe8e5748826" ], "X-Content-Type-Options": [ "nosniff" @@ -1765,22 +1880,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/0f35117b-41c2-499a-817d-7e5db89a1d93?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvMGYzNTExN2ItNDFjMi00OTlhLTgxN2QtN2U1ZGI4OWExZDkzP2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/Jobs/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvZmM1YmZlNTEtYzliMS00YjU0LWE3ZGYtYjJiYmIyNjI4MTdlP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f2c441db-66c2-4d3e-90a7-047f6cb042d4" + "7c6eb8c1-f9c2-4976-8937-02b6fa33ce18" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"0f35117b-41c2-499a-817d-7e5db89a1d93\",\r\n \"name\": \"testjob14506\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 0,\r\n \"submitTime\": \"2016-08-26T10:32:02.6616472-07:00\",\r\n \"state\": \"Starting\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-26T10:32:02.6616472-07:00\",\r\n \"details\": \"userName:adlsvc01@benwgoldoutlook.onmicrosoft.com;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-08-26T10:32:03.4273154-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-08-26T10:32:15.4445548-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-08-26T10:32:15.4445548-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:9fbca09c-9c6b-4eca-95d6-9f94bdf82a8e\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-08-26T10:32:15.4601985-07:00\",\r\n \"details\": \"runtimeVersion:kobo_live_signed_5080972\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_live_signed_5080972\",\r\n \"rootProcessNodeId\": \"9fbca09c-9c6b-4eca-95d6-9f94bdf82a8e\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb14065; CREATE DATABASE testdb14065; \\n//Create Table\\nCREATE TABLE testdb14065.dbo.testtbl11856\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY BUCKETS (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb14065.dbo.testtbl11856 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb14065.dbo.testtvf11104;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb14065.dbo.testtvf11104()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb14065.dbo.testview18360 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb14065.dbo.testproc12501()\\nAS BEGIN\\n CREATE VIEW testdb14065.dbo.testview18360 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/algebra.xml\",\r\n \"yarnApplicationId\": 136554,\r\n \"yarnApplicationTimeStamp\": 1470956432046,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT12.0172394S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"fc5bfe51-c9b1-4b54-a7df-b2bbb262817e\",\r\n \"name\": \"testjob14078\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"admin@aad179.ccsctp.net\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-24T16:40:46.7810929-07:00\",\r\n \"state\": \"Starting\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-24T16:40:46.7810929-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-10-24T16:40:48.1561063-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-10-24T16:41:02.1250365-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-10-24T16:41:02.1406261-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:4a885da0-328d-477c-8c82-bcde3a2681d0\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-10-24T16:41:02.1406261-07:00\",\r\n \"details\": \"runtimeVersion:kobo_vnext_5161967_20161024070404034\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"admin@aad179.ccsctp.net\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"diagnosticsjson\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/diagnosticsjson\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_vnext_5161967_20161024070404034\",\r\n \"rootProcessNodeId\": \"4a885da0-328d-477c-8c82-bcde3a2681d0\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb12341; CREATE DATABASE testdb12341; \\n//Create Table\\nCREATE TABLE testdb12341.dbo.testtbl19275\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY BUCKETS (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb12341.dbo.testtbl19275 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb12341.dbo.testtvf16354;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb12341.dbo.testtvf16354()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb12341.dbo.testview18386 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb12341.dbo.testproc1307()\\nAS BEGIN\\n CREATE VIEW testdb12341.dbo.testview18386 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/algebra.xml\",\r\n \"yarnApplicationId\": 3006,\r\n \"yarnApplicationTimeStamp\": 1477329130041,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT13.9689302S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT12.8491221S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1789,19 +1905,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:32:30 GMT" - ], - "Pragma": [ - "no-cache" + "Mon, 24 Oct 2016 23:41:14 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "44aff347-1be8-4453-b945-11c184d6eaef" + "d8c02261-43a1-4012-9a26-7500726ad0b1" ], "X-Content-Type-Options": [ "nosniff" @@ -1813,22 +1926,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/0f35117b-41c2-499a-817d-7e5db89a1d93?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvMGYzNTExN2ItNDFjMi00OTlhLTgxN2QtN2U1ZGI4OWExZDkzP2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/Jobs/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvZmM1YmZlNTEtYzliMS00YjU0LWE3ZGYtYjJiYmIyNjI4MTdlP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4f12b8da-5d1e-42c8-8dc3-10cd594e46a8" + "7b54b4d6-8a69-48a7-a27a-90f02795eceb" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"0f35117b-41c2-499a-817d-7e5db89a1d93\",\r\n \"name\": \"testjob14506\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 0,\r\n \"submitTime\": \"2016-08-26T10:32:02.6616472-07:00\",\r\n \"startTime\": \"2016-08-26T10:32:31.5271581-07:00\",\r\n \"state\": \"Running\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-26T10:32:02.6616472-07:00\",\r\n \"details\": \"userName:adlsvc01@benwgoldoutlook.onmicrosoft.com;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-08-26T10:32:03.4273154-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-08-26T10:32:15.4445548-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-08-26T10:32:15.4445548-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:9fbca09c-9c6b-4eca-95d6-9f94bdf82a8e\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-08-26T10:32:15.4601985-07:00\",\r\n \"details\": \"runtimeVersion:kobo_live_signed_5080972\"\r\n },\r\n {\r\n \"newState\": \"Running\",\r\n \"timeStamp\": \"2016-08-26T10:32:31.5271581-07:00\",\r\n \"details\": \"runAttempt:1\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_live_signed_5080972\",\r\n \"rootProcessNodeId\": \"9fbca09c-9c6b-4eca-95d6-9f94bdf82a8e\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb14065; CREATE DATABASE testdb14065; \\n//Create Table\\nCREATE TABLE testdb14065.dbo.testtbl11856\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY BUCKETS (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb14065.dbo.testtbl11856 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb14065.dbo.testtvf11104;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb14065.dbo.testtvf11104()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb14065.dbo.testview18360 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb14065.dbo.testproc12501()\\nAS BEGIN\\n CREATE VIEW testdb14065.dbo.testview18360 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/algebra.xml\",\r\n \"yarnApplicationId\": 136554,\r\n \"yarnApplicationTimeStamp\": 1470956432046,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT12.0172394S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT3.9347086S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"fc5bfe51-c9b1-4b54-a7df-b2bbb262817e\",\r\n \"name\": \"testjob14078\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"admin@aad179.ccsctp.net\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-24T16:40:46.7810929-07:00\",\r\n \"state\": \"Starting\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-24T16:40:46.7810929-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-10-24T16:40:48.1561063-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-10-24T16:41:02.1250365-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-10-24T16:41:02.1406261-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:4a885da0-328d-477c-8c82-bcde3a2681d0\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-10-24T16:41:02.1406261-07:00\",\r\n \"details\": \"runtimeVersion:kobo_vnext_5161967_20161024070404034\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"admin@aad179.ccsctp.net\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"diagnosticsjson\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/diagnosticsjson\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_vnext_5161967_20161024070404034\",\r\n \"rootProcessNodeId\": \"4a885da0-328d-477c-8c82-bcde3a2681d0\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb12341; CREATE DATABASE testdb12341; \\n//Create Table\\nCREATE TABLE testdb12341.dbo.testtbl19275\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY BUCKETS (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb12341.dbo.testtbl19275 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb12341.dbo.testtvf16354;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb12341.dbo.testtvf16354()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb12341.dbo.testview18386 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb12341.dbo.testproc1307()\\nAS BEGIN\\n CREATE VIEW testdb12341.dbo.testview18386 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/algebra.xml\",\r\n \"yarnApplicationId\": 3006,\r\n \"yarnApplicationTimeStamp\": 1477329130041,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT13.9689302S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT18.1147624S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1837,19 +1951,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:32:34 GMT" - ], - "Pragma": [ - "no-cache" + "Mon, 24 Oct 2016 23:41:20 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "5435d89c-ce67-46cc-b1e0-337f7094d482" + "00a50d4b-b89d-4c39-8b0a-aadcabc46b21" ], "X-Content-Type-Options": [ "nosniff" @@ -1861,22 +1972,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/0f35117b-41c2-499a-817d-7e5db89a1d93?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvMGYzNTExN2ItNDFjMi00OTlhLTgxN2QtN2U1ZGI4OWExZDkzP2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/Jobs/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvZmM1YmZlNTEtYzliMS00YjU0LWE3ZGYtYjJiYmIyNjI4MTdlP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7edb0268-d9af-48e5-b2e6-868fbbe8c1d2" + "a85b8ede-8ec5-4dd4-993c-128bc9e23ad6" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"0f35117b-41c2-499a-817d-7e5db89a1d93\",\r\n \"name\": \"testjob14506\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 0,\r\n \"submitTime\": \"2016-08-26T10:32:02.6616472-07:00\",\r\n \"startTime\": \"2016-08-26T10:32:31.5271581-07:00\",\r\n \"endTime\": \"2016-08-26T10:32:37.57419-07:00\",\r\n \"state\": \"Ended\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-26T10:32:02.6616472-07:00\",\r\n \"details\": \"userName:adlsvc01@benwgoldoutlook.onmicrosoft.com;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-08-26T10:32:03.4273154-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-08-26T10:32:15.4445548-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-08-26T10:32:15.4445548-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:9fbca09c-9c6b-4eca-95d6-9f94bdf82a8e\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-08-26T10:32:15.4601985-07:00\",\r\n \"details\": \"runtimeVersion:kobo_live_signed_5080972\"\r\n },\r\n {\r\n \"newState\": \"Running\",\r\n \"timeStamp\": \"2016-08-26T10:32:31.5271581-07:00\",\r\n \"details\": \"runAttempt:1\"\r\n },\r\n {\r\n \"newState\": \"Ended\",\r\n \"timeStamp\": \"2016-08-26T10:32:37.57419-07:00\",\r\n \"details\": \"result:Succeeded\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_live_signed_5080972\",\r\n \"rootProcessNodeId\": \"9fbca09c-9c6b-4eca-95d6-9f94bdf82a8e\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb14065; CREATE DATABASE testdb14065; \\n//Create Table\\nCREATE TABLE testdb14065.dbo.testtbl11856\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY BUCKETS (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb14065.dbo.testtbl11856 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb14065.dbo.testtvf11104;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb14065.dbo.testtvf11104()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb14065.dbo.testview18360 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb14065.dbo.testproc12501()\\nAS BEGIN\\n CREATE VIEW testdb14065.dbo.testview18360 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/0f35117b-41c2-499a-817d-7e5db89a1d93/algebra.xml\",\r\n \"yarnApplicationId\": 136554,\r\n \"yarnApplicationTimeStamp\": 1470956432046,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT12.0172394S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT6.0470319S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"fc5bfe51-c9b1-4b54-a7df-b2bbb262817e\",\r\n \"name\": \"testjob14078\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"admin@aad179.ccsctp.net\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-24T16:40:46.7810929-07:00\",\r\n \"startTime\": \"2016-10-24T16:41:21.3916031-07:00\",\r\n \"state\": \"Running\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-24T16:40:46.7810929-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-10-24T16:40:48.1561063-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-10-24T16:41:02.1250365-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-10-24T16:41:02.1406261-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:4a885da0-328d-477c-8c82-bcde3a2681d0\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-10-24T16:41:02.1406261-07:00\",\r\n \"details\": \"runtimeVersion:kobo_vnext_5161967_20161024070404034\"\r\n },\r\n {\r\n \"newState\": \"Running\",\r\n \"timeStamp\": \"2016-10-24T16:41:21.3916031-07:00\",\r\n \"details\": \"runAttempt:1\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"admin@aad179.ccsctp.net\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"diagnosticsjson\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/diagnosticsjson\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_vnext_5161967_20161024070404034\",\r\n \"rootProcessNodeId\": \"4a885da0-328d-477c-8c82-bcde3a2681d0\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb12341; CREATE DATABASE testdb12341; \\n//Create Table\\nCREATE TABLE testdb12341.dbo.testtbl19275\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY BUCKETS (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb12341.dbo.testtbl19275 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb12341.dbo.testtvf16354;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb12341.dbo.testtvf16354()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb12341.dbo.testview18386 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb12341.dbo.testproc1307()\\nAS BEGIN\\n CREATE VIEW testdb12341.dbo.testview18386 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/algebra.xml\",\r\n \"yarnApplicationId\": 3006,\r\n \"yarnApplicationTimeStamp\": 1477329130041,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT13.9689302S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT19.2665666S\",\r\n \"totalRunningTime\": \"PT4.0931132S\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1885,19 +1997,62 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:32:40 GMT" + "Mon, 24 Oct 2016 23:41:24 GMT" ], - "Pragma": [ - "no-cache" + "Transfer-Encoding": [ + "chunked" + ], + "x-ms-request-id": [ + "2271dbde-e3cc-45d0-b061-8335b00f2a5a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=15724800; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/Jobs/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvZmM1YmZlNTEtYzliMS00YjU0LWE3ZGYtYjJiYmIyNjI4MTdlP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b5079ebe-c9fb-42e1-b98e-05b6d6fcec86" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" + ] + }, + "ResponseBody": "{\r\n \"jobId\": \"fc5bfe51-c9b1-4b54-a7df-b2bbb262817e\",\r\n \"name\": \"testjob14078\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"admin@aad179.ccsctp.net\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-24T16:40:46.7810929-07:00\",\r\n \"startTime\": \"2016-10-24T16:41:21.3916031-07:00\",\r\n \"endTime\": \"2016-10-24T16:41:25.563524-07:00\",\r\n \"state\": \"Ended\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-24T16:40:46.7810929-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-10-24T16:40:48.1561063-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-10-24T16:41:02.1250365-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-10-24T16:41:02.1406261-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:4a885da0-328d-477c-8c82-bcde3a2681d0\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-10-24T16:41:02.1406261-07:00\",\r\n \"details\": \"runtimeVersion:kobo_vnext_5161967_20161024070404034\"\r\n },\r\n {\r\n \"newState\": \"Running\",\r\n \"timeStamp\": \"2016-10-24T16:41:21.3916031-07:00\",\r\n \"details\": \"runAttempt:1\"\r\n },\r\n {\r\n \"newState\": \"Ended\",\r\n \"timeStamp\": \"2016-10-24T16:41:25.563524-07:00\",\r\n \"details\": \"result:Succeeded\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"admin@aad179.ccsctp.net\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"diagnosticsjson\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/diagnosticsjson\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_vnext_5161967_20161024070404034\",\r\n \"rootProcessNodeId\": \"4a885da0-328d-477c-8c82-bcde3a2681d0\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb12341; CREATE DATABASE testdb12341; \\n//Create Table\\nCREATE TABLE testdb12341.dbo.testtbl19275\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY BUCKETS (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb12341.dbo.testtbl19275 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb12341.dbo.testtvf16354;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb12341.dbo.testtvf16354()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb12341.dbo.testview18386 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb12341.dbo.testproc1307()\\nAS BEGIN\\n CREATE VIEW testdb12341.dbo.testview18386 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/40/fc5bfe51-c9b1-4b54-a7df-b2bbb262817e/algebra.xml\",\r\n \"yarnApplicationId\": 3006,\r\n \"yarnApplicationTimeStamp\": 1477329130041,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT13.9689302S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT19.2665666S\",\r\n \"totalRunningTime\": \"PT4.1719209S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-store, no-cache, max-age=0, private" + ], + "Date": [ + "Mon, 24 Oct 2016 23:41:30 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "61aa0431-ee3f-41eb-9786-73f043f9e707" + "d6b9a2e2-1f44-4354-8be6-6ccd9ce7ed42" ], "X-Content-Type-Options": [ "nosniff" @@ -1909,10 +2064,10 @@ "StatusCode": 200 }, { - "RequestUri": "/catalog/usql/databases/testdb14065/secrets/testsecret18438?api-version=2015-10-01-preview", - "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTQwNjUvc2VjcmV0cy90ZXN0c2VjcmV0MTg0Mzg/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/catalog/usql/databases/testdb12341/secrets/testsecret17729?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTIzNDEvc2VjcmV0cy90ZXN0c2VjcmV0MTc3Mjk/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"password\": \"testsecretpwd18842\",\r\n \"uri\": \"https://adlasecrettest.contoso.com:443\"\r\n}", + "RequestBody": "{\r\n \"password\": \"testsecretpwd18652\",\r\n \"uri\": \"https://adlasecrettest.contoso.com:443\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1921,13 +2076,14 @@ "92" ], "x-ms-client-request-id": [ - "430bf676-e013-40d2-9e86-c7f72c1d55d5" + "617c9d2d-0611-4dc3-b64a-b9fc5971c22d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.6-preview" ] }, "ResponseBody": "", @@ -1936,19 +2092,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:32:47 GMT" - ], - "Pragma": [ - "no-cache" + "Mon, 24 Oct 2016 23:41:33 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "5a993eca-a653-4a1e-8e56-3a6e65eb1a62" + "27261067-7c44-4819-9617-0b49b5dc631a" ], "X-Content-Type-Options": [ "nosniff" @@ -1960,10 +2113,10 @@ "StatusCode": 200 }, { - "RequestUri": "/catalog/usql/databases/testdb14065/secrets/testsecret18438?api-version=2015-10-01-preview", - "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTQwNjUvc2VjcmV0cy90ZXN0c2VjcmV0MTg0Mzg/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/catalog/usql/databases/testdb12341/secrets/testsecret17729?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTIzNDEvc2VjcmV0cy90ZXN0c2VjcmV0MTc3Mjk/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"password\": \"testsecretpwd18842\",\r\n \"uri\": \"https://adlasecrettest.contoso.com:443\"\r\n}", + "RequestBody": "{\r\n \"password\": \"testsecretpwd18652\",\r\n \"uri\": \"https://adlasecrettest.contoso.com:443\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1972,16 +2125,17 @@ "92" ], "x-ms-client-request-id": [ - "75657ae4-3d54-4326-bda6-eab9559c7bbf" + "bfc5045b-5684-427d-ac8a-589c1e7d572d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceAlreadyExists\",\r\n \"message\": \"The resource 'mafs://accounts/testdatalake15661/fs/catalog/database/0173a5bf-175e-447c-822b-3986cd1debad/credential/testsecret18438' already exists. Trace: 593662ff-c172-4b58-af11-232e1e087226 Time: 2016-08-26T10:32:47.9881319-07:00\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceAlreadyExists\",\r\n \"message\": \"The resource 'mafs://accounts/testdatalake14052/fs/catalog/database/96f6a9e0-0ee8-44d1-8d2a-791002de461c/credential/testsecret17729' already exists. Trace: 24bd6860-b5db-43db-a09e-8f73332cf357 Time: 2016-10-24T16:41:33.9189024-07:00\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1990,19 +2144,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:32:47 GMT" - ], - "Pragma": [ - "no-cache" + "Mon, 24 Oct 2016 23:41:33 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "593662ff-c172-4b58-af11-232e1e087226" + "24bd6860-b5db-43db-a09e-8f73332cf357" ], "X-Content-Type-Options": [ "nosniff" @@ -2014,10 +2165,10 @@ "StatusCode": 409 }, { - "RequestUri": "/catalog/usql/databases/testdb14065/secrets/testsecret18438dup?api-version=2015-10-01-preview", - "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTQwNjUvc2VjcmV0cy90ZXN0c2VjcmV0MTg0MzhkdXA/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/catalog/usql/databases/testdb12341/secrets/testsecret17729dup?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTIzNDEvc2VjcmV0cy90ZXN0c2VjcmV0MTc3MjlkdXA/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"password\": \"testsecretpwd18842\",\r\n \"uri\": \"https://adlasecrettest.contoso.com:443\"\r\n}", + "RequestBody": "{\r\n \"password\": \"testsecretpwd18652\",\r\n \"uri\": \"https://adlasecrettest.contoso.com:443\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -2026,13 +2177,14 @@ "92" ], "x-ms-client-request-id": [ - "72b8a14b-9a97-4e42-84af-7a2502e71597" + "78091c34-440b-4222-a649-95b575da2aaf" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.6-preview" ] }, "ResponseBody": "", @@ -2041,19 +2193,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:32:50 GMT" - ], - "Pragma": [ - "no-cache" + "Mon, 24 Oct 2016 23:41:34 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "ba7c75d1-7d88-4663-af51-e6a4eaa6adcd" + "da46647d-53a2-4ea7-8204-9645849c02b3" ], "X-Content-Type-Options": [ "nosniff" @@ -2065,22 +2214,23 @@ "StatusCode": 200 }, { - "RequestUri": "/catalog/usql/databases/testdb14065/secrets/testsecret18438?api-version=2015-10-01-preview", - "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTQwNjUvc2VjcmV0cy90ZXN0c2VjcmV0MTg0Mzg/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/catalog/usql/databases/testdb12341/secrets/testsecret17729?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTIzNDEvc2VjcmV0cy90ZXN0c2VjcmV0MTc3Mjk/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "900963bb-d79f-4549-8ec8-96edd170b0b3" + "9d2d2b21-b0e8-49e7-96b7-52267c8556b3" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"creationTime\": \"2016-08-26T17:32:44.3670706Z\"\r\n}", + "ResponseBody": "{\r\n \"creationTime\": \"2016-10-24T23:41:33.0897334Z\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -2089,19 +2239,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:32:50 GMT" - ], - "Pragma": [ - "no-cache" + "Mon, 24 Oct 2016 23:41:34 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "65dd1d81-327e-41bf-a564-654ca985f203" + "1849164d-2889-4e7b-8826-6a22791903bb" ], "X-Content-Type-Options": [ "nosniff" @@ -2113,22 +2260,23 @@ "StatusCode": 200 }, { - "RequestUri": "/catalog/usql/databases/testdb14065/secrets/testsecret18438?api-version=2015-10-01-preview", - "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTQwNjUvc2VjcmV0cy90ZXN0c2VjcmV0MTg0Mzg/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/catalog/usql/databases/testdb12341/secrets/testsecret17729?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTIzNDEvc2VjcmV0cy90ZXN0c2VjcmV0MTc3Mjk/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f4eb2f0c-9c20-478a-b458-3511ed2735ab" + "9d379c2c-f551-4432-b175-e892cfb25f9b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The resource 'testsecret18438' does not exist. Trace: 2a434ea1-e05c-47a2-8d23-1d50d63e08eb Time: 2016-08-26T10:34:10.8213670-07:00\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The resource 'testsecret17729' does not exist. Trace: 534d4073-7df1-45a9-8bc0-db5424453b50 Time: 2016-10-24T16:42:47.4721744-07:00\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -2137,19 +2285,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:34:10 GMT" - ], - "Pragma": [ - "no-cache" + "Mon, 24 Oct 2016 23:42:46 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "2a434ea1-e05c-47a2-8d23-1d50d63e08eb" + "534d4073-7df1-45a9-8bc0-db5424453b50" ], "X-Content-Type-Options": [ "nosniff" @@ -2161,10 +2306,10 @@ "StatusCode": 404 }, { - "RequestUri": "/Jobs/66abda3a-bc5b-47d3-a33a-0f1e59853b70?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvNjZhYmRhM2EtYmM1Yi00N2QzLWEzM2EtMGYxZTU5ODUzYjcwP2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/Jobs/ddb63a06-1036-4fd9-84de-8253d1179e94?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvZGRiNjNhMDYtMTAzNi00ZmQ5LTg0ZGUtODI1M2QxMTc5ZTk0P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"jobId\": \"66abda3a-bc5b-47d3-a33a-0f1e59853b70\",\r\n \"name\": \"testjob11075\",\r\n \"type\": \"USql\",\r\n \"degreeOfParallelism\": 2,\r\n \"properties\": {\r\n \"type\": \"USql\",\r\n \"script\": \"USE testdb14065; CREATE CREDENTIAL testcred17509 WITH USER_NAME = \\\"scope@rkm4grspxa\\\", IDENTITY = \\\"testsecret18438\\\";\"\r\n }\r\n}", + "RequestBody": "{\r\n \"jobId\": \"ddb63a06-1036-4fd9-84de-8253d1179e94\",\r\n \"name\": \"testjob17876\",\r\n \"type\": \"USql\",\r\n \"degreeOfParallelism\": 2,\r\n \"properties\": {\r\n \"type\": \"USql\",\r\n \"script\": \"USE testdb12341; CREATE CREDENTIAL testcred17144 WITH USER_NAME = \\\"scope@rkm4grspxa\\\", IDENTITY = \\\"testsecret17729\\\";\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -2173,16 +2318,17 @@ "313" ], "x-ms-client-request-id": [ - "4af6d66e-99ee-4ef7-bd65-ff9212c0a488" + "d9d34f30-7f79-4c4a-b0c9-18b3095cc258" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"66abda3a-bc5b-47d3-a33a-0f1e59853b70\",\r\n \"name\": \"testjob11075\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 0,\r\n \"submitTime\": \"2016-08-26T10:32:52.2787835-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-26T10:32:52.2787835-07:00\",\r\n \"details\": \"userName:adlsvc01@benwgoldoutlook.onmicrosoft.com;submitMachine:N/A\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"algebraFilePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT0S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"ddb63a06-1036-4fd9-84de-8253d1179e94\",\r\n \"name\": \"testjob17876\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"admin@aad179.ccsctp.net\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-24T16:41:35.6594091-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-24T16:41:35.6594091-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"admin@aad179.ccsctp.net\",\r\n \"resources\": [],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"algebraFilePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT0S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -2191,19 +2337,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:32:52 GMT" - ], - "Pragma": [ - "no-cache" + "Mon, 24 Oct 2016 23:41:35 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "bce8f84d-62be-482b-a4ae-c4447f434833" + "efc50cfc-8fdc-4e5e-9fd5-fde641c2af9d" ], "X-Content-Type-Options": [ "nosniff" @@ -2215,22 +2358,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/66abda3a-bc5b-47d3-a33a-0f1e59853b70?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvNjZhYmRhM2EtYmM1Yi00N2QzLWEzM2EtMGYxZTU5ODUzYjcwP2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/Jobs/ddb63a06-1036-4fd9-84de-8253d1179e94?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvZGRiNjNhMDYtMTAzNi00ZmQ5LTg0ZGUtODI1M2QxMTc5ZTk0P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "00e4e0e8-bc19-4a40-a2b5-51d83d11ea85" + "2293a76b-ec52-471a-aac0-d9bbeb41f3ec" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"66abda3a-bc5b-47d3-a33a-0f1e59853b70\",\r\n \"name\": \"testjob11075\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 0,\r\n \"submitTime\": \"2016-08-26T10:32:52.2787835-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-26T10:32:52.2787835-07:00\",\r\n \"details\": \"userName:adlsvc01@benwgoldoutlook.onmicrosoft.com;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-08-26T10:32:53.3100763-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"script\": \"USE testdb14065; CREATE CREDENTIAL testcred17509 WITH USER_NAME = \\\"scope@rkm4grspxa\\\", IDENTITY = \\\"testsecret18438\\\";\",\r\n \"algebraFilePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT0.1365568S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"ddb63a06-1036-4fd9-84de-8253d1179e94\",\r\n \"name\": \"testjob17876\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"admin@aad179.ccsctp.net\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-24T16:41:35.6594091-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-24T16:41:35.6594091-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-10-24T16:41:36.0500566-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"admin@aad179.ccsctp.net\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"script\": \"USE testdb12341; CREATE CREDENTIAL testcred17144 WITH USER_NAME = \\\"scope@rkm4grspxa\\\", IDENTITY = \\\"testsecret17729\\\";\",\r\n \"algebraFilePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT0.2004101S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -2239,19 +2383,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:32:53 GMT" - ], - "Pragma": [ - "no-cache" + "Mon, 24 Oct 2016 23:41:35 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "87e3d8bb-cee8-4ac3-9ccf-8ade75bc42af" + "137ae8b7-0cfe-4252-8a89-0fb2a03f1b18" ], "X-Content-Type-Options": [ "nosniff" @@ -2263,22 +2404,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/66abda3a-bc5b-47d3-a33a-0f1e59853b70?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvNjZhYmRhM2EtYmM1Yi00N2QzLWEzM2EtMGYxZTU5ODUzYjcwP2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/Jobs/ddb63a06-1036-4fd9-84de-8253d1179e94?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvZGRiNjNhMDYtMTAzNi00ZmQ5LTg0ZGUtODI1M2QxMTc5ZTk0P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "11d2c492-b007-4d86-8085-6de72036a710" + "2902f928-786d-40bb-893f-78377103c39a" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"66abda3a-bc5b-47d3-a33a-0f1e59853b70\",\r\n \"name\": \"testjob11075\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 0,\r\n \"submitTime\": \"2016-08-26T10:32:52.2787835-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-26T10:32:52.2787835-07:00\",\r\n \"details\": \"userName:adlsvc01@benwgoldoutlook.onmicrosoft.com;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-08-26T10:32:53.3100763-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"script\": \"USE testdb14065; CREATE CREDENTIAL testcred17509 WITH USER_NAME = \\\"scope@rkm4grspxa\\\", IDENTITY = \\\"testsecret18438\\\";\",\r\n \"algebraFilePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT5.5429233S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"ddb63a06-1036-4fd9-84de-8253d1179e94\",\r\n \"name\": \"testjob17876\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"admin@aad179.ccsctp.net\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-24T16:41:35.6594091-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-24T16:41:35.6594091-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-10-24T16:41:36.0500566-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"admin@aad179.ccsctp.net\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"script\": \"USE testdb12341; CREATE CREDENTIAL testcred17144 WITH USER_NAME = \\\"scope@rkm4grspxa\\\", IDENTITY = \\\"testsecret17729\\\";\",\r\n \"algebraFilePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT5.4817154S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -2287,19 +2429,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:32:58 GMT" - ], - "Pragma": [ - "no-cache" + "Mon, 24 Oct 2016 23:41:41 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "c89150e4-118b-4a8d-bba3-9f3686a97f41" + "c80fc4ef-a247-415a-80d2-e49c78f013d1" ], "X-Content-Type-Options": [ "nosniff" @@ -2311,22 +2450,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/66abda3a-bc5b-47d3-a33a-0f1e59853b70?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvNjZhYmRhM2EtYmM1Yi00N2QzLWEzM2EtMGYxZTU5ODUzYjcwP2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/Jobs/ddb63a06-1036-4fd9-84de-8253d1179e94?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvZGRiNjNhMDYtMTAzNi00ZmQ5LTg0ZGUtODI1M2QxMTc5ZTk0P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "32371ce0-f56b-4239-b5d8-9c9567ab760c" + "5ac63bfb-41f3-47e5-b131-a9f764a0bef5" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"66abda3a-bc5b-47d3-a33a-0f1e59853b70\",\r\n \"name\": \"testjob11075\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 0,\r\n \"submitTime\": \"2016-08-26T10:32:52.2787835-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-26T10:32:52.2787835-07:00\",\r\n \"details\": \"userName:adlsvc01@benwgoldoutlook.onmicrosoft.com;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-08-26T10:32:53.3100763-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"script\": \"USE testdb14065; CREATE CREDENTIAL testcred17509 WITH USER_NAME = \\\"scope@rkm4grspxa\\\", IDENTITY = \\\"testsecret18438\\\";\",\r\n \"algebraFilePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT10.7424204S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"ddb63a06-1036-4fd9-84de-8253d1179e94\",\r\n \"name\": \"testjob17876\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"admin@aad179.ccsctp.net\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-24T16:41:35.6594091-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-24T16:41:35.6594091-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-10-24T16:41:36.0500566-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"admin@aad179.ccsctp.net\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"script\": \"USE testdb12341; CREATE CREDENTIAL testcred17144 WITH USER_NAME = \\\"scope@rkm4grspxa\\\", IDENTITY = \\\"testsecret17729\\\";\",\r\n \"algebraFilePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT10.778635S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -2335,19 +2475,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:33:03 GMT" - ], - "Pragma": [ - "no-cache" + "Mon, 24 Oct 2016 23:41:46 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "f4c3f346-1808-4e36-9564-4e17492ad5ec" + "b0eb359e-85a8-4714-b284-a2547bb2e881" ], "X-Content-Type-Options": [ "nosniff" @@ -2359,22 +2496,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/66abda3a-bc5b-47d3-a33a-0f1e59853b70?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvNjZhYmRhM2EtYmM1Yi00N2QzLWEzM2EtMGYxZTU5ODUzYjcwP2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/Jobs/ddb63a06-1036-4fd9-84de-8253d1179e94?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvZGRiNjNhMDYtMTAzNi00ZmQ5LTg0ZGUtODI1M2QxMTc5ZTk0P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "964a91e7-433d-49d9-bb05-d5e91bf1d1ed" + "8d6d59ae-b993-4062-b5f7-3065518acff5" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"66abda3a-bc5b-47d3-a33a-0f1e59853b70\",\r\n \"name\": \"testjob11075\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 0,\r\n \"submitTime\": \"2016-08-26T10:32:52.2787835-07:00\",\r\n \"state\": \"Starting\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-26T10:32:52.2787835-07:00\",\r\n \"details\": \"userName:adlsvc01@benwgoldoutlook.onmicrosoft.com;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-08-26T10:32:53.3100763-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-08-26T10:33:04.9509671-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-08-26T10:33:04.9665886-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:d359f9de-2b1e-4077-bec9-ed4e6b183fab\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-08-26T10:33:04.9665886-07:00\",\r\n \"details\": \"runtimeVersion:kobo_live_signed_5080972\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_live_signed_5080972\",\r\n \"rootProcessNodeId\": \"d359f9de-2b1e-4077-bec9-ed4e6b183fab\",\r\n \"script\": \"USE testdb14065; CREATE CREDENTIAL testcred17509 WITH USER_NAME = \\\"scope@rkm4grspxa\\\", IDENTITY = \\\"testsecret18438\\\";\",\r\n \"algebraFilePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/algebra.xml\",\r\n \"yarnApplicationId\": 136559,\r\n \"yarnApplicationTimeStamp\": 1470956432046,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT11.6408908S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0.0156215S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"ddb63a06-1036-4fd9-84de-8253d1179e94\",\r\n \"name\": \"testjob17876\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"admin@aad179.ccsctp.net\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-24T16:41:35.6594091-07:00\",\r\n \"state\": \"Starting\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-24T16:41:35.6594091-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-10-24T16:41:36.0500566-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-10-24T16:41:49.3792473-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-10-24T16:41:49.3948738-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:48cbe2e4-dabe-4b84-80bb-2590d7810bcc\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-10-24T16:41:49.4104985-07:00\",\r\n \"details\": \"runtimeVersion:kobo_vnext_5161967_20161024070404034\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"admin@aad179.ccsctp.net\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"diagnosticsjson\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/diagnosticsjson\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_vnext_5161967_20161024070404034\",\r\n \"rootProcessNodeId\": \"48cbe2e4-dabe-4b84-80bb-2590d7810bcc\",\r\n \"script\": \"USE testdb12341; CREATE CREDENTIAL testcred17144 WITH USER_NAME = \\\"scope@rkm4grspxa\\\", IDENTITY = \\\"testsecret17729\\\";\",\r\n \"algebraFilePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/algebra.xml\",\r\n \"yarnApplicationId\": 3017,\r\n \"yarnApplicationTimeStamp\": 1477329130041,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT13.3291907S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT2.6995247S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -2383,19 +2521,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:33:08 GMT" - ], - "Pragma": [ - "no-cache" + "Mon, 24 Oct 2016 23:41:51 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "ec1a8875-002f-4eb3-8cf2-a9ed1d320a61" + "39de3ff1-043d-4d24-b475-e092f65b5c10" ], "X-Content-Type-Options": [ "nosniff" @@ -2407,22 +2542,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/66abda3a-bc5b-47d3-a33a-0f1e59853b70?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvNjZhYmRhM2EtYmM1Yi00N2QzLWEzM2EtMGYxZTU5ODUzYjcwP2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/Jobs/ddb63a06-1036-4fd9-84de-8253d1179e94?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvZGRiNjNhMDYtMTAzNi00ZmQ5LTg0ZGUtODI1M2QxMTc5ZTk0P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "84d47592-b68c-4866-bf22-e790d63f1ae2" + "ba0a5cd3-3438-44d1-bd3a-3f2f759827ae" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"66abda3a-bc5b-47d3-a33a-0f1e59853b70\",\r\n \"name\": \"testjob11075\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 0,\r\n \"submitTime\": \"2016-08-26T10:32:52.2787835-07:00\",\r\n \"state\": \"Starting\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-26T10:32:52.2787835-07:00\",\r\n \"details\": \"userName:adlsvc01@benwgoldoutlook.onmicrosoft.com;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-08-26T10:32:53.3100763-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-08-26T10:33:04.9509671-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-08-26T10:33:04.9665886-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:d359f9de-2b1e-4077-bec9-ed4e6b183fab\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-08-26T10:33:04.9665886-07:00\",\r\n \"details\": \"runtimeVersion:kobo_live_signed_5080972\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_live_signed_5080972\",\r\n \"rootProcessNodeId\": \"d359f9de-2b1e-4077-bec9-ed4e6b183fab\",\r\n \"script\": \"USE testdb14065; CREATE CREDENTIAL testcred17509 WITH USER_NAME = \\\"scope@rkm4grspxa\\\", IDENTITY = \\\"testsecret18438\\\";\",\r\n \"algebraFilePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/algebra.xml\",\r\n \"yarnApplicationId\": 136559,\r\n \"yarnApplicationTimeStamp\": 1470956432046,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT11.6408908S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0.0156215S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"ddb63a06-1036-4fd9-84de-8253d1179e94\",\r\n \"name\": \"testjob17876\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"admin@aad179.ccsctp.net\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-24T16:41:35.6594091-07:00\",\r\n \"state\": \"Starting\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-24T16:41:35.6594091-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-10-24T16:41:36.0500566-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-10-24T16:41:49.3792473-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-10-24T16:41:49.3948738-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:48cbe2e4-dabe-4b84-80bb-2590d7810bcc\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-10-24T16:41:49.4104985-07:00\",\r\n \"details\": \"runtimeVersion:kobo_vnext_5161967_20161024070404034\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"admin@aad179.ccsctp.net\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"diagnosticsjson\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/diagnosticsjson\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_vnext_5161967_20161024070404034\",\r\n \"rootProcessNodeId\": \"48cbe2e4-dabe-4b84-80bb-2590d7810bcc\",\r\n \"script\": \"USE testdb12341; CREATE CREDENTIAL testcred17144 WITH USER_NAME = \\\"scope@rkm4grspxa\\\", IDENTITY = \\\"testsecret17729\\\";\",\r\n \"algebraFilePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/algebra.xml\",\r\n \"yarnApplicationId\": 3017,\r\n \"yarnApplicationTimeStamp\": 1477329130041,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT13.3291907S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT8.058991S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -2431,19 +2567,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:33:14 GMT" - ], - "Pragma": [ - "no-cache" + "Mon, 24 Oct 2016 23:41:57 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "32e2cc72-1061-493b-ad50-165656aa8355" + "13ad5123-621e-4f6e-85e6-58117749924e" ], "X-Content-Type-Options": [ "nosniff" @@ -2455,22 +2588,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/66abda3a-bc5b-47d3-a33a-0f1e59853b70?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvNjZhYmRhM2EtYmM1Yi00N2QzLWEzM2EtMGYxZTU5ODUzYjcwP2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/Jobs/ddb63a06-1036-4fd9-84de-8253d1179e94?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvZGRiNjNhMDYtMTAzNi00ZmQ5LTg0ZGUtODI1M2QxMTc5ZTk0P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "905e1560-cdd8-47cb-a9f7-199e356e323f" + "dc3a56ec-b72f-446b-ba76-752fdccb3eb5" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"66abda3a-bc5b-47d3-a33a-0f1e59853b70\",\r\n \"name\": \"testjob11075\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 0,\r\n \"submitTime\": \"2016-08-26T10:32:52.2787835-07:00\",\r\n \"state\": \"Starting\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-26T10:32:52.2787835-07:00\",\r\n \"details\": \"userName:adlsvc01@benwgoldoutlook.onmicrosoft.com;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-08-26T10:32:53.3100763-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-08-26T10:33:04.9509671-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-08-26T10:33:04.9665886-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:d359f9de-2b1e-4077-bec9-ed4e6b183fab\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-08-26T10:33:04.9665886-07:00\",\r\n \"details\": \"runtimeVersion:kobo_live_signed_5080972\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_live_signed_5080972\",\r\n \"rootProcessNodeId\": \"d359f9de-2b1e-4077-bec9-ed4e6b183fab\",\r\n \"script\": \"USE testdb14065; CREATE CREDENTIAL testcred17509 WITH USER_NAME = \\\"scope@rkm4grspxa\\\", IDENTITY = \\\"testsecret18438\\\";\",\r\n \"algebraFilePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/algebra.xml\",\r\n \"yarnApplicationId\": 136559,\r\n \"yarnApplicationTimeStamp\": 1470956432046,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT11.6408908S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0.0156215S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"ddb63a06-1036-4fd9-84de-8253d1179e94\",\r\n \"name\": \"testjob17876\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"admin@aad179.ccsctp.net\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-24T16:41:35.6594091-07:00\",\r\n \"state\": \"Starting\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-24T16:41:35.6594091-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-10-24T16:41:36.0500566-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-10-24T16:41:49.3792473-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-10-24T16:41:49.3948738-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:48cbe2e4-dabe-4b84-80bb-2590d7810bcc\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-10-24T16:41:49.4104985-07:00\",\r\n \"details\": \"runtimeVersion:kobo_vnext_5161967_20161024070404034\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"admin@aad179.ccsctp.net\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"diagnosticsjson\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/diagnosticsjson\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_vnext_5161967_20161024070404034\",\r\n \"rootProcessNodeId\": \"48cbe2e4-dabe-4b84-80bb-2590d7810bcc\",\r\n \"script\": \"USE testdb12341; CREATE CREDENTIAL testcred17144 WITH USER_NAME = \\\"scope@rkm4grspxa\\\", IDENTITY = \\\"testsecret17729\\\";\",\r\n \"algebraFilePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/algebra.xml\",\r\n \"yarnApplicationId\": 3017,\r\n \"yarnApplicationTimeStamp\": 1477329130041,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT13.3291907S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT13.3246806S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -2479,19 +2613,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:33:18 GMT" - ], - "Pragma": [ - "no-cache" + "Mon, 24 Oct 2016 23:42:01 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "814342a5-cb44-4e3b-ac59-cdeeb60272e4" + "e541399e-54a8-47eb-be0f-19812ded3c0e" ], "X-Content-Type-Options": [ "nosniff" @@ -2503,22 +2634,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/66abda3a-bc5b-47d3-a33a-0f1e59853b70?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvNjZhYmRhM2EtYmM1Yi00N2QzLWEzM2EtMGYxZTU5ODUzYjcwP2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/Jobs/ddb63a06-1036-4fd9-84de-8253d1179e94?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvZGRiNjNhMDYtMTAzNi00ZmQ5LTg0ZGUtODI1M2QxMTc5ZTk0P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2574bc69-ed18-4383-8ddd-a91c1cde125a" + "30c50ac4-0368-48c4-9833-9b71a9c9d458" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"66abda3a-bc5b-47d3-a33a-0f1e59853b70\",\r\n \"name\": \"testjob11075\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 0,\r\n \"submitTime\": \"2016-08-26T10:32:52.2787835-07:00\",\r\n \"startTime\": \"2016-08-26T10:33:22.7170023-07:00\",\r\n \"endTime\": \"2016-08-26T10:33:22.7170023-07:00\",\r\n \"state\": \"Ended\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-26T10:32:52.2787835-07:00\",\r\n \"details\": \"userName:adlsvc01@benwgoldoutlook.onmicrosoft.com;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-08-26T10:32:53.3100763-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-08-26T10:33:04.9509671-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-08-26T10:33:04.9665886-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:d359f9de-2b1e-4077-bec9-ed4e6b183fab\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-08-26T10:33:04.9665886-07:00\",\r\n \"details\": \"runtimeVersion:kobo_live_signed_5080972\"\r\n },\r\n {\r\n \"newState\": \"Running\",\r\n \"timeStamp\": \"2016-08-26T10:33:22.7170023-07:00\",\r\n \"details\": \"runAttempt:1\"\r\n },\r\n {\r\n \"newState\": \"Ended\",\r\n \"timeStamp\": \"2016-08-26T10:33:22.7170023-07:00\",\r\n \"details\": \"result:Succeeded\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_live_signed_5080972\",\r\n \"rootProcessNodeId\": \"d359f9de-2b1e-4077-bec9-ed4e6b183fab\",\r\n \"script\": \"USE testdb14065; CREATE CREDENTIAL testcred17509 WITH USER_NAME = \\\"scope@rkm4grspxa\\\", IDENTITY = \\\"testsecret18438\\\";\",\r\n \"algebraFilePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/32/66abda3a-bc5b-47d3-a33a-0f1e59853b70/algebra.xml\",\r\n \"yarnApplicationId\": 136559,\r\n \"yarnApplicationTimeStamp\": 1470956432046,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT11.6408908S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0.0156215S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"ddb63a06-1036-4fd9-84de-8253d1179e94\",\r\n \"name\": \"testjob17876\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"admin@aad179.ccsctp.net\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-24T16:41:35.6594091-07:00\",\r\n \"startTime\": \"2016-10-24T16:42:02.9587707-07:00\",\r\n \"endTime\": \"2016-10-24T16:42:07.1150652-07:00\",\r\n \"state\": \"Ended\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-24T16:41:35.6594091-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-10-24T16:41:36.0500566-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-10-24T16:41:49.3792473-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-10-24T16:41:49.3948738-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:48cbe2e4-dabe-4b84-80bb-2590d7810bcc\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-10-24T16:41:49.4104985-07:00\",\r\n \"details\": \"runtimeVersion:kobo_vnext_5161967_20161024070404034\"\r\n },\r\n {\r\n \"newState\": \"Running\",\r\n \"timeStamp\": \"2016-10-24T16:42:02.9587707-07:00\",\r\n \"details\": \"runAttempt:1\"\r\n },\r\n {\r\n \"newState\": \"Ended\",\r\n \"timeStamp\": \"2016-10-24T16:42:07.1150652-07:00\",\r\n \"details\": \"result:Succeeded\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"admin@aad179.ccsctp.net\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"diagnosticsjson\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/diagnosticsjson\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_vnext_5161967_20161024070404034\",\r\n \"rootProcessNodeId\": \"48cbe2e4-dabe-4b84-80bb-2590d7810bcc\",\r\n \"script\": \"USE testdb12341; CREATE CREDENTIAL testcred17144 WITH USER_NAME = \\\"scope@rkm4grspxa\\\", IDENTITY = \\\"testsecret17729\\\";\",\r\n \"algebraFilePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/41/ddb63a06-1036-4fd9-84de-8253d1179e94/algebra.xml\",\r\n \"yarnApplicationId\": 3017,\r\n \"yarnApplicationTimeStamp\": 1477329130041,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT13.3291907S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT13.5795234S\",\r\n \"totalRunningTime\": \"PT4.1562945S\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -2527,19 +2659,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:33:25 GMT" - ], - "Pragma": [ - "no-cache" + "Mon, 24 Oct 2016 23:42:07 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "6e90bcd8-cbf8-4fc6-8f45-83d3f20d114c" + "d89cf86b-9314-4496-ae4f-ec758126ec4a" ], "X-Content-Type-Options": [ "nosniff" @@ -2551,46 +2680,41 @@ "StatusCode": 200 }, { - "RequestUri": "/catalog/usql/databases/testdb14065/credentials?api-version=2015-10-01-preview", - "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTQwNjUvY3JlZGVudGlhbHM/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/catalog/usql/databases/testdb12341/credentials?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTIzNDEvY3JlZGVudGlhbHM/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03a08b47-80ac-4e53-bd16-8b9443ebc855" + "9a83fc6f-2fc3-4620-a5b2-960cd8b4a756" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba26797.azuredatalakeanalytics.net/sqlip/$metadata#credentials\",\r\n \"value\": [\r\n {\r\n \"computeAccountName\": \"testaba26797\",\r\n \"databaseName\": \"testdb14065\",\r\n \"credentialName\": \"testcred17509\",\r\n \"userName\": \"scope@rkm4grspxa\",\r\n \"identity\": \"testsecret18438\",\r\n \"version\": \"ba09de1e-dfbe-4e6c-87fb-6279c1e784bd\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"credentialName\": \"testcred17144\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ - "application/json; odata.metadata=minimal; odata.streaming=true" + "application/json; charset=utf-8" ], "Expires": [ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:33:26 GMT" - ], - "Pragma": [ - "no-cache" + "Mon, 24 Oct 2016 23:42:08 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "7e68e8eb-d7c2-41f9-a722-8e3cdbcca5bc" - ], - "OData-Version": [ - "4.0" + "89563ec1-841c-450f-af5a-1de5cc7da350" ], "X-Content-Type-Options": [ "nosniff" @@ -2602,46 +2726,41 @@ "StatusCode": 200 }, { - "RequestUri": "/catalog/usql/databases/testdb14065/credentials/testcred17509?api-version=2015-10-01-preview", - "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTQwNjUvY3JlZGVudGlhbHMvdGVzdGNyZWQxNzUwOT9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/catalog/usql/databases/testdb12341/credentials/testcred17144?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTIzNDEvY3JlZGVudGlhbHMvdGVzdGNyZWQxNzE0ND9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c5a0a089-b85e-440f-8739-12f731f495d3" + "c9c7ca3f-0526-491a-b3c4-8e2eb1a6f0bc" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba26797.azuredatalakeanalytics.net/sqlip/$metadata#credentials/$entity\",\r\n \"computeAccountName\": \"testaba26797\",\r\n \"databaseName\": \"testdb14065\",\r\n \"credentialName\": \"testcred17509\",\r\n \"userName\": \"scope@rkm4grspxa\",\r\n \"identity\": \"testsecret18438\",\r\n \"version\": \"ba09de1e-dfbe-4e6c-87fb-6279c1e784bd\"\r\n}", + "ResponseBody": "{\r\n \"credentialName\": \"testcred17144\"\r\n}", "ResponseHeaders": { "Content-Type": [ - "application/json; odata.metadata=minimal; odata.streaming=true" + "application/json; charset=utf-8" ], "Expires": [ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:33:26 GMT" - ], - "Pragma": [ - "no-cache" + "Mon, 24 Oct 2016 23:42:08 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "85acfec2-9887-4361-a7ff-f85cc10405f8" - ], - "OData-Version": [ - "4.0" + "2a841f17-fb4e-4200-b252-faf68dbd8fb2" ], "X-Content-Type-Options": [ "nosniff" @@ -2653,10 +2772,10 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/eef76a1c-63cd-434d-88e7-c3471aa5938f?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvZWVmNzZhMWMtNjNjZC00MzRkLTg4ZTctYzM0NzFhYTU5MzhmP2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/Jobs/b57d6894-f98d-41c0-91ea-e3d9b5f082b8?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvYjU3ZDY4OTQtZjk4ZC00MWMwLTkxZWEtZTNkOWI1ZjA4MmI4P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"jobId\": \"eef76a1c-63cd-434d-88e7-c3471aa5938f\",\r\n \"name\": \"testjob17761\",\r\n \"type\": \"USql\",\r\n \"degreeOfParallelism\": 2,\r\n \"properties\": {\r\n \"type\": \"USql\",\r\n \"script\": \"USE testdb14065; DROP CREDENTIAL testcred17509;\"\r\n }\r\n}", + "RequestBody": "{\r\n \"jobId\": \"b57d6894-f98d-41c0-91ea-e3d9b5f082b8\",\r\n \"name\": \"testjob13412\",\r\n \"type\": \"USql\",\r\n \"degreeOfParallelism\": 2,\r\n \"properties\": {\r\n \"type\": \"USql\",\r\n \"script\": \"USE testdb12341; DROP CREDENTIAL testcred17144;\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -2665,64 +2784,17 @@ "241" ], "x-ms-client-request-id": [ - "d02496ef-1fc1-4953-a2ea-b97f183532fc" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" - ] - }, - "ResponseBody": "{\r\n \"jobId\": \"eef76a1c-63cd-434d-88e7-c3471aa5938f\",\r\n \"name\": \"testjob17761\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 0,\r\n \"submitTime\": \"2016-08-26T10:33:26.5308557-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-26T10:33:26.5308557-07:00\",\r\n \"details\": \"userName:adlsvc01@benwgoldoutlook.onmicrosoft.com;submitMachine:N/A\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"algebraFilePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT0S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "private" - ], - "Date": [ - "Fri, 26 Aug 2016 17:33:26 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "x-ms-request-id": [ - "d70d89db-d77f-4a82-b7a8-2c91f5d67762" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=15724800; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/Jobs/eef76a1c-63cd-434d-88e7-c3471aa5938f?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvZWVmNzZhMWMtNjNjZC00MzRkLTg4ZTctYzM0NzFhYTU5MzhmP2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "cbd41ed2-c9ef-4fd5-8c7d-25628c6d70be" + "d8c7877f-936a-47d5-9cbe-fe0cbc9127d5" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"eef76a1c-63cd-434d-88e7-c3471aa5938f\",\r\n \"name\": \"testjob17761\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 0,\r\n \"submitTime\": \"2016-08-26T10:33:26.5308557-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-26T10:33:26.5308557-07:00\",\r\n \"details\": \"userName:adlsvc01@benwgoldoutlook.onmicrosoft.com;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-08-26T10:33:27.2027382-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"script\": \"USE testdb14065; DROP CREDENTIAL testcred17509;\",\r\n \"algebraFilePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT0.151254S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"b57d6894-f98d-41c0-91ea-e3d9b5f082b8\",\r\n \"name\": \"testjob13412\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"admin@aad179.ccsctp.net\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-24T16:42:09.068255-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-24T16:42:09.068255-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"admin@aad179.ccsctp.net\",\r\n \"resources\": [],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"algebraFilePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT0S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -2731,19 +2803,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:33:26 GMT" - ], - "Pragma": [ - "no-cache" + "Mon, 24 Oct 2016 23:42:09 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "a3aa73d1-781f-44db-ba51-aa0a671f1da6" + "43b3ae89-8967-4bf9-ae8f-9fedbd97d713" ], "X-Content-Type-Options": [ "nosniff" @@ -2755,22 +2824,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/eef76a1c-63cd-434d-88e7-c3471aa5938f?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvZWVmNzZhMWMtNjNjZC00MzRkLTg4ZTctYzM0NzFhYTU5MzhmP2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/Jobs/b57d6894-f98d-41c0-91ea-e3d9b5f082b8?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvYjU3ZDY4OTQtZjk4ZC00MWMwLTkxZWEtZTNkOWI1ZjA4MmI4P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "59241e93-67f6-4d45-9b63-d37381eab4f4" + "147db0e8-a42c-4733-99af-bba0a97b8322" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"eef76a1c-63cd-434d-88e7-c3471aa5938f\",\r\n \"name\": \"testjob17761\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 0,\r\n \"submitTime\": \"2016-08-26T10:33:26.5308557-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-26T10:33:26.5308557-07:00\",\r\n \"details\": \"userName:adlsvc01@benwgoldoutlook.onmicrosoft.com;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-08-26T10:33:27.2027382-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"script\": \"USE testdb14065; DROP CREDENTIAL testcred17509;\",\r\n \"algebraFilePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT5.3370821S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"b57d6894-f98d-41c0-91ea-e3d9b5f082b8\",\r\n \"name\": \"testjob13412\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"admin@aad179.ccsctp.net\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-24T16:42:09.068255-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-24T16:42:09.068255-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-10-24T16:42:09.5098413-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"admin@aad179.ccsctp.net\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"script\": \"USE testdb12341; DROP CREDENTIAL testcred17144;\",\r\n \"algebraFilePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT0.1785431S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -2779,19 +2849,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:33:32 GMT" - ], - "Pragma": [ - "no-cache" + "Mon, 24 Oct 2016 23:42:09 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "c3ea2706-341a-424a-bfda-899e57e84cd4" + "069ca340-5e67-4243-89f8-93e8bad30396" ], "X-Content-Type-Options": [ "nosniff" @@ -2803,22 +2870,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/eef76a1c-63cd-434d-88e7-c3471aa5938f?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvZWVmNzZhMWMtNjNjZC00MzRkLTg4ZTctYzM0NzFhYTU5MzhmP2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/Jobs/b57d6894-f98d-41c0-91ea-e3d9b5f082b8?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvYjU3ZDY4OTQtZjk4ZC00MWMwLTkxZWEtZTNkOWI1ZjA4MmI4P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c6872d99-ce03-4b6c-b309-b0c75ddb37b4" + "caf90724-a381-47ed-8315-48d80fe13547" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"eef76a1c-63cd-434d-88e7-c3471aa5938f\",\r\n \"name\": \"testjob17761\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 0,\r\n \"submitTime\": \"2016-08-26T10:33:26.5308557-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-26T10:33:26.5308557-07:00\",\r\n \"details\": \"userName:adlsvc01@benwgoldoutlook.onmicrosoft.com;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-08-26T10:33:27.2027382-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"script\": \"USE testdb14065; DROP CREDENTIAL testcred17509;\",\r\n \"algebraFilePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT10.5501028S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"b57d6894-f98d-41c0-91ea-e3d9b5f082b8\",\r\n \"name\": \"testjob13412\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"admin@aad179.ccsctp.net\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-24T16:42:09.068255-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-24T16:42:09.068255-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-10-24T16:42:09.5098413-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"admin@aad179.ccsctp.net\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"script\": \"USE testdb12341; DROP CREDENTIAL testcred17144;\",\r\n \"algebraFilePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT5.4983997S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -2827,19 +2895,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:33:36 GMT" - ], - "Pragma": [ - "no-cache" + "Mon, 24 Oct 2016 23:42:14 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "f6efa849-de00-4aef-97b7-24498d9e2a57" + "4902fd0d-1abe-4a13-b976-07fe29111c20" ], "X-Content-Type-Options": [ "nosniff" @@ -2851,22 +2916,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/eef76a1c-63cd-434d-88e7-c3471aa5938f?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvZWVmNzZhMWMtNjNjZC00MzRkLTg4ZTctYzM0NzFhYTU5MzhmP2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/Jobs/b57d6894-f98d-41c0-91ea-e3d9b5f082b8?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvYjU3ZDY4OTQtZjk4ZC00MWMwLTkxZWEtZTNkOWI1ZjA4MmI4P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "54df7325-3ae0-425f-81fd-89f4e4eecbea" + "21410d4f-eac2-4f20-b5ae-d644a8e473ef" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"eef76a1c-63cd-434d-88e7-c3471aa5938f\",\r\n \"name\": \"testjob17761\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 0,\r\n \"submitTime\": \"2016-08-26T10:33:26.5308557-07:00\",\r\n \"state\": \"Starting\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-26T10:33:26.5308557-07:00\",\r\n \"details\": \"userName:adlsvc01@benwgoldoutlook.onmicrosoft.com;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-08-26T10:33:27.2027382-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-08-26T10:33:39.5643206-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-08-26T10:33:39.579946-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:73643bc8-c5e8-4ed9-9969-6ac86bc1f102\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-08-26T10:33:39.579946-07:00\",\r\n \"details\": \"runtimeVersion:kobo_live_signed_5080972\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_live_signed_5080972\",\r\n \"rootProcessNodeId\": \"73643bc8-c5e8-4ed9-9969-6ac86bc1f102\",\r\n \"script\": \"USE testdb14065; DROP CREDENTIAL testcred17509;\",\r\n \"algebraFilePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/algebra.xml\",\r\n \"yarnApplicationId\": 136563,\r\n \"yarnApplicationTimeStamp\": 1470956432046,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT12.3615824S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0.0156254S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"b57d6894-f98d-41c0-91ea-e3d9b5f082b8\",\r\n \"name\": \"testjob13412\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"admin@aad179.ccsctp.net\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-24T16:42:09.068255-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-24T16:42:09.068255-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-10-24T16:42:09.5098413-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"admin@aad179.ccsctp.net\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"script\": \"USE testdb12341; DROP CREDENTIAL testcred17144;\",\r\n \"algebraFilePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT10.8505296S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -2875,19 +2941,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:33:42 GMT" - ], - "Pragma": [ - "no-cache" + "Mon, 24 Oct 2016 23:42:19 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "ae4f0b5d-b303-45c2-b02f-7be87ad1593b" + "ab4ca365-cf21-4d0d-a762-fc25e8e6e1f1" ], "X-Content-Type-Options": [ "nosniff" @@ -2899,22 +2962,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/eef76a1c-63cd-434d-88e7-c3471aa5938f?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvZWVmNzZhMWMtNjNjZC00MzRkLTg4ZTctYzM0NzFhYTU5MzhmP2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/Jobs/b57d6894-f98d-41c0-91ea-e3d9b5f082b8?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvYjU3ZDY4OTQtZjk4ZC00MWMwLTkxZWEtZTNkOWI1ZjA4MmI4P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a06d4c00-e6a9-4614-878f-c301a21387fc" + "fc8abf73-cb1c-471f-8756-8d9c33cf09cf" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"eef76a1c-63cd-434d-88e7-c3471aa5938f\",\r\n \"name\": \"testjob17761\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 0,\r\n \"submitTime\": \"2016-08-26T10:33:26.5308557-07:00\",\r\n \"state\": \"Starting\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-26T10:33:26.5308557-07:00\",\r\n \"details\": \"userName:adlsvc01@benwgoldoutlook.onmicrosoft.com;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-08-26T10:33:27.2027382-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-08-26T10:33:39.5643206-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-08-26T10:33:39.579946-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:73643bc8-c5e8-4ed9-9969-6ac86bc1f102\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-08-26T10:33:39.579946-07:00\",\r\n \"details\": \"runtimeVersion:kobo_live_signed_5080972\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_live_signed_5080972\",\r\n \"rootProcessNodeId\": \"73643bc8-c5e8-4ed9-9969-6ac86bc1f102\",\r\n \"script\": \"USE testdb14065; DROP CREDENTIAL testcred17509;\",\r\n \"algebraFilePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/algebra.xml\",\r\n \"yarnApplicationId\": 136563,\r\n \"yarnApplicationTimeStamp\": 1470956432046,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT12.3615824S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0.0156254S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"b57d6894-f98d-41c0-91ea-e3d9b5f082b8\",\r\n \"name\": \"testjob13412\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"admin@aad179.ccsctp.net\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-24T16:42:09.068255-07:00\",\r\n \"state\": \"Starting\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-24T16:42:09.068255-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-10-24T16:42:09.5098413-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-10-24T16:42:24.0750354-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-10-24T16:42:24.0906624-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:6a19bb2c-b853-4780-aaf8-d569065279b3\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-10-24T16:42:24.0906624-07:00\",\r\n \"details\": \"runtimeVersion:kobo_vnext_5161967_20161024070404034\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"admin@aad179.ccsctp.net\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"diagnosticsjson\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/diagnosticsjson\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_vnext_5161967_20161024070404034\",\r\n \"rootProcessNodeId\": \"6a19bb2c-b853-4780-aaf8-d569065279b3\",\r\n \"script\": \"USE testdb12341; DROP CREDENTIAL testcred17144;\",\r\n \"algebraFilePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/algebra.xml\",\r\n \"yarnApplicationId\": 3028,\r\n \"yarnApplicationTimeStamp\": 1477329130041,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT14.5651941S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT1.5197983S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -2923,19 +2987,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:33:48 GMT" - ], - "Pragma": [ - "no-cache" + "Mon, 24 Oct 2016 23:42:25 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "6b30b743-dbd0-4ff8-81b4-62dacb4fae72" + "44c1571e-53d4-4b3e-8e03-8f6e256ae0ea" ], "X-Content-Type-Options": [ "nosniff" @@ -2947,22 +3008,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/eef76a1c-63cd-434d-88e7-c3471aa5938f?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvZWVmNzZhMWMtNjNjZC00MzRkLTg4ZTctYzM0NzFhYTU5MzhmP2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/Jobs/b57d6894-f98d-41c0-91ea-e3d9b5f082b8?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvYjU3ZDY4OTQtZjk4ZC00MWMwLTkxZWEtZTNkOWI1ZjA4MmI4P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dac61bab-df11-4db5-ae33-ab486bb16f18" + "9cfe0b60-7887-450b-bf6b-c85f8a3213a9" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"eef76a1c-63cd-434d-88e7-c3471aa5938f\",\r\n \"name\": \"testjob17761\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 0,\r\n \"submitTime\": \"2016-08-26T10:33:26.5308557-07:00\",\r\n \"state\": \"Starting\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-26T10:33:26.5308557-07:00\",\r\n \"details\": \"userName:adlsvc01@benwgoldoutlook.onmicrosoft.com;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-08-26T10:33:27.2027382-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-08-26T10:33:39.5643206-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-08-26T10:33:39.579946-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:73643bc8-c5e8-4ed9-9969-6ac86bc1f102\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-08-26T10:33:39.579946-07:00\",\r\n \"details\": \"runtimeVersion:kobo_live_signed_5080972\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_live_signed_5080972\",\r\n \"rootProcessNodeId\": \"73643bc8-c5e8-4ed9-9969-6ac86bc1f102\",\r\n \"script\": \"USE testdb14065; DROP CREDENTIAL testcred17509;\",\r\n \"algebraFilePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/algebra.xml\",\r\n \"yarnApplicationId\": 136563,\r\n \"yarnApplicationTimeStamp\": 1470956432046,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT12.3615824S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0.0156254S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"b57d6894-f98d-41c0-91ea-e3d9b5f082b8\",\r\n \"name\": \"testjob13412\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"admin@aad179.ccsctp.net\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-24T16:42:09.068255-07:00\",\r\n \"state\": \"Starting\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-24T16:42:09.068255-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-10-24T16:42:09.5098413-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-10-24T16:42:24.0750354-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-10-24T16:42:24.0906624-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:6a19bb2c-b853-4780-aaf8-d569065279b3\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-10-24T16:42:24.0906624-07:00\",\r\n \"details\": \"runtimeVersion:kobo_vnext_5161967_20161024070404034\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"admin@aad179.ccsctp.net\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"diagnosticsjson\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/diagnosticsjson\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_vnext_5161967_20161024070404034\",\r\n \"rootProcessNodeId\": \"6a19bb2c-b853-4780-aaf8-d569065279b3\",\r\n \"script\": \"USE testdb12341; DROP CREDENTIAL testcred17144;\",\r\n \"algebraFilePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/algebra.xml\",\r\n \"yarnApplicationId\": 3028,\r\n \"yarnApplicationTimeStamp\": 1477329130041,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT14.5651941S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT6.9417338S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -2971,19 +3033,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:33:53 GMT" - ], - "Pragma": [ - "no-cache" + "Mon, 24 Oct 2016 23:42:30 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "4f6d5874-bba5-4b91-b54a-eccc8fcf2089" + "7e88db5e-7509-4b8f-a2c8-a240bc76ee80" ], "X-Content-Type-Options": [ "nosniff" @@ -2995,22 +3054,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/eef76a1c-63cd-434d-88e7-c3471aa5938f?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvZWVmNzZhMWMtNjNjZC00MzRkLTg4ZTctYzM0NzFhYTU5MzhmP2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/Jobs/b57d6894-f98d-41c0-91ea-e3d9b5f082b8?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvYjU3ZDY4OTQtZjk4ZC00MWMwLTkxZWEtZTNkOWI1ZjA4MmI4P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4dd700a1-d658-4c65-b09c-99118793abb0" + "938b7f11-a017-4f47-ba78-37b5481ac3a9" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"eef76a1c-63cd-434d-88e7-c3471aa5938f\",\r\n \"name\": \"testjob17761\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 0,\r\n \"submitTime\": \"2016-08-26T10:33:26.5308557-07:00\",\r\n \"state\": \"Starting\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-26T10:33:26.5308557-07:00\",\r\n \"details\": \"userName:adlsvc01@benwgoldoutlook.onmicrosoft.com;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-08-26T10:33:27.2027382-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-08-26T10:33:39.5643206-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-08-26T10:33:39.579946-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:73643bc8-c5e8-4ed9-9969-6ac86bc1f102\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-08-26T10:33:39.579946-07:00\",\r\n \"details\": \"runtimeVersion:kobo_live_signed_5080972\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_live_signed_5080972\",\r\n \"rootProcessNodeId\": \"73643bc8-c5e8-4ed9-9969-6ac86bc1f102\",\r\n \"script\": \"USE testdb14065; DROP CREDENTIAL testcred17509;\",\r\n \"algebraFilePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/algebra.xml\",\r\n \"yarnApplicationId\": 136563,\r\n \"yarnApplicationTimeStamp\": 1470956432046,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT12.3615824S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0.0156254S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"b57d6894-f98d-41c0-91ea-e3d9b5f082b8\",\r\n \"name\": \"testjob13412\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"admin@aad179.ccsctp.net\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-24T16:42:09.068255-07:00\",\r\n \"state\": \"Starting\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-24T16:42:09.068255-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-10-24T16:42:09.5098413-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-10-24T16:42:24.0750354-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-10-24T16:42:24.0906624-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:6a19bb2c-b853-4780-aaf8-d569065279b3\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-10-24T16:42:24.0906624-07:00\",\r\n \"details\": \"runtimeVersion:kobo_vnext_5161967_20161024070404034\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"admin@aad179.ccsctp.net\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"diagnosticsjson\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/diagnosticsjson\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_vnext_5161967_20161024070404034\",\r\n \"rootProcessNodeId\": \"6a19bb2c-b853-4780-aaf8-d569065279b3\",\r\n \"script\": \"USE testdb12341; DROP CREDENTIAL testcred17144;\",\r\n \"algebraFilePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/algebra.xml\",\r\n \"yarnApplicationId\": 3028,\r\n \"yarnApplicationTimeStamp\": 1477329130041,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT14.5651941S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT12.1918831S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -3019,19 +3079,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:33:58 GMT" - ], - "Pragma": [ - "no-cache" + "Mon, 24 Oct 2016 23:42:35 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "bcf26d74-7040-44fb-955f-1e54d2bcecf1" + "adff7014-3c9d-4925-9cf1-ac49a5b2fe18" ], "X-Content-Type-Options": [ "nosniff" @@ -3043,22 +3100,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/eef76a1c-63cd-434d-88e7-c3471aa5938f?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvZWVmNzZhMWMtNjNjZC00MzRkLTg4ZTctYzM0NzFhYTU5MzhmP2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/Jobs/b57d6894-f98d-41c0-91ea-e3d9b5f082b8?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvYjU3ZDY4OTQtZjk4ZC00MWMwLTkxZWEtZTNkOWI1ZjA4MmI4P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4ef9d92c-fba1-4555-877e-f5e230da3675" + "e5920c12-d3dd-4065-b095-0414cb5f79bf" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"eef76a1c-63cd-434d-88e7-c3471aa5938f\",\r\n \"name\": \"testjob17761\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 0,\r\n \"submitTime\": \"2016-08-26T10:33:26.5308557-07:00\",\r\n \"startTime\": \"2016-08-26T10:34:03.9436974-07:00\",\r\n \"state\": \"Running\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-26T10:33:26.5308557-07:00\",\r\n \"details\": \"userName:adlsvc01@benwgoldoutlook.onmicrosoft.com;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-08-26T10:33:27.2027382-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-08-26T10:33:39.5643206-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-08-26T10:33:39.579946-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:73643bc8-c5e8-4ed9-9969-6ac86bc1f102\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-08-26T10:33:39.579946-07:00\",\r\n \"details\": \"runtimeVersion:kobo_live_signed_5080972\"\r\n },\r\n {\r\n \"newState\": \"Running\",\r\n \"timeStamp\": \"2016-08-26T10:34:03.9436974-07:00\",\r\n \"details\": \"runAttempt:1\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_live_signed_5080972\",\r\n \"rootProcessNodeId\": \"73643bc8-c5e8-4ed9-9969-6ac86bc1f102\",\r\n \"script\": \"USE testdb14065; DROP CREDENTIAL testcred17509;\",\r\n \"algebraFilePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/algebra.xml\",\r\n \"yarnApplicationId\": 136563,\r\n \"yarnApplicationTimeStamp\": 1470956432046,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT12.3615824S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0.0156254S\",\r\n \"totalRunningTime\": \"PT0.2003054S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"b57d6894-f98d-41c0-91ea-e3d9b5f082b8\",\r\n \"name\": \"testjob13412\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"admin@aad179.ccsctp.net\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-24T16:42:09.068255-07:00\",\r\n \"startTime\": \"2016-10-24T16:42:40.2786801-07:00\",\r\n \"state\": \"Running\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-24T16:42:09.068255-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-10-24T16:42:09.5098413-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-10-24T16:42:24.0750354-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-10-24T16:42:24.0906624-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:6a19bb2c-b853-4780-aaf8-d569065279b3\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-10-24T16:42:24.0906624-07:00\",\r\n \"details\": \"runtimeVersion:kobo_vnext_5161967_20161024070404034\"\r\n },\r\n {\r\n \"newState\": \"Running\",\r\n \"timeStamp\": \"2016-10-24T16:42:40.2786801-07:00\",\r\n \"details\": \"runAttempt:1\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"admin@aad179.ccsctp.net\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"diagnosticsjson\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/diagnosticsjson\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_vnext_5161967_20161024070404034\",\r\n \"rootProcessNodeId\": \"6a19bb2c-b853-4780-aaf8-d569065279b3\",\r\n \"script\": \"USE testdb12341; DROP CREDENTIAL testcred17144;\",\r\n \"algebraFilePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/algebra.xml\",\r\n \"yarnApplicationId\": 3028,\r\n \"yarnApplicationTimeStamp\": 1477329130041,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT14.5651941S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT16.2036447S\",\r\n \"totalRunningTime\": \"PT1.2382211S\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -3067,19 +3125,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:34:03 GMT" - ], - "Pragma": [ - "no-cache" + "Mon, 24 Oct 2016 23:42:41 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "50e3646d-c68b-4f88-b606-96ad1c599669" + "da1c1a2b-490b-45c0-ab78-0aa31708bc29" ], "X-Content-Type-Options": [ "nosniff" @@ -3091,22 +3146,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/eef76a1c-63cd-434d-88e7-c3471aa5938f?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvZWVmNzZhMWMtNjNjZC00MzRkLTg4ZTctYzM0NzFhYTU5MzhmP2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/Jobs/b57d6894-f98d-41c0-91ea-e3d9b5f082b8?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvYjU3ZDY4OTQtZjk4ZC00MWMwLTkxZWEtZTNkOWI1ZjA4MmI4P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2b8496bf-d182-4d63-9a13-5faa27862491" + "37cc6eab-813a-4c2e-b438-a0364b804844" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"eef76a1c-63cd-434d-88e7-c3471aa5938f\",\r\n \"name\": \"testjob17761\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 0,\r\n \"submitTime\": \"2016-08-26T10:33:26.5308557-07:00\",\r\n \"startTime\": \"2016-08-26T10:34:03.9436974-07:00\",\r\n \"endTime\": \"2016-08-26T10:34:03.9436974-07:00\",\r\n \"state\": \"Ended\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-26T10:33:26.5308557-07:00\",\r\n \"details\": \"userName:adlsvc01@benwgoldoutlook.onmicrosoft.com;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-08-26T10:33:27.2027382-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-08-26T10:33:39.5643206-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-08-26T10:33:39.579946-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:73643bc8-c5e8-4ed9-9969-6ac86bc1f102\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-08-26T10:33:39.579946-07:00\",\r\n \"details\": \"runtimeVersion:kobo_live_signed_5080972\"\r\n },\r\n {\r\n \"newState\": \"Running\",\r\n \"timeStamp\": \"2016-08-26T10:34:03.9436974-07:00\",\r\n \"details\": \"runAttempt:1\"\r\n },\r\n {\r\n \"newState\": \"Ended\",\r\n \"timeStamp\": \"2016-08-26T10:34:03.9436974-07:00\",\r\n \"details\": \"result:Succeeded\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_live_signed_5080972\",\r\n \"rootProcessNodeId\": \"73643bc8-c5e8-4ed9-9969-6ac86bc1f102\",\r\n \"script\": \"USE testdb14065; DROP CREDENTIAL testcred17509;\",\r\n \"algebraFilePath\": \"adl://testdatalake15661.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/33/eef76a1c-63cd-434d-88e7-c3471aa5938f/algebra.xml\",\r\n \"yarnApplicationId\": 136563,\r\n \"yarnApplicationTimeStamp\": 1470956432046,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT12.3615824S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0.0156254S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"b57d6894-f98d-41c0-91ea-e3d9b5f082b8\",\r\n \"name\": \"testjob13412\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"admin@aad179.ccsctp.net\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-24T16:42:09.068255-07:00\",\r\n \"startTime\": \"2016-10-24T16:42:40.2786801-07:00\",\r\n \"endTime\": \"2016-10-24T16:42:44.4505877-07:00\",\r\n \"state\": \"Ended\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-24T16:42:09.068255-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-10-24T16:42:09.5098413-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-10-24T16:42:24.0750354-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-10-24T16:42:24.0906624-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:6a19bb2c-b853-4780-aaf8-d569065279b3\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-10-24T16:42:24.0906624-07:00\",\r\n \"details\": \"runtimeVersion:kobo_vnext_5161967_20161024070404034\"\r\n },\r\n {\r\n \"newState\": \"Running\",\r\n \"timeStamp\": \"2016-10-24T16:42:40.2786801-07:00\",\r\n \"details\": \"runAttempt:1\"\r\n },\r\n {\r\n \"newState\": \"Ended\",\r\n \"timeStamp\": \"2016-10-24T16:42:44.4505877-07:00\",\r\n \"details\": \"result:Succeeded\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"admin@aad179.ccsctp.net\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"diagnosticsjson\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/diagnosticsjson\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_vnext_5161967_20161024070404034\",\r\n \"rootProcessNodeId\": \"6a19bb2c-b853-4780-aaf8-d569065279b3\",\r\n \"script\": \"USE testdb12341; DROP CREDENTIAL testcred17144;\",\r\n \"algebraFilePath\": \"adl://testdatalake14052.caboaccountdogfood.net/system/jobservice/jobs/Usql/2016/10/24/23/42/b57d6894-f98d-41c0-91ea-e3d9b5f082b8/algebra.xml\",\r\n \"yarnApplicationId\": 3028,\r\n \"yarnApplicationTimeStamp\": 1477329130041,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT14.5651941S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT16.2036447S\",\r\n \"totalRunningTime\": \"PT4.1719076S\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -3115,19 +3171,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:34:10 GMT" - ], - "Pragma": [ - "no-cache" + "Mon, 24 Oct 2016 23:42:46 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "46ccfa47-43f0-4a6f-a32a-a202c32e2101" + "47adf903-9ca6-4cde-ac9c-1346cf2efd19" ], "X-Content-Type-Options": [ "nosniff" @@ -3139,19 +3192,20 @@ "StatusCode": 200 }, { - "RequestUri": "/catalog/usql/databases/testdb14065/secrets/testsecret18438?api-version=2015-10-01-preview", - "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTQwNjUvc2VjcmV0cy90ZXN0c2VjcmV0MTg0Mzg/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/catalog/usql/databases/testdb12341/secrets/testsecret17729?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTIzNDEvc2VjcmV0cy90ZXN0c2VjcmV0MTc3Mjk/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bfe3dab6-6ff7-4b9d-8993-40434f3537aa" + "1c400e6e-fc9e-410b-b4cc-34cde48129bb" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.6-preview" ] }, "ResponseBody": "", @@ -3160,19 +3214,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:34:10 GMT" - ], - "Pragma": [ - "no-cache" + "Mon, 24 Oct 2016 23:42:46 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "2627616b-251e-40db-b32d-7038624a1824" + "e3846a36-21b6-412a-a71d-db72b9c410ba" ], "X-Content-Type-Options": [ "nosniff" @@ -3184,19 +3235,20 @@ "StatusCode": 200 }, { - "RequestUri": "/catalog/usql/databases/testdb14065/secrets?api-version=2015-10-01-preview", - "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTQwNjUvc2VjcmV0cz9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/catalog/usql/databases/testdb12341/secrets?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTIzNDEvc2VjcmV0cz9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a2a286c1-114e-4463-9878-27a6be453319" + "25c533b4-5909-45ca-a331-2530b376a600" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.6-preview" ] }, "ResponseBody": "", @@ -3205,19 +3257,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:34:11 GMT" - ], - "Pragma": [ - "no-cache" + "Mon, 24 Oct 2016 23:42:47 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "e909043c-937f-4c31-99a4-7c2610e7fa93" + "effa7cac-9074-49df-b096-1052f75a018d" ], "X-Content-Type-Options": [ "nosniff" @@ -3229,22 +3278,23 @@ "StatusCode": 200 }, { - "RequestUri": "/catalog/usql/databases/testdb14065/secrets/testsecret18438dup?api-version=2015-10-01-preview", - "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTQwNjUvc2VjcmV0cy90ZXN0c2VjcmV0MTg0MzhkdXA/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/catalog/usql/databases/testdb12341/secrets/testsecret17729dup?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTIzNDEvc2VjcmV0cy90ZXN0c2VjcmV0MTc3MjlkdXA/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9e96a3d5-fd00-4a95-b5ba-6261b3c6b531" + "bf9f4bec-f91a-4e4b-b947-c3e81b4a9fe5" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The resource 'testsecret18438dup' does not exist. Trace: 28020a7c-45e9-48c0-89fe-9139e975eef8 Time: 2016-08-26T10:34:11.5730889-07:00\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The resource 'testsecret17729dup' does not exist. Trace: ac0e3451-8ee7-4aaf-8122-e5b7fda02c39 Time: 2016-10-24T16:42:48.4409680-07:00\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -3253,19 +3303,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:34:11 GMT" - ], - "Pragma": [ - "no-cache" + "Mon, 24 Oct 2016 23:42:47 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "28020a7c-45e9-48c0-89fe-9139e975eef8" + "ac0e3451-8ee7-4aaf-8122-e5b7fda02c39" ], "X-Content-Type-Options": [ "nosniff" @@ -3279,36 +3326,36 @@ ], "Names": { ".ctor": [ - "rgaba1330", - "testaba12130", - "testaba26797", - "teststorage14779", - "testdatalake15661", - "testdatalake24423", - "testazureblob12044", - "testdb14065", - "testtbl11856", - "testtvf11104", - "testproc12501", - "testview18360", - "testcred17509", - "testsecret18438", - "testsecretpwd18842" + "rgaba15952", + "testaba1600", + "testaba29680", + "teststorage16989", + "testdatalake14052", + "testdatalake25618", + "testazureblob12311", + "testdb12341", + "testtbl19275", + "testtvf16354", + "testproc1307", + "testview18386", + "testcred17144", + "testsecret17729", + "testsecretpwd18652" ], "CreateCatalog": [ - "0f35117b-41c2-499a-817d-7e5db89a1d93" + "fc5bfe51-c9b1-4b54-a7df-b2bbb262817e" ], "RunJobToCompletion": [ - "testjob14506", - "testjob11075", - "testjob17761" + "testjob14078", + "testjob17876", + "testjob13412" ], "SecretAndCredentialCRUDTest": [ - "66abda3a-bc5b-47d3-a33a-0f1e59853b70", - "eef76a1c-63cd-434d-88e7-c3471aa5938f" + "ddb63a06-1036-4fd9-84de-8253d1179e94", + "b57d6894-f98d-41c0-91ea-e3d9b5f082b8" ] }, "Variables": { - "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" + "SubscriptionId": "90585f39-ab85-4921-bb37-0468f7efd1dd" } } \ No newline at end of file diff --git a/src/ResourceManagement/DataLake.Analytics/DataLakeAnalytics.Tests/SessionRecords/DataLakeAnalytics.Tests.JobOperationTests/SubmitGetListCancelTest.json b/src/ResourceManagement/DataLake.Analytics/DataLakeAnalytics.Tests/SessionRecords/DataLakeAnalytics.Tests.JobOperationTests/SubmitGetListCancelTest.json index aff431bbe2fc2..1600ee82b0cbf 100644 --- a/src/ResourceManagement/DataLake.Analytics/DataLakeAnalytics.Tests/SessionRecords/DataLakeAnalytics.Tests.JobOperationTests/SubmitGetListCancelTest.json +++ b/src/ResourceManagement/DataLake.Analytics/DataLakeAnalytics.Tests/SessionRecords/DataLakeAnalytics.Tests.JobOperationTests/SubmitGetListCancelTest.json @@ -7,16 +7,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7b3bddd2-4d91-4f9c-84b9-125eb4967c19" + "1e335c61-79d2-4d29-bce6-b87d503f12c6" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeAnalytics\",\r\n \"namespace\": \"Microsoft.DataLakeAnalytics\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/dataLakeStoreAccounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers/listSasTokens\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeAnalytics\",\r\n \"namespace\": \"Microsoft.DataLakeAnalytics\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/dataLakeStoreAccounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers/listSasTokens\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Fri, 26 Aug 2016 17:38:44 GMT" + "Wed, 19 Oct 2016 20:57:22 GMT" ], "Pragma": [ "no-cache" @@ -37,16 +38,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1190" ], "x-ms-request-id": [ - "30c32f16-d039-4e0b-93bd-74e5989ce3ee" + "ccb3eb59-1a11-4302-b5a4-c5b7af170842" ], "x-ms-correlation-request-id": [ - "30c32f16-d039-4e0b-93bd-74e5989ce3ee" + "ccb3eb59-1a11-4302-b5a4-c5b7af170842" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T173844Z:30c32f16-d039-4e0b-93bd-74e5989ce3ee" + "WESTUS2:20161019T205722Z:ccb3eb59-1a11-4302-b5a4-c5b7af170842" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -61,16 +62,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0b748909-2d51-44ee-a81a-f7df8f8df076" + "71ab5f76-924e-4ea0-a93f-b55d9227ef99" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeAnalytics\",\r\n \"namespace\": \"Microsoft.DataLakeAnalytics\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/dataLakeStoreAccounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers/listSasTokens\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeAnalytics\",\r\n \"namespace\": \"Microsoft.DataLakeAnalytics\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/dataLakeStoreAccounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers/listSasTokens\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -82,7 +84,7 @@ "no-cache" ], "Date": [ - "Fri, 26 Aug 2016 17:38:44 GMT" + "Wed, 19 Oct 2016 20:57:22 GMT" ], "Pragma": [ "no-cache" @@ -91,16 +93,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14987" ], "x-ms-request-id": [ - "c5f4bdd7-c838-4106-8c96-c0798cadcc53" + "c56e9047-877d-4e1f-9dcc-b8aa4eae5681" ], "x-ms-correlation-request-id": [ - "c5f4bdd7-c838-4106-8c96-c0798cadcc53" + "c56e9047-877d-4e1f-9dcc-b8aa4eae5681" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T173844Z:c5f4bdd7-c838-4106-8c96-c0798cadcc53" + "WESTUS2:20161019T205722Z:c56e9047-877d-4e1f-9dcc-b8aa4eae5681" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -115,16 +117,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dffdfe1d-4ad3-466f-937a-9ce05ccd2e4d" + "efd27f9b-11c5-4026-a11d-333f88f31351" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -136,7 +139,7 @@ "no-cache" ], "Date": [ - "Fri, 26 Aug 2016 17:38:44 GMT" + "Wed, 19 Oct 2016 20:57:23 GMT" ], "Pragma": [ "no-cache" @@ -145,16 +148,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1189" ], "x-ms-request-id": [ - "6d493a03-fabe-490d-b385-7d1e5642b883" + "8371d3cd-8b27-4895-85e4-d3573e59dcac" ], "x-ms-correlation-request-id": [ - "6d493a03-fabe-490d-b385-7d1e5642b883" + "8371d3cd-8b27-4895-85e4-d3573e59dcac" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T173845Z:6d493a03-fabe-490d-b385-7d1e5642b883" + "WESTUS2:20161019T205723Z:8371d3cd-8b27-4895-85e4-d3573e59dcac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -169,16 +172,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bd81cc74-d86e-4546-9d80-8b12e8ee07a3" + "45cad776-2c43-4cf1-8c6d-f5c159541cde" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -190,7 +194,7 @@ "no-cache" ], "Date": [ - "Fri, 26 Aug 2016 17:38:44 GMT" + "Wed, 19 Oct 2016 20:57:23 GMT" ], "Pragma": [ "no-cache" @@ -199,16 +203,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "14986" ], "x-ms-request-id": [ - "0ebc1aee-c807-491d-b605-557363c23869" + "bee5d584-839a-476d-bd07-dff0a00ca283" ], "x-ms-correlation-request-id": [ - "0ebc1aee-c807-491d-b605-557363c23869" + "bee5d584-839a-476d-bd07-dff0a00ca283" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T173845Z:0ebc1aee-c807-491d-b605-557363c23869" + "WESTUS2:20161019T205723Z:bee5d584-839a-476d-bd07-dff0a00ca283" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -223,16 +227,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "130c533c-e9b3-49c6-82f3-05ea7d6a49d7" + "01ffee26-204a-4d95-b305-a07f88e9573c" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -244,7 +249,7 @@ "no-cache" ], "Date": [ - "Fri, 26 Aug 2016 17:38:45 GMT" + "Wed, 19 Oct 2016 20:57:23 GMT" ], "Pragma": [ "no-cache" @@ -253,16 +258,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1188" ], "x-ms-request-id": [ - "97e41eff-ea5c-4958-98e6-bceaecf7b3d4" + "4600fb53-69f3-4baa-8a78-f0ef78d4769f" ], "x-ms-correlation-request-id": [ - "97e41eff-ea5c-4958-98e6-bceaecf7b3d4" + "4600fb53-69f3-4baa-8a78-f0ef78d4769f" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T173846Z:97e41eff-ea5c-4958-98e6-bceaecf7b3d4" + "WESTUS2:20161019T205724Z:4600fb53-69f3-4baa-8a78-f0ef78d4769f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -277,16 +282,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b1b5f79c-16f9-4eb2-b9da-e0efabae22b8" + "a2b4fd3c-9b4e-4a0c-9cdf-aeef9ce67ee7" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -298,7 +304,7 @@ "no-cache" ], "Date": [ - "Fri, 26 Aug 2016 17:38:45 GMT" + "Wed, 19 Oct 2016 20:57:23 GMT" ], "Pragma": [ "no-cache" @@ -307,16 +313,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "14985" ], "x-ms-request-id": [ - "c792ac24-5d50-44ae-9c73-8ade69ee6b51" + "f2e57486-1d40-4d42-a2c1-ddd8e67fb598" ], "x-ms-correlation-request-id": [ - "c792ac24-5d50-44ae-9c73-8ade69ee6b51" + "f2e57486-1d40-4d42-a2c1-ddd8e67fb598" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T173846Z:c792ac24-5d50-44ae-9c73-8ade69ee6b51" + "WESTUS2:20161019T205724Z:f2e57486-1d40-4d42-a2c1-ddd8e67fb598" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -325,22 +331,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba19885?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL3JnYWJhMTk4ODU/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba19263?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL3JnYWJhMTkyNjM/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "92c87d8c-5c53-437e-ae9e-0e914bd3c93f" + "96419a2c-2f1b-4cec-9107-8cd5a5f3398e" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'rgaba19885' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'rgaba19263' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "102" @@ -355,7 +362,7 @@ "no-cache" ], "Date": [ - "Fri, 26 Aug 2016 17:38:45 GMT" + "Wed, 19 Oct 2016 20:57:23 GMT" ], "Pragma": [ "no-cache" @@ -364,16 +371,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "14984" ], "x-ms-request-id": [ - "a65fd5c6-f4f5-4263-858a-b38616caaf5c" + "05e0f143-8e87-440f-988d-be9c1d5a354b" ], "x-ms-correlation-request-id": [ - "a65fd5c6-f4f5-4263-858a-b38616caaf5c" + "05e0f143-8e87-440f-988d-be9c1d5a354b" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T173846Z:a65fd5c6-f4f5-4263-858a-b38616caaf5c" + "WESTUS2:20161019T205724Z:05e0f143-8e87-440f-988d-be9c1d5a354b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -382,22 +389,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba19885?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL3JnYWJhMTk4ODU/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba19263?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL3JnYWJhMTkyNjM/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1ea97cc7-92bf-4c2a-b019-5284f1f72aff" + "469f36a6-86c4-4723-8924-421d9fcf86a9" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba19885\",\r\n \"name\": \"rgaba19885\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba19263\",\r\n \"name\": \"rgaba19263\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -409,7 +417,7 @@ "no-cache" ], "Date": [ - "Fri, 26 Aug 2016 17:38:46 GMT" + "Wed, 19 Oct 2016 20:57:25 GMT" ], "Pragma": [ "no-cache" @@ -418,16 +426,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" + "14983" ], "x-ms-request-id": [ - "8fb0e219-265b-4bc3-b989-09c406212666" + "492781ac-3ccc-4cb3-af66-15cf412a2a76" ], "x-ms-correlation-request-id": [ - "8fb0e219-265b-4bc3-b989-09c406212666" + "492781ac-3ccc-4cb3-af66-15cf412a2a76" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T173847Z:8fb0e219-265b-4bc3-b989-09c406212666" + "WESTUS2:20161019T205725Z:492781ac-3ccc-4cb3-af66-15cf412a2a76" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -436,8 +444,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba19885?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL3JnYWJhMTk4ODU/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba19263?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL3JnYWJhMTkyNjM/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -448,16 +456,17 @@ "31" ], "x-ms-client-request-id": [ - "a25ba920-4c58-44d9-9b48-4e43201aa005" + "5ede0e69-1a72-4ad1-bee1-5e75f11754d5" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba19885\",\r\n \"name\": \"rgaba19885\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba19263\",\r\n \"name\": \"rgaba19263\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "174" @@ -472,22 +481,22 @@ "no-cache" ], "Date": [ - "Fri, 26 Aug 2016 17:38:46 GMT" + "Wed, 19 Oct 2016 20:57:25 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1187" ], "x-ms-request-id": [ - "9b905dc3-417d-4fce-9b6b-223a51c7e33e" + "d97475bc-5a24-46ff-88a0-1cf697818fcb" ], "x-ms-correlation-request-id": [ - "9b905dc3-417d-4fce-9b6b-223a51c7e33e" + "d97475bc-5a24-46ff-88a0-1cf697818fcb" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T173847Z:9b905dc3-417d-4fce-9b6b-223a51c7e33e" + "WESTUS2:20161019T205725Z:d97475bc-5a24-46ff-88a0-1cf697818fcb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -496,25 +505,26 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba19885/providers/Microsoft.DataLakeStore/accounts/testdatalake1352?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTk4ODUvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTEzNTI/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba19263/providers/Microsoft.DataLakeStore/accounts/testdatalake11110?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTkyNjMvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTExMTEwP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4a009966-421e-4be5-b31d-d814eb306026" + "5bd8be99-486f-49ab-b658-ea4bbbcf06e9" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testdatalake1352' under resource group 'rgaba19885' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testdatalake11110' under resource group 'rgaba19263' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "163" + "164" ], "Content-Type": [ "application/json; charset=utf-8" @@ -526,7 +536,7 @@ "no-cache" ], "Date": [ - "Fri, 26 Aug 2016 17:38:47 GMT" + "Wed, 19 Oct 2016 20:57:25 GMT" ], "Pragma": [ "no-cache" @@ -535,13 +545,13 @@ "gateway" ], "x-ms-request-id": [ - "b2bdfbce-9b98-41d6-99b6-a70932a92a96" + "cf196127-1e14-44d5-9c3b-2595f8a34413" ], "x-ms-correlation-request-id": [ - "b2bdfbce-9b98-41d6-99b6-a70932a92a96" + "cf196127-1e14-44d5-9c3b-2595f8a34413" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T173847Z:b2bdfbce-9b98-41d6-99b6-a70932a92a96" + "WESTUS2:20161019T205726Z:cf196127-1e14-44d5-9c3b-2595f8a34413" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -550,16 +560,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba19885/providers/Microsoft.DataLakeStore/accounts/testdatalake1352?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTk4ODUvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTEzNTI/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba19263/providers/Microsoft.DataLakeStore/accounts/testdatalake11110?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTkyNjMvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTExMTEwP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake1352.azuredatalakestore.net\",\r\n \"accountId\": \"f1dcf3bd-ce29-4ad4-a94b-eeb1bf32deb9\",\r\n \"creationTime\": \"2016-08-26T17:38:48.6233509Z\",\r\n \"lastModifiedTime\": \"2016-08-26T17:38:48.6233509Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba19885/providers/Microsoft.DataLakeStore/accounts/testdatalake1352\",\r\n \"name\": \"testdatalake1352\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake11110.azuredatalakestore.net\",\r\n \"accountId\": \"6b02e95e-8527-4b40-a2f1-7ca65697da85\",\r\n \"creationTime\": \"2016-10-19T20:57:26.7961811Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:57:26.7961811Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba19263/providers/Microsoft.DataLakeStore/accounts/testdatalake11110\",\r\n \"name\": \"testdatalake11110\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -574,7 +585,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:39:20 GMT" + "Wed, 19 Oct 2016 20:57:59 GMT" ], "Pragma": [ "no-cache" @@ -586,7 +597,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "6968a570-a58c-4c97-b35e-063b3545fe08" + "3c8968dd-43d4-4360-8fb4-4637324fb4de" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -595,13 +609,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14970" ], "x-ms-correlation-request-id": [ - "86066999-e4b8-4fe5-819b-0a87606886c7" + "2a87880f-41c6-495a-ad52-5d01481df5bd" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T173920Z:86066999-e4b8-4fe5-819b-0a87606886c7" + "WESTUS2:20161019T205759Z:2a87880f-41c6-495a-ad52-5d01481df5bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -610,22 +624,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba19885/providers/Microsoft.DataLakeStore/accounts/testdatalake1352?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTk4ODUvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTEzNTI/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba19263/providers/Microsoft.DataLakeStore/accounts/testdatalake11110?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTkyNjMvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTExMTEwP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a5923395-6a1c-49d3-ad91-aee2be569af1" + "e1763dba-b94d-43a2-b2bf-5b0cd8846c10" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake1352.azuredatalakestore.net\",\r\n \"accountId\": \"f1dcf3bd-ce29-4ad4-a94b-eeb1bf32deb9\",\r\n \"creationTime\": \"2016-08-26T17:38:48.6233509Z\",\r\n \"lastModifiedTime\": \"2016-08-26T17:38:48.6233509Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba19885/providers/Microsoft.DataLakeStore/accounts/testdatalake1352\",\r\n \"name\": \"testdatalake1352\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake11110.azuredatalakestore.net\",\r\n \"accountId\": \"6b02e95e-8527-4b40-a2f1-7ca65697da85\",\r\n \"creationTime\": \"2016-10-19T20:57:26.7961811Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:57:26.7961811Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba19263/providers/Microsoft.DataLakeStore/accounts/testdatalake11110\",\r\n \"name\": \"testdatalake11110\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -640,7 +655,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:39:20 GMT" + "Wed, 19 Oct 2016 20:57:59 GMT" ], "Pragma": [ "no-cache" @@ -652,7 +667,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "18f7e74b-c77b-4a9f-8485-21858af7f5e3" + "1135742e-d62c-419c-98a0-d7946ef8533a" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -661,13 +679,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" + "14971" ], "x-ms-correlation-request-id": [ - "646d1cd0-b656-438f-916c-f3e1752ab1fb" + "63d8972c-ac6f-409e-b8ec-0748882089ea" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T173921Z:646d1cd0-b656-438f-916c-f3e1752ab1fb" + "WESTUS2:20161019T205759Z:63d8972c-ac6f-409e-b8ec-0748882089ea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -676,22 +694,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba19885/providers/Microsoft.DataLakeStore/accounts/testdatalake1352?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTk4ODUvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTEzNTI/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba19263/providers/Microsoft.DataLakeStore/accounts/testdatalake11110?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTkyNjMvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTExMTEwP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5e80e6bf-9dec-43aa-aac1-70939e249712" + "98434d1d-2000-464b-a2f6-5c2705bca77b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake1352.azuredatalakestore.net\",\r\n \"accountId\": \"f1dcf3bd-ce29-4ad4-a94b-eeb1bf32deb9\",\r\n \"creationTime\": \"2016-08-26T17:38:48.6233509Z\",\r\n \"lastModifiedTime\": \"2016-08-26T17:38:48.6233509Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba19885/providers/Microsoft.DataLakeStore/accounts/testdatalake1352\",\r\n \"name\": \"testdatalake1352\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake11110.azuredatalakestore.net\",\r\n \"accountId\": \"6b02e95e-8527-4b40-a2f1-7ca65697da85\",\r\n \"creationTime\": \"2016-10-19T20:57:26.7961811Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:57:26.7961811Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba19263/providers/Microsoft.DataLakeStore/accounts/testdatalake11110\",\r\n \"name\": \"testdatalake11110\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -706,7 +725,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:39:55 GMT" + "Wed, 19 Oct 2016 20:58:33 GMT" ], "Pragma": [ "no-cache" @@ -718,7 +737,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "9e05f57e-fef5-4568-b42e-8c0e093eb484" + "1ccea61d-ab33-4cd2-9ed0-49debd941d78" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -727,13 +749,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "14972" ], "x-ms-correlation-request-id": [ - "9222e47a-c985-4ea6-a00a-c85f4d1202d5" + "a4f277d6-af0a-41ba-a725-d36fbfaab944" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T173955Z:9222e47a-c985-4ea6-a00a-c85f4d1202d5" + "WESTUS2:20161019T205834Z:a4f277d6-af0a-41ba-a725-d36fbfaab944" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -742,31 +764,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba19885/providers/Microsoft.DataLakeStore/accounts/testdatalake1352?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTk4ODUvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTEzNTI/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba19263/providers/Microsoft.DataLakeStore/accounts/testdatalake11110?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTkyNjMvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTExMTEwP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testdatalake1352\"\r\n}", + "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testdatalake11110\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "62" + "63" ], "x-ms-client-request-id": [ - "915d6757-eb0c-4a95-8197-f831a9920085" + "3b484bbf-b802-4951-af49-ad34e869daac" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"f1dcf3bd-ce29-4ad4-a94b-eeb1bf32deb9\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba19885/providers/Microsoft.DataLakeStore/accounts/testdatalake1352\",\r\n \"name\": \"testdatalake1352\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"6b02e95e-8527-4b40-a2f1-7ca65697da85\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba19263/providers/Microsoft.DataLakeStore/accounts/testdatalake11110\",\r\n \"name\": \"testdatalake11110\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ - "419" + "421" ], "Content-Type": [ "application/json" @@ -781,13 +804,13 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:38:49 GMT" + "Wed, 19 Oct 2016 20:57:27 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba19885/providers/Microsoft.DataLakeStore/accounts/testdatalake1352/operationresults/0?api-version=2015-10-01-preview" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba19263/providers/Microsoft.DataLakeStore/accounts/testdatalake11110/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -796,10 +819,13 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/f1dcf3bd-ce29-4ad4-a94b-eeb1bf32deb90?api-version=2015-10-01-preview&expanded=true" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/6b02e95e-8527-4b40-a2f1-7ca65697da850?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "f8d52856-f6e4-44bf-a4fc-242f1945250d" + "95355502-9042-4e1f-bd6e-667a7b0af161" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -808,13 +834,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1190" ], "x-ms-correlation-request-id": [ - "c3c022fe-f26d-4cb8-802c-7b0b0129a649" + "e840e478-5c08-49c5-9986-dcdb6bba7c3e" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T173849Z:c3c022fe-f26d-4cb8-802c-7b0b0129a649" + "WESTUS2:20161019T205727Z:e840e478-5c08-49c5-9986-dcdb6bba7c3e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -823,13 +849,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/f1dcf3bd-ce29-4ad4-a94b-eeb1bf32deb90?api-version=2015-10-01-preview&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzL2YxZGNmM2JkLWNlMjktNGFkNC1hOTRiLWVlYjFiZjMyZGViOTA/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3JmV4cGFuZGVkPXRydWU=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/6b02e95e-8527-4b40-a2f1-7ca65697da850?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzZiMDJlOTVlLTg1MjctNGI0MC1hMmYxLTdjYTY1Njk3ZGE4NTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -847,7 +874,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:39:20 GMT" + "Wed, 19 Oct 2016 20:57:58 GMT" ], "Pragma": [ "no-cache" @@ -859,7 +886,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "6122f45f-6304-4da4-be14-a574e029c27b" + "bcd1a1ab-60d5-4b88-89e8-b9f3b3d06ea0" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -868,13 +898,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14986" ], "x-ms-correlation-request-id": [ - "54e091c9-0f9f-41b6-9437-237528145973" + "5d461eab-81aa-42cc-a0b1-17e7b81e971a" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T173920Z:54e091c9-0f9f-41b6-9437-237528145973" + "WESTUS2:20161019T205758Z:5d461eab-81aa-42cc-a0b1-17e7b81e971a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -883,22 +913,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba19885/providers/Microsoft.DataLakeStore/accounts/testdatalake23994?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTk4ODUvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTIzOTk0P2FwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba19263/providers/Microsoft.DataLakeStore/accounts/testdatalake22721?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTkyNjMvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTIyNzIxP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d02405d1-31ba-4221-9bce-d4eedd5fdbd8" + "26ceb2c2-1ae2-405e-bcc3-ca22089748ee" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testdatalake23994' under resource group 'rgaba19885' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testdatalake22721' under resource group 'rgaba19263' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "164" @@ -913,7 +944,7 @@ "no-cache" ], "Date": [ - "Fri, 26 Aug 2016 17:39:21 GMT" + "Wed, 19 Oct 2016 20:57:59 GMT" ], "Pragma": [ "no-cache" @@ -922,13 +953,13 @@ "gateway" ], "x-ms-request-id": [ - "f8dc41b1-92e7-414f-a679-0fdbfe102965" + "21a6990d-b3fa-4170-a05e-1f5a11a9baec" ], "x-ms-correlation-request-id": [ - "f8dc41b1-92e7-414f-a679-0fdbfe102965" + "21a6990d-b3fa-4170-a05e-1f5a11a9baec" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T173921Z:f8dc41b1-92e7-414f-a679-0fdbfe102965" + "WESTUS2:20161019T205800Z:21a6990d-b3fa-4170-a05e-1f5a11a9baec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -937,16 +968,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba19885/providers/Microsoft.DataLakeStore/accounts/testdatalake23994?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTk4ODUvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTIzOTk0P2FwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba19263/providers/Microsoft.DataLakeStore/accounts/testdatalake22721?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTkyNjMvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTIyNzIxP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake23994.azuredatalakestore.net\",\r\n \"accountId\": \"7039d7d9-21bd-47da-a351-6623fed99913\",\r\n \"creationTime\": \"2016-08-26T17:39:22.7459421Z\",\r\n \"lastModifiedTime\": \"2016-08-26T17:39:22.7459421Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba19885/providers/Microsoft.DataLakeStore/accounts/testdatalake23994\",\r\n \"name\": \"testdatalake23994\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake22721.azuredatalakestore.net\",\r\n \"accountId\": \"4c613fe8-081f-46fa-9dec-d751062aad5d\",\r\n \"creationTime\": \"2016-10-19T20:58:03.0229828Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:58:03.0229828Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba19263/providers/Microsoft.DataLakeStore/accounts/testdatalake22721\",\r\n \"name\": \"testdatalake22721\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -961,7 +993,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:39:54 GMT" + "Wed, 19 Oct 2016 20:58:32 GMT" ], "Pragma": [ "no-cache" @@ -973,7 +1005,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "0b915138-fa7d-48f6-8abd-421b0da94444" + "278589f7-ada3-4621-9a98-19d39ea66ef7" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -982,13 +1017,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14969" ], "x-ms-correlation-request-id": [ - "01737632-7100-4966-b94b-2b1795e87be8" + "c804e89c-02d5-4e9e-93e5-5123667532c7" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T173954Z:01737632-7100-4966-b94b-2b1795e87be8" + "WESTUS2:20161019T205832Z:c804e89c-02d5-4e9e-93e5-5123667532c7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -997,22 +1032,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba19885/providers/Microsoft.DataLakeStore/accounts/testdatalake23994?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTk4ODUvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTIzOTk0P2FwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba19263/providers/Microsoft.DataLakeStore/accounts/testdatalake22721?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTkyNjMvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTIyNzIxP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1ae79ee3-0641-4cca-8d4f-963e98942037" + "298f8c74-8c3d-4c19-8a7c-4b0c04415c72" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake23994.azuredatalakestore.net\",\r\n \"accountId\": \"7039d7d9-21bd-47da-a351-6623fed99913\",\r\n \"creationTime\": \"2016-08-26T17:39:22.7459421Z\",\r\n \"lastModifiedTime\": \"2016-08-26T17:39:22.7459421Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba19885/providers/Microsoft.DataLakeStore/accounts/testdatalake23994\",\r\n \"name\": \"testdatalake23994\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake22721.azuredatalakestore.net\",\r\n \"accountId\": \"4c613fe8-081f-46fa-9dec-d751062aad5d\",\r\n \"creationTime\": \"2016-10-19T20:58:03.0229828Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:58:03.0229828Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba19263/providers/Microsoft.DataLakeStore/accounts/testdatalake22721\",\r\n \"name\": \"testdatalake22721\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -1027,7 +1063,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:39:55 GMT" + "Wed, 19 Oct 2016 20:58:32 GMT" ], "Pragma": [ "no-cache" @@ -1039,7 +1075,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c53fc6c3-c2bb-430c-943e-87361de3b635" + "686ebb5c-914b-4fa1-846f-79f17d607512" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -1048,13 +1087,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14970" ], "x-ms-correlation-request-id": [ - "e8ec0433-d9a9-4e2a-bdef-bc285829961d" + "472d07e0-c8eb-493e-bf06-f1c26a8a6e65" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T173955Z:e8ec0433-d9a9-4e2a-bdef-bc285829961d" + "WESTUS2:20161019T205833Z:472d07e0-c8eb-493e-bf06-f1c26a8a6e65" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1063,10 +1102,10 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba19885/providers/Microsoft.DataLakeStore/accounts/testdatalake23994?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTk4ODUvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTIzOTk0P2FwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba19263/providers/Microsoft.DataLakeStore/accounts/testdatalake22721?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTkyNjMvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTIyNzIxP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testdatalake23994\"\r\n}", + "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testdatalake22721\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1075,16 +1114,17 @@ "63" ], "x-ms-client-request-id": [ - "6e190128-34c4-495b-85ea-42c48b4727e9" + "8509f44d-0827-44aa-b705-ae00d3dd1dd3" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"7039d7d9-21bd-47da-a351-6623fed99913\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba19885/providers/Microsoft.DataLakeStore/accounts/testdatalake23994\",\r\n \"name\": \"testdatalake23994\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"4c613fe8-081f-46fa-9dec-d751062aad5d\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba19263/providers/Microsoft.DataLakeStore/accounts/testdatalake22721\",\r\n \"name\": \"testdatalake22721\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ "421" @@ -1102,13 +1142,13 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:39:23 GMT" + "Wed, 19 Oct 2016 20:58:01 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba19885/providers/Microsoft.DataLakeStore/accounts/testdatalake23994/operationresults/0?api-version=2015-10-01-preview" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba19263/providers/Microsoft.DataLakeStore/accounts/testdatalake22721/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -1117,10 +1157,13 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/7039d7d9-21bd-47da-a351-6623fed999130?api-version=2015-10-01-preview&expanded=true" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/4c613fe8-081f-46fa-9dec-d751062aad5d0?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "aaef3e6c-fbce-4722-91e8-8a480784ef3a" + "414a603e-43f4-4584-8352-b376da7f77d4" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -1129,13 +1172,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1188" ], "x-ms-correlation-request-id": [ - "430abec9-aa58-4aec-a305-0879964d51c4" + "96295343-2437-4bae-9c05-c7d92e95445b" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T173923Z:430abec9-aa58-4aec-a305-0879964d51c4" + "WESTUS2:20161019T205801Z:96295343-2437-4bae-9c05-c7d92e95445b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1144,13 +1187,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/7039d7d9-21bd-47da-a351-6623fed999130?api-version=2015-10-01-preview&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzcwMzlkN2Q5LTIxYmQtNDdkYS1hMzUxLTY2MjNmZWQ5OTkxMzA/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3JmV4cGFuZGVkPXRydWU=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/4c613fe8-081f-46fa-9dec-d751062aad5d0?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzRjNjEzZmU4LTA4MWYtNDZmYS05ZGVjLWQ3NTEwNjJhYWQ1ZDA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.8-preview" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -1168,7 +1212,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:39:53 GMT" + "Wed, 19 Oct 2016 20:58:31 GMT" ], "Pragma": [ "no-cache" @@ -1180,7 +1224,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "57db7863-64fa-43c4-b184-6cecf6f1399c" + "97243ec8-82c6-43e1-bb31-54378ffb4e5b" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -1189,13 +1236,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" + "14985" ], "x-ms-correlation-request-id": [ - "ceba23d8-e2a8-4354-8931-6c153ff46bf6" + "1e7731d6-3916-4fc0-91dc-e9ca9bb93466" ], "x-ms-routing-request-id": [ - "WESTUS2:20160826T173954Z:ceba23d8-e2a8-4354-8931-6c153ff46bf6" + "WESTUS2:20161019T205832Z:1e7731d6-3916-4fc0-91dc-e9ca9bb93466" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1204,31 +1251,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba19885/providers/Microsoft.DataLakeAnalytics/accounts/testaba2978?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTk4ODUvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMjk3OD9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba19263/providers/Microsoft.DataLakeAnalytics/accounts/testaba27724?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTkyNjMvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMjc3MjQ/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testaba2978\",\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake1352\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"name\": \"testdatalake1352\",\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n }\r\n }\r\n ]\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testaba27724\",\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake11110\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"name\": \"testdatalake11110\",\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n }\r\n }\r\n ]\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "314" + "317" ], "x-ms-client-request-id": [ - "9103511c-19a3-4f2a-a382-1e67b2cc00f9" + "5b8c3d63-cdf3-4b8e-aee8-bf99460e1c46" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake1352\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"name\": \"testdatalake1352\"\r\n }\r\n ],\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"cec2448e-ee9d-4150-9f38-25f3d93257b2\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba19885/providers/Microsoft.DataLakeAnalytics/accounts/testaba2978\",\r\n \"name\": \"testaba2978\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake11110\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"name\": \"testdatalake11110\"\r\n }\r\n ],\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"1a2ff884-82de-40fb-9759-a51f6903aef9\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba19263/providers/Microsoft.DataLakeAnalytics/accounts/testaba27724\",\r\n \"name\": \"testaba27724\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ - "569" + "573" ], "Content-Type": [ "application/json" @@ -1243,13 +1291,13 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:39:57 GMT" + "Wed, 19 Oct 2016 20:58:35 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba19885/providers/Microsoft.DataLakeAnalytics/accounts/testaba2978/operationresults/0?api-version=2015-10-01-preview" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba19263/providers/Microsoft.DataLakeAnalytics/accounts/testaba27724/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -1258,10 +1306,13 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeAnalytics/locations/EastUS2/operationResults/cec2448e-ee9d-4150-9f38-25f3d93257b20?api-version=2015-10-01-preview&expanded=true" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeAnalytics/locations/EastUS2/operationResults/1a2ff884-82de-40fb-9759-a51f6903aef90?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "2305456a-2450-4d0a-9fa0-2f95f60157ae" + "19906c69-bf8c-485b-9f0b-0cb36694bc64" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -1270,13 +1321,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1177" ], "x-ms-correlation-request-id": [ - "b72b5151-a8cb-40f2-aba4-fc347e319eb6" + "ad15fe63-7886-4b5b-8944-38842d326d14" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T173957Z:b72b5151-a8cb-40f2-aba4-fc347e319eb6" + "WESTUS2:20161019T205835Z:ad15fe63-7886-4b5b-8944-38842d326d14" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1285,13 +1336,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeAnalytics/locations/EastUS2/operationResults/cec2448e-ee9d-4150-9f38-25f3d93257b20?api-version=2015-10-01-preview&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvbG9jYXRpb25zL0Vhc3RVUzIvb3BlcmF0aW9uUmVzdWx0cy9jZWMyNDQ4ZS1lZTlkLTQxNTAtOWYzOC0yNWYzZDkzMjU3YjIwP2FwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldyZleHBhbmRlZD10cnVl", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeAnalytics/locations/EastUS2/operationResults/1a2ff884-82de-40fb-9759-a51f6903aef90?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvbG9jYXRpb25zL0Vhc3RVUzIvb3BlcmF0aW9uUmVzdWx0cy8xYTJmZjg4NC04MmRlLTQwZmItOTc1OS1hNTFmNjkwM2FlZjkwP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDEmZXhwYW5kZWQ9dHJ1ZQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.6-preview" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -1309,7 +1361,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:40:27 GMT" + "Wed, 19 Oct 2016 20:59:06 GMT" ], "Pragma": [ "no-cache" @@ -1321,7 +1373,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "00aece2e-856b-4b08-983c-453a8c8049ca" + "76ddd8d4-720e-4ae7-8513-73398899f016" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -1330,13 +1385,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "14990" ], "x-ms-correlation-request-id": [ - "e7b16c15-2869-46f3-a1cb-f70cad530799" + "3048ffc7-9326-4945-8daf-c2eedc82c85a" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T174028Z:e7b16c15-2869-46f3-a1cb-f70cad530799" + "WESTUS2:20161019T205906Z:3048ffc7-9326-4945-8daf-c2eedc82c85a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1345,16 +1400,17 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba19885/providers/Microsoft.DataLakeAnalytics/accounts/testaba2978?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTk4ODUvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMjk3OD9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba19263/providers/Microsoft.DataLakeAnalytics/accounts/testaba27724?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTkyNjMvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMjc3MjQ/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake1352\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"name\": \"testdatalake1352\"\r\n }\r\n ],\r\n \"storageAccounts\": [],\r\n \"maxDegreeOfParallelism\": 60,\r\n \"maxJobCount\": 3,\r\n \"hiveMetastores\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testaba2978.azuredatalakeanalytics.net\",\r\n \"accountId\": \"cec2448e-ee9d-4150-9f38-25f3d93257b2\",\r\n \"creationTime\": \"2016-08-26T17:40:01.2479411Z\",\r\n \"lastModifiedTime\": \"2016-08-26T17:40:01.2479411Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba19885/providers/Microsoft.DataLakeAnalytics/accounts/testaba2978\",\r\n \"name\": \"testaba2978\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake11110\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"name\": \"testdatalake11110\"\r\n }\r\n ],\r\n \"storageAccounts\": [],\r\n \"maxDegreeOfParallelism\": 120,\r\n \"maxJobCount\": 10,\r\n \"systemMaxDegreeOfParallelism\": 120,\r\n \"systemMaxJobCount\": 20,\r\n \"queryStoreRetention\": 30,\r\n \"hiveMetastores\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testaba27724.azuredatalakeanalytics.net\",\r\n \"accountId\": \"1a2ff884-82de-40fb-9759-a51f6903aef9\",\r\n \"creationTime\": \"2016-10-19T20:58:38.3870999Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:58:38.3870999Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba19263/providers/Microsoft.DataLakeAnalytics/accounts/testaba27724\",\r\n \"name\": \"testaba27724\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -1369,7 +1425,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:40:28 GMT" + "Wed, 19 Oct 2016 20:59:06 GMT" ], "Pragma": [ "no-cache" @@ -1381,7 +1437,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "d21fa4af-ca30-4e5b-a94e-04fec41873d5" + "49973110-c918-48cb-9a9d-6a4bec9d8401" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -1390,13 +1449,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14968" ], "x-ms-correlation-request-id": [ - "8044e0e6-06f6-477d-b117-8f18f9c21c8d" + "78fbc25c-57c7-40db-ab8f-f6c2859cab40" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T174028Z:8044e0e6-06f6-477d-b117-8f18f9c21c8d" + "WESTUS2:20161019T205906Z:78fbc25c-57c7-40db-ab8f-f6c2859cab40" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1405,22 +1464,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba19885/providers/Microsoft.DataLakeAnalytics/accounts/testaba2978?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTk4ODUvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMjk3OD9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba19263/providers/Microsoft.DataLakeAnalytics/accounts/testaba27724?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTkyNjMvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMjc3MjQ/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "680d70a3-fc9c-47e9-833f-ddeb8faf8dc7" + "dd720e01-6842-4d75-8fec-8796b9effc0e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake1352\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"name\": \"testdatalake1352\"\r\n }\r\n ],\r\n \"storageAccounts\": [],\r\n \"maxDegreeOfParallelism\": 60,\r\n \"maxJobCount\": 3,\r\n \"hiveMetastores\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testaba2978.azuredatalakeanalytics.net\",\r\n \"accountId\": \"cec2448e-ee9d-4150-9f38-25f3d93257b2\",\r\n \"creationTime\": \"2016-08-26T17:40:01.2479411Z\",\r\n \"lastModifiedTime\": \"2016-08-26T17:40:01.2479411Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba19885/providers/Microsoft.DataLakeAnalytics/accounts/testaba2978\",\r\n \"name\": \"testaba2978\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake11110\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"name\": \"testdatalake11110\"\r\n }\r\n ],\r\n \"storageAccounts\": [],\r\n \"maxDegreeOfParallelism\": 120,\r\n \"maxJobCount\": 10,\r\n \"systemMaxDegreeOfParallelism\": 120,\r\n \"systemMaxJobCount\": 20,\r\n \"queryStoreRetention\": 30,\r\n \"hiveMetastores\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testaba27724.azuredatalakeanalytics.net\",\r\n \"accountId\": \"1a2ff884-82de-40fb-9759-a51f6903aef9\",\r\n \"creationTime\": \"2016-10-19T20:58:38.3870999Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:58:38.3870999Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba19263/providers/Microsoft.DataLakeAnalytics/accounts/testaba27724\",\r\n \"name\": \"testaba27724\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -1435,7 +1495,7 @@ "close" ], "Date": [ - "Fri, 26 Aug 2016 17:40:29 GMT" + "Wed, 19 Oct 2016 20:59:07 GMT" ], "Pragma": [ "no-cache" @@ -1447,7 +1507,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "2f2ea753-fc04-4b0d-bdd7-37ee228b4798" + "90e3b815-2b02-4cc3-a8c1-a2bb70976c35" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -1456,13 +1519,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "14969" ], "x-ms-correlation-request-id": [ - "6e97f5d1-eb12-497b-a775-43b45a91be52" + "f57e6013-cb49-4c45-aff0-1cbd35f770b9" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160826T174029Z:6e97f5d1-eb12-497b-a775-43b45a91be52" + "WESTUS2:20161019T205907Z:f57e6013-cb49-4c45-aff0-1cbd35f770b9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1471,22 +1534,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/a973a31f-5403-48b2-b562-70be8d842269?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvYTk3M2EzMWYtNTQwMy00OGIyLWI1NjItNzBiZThkODQyMjY5P2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/Jobs/cea587e0-d1d5-4972-b32a-267aa7d8503a?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvY2VhNTg3ZTAtZDFkNS00OTcyLWIzMmEtMjY3YWE3ZDg1MDNhP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c411fd0f-9e9c-4640-978f-f440989fad74" + "913a6f75-d1f5-4037-ac5a-99add1a80710" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"JobNotFound\",\r\n \"message\": \"Cannot find the job with id a973a31f-5403-48b2-b562-70be8d842269. Trace: e41481f4-0442-4204-a13f-ffec0a7770b5 Time: 2016-08-26T10:42:29.1826343-07:00\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"JobNotFound\",\r\n \"message\": \"Cannot find the job with id cea587e0-d1d5-4972-b32a-267aa7d8503a. Trace: 61fbccbf-09f2-4b6a-934b-b2f6ec256827 Time: 2016-10-19T14:01:09.1031883-07:00\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1495,19 +1559,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:42:28 GMT" - ], - "Pragma": [ - "no-cache" + "Wed, 19 Oct 2016 21:01:08 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "e41481f4-0442-4204-a13f-ffec0a7770b5" + "61fbccbf-09f2-4b6a-934b-b2f6ec256827" ], "X-Content-Type-Options": [ "nosniff" @@ -1519,22 +1580,23 @@ "StatusCode": 404 }, { - "RequestUri": "/Jobs/a973a31f-5403-48b2-b562-70be8d842269?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvYTk3M2EzMWYtNTQwMy00OGIyLWI1NjItNzBiZThkODQyMjY5P2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/Jobs/cea587e0-d1d5-4972-b32a-267aa7d8503a?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvY2VhNTg3ZTAtZDFkNS00OTcyLWIzMmEtMjY3YWE3ZDg1MDNhP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0cb7469e-23ff-43fc-92ee-9a76b2fe6b62" + "b75f40d5-ebdf-4a75-9df1-290d9bf1fbf3" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"a973a31f-5403-48b2-b562-70be8d842269\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 0,\r\n \"submitTime\": \"2016-08-26T10:42:29.8682343-07:00\",\r\n \"endTime\": \"2016-08-26T10:42:31.1651159-07:00\",\r\n \"state\": \"Ended\",\r\n \"result\": \"Cancelled\",\r\n \"errorMessage\": [\r\n {\r\n \"errorId\": \"I_USER_CJS_CANCELEDBYUSER\",\r\n \"name\": \"CANCELED_BY_USER\",\r\n \"severity\": \"Info\",\r\n \"source\": \"User\",\r\n \"component\": \"CJS\",\r\n \"message\": \"Job was cancelled.\",\r\n \"details\": \"\",\r\n \"description\": \"Job was cancelled by adlsvc01@benwgoldoutlook.onmicrosoft.com.\",\r\n \"resolution\": \"\",\r\n \"helpLink\": \"\",\r\n \"innerError\": null\r\n }\r\n ],\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-26T10:42:29.8682343-07:00\",\r\n \"details\": \"userName:adlsvc01@benwgoldoutlook.onmicrosoft.com;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-08-26T10:42:30.9619868-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Ended\",\r\n \"timeStamp\": \"2016-08-26T10:42:31.1651159-07:00\",\r\n \"details\": \"result:CanceledByUser\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/a973a31f-5403-48b2-b562-70be8d842269/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/a973a31f-5403-48b2-b562-70be8d842269/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"script\": \"DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb;\",\r\n \"algebraFilePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/a973a31f-5403-48b2-b562-70be8d842269/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"UserError\",\r\n \"totalCompilationTime\": \"PT0.2031291S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"cea587e0-d1d5-4972-b32a-267aa7d8503a\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-19T14:01:09.3305299-07:00\",\r\n \"endTime\": \"2016-10-19T14:01:10.0493058-07:00\",\r\n \"state\": \"Ended\",\r\n \"result\": \"Cancelled\",\r\n \"errorMessage\": [\r\n {\r\n \"errorId\": \"I_USER_CJS_CANCELEDBYUSER\",\r\n \"name\": \"CANCELED_BY_USER\",\r\n \"severity\": \"Info\",\r\n \"source\": \"User\",\r\n \"component\": \"CJS\",\r\n \"message\": \"Job was cancelled.\",\r\n \"details\": \"\",\r\n \"description\": \"Job was cancelled by adlsvc01@benwgoldoutlook.onmicrosoft.com.\",\r\n \"resolution\": \"\",\r\n \"helpLink\": \"\",\r\n \"innerError\": null\r\n }\r\n ],\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-19T14:01:09.3305299-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-10-19T14:01:09.8774281-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Ended\",\r\n \"timeStamp\": \"2016-10-19T14:01:10.0493058-07:00\",\r\n \"details\": \"result:CanceledByUser\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/cea587e0-d1d5-4972-b32a-267aa7d8503a/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/cea587e0-d1d5-4972-b32a-267aa7d8503a/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"script\": \"DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb;\",\r\n \"algebraFilePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/cea587e0-d1d5-4972-b32a-267aa7d8503a/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"UserError\",\r\n \"totalCompilationTime\": \"PT0.1718777S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1543,19 +1605,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:42:30 GMT" - ], - "Pragma": [ - "no-cache" + "Wed, 19 Oct 2016 21:01:09 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "c7c09ba0-8c02-4b27-984e-f31665fe38b6" + "9f90074d-285a-4b8e-89b6-0b8cc2781e89" ], "X-Content-Type-Options": [ "nosniff" @@ -1567,22 +1626,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/a973a31f-5403-48b2-b562-70be8d842269?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvYTk3M2EzMWYtNTQwMy00OGIyLWI1NjItNzBiZThkODQyMjY5P2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/Jobs/cea587e0-d1d5-4972-b32a-267aa7d8503a?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvY2VhNTg3ZTAtZDFkNS00OTcyLWIzMmEtMjY3YWE3ZDg1MDNhP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f6b1222e-788a-4af9-8ba0-6c277faac17a" + "043fde1d-ecde-406a-8960-24340d8a4324" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"a973a31f-5403-48b2-b562-70be8d842269\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 0,\r\n \"submitTime\": \"2016-08-26T10:42:29.8682343-07:00\",\r\n \"endTime\": \"2016-08-26T10:42:31.1651159-07:00\",\r\n \"state\": \"Ended\",\r\n \"result\": \"Cancelled\",\r\n \"errorMessage\": [\r\n {\r\n \"errorId\": \"I_USER_CJS_CANCELEDBYUSER\",\r\n \"name\": \"CANCELED_BY_USER\",\r\n \"severity\": \"Info\",\r\n \"source\": \"User\",\r\n \"component\": \"CJS\",\r\n \"message\": \"Job was cancelled.\",\r\n \"details\": \"\",\r\n \"description\": \"Job was cancelled by adlsvc01@benwgoldoutlook.onmicrosoft.com.\",\r\n \"resolution\": \"\",\r\n \"helpLink\": \"\",\r\n \"innerError\": null\r\n }\r\n ],\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-26T10:42:29.8682343-07:00\",\r\n \"details\": \"userName:adlsvc01@benwgoldoutlook.onmicrosoft.com;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-08-26T10:42:30.9619868-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Ended\",\r\n \"timeStamp\": \"2016-08-26T10:42:31.1651159-07:00\",\r\n \"details\": \"result:CanceledByUser\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/a973a31f-5403-48b2-b562-70be8d842269/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/a973a31f-5403-48b2-b562-70be8d842269/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"script\": \"DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb;\",\r\n \"algebraFilePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/a973a31f-5403-48b2-b562-70be8d842269/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"UserError\",\r\n \"totalCompilationTime\": \"PT0.2031291S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"cea587e0-d1d5-4972-b32a-267aa7d8503a\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-19T14:01:09.3305299-07:00\",\r\n \"endTime\": \"2016-10-19T14:01:10.0493058-07:00\",\r\n \"state\": \"Ended\",\r\n \"result\": \"Cancelled\",\r\n \"errorMessage\": [\r\n {\r\n \"errorId\": \"I_USER_CJS_CANCELEDBYUSER\",\r\n \"name\": \"CANCELED_BY_USER\",\r\n \"severity\": \"Info\",\r\n \"source\": \"User\",\r\n \"component\": \"CJS\",\r\n \"message\": \"Job was cancelled.\",\r\n \"details\": \"\",\r\n \"description\": \"Job was cancelled by adlsvc01@benwgoldoutlook.onmicrosoft.com.\",\r\n \"resolution\": \"\",\r\n \"helpLink\": \"\",\r\n \"innerError\": null\r\n }\r\n ],\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-19T14:01:09.3305299-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-10-19T14:01:09.8774281-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Ended\",\r\n \"timeStamp\": \"2016-10-19T14:01:10.0493058-07:00\",\r\n \"details\": \"result:CanceledByUser\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/cea587e0-d1d5-4972-b32a-267aa7d8503a/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/cea587e0-d1d5-4972-b32a-267aa7d8503a/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"script\": \"DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb;\",\r\n \"algebraFilePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/cea587e0-d1d5-4972-b32a-267aa7d8503a/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"UserError\",\r\n \"totalCompilationTime\": \"PT0.1718777S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1591,19 +1651,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:42:30 GMT" - ], - "Pragma": [ - "no-cache" + "Wed, 19 Oct 2016 21:01:09 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "56521544-a839-4e96-a1aa-9bbce322d910" + "e5781b52-4f83-4ec0-9f5f-01ed2fa769d6" ], "X-Content-Type-Options": [ "nosniff" @@ -1615,10 +1672,10 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/a973a31f-5403-48b2-b562-70be8d842269?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvYTk3M2EzMWYtNTQwMy00OGIyLWI1NjItNzBiZThkODQyMjY5P2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/Jobs/cea587e0-d1d5-4972-b32a-267aa7d8503a?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvY2VhNTg3ZTAtZDFkNS00OTcyLWIzMmEtMjY3YWE3ZDg1MDNhP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"jobId\": \"a973a31f-5403-48b2-b562-70be8d842269\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"degreeOfParallelism\": 2,\r\n \"properties\": {\r\n \"type\": \"USql\",\r\n \"script\": \"DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb;\"\r\n }\r\n}", + "RequestBody": "{\r\n \"jobId\": \"cea587e0-d1d5-4972-b32a-267aa7d8503a\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"degreeOfParallelism\": 2,\r\n \"properties\": {\r\n \"type\": \"USql\",\r\n \"script\": \"DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb;\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1627,16 +1684,17 @@ "270" ], "x-ms-client-request-id": [ - "6f1b323d-3d8d-410b-b154-08af76c1fd44" + "16ccb462-887d-4b0e-879f-e8282bf80eeb" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"a973a31f-5403-48b2-b562-70be8d842269\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 0,\r\n \"submitTime\": \"2016-08-26T10:42:29.8682343-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-26T10:42:29.8682343-07:00\",\r\n \"details\": \"userName:adlsvc01@benwgoldoutlook.onmicrosoft.com;submitMachine:N/A\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"algebraFilePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/a973a31f-5403-48b2-b562-70be8d842269/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT0S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"cea587e0-d1d5-4972-b32a-267aa7d8503a\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-19T14:01:09.3305299-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-19T14:01:09.3305299-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"algebraFilePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/cea587e0-d1d5-4972-b32a-267aa7d8503a/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT0S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1645,19 +1703,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:42:30 GMT" - ], - "Pragma": [ - "no-cache" + "Wed, 19 Oct 2016 21:01:08 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "7f3ca104-3387-44b0-98b9-fbed18aabd89" + "0a9806fd-d1b5-40ab-b3a3-574aaa0bc17b" ], "X-Content-Type-Options": [ "nosniff" @@ -1669,19 +1724,20 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/a973a31f-5403-48b2-b562-70be8d842269/CancelJob?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvYTk3M2EzMWYtNTQwMy00OGIyLWI1NjItNzBiZThkODQyMjY5L0NhbmNlbEpvYj9hcGktdmVyc2lvbj0yMDE2LTAzLTIwLXByZXZpZXc=", + "RequestUri": "/Jobs/cea587e0-d1d5-4972-b32a-267aa7d8503a/CancelJob?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvY2VhNTg3ZTAtZDFkNS00OTcyLWIzMmEtMjY3YWE3ZDg1MDNhL0NhbmNlbEpvYj9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "12122f1d-8a47-4620-8027-d5792344bfc6" + "f6744d60-625a-4336-af32-0c07646b7f1a" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, "ResponseBody": "", @@ -1690,19 +1746,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:42:30 GMT" - ], - "Pragma": [ - "no-cache" + "Wed, 19 Oct 2016 21:01:09 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "bedacdb8-6648-4bfd-811d-b1fab2e71121" + "d2edcc16-3d65-47f0-9390-cc056a659c44" ], "X-Content-Type-Options": [ "nosniff" @@ -1714,10 +1767,10 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/4f650644-f58e-4438-b063-2ea323b66a5f?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvNGY2NTA2NDQtZjU4ZS00NDM4LWIwNjMtMmVhMzIzYjY2YTVmP2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/Jobs/251226a7-47e6-4a8d-a23f-cbc46c958b8d?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvMjUxMjI2YTctNDdlNi00YThkLWEyM2YtY2JjNDZjOTU4YjhkP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"jobId\": \"4f650644-f58e-4438-b063-2ea323b66a5f\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"degreeOfParallelism\": 2,\r\n \"properties\": {\r\n \"type\": \"USql\",\r\n \"script\": \"DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb;\"\r\n }\r\n}", + "RequestBody": "{\r\n \"jobId\": \"251226a7-47e6-4a8d-a23f-cbc46c958b8d\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"degreeOfParallelism\": 2,\r\n \"properties\": {\r\n \"type\": \"USql\",\r\n \"script\": \"DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb;\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1726,16 +1779,17 @@ "270" ], "x-ms-client-request-id": [ - "05e7b728-9175-4fd3-a912-c8da3ed95187" + "67ee6a7b-195a-4b11-bc1c-a96270cc07c0" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"4f650644-f58e-4438-b063-2ea323b66a5f\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 0,\r\n \"submitTime\": \"2016-08-26T10:42:31.9620075-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-26T10:42:31.9620075-07:00\",\r\n \"details\": \"userName:adlsvc01@benwgoldoutlook.onmicrosoft.com;submitMachine:N/A\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"algebraFilePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT0S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"251226a7-47e6-4a8d-a23f-cbc46c958b8d\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-19T14:01:10.7524389-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-19T14:01:10.7524389-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"algebraFilePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT0S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1744,19 +1798,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:42:33 GMT" - ], - "Pragma": [ - "no-cache" + "Wed, 19 Oct 2016 21:01:11 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "06506143-636c-4cb9-ad67-f89424427c2f" + "9aaa8000-ca79-4b5d-bf63-4feecdc519f8" ], "X-Content-Type-Options": [ "nosniff" @@ -1768,22 +1819,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/4f650644-f58e-4438-b063-2ea323b66a5f?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvNGY2NTA2NDQtZjU4ZS00NDM4LWIwNjMtMmVhMzIzYjY2YTVmP2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/Jobs/251226a7-47e6-4a8d-a23f-cbc46c958b8d?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvMjUxMjI2YTctNDdlNi00YThkLWEyM2YtY2JjNDZjOTU4YjhkP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "193de44d-cbb2-4f9b-bf79-6eb8dd860a7e" + "9852cfc2-3bce-4aaf-8f5c-9e0a5ce01ae7" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"4f650644-f58e-4438-b063-2ea323b66a5f\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 0,\r\n \"submitTime\": \"2016-08-26T10:42:31.9620075-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-26T10:42:31.9620075-07:00\",\r\n \"details\": \"userName:adlsvc01@benwgoldoutlook.onmicrosoft.com;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-08-26T10:42:34.0870778-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"script\": \"DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb;\",\r\n \"algebraFilePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT0.1990678S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"251226a7-47e6-4a8d-a23f-cbc46c958b8d\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-19T14:01:10.7524389-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-19T14:01:10.7524389-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-10-19T14:01:11.1586921-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"script\": \"DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb;\",\r\n \"algebraFilePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT0.1164301S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1792,19 +1844,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:42:34 GMT" - ], - "Pragma": [ - "no-cache" + "Wed, 19 Oct 2016 21:01:11 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "74a49192-1d86-4274-97f1-aa65dc351159" + "798f6bf2-9a36-4dfb-94c8-cbca47ebd24c" ], "X-Content-Type-Options": [ "nosniff" @@ -1816,22 +1865,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/4f650644-f58e-4438-b063-2ea323b66a5f?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvNGY2NTA2NDQtZjU4ZS00NDM4LWIwNjMtMmVhMzIzYjY2YTVmP2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/Jobs/251226a7-47e6-4a8d-a23f-cbc46c958b8d?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvMjUxMjI2YTctNDdlNi00YThkLWEyM2YtY2JjNDZjOTU4YjhkP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "647325a0-fd6b-4d6e-88ca-d281f23040bd" + "cd2b5333-6acf-4fc7-b67e-8b18660f2e38" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"4f650644-f58e-4438-b063-2ea323b66a5f\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 0,\r\n \"submitTime\": \"2016-08-26T10:42:31.9620075-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-26T10:42:31.9620075-07:00\",\r\n \"details\": \"userName:adlsvc01@benwgoldoutlook.onmicrosoft.com;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-08-26T10:42:34.0870778-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"script\": \"DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb;\",\r\n \"algebraFilePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT5.4297595S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"251226a7-47e6-4a8d-a23f-cbc46c958b8d\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-19T14:01:10.7524389-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-19T14:01:10.7524389-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-10-19T14:01:11.1586921-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"script\": \"DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb;\",\r\n \"algebraFilePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT5.3508399S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1840,19 +1890,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:42:39 GMT" - ], - "Pragma": [ - "no-cache" + "Wed, 19 Oct 2016 21:01:15 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "1ac1a3cf-9231-4f7b-af7e-fd6e7c268c55" + "6deb2ce5-e175-49c3-8783-181f4f7407b9" ], "X-Content-Type-Options": [ "nosniff" @@ -1864,22 +1911,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/4f650644-f58e-4438-b063-2ea323b66a5f?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvNGY2NTA2NDQtZjU4ZS00NDM4LWIwNjMtMmVhMzIzYjY2YTVmP2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/Jobs/251226a7-47e6-4a8d-a23f-cbc46c958b8d?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvMjUxMjI2YTctNDdlNi00YThkLWEyM2YtY2JjNDZjOTU4YjhkP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "43db5994-8496-42a5-a055-1f3b70deabd8" + "e3f37bb6-9d32-4606-ba4c-ebd8c6331aa2" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"4f650644-f58e-4438-b063-2ea323b66a5f\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 0,\r\n \"submitTime\": \"2016-08-26T10:42:31.9620075-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-26T10:42:31.9620075-07:00\",\r\n \"details\": \"userName:adlsvc01@benwgoldoutlook.onmicrosoft.com;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-08-26T10:42:34.0870778-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"script\": \"DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb;\",\r\n \"algebraFilePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT10.6680194S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"251226a7-47e6-4a8d-a23f-cbc46c958b8d\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-19T14:01:10.7524389-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-19T14:01:10.7524389-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-10-19T14:01:11.1586921-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"script\": \"DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb;\",\r\n \"algebraFilePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT10.5227185S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1888,19 +1936,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:42:44 GMT" - ], - "Pragma": [ - "no-cache" + "Wed, 19 Oct 2016 21:01:21 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "f28566b4-1d29-41ed-acec-67265a75b82c" + "d252b436-9344-4fca-9681-af8e4f05c62d" ], "X-Content-Type-Options": [ "nosniff" @@ -1912,22 +1957,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/4f650644-f58e-4438-b063-2ea323b66a5f?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvNGY2NTA2NDQtZjU4ZS00NDM4LWIwNjMtMmVhMzIzYjY2YTVmP2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/Jobs/251226a7-47e6-4a8d-a23f-cbc46c958b8d?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvMjUxMjI2YTctNDdlNi00YThkLWEyM2YtY2JjNDZjOTU4YjhkP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "970531ef-8114-4bfd-a9d1-aec078639d39" + "29a3de88-5072-4bf0-9ffa-95527cd55c05" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"4f650644-f58e-4438-b063-2ea323b66a5f\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 0,\r\n \"submitTime\": \"2016-08-26T10:42:31.9620075-07:00\",\r\n \"state\": \"Starting\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-26T10:42:31.9620075-07:00\",\r\n \"details\": \"userName:adlsvc01@benwgoldoutlook.onmicrosoft.com;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-08-26T10:42:34.0870778-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-08-26T10:42:45.7123212-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-08-26T10:42:45.7279453-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:1bdb5356-9ed7-49cc-a8ba-56ebb6651d13\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-08-26T10:42:45.7279453-07:00\",\r\n \"details\": \"runtimeVersion:kobo_live_signed_5080972\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_live_signed_5080972\",\r\n \"rootProcessNodeId\": \"1bdb5356-9ed7-49cc-a8ba-56ebb6651d13\",\r\n \"script\": \"DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb;\",\r\n \"algebraFilePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/algebra.xml\",\r\n \"yarnApplicationId\": 136598,\r\n \"yarnApplicationTimeStamp\": 1470956432046,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT11.6252434S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0.0156241S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"251226a7-47e6-4a8d-a23f-cbc46c958b8d\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-19T14:01:10.7524389-07:00\",\r\n \"state\": \"Starting\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-19T14:01:10.7524389-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-10-19T14:01:11.1586921-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-10-19T14:01:23.0182063-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-10-19T14:01:23.0338174-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:1a9f3679-ad32-44af-92e7-c4429ea27236\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-10-19T14:01:23.0338174-07:00\",\r\n \"details\": \"runtimeVersion:kobo_live_signed_5151747\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_live_signed_5151747\",\r\n \"rootProcessNodeId\": \"1a9f3679-ad32-44af-92e7-c4429ea27236\",\r\n \"script\": \"DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb;\",\r\n \"algebraFilePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/algebra.xml\",\r\n \"yarnApplicationId\": 26771,\r\n \"yarnApplicationTimeStamp\": 1476736434051,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT11.8595142S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT3.8351617S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1936,19 +1982,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:42:50 GMT" - ], - "Pragma": [ - "no-cache" + "Wed, 19 Oct 2016 21:01:26 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "b64a9810-2bec-4cc7-8e78-31428fd3c4d7" + "cd67185c-036e-4832-ae0c-b996e0040c3a" ], "X-Content-Type-Options": [ "nosniff" @@ -1960,22 +2003,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/4f650644-f58e-4438-b063-2ea323b66a5f?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvNGY2NTA2NDQtZjU4ZS00NDM4LWIwNjMtMmVhMzIzYjY2YTVmP2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/Jobs/251226a7-47e6-4a8d-a23f-cbc46c958b8d?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvMjUxMjI2YTctNDdlNi00YThkLWEyM2YtY2JjNDZjOTU4YjhkP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0fb3a24c-2be6-48dc-9b5a-e9bd00a33334" + "a7449502-429d-4b60-838f-24ef5fe997ab" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"4f650644-f58e-4438-b063-2ea323b66a5f\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 0,\r\n \"submitTime\": \"2016-08-26T10:42:31.9620075-07:00\",\r\n \"state\": \"Starting\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-26T10:42:31.9620075-07:00\",\r\n \"details\": \"userName:adlsvc01@benwgoldoutlook.onmicrosoft.com;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-08-26T10:42:34.0870778-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-08-26T10:42:45.7123212-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-08-26T10:42:45.7279453-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:1bdb5356-9ed7-49cc-a8ba-56ebb6651d13\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-08-26T10:42:45.7279453-07:00\",\r\n \"details\": \"runtimeVersion:kobo_live_signed_5080972\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_live_signed_5080972\",\r\n \"rootProcessNodeId\": \"1bdb5356-9ed7-49cc-a8ba-56ebb6651d13\",\r\n \"script\": \"DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb;\",\r\n \"algebraFilePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/algebra.xml\",\r\n \"yarnApplicationId\": 136598,\r\n \"yarnApplicationTimeStamp\": 1470956432046,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT11.6252434S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0.0156241S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"251226a7-47e6-4a8d-a23f-cbc46c958b8d\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-19T14:01:10.7524389-07:00\",\r\n \"state\": \"Starting\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-19T14:01:10.7524389-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-10-19T14:01:11.1586921-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-10-19T14:01:23.0182063-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-10-19T14:01:23.0338174-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:1a9f3679-ad32-44af-92e7-c4429ea27236\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-10-19T14:01:23.0338174-07:00\",\r\n \"details\": \"runtimeVersion:kobo_live_signed_5151747\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_live_signed_5151747\",\r\n \"rootProcessNodeId\": \"1a9f3679-ad32-44af-92e7-c4429ea27236\",\r\n \"script\": \"DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb;\",\r\n \"algebraFilePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/algebra.xml\",\r\n \"yarnApplicationId\": 26771,\r\n \"yarnApplicationTimeStamp\": 1476736434051,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT11.8595142S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT9.0539521S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1984,19 +2028,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:42:57 GMT" - ], - "Pragma": [ - "no-cache" + "Wed, 19 Oct 2016 21:01:31 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "d222156b-9d6d-45fc-817b-5922aaf48c4c" + "02232353-dd4d-4819-9825-ac6458bb90e6" ], "X-Content-Type-Options": [ "nosniff" @@ -2008,22 +2049,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/4f650644-f58e-4438-b063-2ea323b66a5f?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvNGY2NTA2NDQtZjU4ZS00NDM4LWIwNjMtMmVhMzIzYjY2YTVmP2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/Jobs/251226a7-47e6-4a8d-a23f-cbc46c958b8d?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvMjUxMjI2YTctNDdlNi00YThkLWEyM2YtY2JjNDZjOTU4YjhkP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f0b9045e-a7e9-4049-b946-ba1e31b511c7" + "b9ce090f-7382-4ff0-9d03-fb0b62447743" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"4f650644-f58e-4438-b063-2ea323b66a5f\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 0,\r\n \"submitTime\": \"2016-08-26T10:42:31.9620075-07:00\",\r\n \"startTime\": \"2016-08-26T10:43:00.1188956-07:00\",\r\n \"state\": \"Running\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-26T10:42:31.9620075-07:00\",\r\n \"details\": \"userName:adlsvc01@benwgoldoutlook.onmicrosoft.com;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-08-26T10:42:34.0870778-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-08-26T10:42:45.7123212-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-08-26T10:42:45.7279453-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:1bdb5356-9ed7-49cc-a8ba-56ebb6651d13\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-08-26T10:42:45.7279453-07:00\",\r\n \"details\": \"runtimeVersion:kobo_live_signed_5080972\"\r\n },\r\n {\r\n \"newState\": \"Running\",\r\n \"timeStamp\": \"2016-08-26T10:43:00.1188956-07:00\",\r\n \"details\": \"runAttempt:1\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_live_signed_5080972\",\r\n \"rootProcessNodeId\": \"1bdb5356-9ed7-49cc-a8ba-56ebb6651d13\",\r\n \"script\": \"DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb;\",\r\n \"algebraFilePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/algebra.xml\",\r\n \"yarnApplicationId\": 136598,\r\n \"yarnApplicationTimeStamp\": 1470956432046,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT11.6252434S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0.0156241S\",\r\n \"totalRunningTime\": \"PT2.7358249S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"251226a7-47e6-4a8d-a23f-cbc46c958b8d\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-19T14:01:10.7524389-07:00\",\r\n \"state\": \"Starting\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-19T14:01:10.7524389-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-10-19T14:01:11.1586921-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-10-19T14:01:23.0182063-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-10-19T14:01:23.0338174-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:1a9f3679-ad32-44af-92e7-c4429ea27236\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-10-19T14:01:23.0338174-07:00\",\r\n \"details\": \"runtimeVersion:kobo_live_signed_5151747\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_live_signed_5151747\",\r\n \"rootProcessNodeId\": \"1a9f3679-ad32-44af-92e7-c4429ea27236\",\r\n \"script\": \"DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb;\",\r\n \"algebraFilePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/algebra.xml\",\r\n \"yarnApplicationId\": 26771,\r\n \"yarnApplicationTimeStamp\": 1476736434051,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT11.8595142S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT14.2571181S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -2032,19 +2074,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:43:02 GMT" - ], - "Pragma": [ - "no-cache" + "Wed, 19 Oct 2016 21:01:37 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "fa7281e0-e533-42da-8042-ee9e584f2638" + "787be704-0b8a-4ede-a466-93dd88276868" ], "X-Content-Type-Options": [ "nosniff" @@ -2056,22 +2095,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/4f650644-f58e-4438-b063-2ea323b66a5f?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnMvNGY2NTA2NDQtZjU4ZS00NDM4LWIwNjMtMmVhMzIzYjY2YTVmP2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/Jobs/251226a7-47e6-4a8d-a23f-cbc46c958b8d?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvMjUxMjI2YTctNDdlNi00YThkLWEyM2YtY2JjNDZjOTU4YjhkP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4481dcc9-eed9-4a25-bd26-521955b323dd" + "0b8a0331-eedb-4908-b6a1-c10112fbe78d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"4f650644-f58e-4438-b063-2ea323b66a5f\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 0,\r\n \"submitTime\": \"2016-08-26T10:42:31.9620075-07:00\",\r\n \"startTime\": \"2016-08-26T10:43:00.1188956-07:00\",\r\n \"endTime\": \"2016-08-26T10:43:05.5877767-07:00\",\r\n \"state\": \"Ended\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-08-26T10:42:31.9620075-07:00\",\r\n \"details\": \"userName:adlsvc01@benwgoldoutlook.onmicrosoft.com;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-08-26T10:42:34.0870778-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-08-26T10:42:45.7123212-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-08-26T10:42:45.7279453-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:1bdb5356-9ed7-49cc-a8ba-56ebb6651d13\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-08-26T10:42:45.7279453-07:00\",\r\n \"details\": \"runtimeVersion:kobo_live_signed_5080972\"\r\n },\r\n {\r\n \"newState\": \"Running\",\r\n \"timeStamp\": \"2016-08-26T10:43:00.1188956-07:00\",\r\n \"details\": \"runAttempt:1\"\r\n },\r\n {\r\n \"newState\": \"Ended\",\r\n \"timeStamp\": \"2016-08-26T10:43:05.5877767-07:00\",\r\n \"details\": \"result:Succeeded\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_live_signed_5080972\",\r\n \"rootProcessNodeId\": \"1bdb5356-9ed7-49cc-a8ba-56ebb6651d13\",\r\n \"script\": \"DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb;\",\r\n \"algebraFilePath\": \"adl://testdatalake1352.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/08/26/17/42/4f650644-f58e-4438-b063-2ea323b66a5f/algebra.xml\",\r\n \"yarnApplicationId\": 136598,\r\n \"yarnApplicationTimeStamp\": 1470956432046,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT11.6252434S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0.0156241S\",\r\n \"totalRunningTime\": \"PT5.4688811S\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"251226a7-47e6-4a8d-a23f-cbc46c958b8d\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-19T14:01:10.7524389-07:00\",\r\n \"state\": \"Starting\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-19T14:01:10.7524389-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-10-19T14:01:11.1586921-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-10-19T14:01:23.0182063-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-10-19T14:01:23.0338174-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:1a9f3679-ad32-44af-92e7-c4429ea27236\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-10-19T14:01:23.0338174-07:00\",\r\n \"details\": \"runtimeVersion:kobo_live_signed_5151747\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_live_signed_5151747\",\r\n \"rootProcessNodeId\": \"1a9f3679-ad32-44af-92e7-c4429ea27236\",\r\n \"script\": \"DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb;\",\r\n \"algebraFilePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/algebra.xml\",\r\n \"yarnApplicationId\": 26771,\r\n \"yarnApplicationTimeStamp\": 1476736434051,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT11.8595142S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT19.4289974S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -2080,19 +2120,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:43:07 GMT" - ], - "Pragma": [ - "no-cache" + "Wed, 19 Oct 2016 21:01:42 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "bd4992b4-a3a5-44d2-a8c0-e21b1b9549a3" + "f2e3f7dd-d475-4b35-bb0f-b13d497ef135" ], "X-Content-Type-Options": [ "nosniff" @@ -2104,22 +2141,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnM/YXBpLXZlcnNpb249MjAxNi0wMy0yMC1wcmV2aWV3", + "RequestUri": "/Jobs/251226a7-47e6-4a8d-a23f-cbc46c958b8d?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvMjUxMjI2YTctNDdlNi00YThkLWEyM2YtY2JjNDZjOTU4YjhkP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "06cf7c05-d18b-4ea0-9bbc-f026803407bf" + "6235e7aa-6f91-4501-8038-c9e6ed220032" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"jobId\": \"4f650644-f58e-4438-b063-2ea323b66a5f\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 0,\r\n \"submitTime\": \"2016-08-26T10:42:31.9620075-07:00\",\r\n \"startTime\": \"2016-08-26T10:43:00.1188956-07:00\",\r\n \"endTime\": \"2016-08-26T10:43:05.5877767-07:00\",\r\n \"state\": \"Ended\",\r\n \"result\": \"Succeeded\"\r\n },\r\n {\r\n \"jobId\": \"a973a31f-5403-48b2-b562-70be8d842269\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 0,\r\n \"submitTime\": \"2016-08-26T10:42:29.8682343-07:00\",\r\n \"endTime\": \"2016-08-26T10:42:31.1651159-07:00\",\r\n \"state\": \"Ended\",\r\n \"result\": \"Cancelled\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"251226a7-47e6-4a8d-a23f-cbc46c958b8d\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-19T14:01:10.7524389-07:00\",\r\n \"startTime\": \"2016-10-19T14:01:45.9760294-07:00\",\r\n \"endTime\": \"2016-10-19T14:01:45.9760294-07:00\",\r\n \"state\": \"Ended\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2016-10-19T14:01:10.7524389-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2016-10-19T14:01:11.1586921-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2016-10-19T14:01:23.0182063-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2016-10-19T14:01:23.0338174-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:1a9f3679-ad32-44af-92e7-c4429ea27236\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2016-10-19T14:01:23.0338174-07:00\",\r\n \"details\": \"runtimeVersion:kobo_live_signed_5151747\"\r\n },\r\n {\r\n \"newState\": \"Running\",\r\n \"timeStamp\": \"2016-10-19T14:01:45.9760294-07:00\",\r\n \"details\": \"runAttempt:1\"\r\n },\r\n {\r\n \"newState\": \"Ended\",\r\n \"timeStamp\": \"2016-10-19T14:01:45.9760294-07:00\",\r\n \"details\": \"result:Succeeded\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__Ast__.bin\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__Ast__.bin\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_live_signed_5151747\",\r\n \"rootProcessNodeId\": \"1a9f3679-ad32-44af-92e7-c4429ea27236\",\r\n \"script\": \"DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb;\",\r\n \"algebraFilePath\": \"adl://testdatalake11110.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/10/19/21/01/251226a7-47e6-4a8d-a23f-cbc46c958b8d/algebra.xml\",\r\n \"yarnApplicationId\": 26771,\r\n \"yarnApplicationTimeStamp\": 1476736434051,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT11.8595142S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT22.9578231S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -2128,19 +2166,62 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:43:07 GMT" + "Wed, 19 Oct 2016 21:01:46 GMT" ], - "Pragma": [ - "no-cache" + "Transfer-Encoding": [ + "chunked" + ], + "x-ms-request-id": [ + "4bb46745-e6b9-4635-93fa-b23b9a7b7b2c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=15724800; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/Jobs?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnM/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b06095d5-1e18-482f-9c4f-fd135bf267c9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"jobId\": \"cea587e0-d1d5-4972-b32a-267aa7d8503a\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-19T14:01:09.3305299-07:00\",\r\n \"endTime\": \"2016-10-19T14:01:10.0493058-07:00\",\r\n \"state\": \"Ended\",\r\n \"result\": \"Cancelled\"\r\n },\r\n {\r\n \"jobId\": \"251226a7-47e6-4a8d-a23f-cbc46c958b8d\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2016-10-19T14:01:10.7524389-07:00\",\r\n \"startTime\": \"2016-10-19T14:01:45.9760294-07:00\",\r\n \"endTime\": \"2016-10-19T14:01:45.9760294-07:00\",\r\n \"state\": \"Ended\",\r\n \"result\": \"Succeeded\"\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-store, no-cache, max-age=0, private" + ], + "Date": [ + "Wed, 19 Oct 2016 21:01:47 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "e6c1db4f-de7b-4e0a-9343-b72e0378e37c" + "585fd256-bf2e-422c-b924-3ff58123f073" ], "X-Content-Type-Options": [ "nosniff" @@ -2152,10 +2233,10 @@ "StatusCode": 200 }, { - "RequestUri": "/BuildJob?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0J1aWxkSm9iP2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/BuildJob?api-version=2016-11-01", + "EncodedRequestUri": "L0J1aWxkSm9iP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"jobId\": \"4f650644-f58e-4438-b063-2ea323b66a5f\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"degreeOfParallelism\": 2,\r\n \"properties\": {\r\n \"type\": \"USql\",\r\n \"script\": \"DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb;\"\r\n }\r\n}", + "RequestBody": "{\r\n \"jobId\": \"251226a7-47e6-4a8d-a23f-cbc46c958b8d\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"degreeOfParallelism\": 2,\r\n \"properties\": {\r\n \"type\": \"USql\",\r\n \"script\": \"DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb;\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -2164,16 +2245,17 @@ "270" ], "x-ms-client-request-id": [ - "5dc7b839-29cf-44ba-be1f-651c3afcc1bd" + "dc863748-8071-46c3-ba6b-6ededc121da8" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"4f650644-f58e-4438-b063-2ea323b66a5f\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 0,\r\n \"priority\": 0,\r\n \"submitTime\": \"0001-01-01T00:00:00-08:00\",\r\n \"state\": \"Ended\",\r\n \"result\": \"Succeeded\",\r\n \"properties\": {\r\n \"resources\": [],\r\n \"runtimeVersion\": \"kobo_live_signed_5080972\",\r\n \"script\": \"DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb;\",\r\n \"algebraFilePath\": \"mafs://accounts/testdatalake1352/fs/system/compilationService/jobs/USql/4f650644-f58e-4438-b063-2ea323b66a5f/2016/08/26/17/43/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT0S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"diagnostics\": [],\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"251226a7-47e6-4a8d-a23f-cbc46c958b8d\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 0,\r\n \"priority\": 0,\r\n \"submitTime\": \"0001-01-01T00:00:00-08:00\",\r\n \"state\": \"Ended\",\r\n \"result\": \"Succeeded\",\r\n \"properties\": {\r\n \"resources\": [],\r\n \"runtimeVersion\": \"kobo_live_signed_5151747\",\r\n \"script\": \"DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb;\",\r\n \"algebraFilePath\": \"mafs://accounts/testdatalake11110/fs/system/compilationService/jobs/USql/251226a7-47e6-4a8d-a23f-cbc46c958b8d/2016/10/19/21/01/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT0S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"diagnostics\": [],\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -2182,19 +2264,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:43:15 GMT" - ], - "Pragma": [ - "no-cache" + "Wed, 19 Oct 2016 21:01:55 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "59a7bfae-b3e7-432e-abda-674417728756" + "68a7794c-9bd2-4a9c-90db-6d0ed66b9ff1" ], "X-Content-Type-Options": [ "nosniff" @@ -2206,10 +2285,10 @@ "StatusCode": 200 }, { - "RequestUri": "/BuildJob?api-version=2016-03-20-preview", - "EncodedRequestUri": "L0J1aWxkSm9iP2FwaS12ZXJzaW9uPTIwMTYtMDMtMjAtcHJldmlldw==", + "RequestUri": "/BuildJob?api-version=2016-11-01", + "EncodedRequestUri": "L0J1aWxkSm9iP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"jobId\": \"4f650644-f58e-4438-b063-2ea323b66a5f\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"degreeOfParallelism\": 2,\r\n \"properties\": {\r\n \"type\": \"USql\",\r\n \"script\": \"DROP DATABASE IF EXIST FOO; CREATE DATABASE FOO;\"\r\n }\r\n}", + "RequestBody": "{\r\n \"jobId\": \"251226a7-47e6-4a8d-a23f-cbc46c958b8d\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"degreeOfParallelism\": 2,\r\n \"properties\": {\r\n \"type\": \"USql\",\r\n \"script\": \"DROP DATABASE IF EXIST FOO; CREATE DATABASE FOO;\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -2218,16 +2297,17 @@ "263" ], "x-ms-client-request-id": [ - "f33f758c-21ad-4f46-9efc-2ce684a9aa9c" + "a4b2e573-26f8-49e7-a861-d2d0fbd7fe67" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"4f650644-f58e-4438-b063-2ea323b66a5f\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 0,\r\n \"priority\": 0,\r\n \"submitTime\": \"0001-01-01T00:00:00-08:00\",\r\n \"state\": \"Ended\",\r\n \"result\": \"Failed\",\r\n \"properties\": {\r\n \"resources\": [],\r\n \"runtimeVersion\": \"\",\r\n \"script\": \"DROP DATABASE IF EXIST FOO; CREATE DATABASE FOO;\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT0S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"diagnostics\": [\r\n {\r\n \"severity\": \"Error\",\r\n \"lineNumber\": 1,\r\n \"columnNumber\": 18,\r\n \"start\": 17,\r\n \"end\": 22,\r\n \"message\": \"E_CSC_USER_SYNTAXERROR: syntax error. Expected one of: EXISTS\"\r\n }\r\n ],\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"251226a7-47e6-4a8d-a23f-cbc46c958b8d\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01@benwgoldoutlook.onmicrosoft.com\",\r\n \"degreeOfParallelism\": 0,\r\n \"priority\": 0,\r\n \"submitTime\": \"0001-01-01T00:00:00-08:00\",\r\n \"state\": \"Ended\",\r\n \"result\": \"Failed\",\r\n \"properties\": {\r\n \"resources\": [],\r\n \"runtimeVersion\": \"\",\r\n \"script\": \"DROP DATABASE IF EXIST FOO; CREATE DATABASE FOO;\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT0S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"diagnostics\": [\r\n {\r\n \"severity\": \"Error\",\r\n \"lineNumber\": 1,\r\n \"columnNumber\": 18,\r\n \"start\": 17,\r\n \"end\": 22,\r\n \"message\": \"E_CSC_USER_SYNTAXERROR: syntax error. Expected one of: EXISTS\"\r\n }\r\n ],\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -2236,19 +2316,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:43:22 GMT" - ], - "Pragma": [ - "no-cache" + "Wed, 19 Oct 2016 21:02:01 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "f14c2bcd-4b1d-4e8d-8f2a-34d74ff221e5" + "a7e32c74-da8b-4446-b594-bae1b579f11e" ], "X-Content-Type-Options": [ "nosniff" @@ -2260,22 +2337,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs?$select=jobId&api-version=2016-03-20-preview", - "EncodedRequestUri": "L0pvYnM/JHNlbGVjdD1qb2JJZCZhcGktdmVyc2lvbj0yMDE2LTAzLTIwLXByZXZpZXc=", + "RequestUri": "/Jobs?$select=jobId&api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnM/JHNlbGVjdD1qb2JJZCZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7111e459-199f-4e36-ab3e-4a538a9b43c9" + "bcbac5c9-08e5-49b4-8e5d-234c9ac3ed7b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.0-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"jobId\": \"4f650644-f58e-4438-b063-2ea323b66a5f\"\r\n },\r\n {\r\n \"jobId\": \"a973a31f-5403-48b2-b562-70be8d842269\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"jobId\": \"cea587e0-d1d5-4972-b32a-267aa7d8503a\"\r\n },\r\n {\r\n \"jobId\": \"251226a7-47e6-4a8d-a23f-cbc46c958b8d\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -2284,19 +2362,16 @@ "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 26 Aug 2016 17:43:22 GMT" - ], - "Pragma": [ - "no-cache" + "Wed, 19 Oct 2016 21:02:01 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "4de7db12-e652-4fcc-93ea-1a8a72d8c36f" + "004be9d4-b375-4e00-8a57-2e9b70d0ad38" ], "X-Content-Type-Options": [ "nosniff" @@ -2310,25 +2385,25 @@ ], "Names": { ".ctor": [ - "rgaba19885", - "testaba15729", - "testaba2978", - "teststorage13119", - "testdatalake1352", - "testdatalake23994", - "testazureblob1785", - "testdb19792", - "testtbl14951", - "testtvf14608", - "testproc1389", - "testview11351", - "testcred169", - "testsecret19346", - "testsecretpwd14182" + "rgaba19263", + "testaba17218", + "testaba27724", + "teststorage19231", + "testdatalake11110", + "testdatalake22721", + "testazureblob1133", + "testdb15118", + "testtbl19154", + "testtvf19868", + "testproc18124", + "testview12412", + "testcred1152", + "testsecret1896", + "testsecretpwd15415" ], "SubmitGetListCancelTest": [ - "a973a31f-5403-48b2-b562-70be8d842269", - "4f650644-f58e-4438-b063-2ea323b66a5f" + "cea587e0-d1d5-4972-b32a-267aa7d8503a", + "251226a7-47e6-4a8d-a23f-cbc46c958b8d" ] }, "Variables": { diff --git a/src/ResourceManagement/DataLake.Analytics/DataLakeAnalytics.Tests/TestHelpers/CommonTestFixture.cs b/src/ResourceManagement/DataLake.Analytics/DataLakeAnalytics.Tests/TestHelpers/CommonTestFixture.cs index f3c90ee9c9b55..1465b2580ebc6 100644 --- a/src/ResourceManagement/DataLake.Analytics/DataLakeAnalytics.Tests/TestHelpers/CommonTestFixture.cs +++ b/src/ResourceManagement/DataLake.Analytics/DataLakeAnalytics.Tests/TestHelpers/CommonTestFixture.cs @@ -44,8 +44,13 @@ public class CommonTestFixture : TestBase public string Location = "East US 2"; public DataLakeAnalyticsManagementHelper DataLakeAnalyticsManagementHelper { get; set; } private MockContext context; - public CommonTestFixture(MockContext contextToUse, bool createWasbAccount = false) + public CommonTestFixture(MockContext contextToUse, bool createWasbAccount = false, bool isDogfood = false) { + if(isDogfood) + { + Location = "Brazil South"; + } + try { context = contextToUse; diff --git a/src/ResourceManagement/DataLake.Analytics/DataLakeAnalytics.Tests/project.json b/src/ResourceManagement/DataLake.Analytics/DataLakeAnalytics.Tests/project.json index 5a5d99a7ce22b..171de1fd6fba9 100644 --- a/src/ResourceManagement/DataLake.Analytics/DataLakeAnalytics.Tests/project.json +++ b/src/ResourceManagement/DataLake.Analytics/DataLakeAnalytics.Tests/project.json @@ -7,7 +7,8 @@ "summary": "DataLakeAnalytics.Tests Tests.", "tags": [ "" ], "projectUrl": "https://github.com/Azure/azure-sdk-for-net", - "licenseUrl": "https://raw.githubusercontent.com/Microsoft/dotnet/master/LICENSE" + "licenseUrl": "https://raw.githubusercontent.com/Microsoft/dotnet/master/LICENSE", + "releaseNotes": "This release includes a change to how catalog credential management works, which also includes a removal of some of the read only properties that were part of the USqlCredential object (DatabaseName)." }, "buildOptions": { diff --git a/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/Customizations/DataLakeAnalyticsCustomizationHelper.cs b/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/Customizations/DataLakeAnalyticsCustomizationHelper.cs index b949de4617a58..9e015a208ccbb 100644 --- a/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/Customizations/DataLakeAnalyticsCustomizationHelper.cs +++ b/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/Customizations/DataLakeAnalyticsCustomizationHelper.cs @@ -18,7 +18,7 @@ internal static class DataLakeAnalyticsCustomizationHelper /// This constant is used as the default package version to place in the user agent. /// It should mirror the package version in the project.json file. /// - internal const string PackageVersion = "0.12.0-preview"; + internal const string PackageVersion = "0.12.6-preview"; internal const string DefaultAdlaDnsSuffix = "azuredatalakeanalytics.net"; diff --git a/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/Generated/CatalogOperations.cs b/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/Generated/CatalogOperations.cs index 0916978bdaffd..1421ad813d343 100644 --- a/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/Generated/CatalogOperations.cs +++ b/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/Generated/CatalogOperations.cs @@ -55,7 +55,8 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) /// /// Creates the specified secret for use with external data sources in the - /// specified database. + /// specified database. This is deprecated and will be removed in the next + /// release. Please use CreateCredential instead. /// /// /// The Azure Data Lake Analytics account to execute catalog operations on. @@ -274,7 +275,8 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) /// /// Modifies the specified secret for use with external data sources in the - /// specified database + /// specified database. This is deprecated and will be removed in the next + /// release. Please use UpdateCredential instead. /// /// /// The Azure Data Lake Analytics account to execute catalog operations on. @@ -488,7 +490,8 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) } /// - /// Gets the specified secret in the specified database + /// Gets the specified secret in the specified database. This is deprecated + /// and will be removed in the next release. Please use GetCredential instead. /// /// /// The Azure Data Lake Analytics account to execute catalog operations on. @@ -655,31 +658,558 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) throw ex; } // Create Result - var _result = new AzureOperationResponse(); + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Deletes the specified secret in the specified database. This is deprecated + /// and will be removed in the next release. Please use DeleteCredential + /// instead. + /// + /// + /// The Azure Data Lake Analytics account to execute catalog operations on. + /// + /// + /// The name of the database containing the secret. + /// + /// + /// The name of the secret to delete + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task DeleteSecretWithHttpMessagesAsync(string accountName, string databaseName, string secretName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (accountName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "accountName"); + } + if (this.Client.AdlaCatalogDnsSuffix == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.AdlaCatalogDnsSuffix"); + } + if (databaseName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "databaseName"); + } + if (secretName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "secretName"); + } + if (this.Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("accountName", accountName); + tracingParameters.Add("databaseName", databaseName); + tracingParameters.Add("secretName", secretName); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "DeleteSecret", tracingParameters); + } + // Construct URL + var _baseUrl = this.Client.BaseUri; + var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases/{databaseName}/secrets/{secretName}"; + _url = _url.Replace("{accountName}", accountName); + _url = _url.Replace("{adlaCatalogDnsSuffix}", this.Client.AdlaCatalogDnsSuffix); + _url = _url.Replace("{databaseName}", Uri.EscapeDataString(databaseName)); + _url = _url.Replace("{secretName}", Uri.EscapeDataString(secretName)); + List _queryParameters = new List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += "?" + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + HttpRequestMessage _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("DELETE"); + _httpRequest.RequestUri = new Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + if (_httpResponse.Content != null) { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + } + else { + _responseContent = string.Empty; + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Deletes all secrets in the specified database. This is deprecated and will + /// be removed in the next release. In the future, please only drop + /// individual credentials using DeleteCredential + /// + /// + /// The Azure Data Lake Analytics account to execute catalog operations on. + /// + /// + /// The name of the database containing the secret. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task DeleteAllSecretsWithHttpMessagesAsync(string accountName, string databaseName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (accountName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "accountName"); + } + if (this.Client.AdlaCatalogDnsSuffix == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.AdlaCatalogDnsSuffix"); + } + if (databaseName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "databaseName"); + } + if (this.Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("accountName", accountName); + tracingParameters.Add("databaseName", databaseName); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "DeleteAllSecrets", tracingParameters); + } + // Construct URL + var _baseUrl = this.Client.BaseUri; + var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases/{databaseName}/secrets"; + _url = _url.Replace("{accountName}", accountName); + _url = _url.Replace("{adlaCatalogDnsSuffix}", this.Client.AdlaCatalogDnsSuffix); + _url = _url.Replace("{databaseName}", Uri.EscapeDataString(databaseName)); + List _queryParameters = new List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += "?" + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + HttpRequestMessage _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("DELETE"); + _httpRequest.RequestUri = new Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + if (_httpResponse.Content != null) { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + } + else { + _responseContent = string.Empty; + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Creates the specified credential for use with external data sources in the + /// specified database. + /// + /// + /// The Azure Data Lake Analytics account to execute catalog operations on. + /// + /// + /// The name of the database in which to create the credential. + /// + /// + /// The name of the credential. + /// + /// + /// The parameters required to create the credential (name and password) + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task CreateCredentialWithHttpMessagesAsync(string accountName, string databaseName, string credentialName, DataLakeAnalyticsCatalogCredentialCreateParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (accountName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "accountName"); + } + if (this.Client.AdlaCatalogDnsSuffix == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.AdlaCatalogDnsSuffix"); + } + if (databaseName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "databaseName"); + } + if (credentialName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "credentialName"); + } + if (parameters == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); + } + if (parameters != null) + { + parameters.Validate(); + } + if (this.Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("accountName", accountName); + tracingParameters.Add("databaseName", databaseName); + tracingParameters.Add("credentialName", credentialName); + tracingParameters.Add("parameters", parameters); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "CreateCredential", tracingParameters); + } + // Construct URL + var _baseUrl = this.Client.BaseUri; + var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases/{databaseName}/credentials/{credentialName}"; + _url = _url.Replace("{accountName}", accountName); + _url = _url.Replace("{adlaCatalogDnsSuffix}", this.Client.AdlaCatalogDnsSuffix); + _url = _url.Replace("{databaseName}", Uri.EscapeDataString(databaseName)); + _url = _url.Replace("{credentialName}", Uri.EscapeDataString(credentialName)); + List _queryParameters = new List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += "?" + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + HttpRequestMessage _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("PUT"); + _httpRequest.RequestUri = new Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + if(parameters != null) + { + _requestContent = SafeJsonConvert.SerializeObject(parameters, this.Client.SerializationSettings); + _httpRequest.Content = new StringContent(_requestContent, Encoding.UTF8); + _httpRequest.Content.Headers.ContentType = MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + } + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + if (_httpResponse.Content != null) { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + } + else { + _responseContent = string.Empty; + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); _result.Request = _httpRequest; _result.Response = _httpResponse; if (_httpResponse.Headers.Contains("x-ms-request-id")) { _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } if (_shouldTrace) { ServiceClientTracing.Exit(_invocationId, _result); @@ -688,16 +1218,20 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) } /// - /// Deletes the specified secret in the specified database + /// Modifies the specified credential for use with external data sources in + /// the specified database /// /// /// The Azure Data Lake Analytics account to execute catalog operations on. /// /// - /// The name of the database containing the secret. + /// The name of the database containing the credential. /// - /// - /// The name of the secret to delete + /// + /// The name of the credential. + /// + /// + /// The parameters required to modify the credential (name and password) /// /// /// Headers that will be added to request. @@ -714,7 +1248,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task DeleteSecretWithHttpMessagesAsync(string accountName, string databaseName, string secretName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task UpdateCredentialWithHttpMessagesAsync(string accountName, string databaseName, string credentialName, DataLakeAnalyticsCatalogCredentialUpdateParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (accountName == null) { @@ -728,9 +1262,13 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "databaseName"); } - if (secretName == null) + if (credentialName == null) { - throw new ValidationException(ValidationRules.CannotBeNull, "secretName"); + throw new ValidationException(ValidationRules.CannotBeNull, "credentialName"); + } + if (parameters == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); } if (this.Client.ApiVersion == null) { @@ -745,17 +1283,18 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("accountName", accountName); tracingParameters.Add("databaseName", databaseName); - tracingParameters.Add("secretName", secretName); + tracingParameters.Add("credentialName", credentialName); + tracingParameters.Add("parameters", parameters); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "DeleteSecret", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "UpdateCredential", tracingParameters); } // Construct URL var _baseUrl = this.Client.BaseUri; - var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases/{databaseName}/secrets/{secretName}"; + var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases/{databaseName}/credentials/{credentialName}"; _url = _url.Replace("{accountName}", accountName); _url = _url.Replace("{adlaCatalogDnsSuffix}", this.Client.AdlaCatalogDnsSuffix); _url = _url.Replace("{databaseName}", Uri.EscapeDataString(databaseName)); - _url = _url.Replace("{secretName}", Uri.EscapeDataString(secretName)); + _url = _url.Replace("{credentialName}", Uri.EscapeDataString(credentialName)); List _queryParameters = new List(); if (this.Client.ApiVersion != null) { @@ -768,7 +1307,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) // Create HTTP transport objects HttpRequestMessage _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("DELETE"); + _httpRequest.Method = new HttpMethod("PATCH"); _httpRequest.RequestUri = new Uri(_url); // Set Headers if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) @@ -797,6 +1336,12 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) // Serialize Request string _requestContent = null; + if(parameters != null) + { + _requestContent = SafeJsonConvert.SerializeObject(parameters, this.Client.SerializationSettings); + _httpRequest.Content = new StringContent(_requestContent, Encoding.UTF8); + _httpRequest.Content.Headers.ContentType = MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + } // Set Credentials if (this.Client.Credentials != null) { @@ -859,13 +1404,16 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) } /// - /// Deletes all secrets in the specified database + /// Retrieves the specified credential from the Data Lake Analytics catalog. /// /// /// The Azure Data Lake Analytics account to execute catalog operations on. /// /// - /// The name of the database containing the secret. + /// The name of the database containing the schema. + /// + /// + /// The name of the credential. /// /// /// Headers that will be added to request. @@ -876,13 +1424,16 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// /// /// A response object containing the response body and response headers. /// - public async Task DeleteAllSecretsWithHttpMessagesAsync(string accountName, string databaseName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> GetCredentialWithHttpMessagesAsync(string accountName, string databaseName, string credentialName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (accountName == null) { @@ -896,6 +1447,10 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "databaseName"); } + if (credentialName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "credentialName"); + } if (this.Client.ApiVersion == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); @@ -909,15 +1464,17 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("accountName", accountName); tracingParameters.Add("databaseName", databaseName); + tracingParameters.Add("credentialName", credentialName); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "DeleteAllSecrets", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "GetCredential", tracingParameters); } // Construct URL var _baseUrl = this.Client.BaseUri; - var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases/{databaseName}/secrets"; + var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases/{databaseName}/credentials/{credentialName}"; _url = _url.Replace("{accountName}", accountName); _url = _url.Replace("{adlaCatalogDnsSuffix}", this.Client.AdlaCatalogDnsSuffix); _url = _url.Replace("{databaseName}", Uri.EscapeDataString(databaseName)); + _url = _url.Replace("{credentialName}", Uri.EscapeDataString(credentialName)); List _queryParameters = new List(); if (this.Client.ApiVersion != null) { @@ -930,7 +1487,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) // Create HTTP transport objects HttpRequestMessage _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("DELETE"); + _httpRequest.Method = new HttpMethod("GET"); _httpRequest.RequestUri = new Uri(_url); // Set Headers if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) @@ -982,11 +1539,19 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) if ((int)_statusCode != 200) { var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - if (_httpResponse.Content != null) { + try + { _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } } - else { - _responseContent = string.Empty; + catch (JsonException) + { + // Ignore the exception } ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); @@ -1006,13 +1571,31 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) throw ex; } // Create Result - var _result = new AzureOperationResponse(); + var _result = new AzureOperationResponse(); _result.Request = _httpRequest; _result.Response = _httpResponse; if (_httpResponse.Headers.Contains("x-ms-request-id")) { _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } if (_shouldTrace) { ServiceClientTracing.Exit(_invocationId, _result); @@ -1021,17 +1604,20 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) } /// - /// Retrieves the specified external data source from the Data Lake Analytics - /// catalog. + /// Deletes the specified credential in the specified database /// /// /// The Azure Data Lake Analytics account to execute catalog operations on. /// /// - /// The name of the database containing the external data source. + /// The name of the database containing the credential. /// - /// - /// The name of the external data source. + /// + /// The name of the credential to delete + /// + /// + /// The parameters to delete a credential if the current user is not the + /// account owner. /// /// /// Headers that will be added to request. @@ -1042,16 +1628,13 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) /// /// Thrown when the operation returned an invalid status code /// - /// - /// Thrown when unable to deserialize the response - /// /// /// Thrown when a required parameter is null /// /// /// A response object containing the response body and response headers. /// - public async Task> GetExternalDataSourceWithHttpMessagesAsync(string accountName, string databaseName, string externalDataSourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task DeleteCredentialWithHttpMessagesAsync(string accountName, string databaseName, string credentialName, DataLakeAnalyticsCatalogCredentialDeleteParameters parameters = default(DataLakeAnalyticsCatalogCredentialDeleteParameters), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (accountName == null) { @@ -1065,9 +1648,9 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "databaseName"); } - if (externalDataSourceName == null) + if (credentialName == null) { - throw new ValidationException(ValidationRules.CannotBeNull, "externalDataSourceName"); + throw new ValidationException(ValidationRules.CannotBeNull, "credentialName"); } if (this.Client.ApiVersion == null) { @@ -1082,17 +1665,18 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("accountName", accountName); tracingParameters.Add("databaseName", databaseName); - tracingParameters.Add("externalDataSourceName", externalDataSourceName); + tracingParameters.Add("credentialName", credentialName); + tracingParameters.Add("parameters", parameters); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "GetExternalDataSource", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "DeleteCredential", tracingParameters); } // Construct URL var _baseUrl = this.Client.BaseUri; - var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases/{databaseName}/externaldatasources/{externalDataSourceName}"; + var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases/{databaseName}/credentials/{credentialName}"; _url = _url.Replace("{accountName}", accountName); _url = _url.Replace("{adlaCatalogDnsSuffix}", this.Client.AdlaCatalogDnsSuffix); _url = _url.Replace("{databaseName}", Uri.EscapeDataString(databaseName)); - _url = _url.Replace("{externalDataSourceName}", Uri.EscapeDataString(externalDataSourceName)); + _url = _url.Replace("{credentialName}", Uri.EscapeDataString(credentialName)); List _queryParameters = new List(); if (this.Client.ApiVersion != null) { @@ -1105,7 +1689,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) // Create HTTP transport objects HttpRequestMessage _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.Method = new HttpMethod("POST"); _httpRequest.RequestUri = new Uri(_url); // Set Headers if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) @@ -1134,6 +1718,12 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) // Serialize Request string _requestContent = null; + if(parameters != null) + { + _requestContent = SafeJsonConvert.SerializeObject(parameters, this.Client.SerializationSettings); + _httpRequest.Content = new StringContent(_requestContent, Encoding.UTF8); + _httpRequest.Content.Headers.ContentType = MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + } // Set Credentials if (this.Client.Credentials != null) { @@ -1157,19 +1747,11 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) if ((int)_statusCode != 200) { var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { + if (_httpResponse.Content != null) { _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } } - catch (JsonException) - { - // Ignore the exception + else { + _responseContent = string.Empty; } ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); @@ -1189,31 +1771,13 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) throw ex; } // Create Result - var _result = new AzureOperationResponse(); + var _result = new AzureOperationResponse(); _result.Request = _httpRequest; _result.Response = _httpResponse; if (_httpResponse.Headers.Contains("x-ms-request-id")) { _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } if (_shouldTrace) { ServiceClientTracing.Exit(_invocationId, _result); @@ -1222,14 +1786,13 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) } /// - /// Retrieves the list of external data sources from the Data Lake Analytics - /// catalog. + /// Retrieves the list of credentials from the Data Lake Analytics catalog. /// /// /// The Azure Data Lake Analytics account to execute catalog operations on. /// /// - /// The name of the database containing the external data sources. + /// The name of the database containing the schema. /// /// /// OData parameters to apply to the operation. @@ -1261,7 +1824,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task>> ListExternalDataSourcesWithHttpMessagesAsync(string accountName, string databaseName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListCredentialsWithHttpMessagesAsync(string accountName, string databaseName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (accountName == null) { @@ -1292,11 +1855,11 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) tracingParameters.Add("select", select); tracingParameters.Add("count", count); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListExternalDataSources", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "ListCredentials", tracingParameters); } // Construct URL var _baseUrl = this.Client.BaseUri; - var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases/{databaseName}/externaldatasources"; + var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases/{databaseName}/credentials"; _url = _url.Replace("{accountName}", accountName); _url = _url.Replace("{adlaCatalogDnsSuffix}", this.Client.AdlaCatalogDnsSuffix); _url = _url.Replace("{databaseName}", Uri.EscapeDataString(databaseName)); @@ -1412,7 +1975,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) throw ex; } // Create Result - var _result = new AzureOperationResponse>(); + var _result = new AzureOperationResponse>(); _result.Request = _httpRequest; _result.Response = _httpResponse; if (_httpResponse.Headers.Contains("x-ms-request-id")) @@ -1425,7 +1988,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = SafeJsonConvert.DeserializeObject>(_responseContent, this.Client.DeserializationSettings); + _result.Body = SafeJsonConvert.DeserializeObject>(_responseContent, this.Client.DeserializationSettings); } catch (JsonException ex) { @@ -1445,16 +2008,17 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) } /// - /// Retrieves the specified credential from the Data Lake Analytics catalog. + /// Retrieves the specified external data source from the Data Lake Analytics + /// catalog. /// /// /// The Azure Data Lake Analytics account to execute catalog operations on. /// /// - /// The name of the database containing the schema. + /// The name of the database containing the external data source. /// - /// - /// The name of the credential. + /// + /// The name of the external data source. /// /// /// Headers that will be added to request. @@ -1474,7 +2038,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task> GetCredentialWithHttpMessagesAsync(string accountName, string databaseName, string credentialName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> GetExternalDataSourceWithHttpMessagesAsync(string accountName, string databaseName, string externalDataSourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (accountName == null) { @@ -1488,9 +2052,9 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "databaseName"); } - if (credentialName == null) + if (externalDataSourceName == null) { - throw new ValidationException(ValidationRules.CannotBeNull, "credentialName"); + throw new ValidationException(ValidationRules.CannotBeNull, "externalDataSourceName"); } if (this.Client.ApiVersion == null) { @@ -1505,17 +2069,17 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("accountName", accountName); tracingParameters.Add("databaseName", databaseName); - tracingParameters.Add("credentialName", credentialName); + tracingParameters.Add("externalDataSourceName", externalDataSourceName); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "GetCredential", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "GetExternalDataSource", tracingParameters); } // Construct URL var _baseUrl = this.Client.BaseUri; - var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases/{databaseName}/credentials/{credentialName}"; + var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases/{databaseName}/externaldatasources/{externalDataSourceName}"; _url = _url.Replace("{accountName}", accountName); _url = _url.Replace("{adlaCatalogDnsSuffix}", this.Client.AdlaCatalogDnsSuffix); _url = _url.Replace("{databaseName}", Uri.EscapeDataString(databaseName)); - _url = _url.Replace("{credentialName}", Uri.EscapeDataString(credentialName)); + _url = _url.Replace("{externalDataSourceName}", Uri.EscapeDataString(externalDataSourceName)); List _queryParameters = new List(); if (this.Client.ApiVersion != null) { @@ -1612,7 +2176,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) throw ex; } // Create Result - var _result = new AzureOperationResponse(); + var _result = new AzureOperationResponse(); _result.Request = _httpRequest; _result.Response = _httpResponse; if (_httpResponse.Headers.Contains("x-ms-request-id")) @@ -1625,7 +2189,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + _result.Body = SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); } catch (JsonException ex) { @@ -1645,13 +2209,14 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) } /// - /// Retrieves the list of credentials from the Data Lake Analytics catalog. + /// Retrieves the list of external data sources from the Data Lake Analytics + /// catalog. /// /// /// The Azure Data Lake Analytics account to execute catalog operations on. /// /// - /// The name of the database containing the schema. + /// The name of the database containing the external data sources. /// /// /// OData parameters to apply to the operation. @@ -1683,7 +2248,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task>> ListCredentialsWithHttpMessagesAsync(string accountName, string databaseName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListExternalDataSourcesWithHttpMessagesAsync(string accountName, string databaseName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (accountName == null) { @@ -1714,11 +2279,11 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) tracingParameters.Add("select", select); tracingParameters.Add("count", count); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListCredentials", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "ListExternalDataSources", tracingParameters); } // Construct URL var _baseUrl = this.Client.BaseUri; - var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases/{databaseName}/credentials"; + var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases/{databaseName}/externaldatasources"; _url = _url.Replace("{accountName}", accountName); _url = _url.Replace("{adlaCatalogDnsSuffix}", this.Client.AdlaCatalogDnsSuffix); _url = _url.Replace("{databaseName}", Uri.EscapeDataString(databaseName)); @@ -1834,7 +2399,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) throw ex; } // Create Result - var _result = new AzureOperationResponse>(); + var _result = new AzureOperationResponse>(); _result.Request = _httpRequest; _result.Response = _httpResponse; if (_httpResponse.Headers.Contains("x-ms-request-id")) @@ -1847,7 +2412,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = SafeJsonConvert.DeserializeObject>(_responseContent, this.Client.DeserializationSettings); + _result.Body = SafeJsonConvert.DeserializeObject>(_responseContent, this.Client.DeserializationSettings); } catch (JsonException ex) { @@ -6469,8 +7034,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) } /// - /// Retrieves the list of external data sources from the Data Lake Analytics - /// catalog. + /// Retrieves the list of credentials from the Data Lake Analytics catalog. /// /// /// The NextLink from the previous successful call to List operation. @@ -6493,7 +7057,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task>> ListExternalDataSourcesNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListCredentialsNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (nextPageLink == null) { @@ -6508,7 +7072,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("nextPageLink", nextPageLink); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListExternalDataSourcesNext", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "ListCredentialsNext", tracingParameters); } // Construct URL string _url = "{nextLink}"; @@ -6605,7 +7169,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) throw ex; } // Create Result - var _result = new AzureOperationResponse>(); + var _result = new AzureOperationResponse>(); _result.Request = _httpRequest; _result.Response = _httpResponse; if (_httpResponse.Headers.Contains("x-ms-request-id")) @@ -6618,7 +7182,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = SafeJsonConvert.DeserializeObject>(_responseContent, this.Client.DeserializationSettings); + _result.Body = SafeJsonConvert.DeserializeObject>(_responseContent, this.Client.DeserializationSettings); } catch (JsonException ex) { @@ -6638,7 +7202,8 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) } /// - /// Retrieves the list of credentials from the Data Lake Analytics catalog. + /// Retrieves the list of external data sources from the Data Lake Analytics + /// catalog. /// /// /// The NextLink from the previous successful call to List operation. @@ -6661,7 +7226,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task>> ListCredentialsNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListExternalDataSourcesNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (nextPageLink == null) { @@ -6676,7 +7241,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("nextPageLink", nextPageLink); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListCredentialsNext", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "ListExternalDataSourcesNext", tracingParameters); } // Construct URL string _url = "{nextLink}"; @@ -6773,7 +7338,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) throw ex; } // Create Result - var _result = new AzureOperationResponse>(); + var _result = new AzureOperationResponse>(); _result.Request = _httpRequest; _result.Response = _httpResponse; if (_httpResponse.Headers.Contains("x-ms-request-id")) @@ -6786,7 +7351,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = SafeJsonConvert.DeserializeObject>(_responseContent, this.Client.DeserializationSettings); + _result.Body = SafeJsonConvert.DeserializeObject>(_responseContent, this.Client.DeserializationSettings); } catch (JsonException ex) { diff --git a/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/Generated/CatalogOperationsExtensions.cs b/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/Generated/CatalogOperationsExtensions.cs index acea86bebd76d..b7c82d3df3a95 100644 --- a/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/Generated/CatalogOperationsExtensions.cs +++ b/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/Generated/CatalogOperationsExtensions.cs @@ -25,7 +25,8 @@ public static partial class CatalogOperationsExtensions { /// /// Creates the specified secret for use with external data sources in the - /// specified database. + /// specified database. This is deprecated and will be removed in the next + /// release. Please use CreateCredential instead. /// /// /// The operations group for this extension method. @@ -49,7 +50,8 @@ public static USqlSecret CreateSecret(this ICatalogOperations operations, string /// /// Creates the specified secret for use with external data sources in the - /// specified database. + /// specified database. This is deprecated and will be removed in the next + /// release. Please use CreateCredential instead. /// /// /// The operations group for this extension method. @@ -79,7 +81,8 @@ public static USqlSecret CreateSecret(this ICatalogOperations operations, string /// /// Modifies the specified secret for use with external data sources in the - /// specified database + /// specified database. This is deprecated and will be removed in the next + /// release. Please use UpdateCredential instead. /// /// /// The operations group for this extension method. @@ -103,7 +106,8 @@ public static USqlSecret UpdateSecret(this ICatalogOperations operations, string /// /// Modifies the specified secret for use with external data sources in the - /// specified database + /// specified database. This is deprecated and will be removed in the next + /// release. Please use UpdateCredential instead. /// /// /// The operations group for this extension method. @@ -132,7 +136,8 @@ public static USqlSecret UpdateSecret(this ICatalogOperations operations, string } /// - /// Gets the specified secret in the specified database + /// Gets the specified secret in the specified database. This is deprecated + /// and will be removed in the next release. Please use GetCredential instead. /// /// /// The operations group for this extension method. @@ -152,7 +157,8 @@ public static USqlSecret GetSecret(this ICatalogOperations operations, string ac } /// - /// Gets the specified secret in the specified database + /// Gets the specified secret in the specified database. This is deprecated + /// and will be removed in the next release. Please use GetCredential instead. /// /// /// The operations group for this extension method. @@ -178,7 +184,9 @@ public static USqlSecret GetSecret(this ICatalogOperations operations, string ac } /// - /// Deletes the specified secret in the specified database + /// Deletes the specified secret in the specified database. This is deprecated + /// and will be removed in the next release. Please use DeleteCredential + /// instead. /// /// /// The operations group for this extension method. @@ -198,7 +206,9 @@ public static void DeleteSecret(this ICatalogOperations operations, string accou } /// - /// Deletes the specified secret in the specified database + /// Deletes the specified secret in the specified database. This is deprecated + /// and will be removed in the next release. Please use DeleteCredential + /// instead. /// /// /// The operations group for this extension method. @@ -221,7 +231,9 @@ public static void DeleteSecret(this ICatalogOperations operations, string accou } /// - /// Deletes all secrets in the specified database + /// Deletes all secrets in the specified database. This is deprecated and will + /// be removed in the next release. In the future, please only drop + /// individual credentials using DeleteCredential /// /// /// The operations group for this extension method. @@ -238,7 +250,9 @@ public static void DeleteAllSecrets(this ICatalogOperations operations, string a } /// - /// Deletes all secrets in the specified database + /// Deletes all secrets in the specified database. This is deprecated and will + /// be removed in the next release. In the future, please only drop + /// individual credentials using DeleteCredential /// /// /// The operations group for this extension method. @@ -258,8 +272,8 @@ public static void DeleteAllSecrets(this ICatalogOperations operations, string a } /// - /// Retrieves the specified external data source from the Data Lake Analytics - /// catalog. + /// Creates the specified credential for use with external data sources in the + /// specified database. /// /// /// The operations group for this extension method. @@ -268,19 +282,22 @@ public static void DeleteAllSecrets(this ICatalogOperations operations, string a /// The Azure Data Lake Analytics account to execute catalog operations on. /// /// - /// The name of the database containing the external data source. + /// The name of the database in which to create the credential. /// - /// - /// The name of the external data source. + /// + /// The name of the credential. /// - public static USqlExternalDataSource GetExternalDataSource(this ICatalogOperations operations, string accountName, string databaseName, string externalDataSourceName) + /// + /// The parameters required to create the credential (name and password) + /// + public static void CreateCredential(this ICatalogOperations operations, string accountName, string databaseName, string credentialName, DataLakeAnalyticsCatalogCredentialCreateParameters parameters) { - return Task.Factory.StartNew(s => ((ICatalogOperations)s).GetExternalDataSourceAsync(accountName, databaseName, externalDataSourceName), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult(); + Task.Factory.StartNew(s => ((ICatalogOperations)s).CreateCredentialAsync(accountName, databaseName, credentialName, parameters), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult(); } /// - /// Retrieves the specified external data source from the Data Lake Analytics - /// catalog. + /// Creates the specified credential for use with external data sources in the + /// specified database. /// /// /// The operations group for this extension method. @@ -289,25 +306,121 @@ public static USqlExternalDataSource GetExternalDataSource(this ICatalogOperatio /// The Azure Data Lake Analytics account to execute catalog operations on. /// /// - /// The name of the database containing the external data source. + /// The name of the database in which to create the credential. /// - /// - /// The name of the external data source. + /// + /// The name of the credential. + /// + /// + /// The parameters required to create the credential (name and password) /// /// /// The cancellation token. /// - public static async Task GetExternalDataSourceAsync(this ICatalogOperations operations, string accountName, string databaseName, string externalDataSourceName, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task CreateCredentialAsync(this ICatalogOperations operations, string accountName, string databaseName, string credentialName, DataLakeAnalyticsCatalogCredentialCreateParameters parameters, CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.GetExternalDataSourceWithHttpMessagesAsync(accountName, databaseName, externalDataSourceName, null, cancellationToken).ConfigureAwait(false)) + await operations.CreateCredentialWithHttpMessagesAsync(accountName, databaseName, credentialName, parameters, null, cancellationToken).ConfigureAwait(false); + } + + /// + /// Modifies the specified credential for use with external data sources in + /// the specified database + /// + /// + /// The operations group for this extension method. + /// + /// + /// The Azure Data Lake Analytics account to execute catalog operations on. + /// + /// + /// The name of the database containing the credential. + /// + /// + /// The name of the credential. + /// + /// + /// The parameters required to modify the credential (name and password) + /// + public static void UpdateCredential(this ICatalogOperations operations, string accountName, string databaseName, string credentialName, DataLakeAnalyticsCatalogCredentialUpdateParameters parameters) + { + Task.Factory.StartNew(s => ((ICatalogOperations)s).UpdateCredentialAsync(accountName, databaseName, credentialName, parameters), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult(); + } + + /// + /// Modifies the specified credential for use with external data sources in + /// the specified database + /// + /// + /// The operations group for this extension method. + /// + /// + /// The Azure Data Lake Analytics account to execute catalog operations on. + /// + /// + /// The name of the database containing the credential. + /// + /// + /// The name of the credential. + /// + /// + /// The parameters required to modify the credential (name and password) + /// + /// + /// The cancellation token. + /// + public static async Task UpdateCredentialAsync(this ICatalogOperations operations, string accountName, string databaseName, string credentialName, DataLakeAnalyticsCatalogCredentialUpdateParameters parameters, CancellationToken cancellationToken = default(CancellationToken)) + { + await operations.UpdateCredentialWithHttpMessagesAsync(accountName, databaseName, credentialName, parameters, null, cancellationToken).ConfigureAwait(false); + } + + /// + /// Retrieves the specified credential from the Data Lake Analytics catalog. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The Azure Data Lake Analytics account to execute catalog operations on. + /// + /// + /// The name of the database containing the schema. + /// + /// + /// The name of the credential. + /// + public static USqlCredential GetCredential(this ICatalogOperations operations, string accountName, string databaseName, string credentialName) + { + return Task.Factory.StartNew(s => ((ICatalogOperations)s).GetCredentialAsync(accountName, databaseName, credentialName), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult(); + } + + /// + /// Retrieves the specified credential from the Data Lake Analytics catalog. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The Azure Data Lake Analytics account to execute catalog operations on. + /// + /// + /// The name of the database containing the schema. + /// + /// + /// The name of the credential. + /// + /// + /// The cancellation token. + /// + public static async Task GetCredentialAsync(this ICatalogOperations operations, string accountName, string databaseName, string credentialName, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.GetCredentialWithHttpMessagesAsync(accountName, databaseName, credentialName, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } } /// - /// Retrieves the list of external data sources from the Data Lake Analytics - /// catalog. + /// Deletes the specified credential in the specified database /// /// /// The operations group for this extension method. @@ -316,7 +429,58 @@ public static USqlExternalDataSource GetExternalDataSource(this ICatalogOperatio /// The Azure Data Lake Analytics account to execute catalog operations on. /// /// - /// The name of the database containing the external data sources. + /// The name of the database containing the credential. + /// + /// + /// The name of the credential to delete + /// + /// + /// The parameters to delete a credential if the current user is not the + /// account owner. + /// + public static void DeleteCredential(this ICatalogOperations operations, string accountName, string databaseName, string credentialName, DataLakeAnalyticsCatalogCredentialDeleteParameters parameters = default(DataLakeAnalyticsCatalogCredentialDeleteParameters)) + { + Task.Factory.StartNew(s => ((ICatalogOperations)s).DeleteCredentialAsync(accountName, databaseName, credentialName, parameters), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult(); + } + + /// + /// Deletes the specified credential in the specified database + /// + /// + /// The operations group for this extension method. + /// + /// + /// The Azure Data Lake Analytics account to execute catalog operations on. + /// + /// + /// The name of the database containing the credential. + /// + /// + /// The name of the credential to delete + /// + /// + /// The parameters to delete a credential if the current user is not the + /// account owner. + /// + /// + /// The cancellation token. + /// + public static async Task DeleteCredentialAsync(this ICatalogOperations operations, string accountName, string databaseName, string credentialName, DataLakeAnalyticsCatalogCredentialDeleteParameters parameters = default(DataLakeAnalyticsCatalogCredentialDeleteParameters), CancellationToken cancellationToken = default(CancellationToken)) + { + await operations.DeleteCredentialWithHttpMessagesAsync(accountName, databaseName, credentialName, parameters, null, cancellationToken).ConfigureAwait(false); + } + + /// + /// Retrieves the list of credentials from the Data Lake Analytics catalog. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The Azure Data Lake Analytics account to execute catalog operations on. + /// + /// + /// The name of the database containing the schema. /// /// /// OData parameters to apply to the operation. @@ -330,14 +494,13 @@ public static USqlExternalDataSource GetExternalDataSource(this ICatalogOperatio /// resources included with the resources in the response, e.g. /// Categories?$count=true. Optional. /// - public static IPage ListExternalDataSources(this ICatalogOperations operations, string accountName, string databaseName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?)) + public static IPage ListCredentials(this ICatalogOperations operations, string accountName, string databaseName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?)) { - return Task.Factory.StartNew(s => ((ICatalogOperations)s).ListExternalDataSourcesAsync(accountName, databaseName, odataQuery, select, count), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult(); + return Task.Factory.StartNew(s => ((ICatalogOperations)s).ListCredentialsAsync(accountName, databaseName, odataQuery, select, count), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult(); } /// - /// Retrieves the list of external data sources from the Data Lake Analytics - /// catalog. + /// Retrieves the list of credentials from the Data Lake Analytics catalog. /// /// /// The operations group for this extension method. @@ -346,7 +509,7 @@ public static USqlExternalDataSource GetExternalDataSource(this ICatalogOperatio /// The Azure Data Lake Analytics account to execute catalog operations on. /// /// - /// The name of the database containing the external data sources. + /// The name of the database containing the schema. /// /// /// OData parameters to apply to the operation. @@ -363,16 +526,17 @@ public static USqlExternalDataSource GetExternalDataSource(this ICatalogOperatio /// /// The cancellation token. /// - public static async Task> ListExternalDataSourcesAsync(this ICatalogOperations operations, string accountName, string databaseName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task> ListCredentialsAsync(this ICatalogOperations operations, string accountName, string databaseName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.ListExternalDataSourcesWithHttpMessagesAsync(accountName, databaseName, odataQuery, select, count, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.ListCredentialsWithHttpMessagesAsync(accountName, databaseName, odataQuery, select, count, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } } /// - /// Retrieves the specified credential from the Data Lake Analytics catalog. + /// Retrieves the specified external data source from the Data Lake Analytics + /// catalog. /// /// /// The operations group for this extension method. @@ -381,18 +545,19 @@ public static USqlExternalDataSource GetExternalDataSource(this ICatalogOperatio /// The Azure Data Lake Analytics account to execute catalog operations on. /// /// - /// The name of the database containing the schema. + /// The name of the database containing the external data source. /// - /// - /// The name of the credential. + /// + /// The name of the external data source. /// - public static USqlCredential GetCredential(this ICatalogOperations operations, string accountName, string databaseName, string credentialName) + public static USqlExternalDataSource GetExternalDataSource(this ICatalogOperations operations, string accountName, string databaseName, string externalDataSourceName) { - return Task.Factory.StartNew(s => ((ICatalogOperations)s).GetCredentialAsync(accountName, databaseName, credentialName), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult(); + return Task.Factory.StartNew(s => ((ICatalogOperations)s).GetExternalDataSourceAsync(accountName, databaseName, externalDataSourceName), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult(); } /// - /// Retrieves the specified credential from the Data Lake Analytics catalog. + /// Retrieves the specified external data source from the Data Lake Analytics + /// catalog. /// /// /// The operations group for this extension method. @@ -401,24 +566,25 @@ public static USqlCredential GetCredential(this ICatalogOperations operations, s /// The Azure Data Lake Analytics account to execute catalog operations on. /// /// - /// The name of the database containing the schema. + /// The name of the database containing the external data source. /// - /// - /// The name of the credential. + /// + /// The name of the external data source. /// /// /// The cancellation token. /// - public static async Task GetCredentialAsync(this ICatalogOperations operations, string accountName, string databaseName, string credentialName, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task GetExternalDataSourceAsync(this ICatalogOperations operations, string accountName, string databaseName, string externalDataSourceName, CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.GetCredentialWithHttpMessagesAsync(accountName, databaseName, credentialName, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.GetExternalDataSourceWithHttpMessagesAsync(accountName, databaseName, externalDataSourceName, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } } /// - /// Retrieves the list of credentials from the Data Lake Analytics catalog. + /// Retrieves the list of external data sources from the Data Lake Analytics + /// catalog. /// /// /// The operations group for this extension method. @@ -427,7 +593,7 @@ public static USqlCredential GetCredential(this ICatalogOperations operations, s /// The Azure Data Lake Analytics account to execute catalog operations on. /// /// - /// The name of the database containing the schema. + /// The name of the database containing the external data sources. /// /// /// OData parameters to apply to the operation. @@ -441,13 +607,14 @@ public static USqlCredential GetCredential(this ICatalogOperations operations, s /// resources included with the resources in the response, e.g. /// Categories?$count=true. Optional. /// - public static IPage ListCredentials(this ICatalogOperations operations, string accountName, string databaseName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?)) + public static IPage ListExternalDataSources(this ICatalogOperations operations, string accountName, string databaseName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?)) { - return Task.Factory.StartNew(s => ((ICatalogOperations)s).ListCredentialsAsync(accountName, databaseName, odataQuery, select, count), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult(); + return Task.Factory.StartNew(s => ((ICatalogOperations)s).ListExternalDataSourcesAsync(accountName, databaseName, odataQuery, select, count), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult(); } /// - /// Retrieves the list of credentials from the Data Lake Analytics catalog. + /// Retrieves the list of external data sources from the Data Lake Analytics + /// catalog. /// /// /// The operations group for this extension method. @@ -456,7 +623,7 @@ public static USqlCredential GetCredential(this ICatalogOperations operations, s /// The Azure Data Lake Analytics account to execute catalog operations on. /// /// - /// The name of the database containing the schema. + /// The name of the database containing the external data sources. /// /// /// OData parameters to apply to the operation. @@ -473,9 +640,9 @@ public static USqlCredential GetCredential(this ICatalogOperations operations, s /// /// The cancellation token. /// - public static async Task> ListCredentialsAsync(this ICatalogOperations operations, string accountName, string databaseName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task> ListExternalDataSourcesAsync(this ICatalogOperations operations, string accountName, string databaseName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.ListCredentialsWithHttpMessagesAsync(accountName, databaseName, odataQuery, select, count, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.ListExternalDataSourcesWithHttpMessagesAsync(accountName, databaseName, odataQuery, select, count, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -1762,8 +1929,7 @@ public static USqlDatabase GetDatabase(this ICatalogOperations operations, strin } /// - /// Retrieves the list of external data sources from the Data Lake Analytics - /// catalog. + /// Retrieves the list of credentials from the Data Lake Analytics catalog. /// /// /// The operations group for this extension method. @@ -1771,14 +1937,13 @@ public static USqlDatabase GetDatabase(this ICatalogOperations operations, strin /// /// The NextLink from the previous successful call to List operation. /// - public static IPage ListExternalDataSourcesNext(this ICatalogOperations operations, string nextPageLink) + public static IPage ListCredentialsNext(this ICatalogOperations operations, string nextPageLink) { - return Task.Factory.StartNew(s => ((ICatalogOperations)s).ListExternalDataSourcesNextAsync(nextPageLink), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult(); + return Task.Factory.StartNew(s => ((ICatalogOperations)s).ListCredentialsNextAsync(nextPageLink), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult(); } /// - /// Retrieves the list of external data sources from the Data Lake Analytics - /// catalog. + /// Retrieves the list of credentials from the Data Lake Analytics catalog. /// /// /// The operations group for this extension method. @@ -1789,16 +1954,17 @@ public static IPage ListExternalDataSourcesNext(this ICa /// /// The cancellation token. /// - public static async Task> ListExternalDataSourcesNextAsync(this ICatalogOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task> ListCredentialsNextAsync(this ICatalogOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.ListExternalDataSourcesNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.ListCredentialsNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } } /// - /// Retrieves the list of credentials from the Data Lake Analytics catalog. + /// Retrieves the list of external data sources from the Data Lake Analytics + /// catalog. /// /// /// The operations group for this extension method. @@ -1806,13 +1972,14 @@ public static IPage ListExternalDataSourcesNext(this ICa /// /// The NextLink from the previous successful call to List operation. /// - public static IPage ListCredentialsNext(this ICatalogOperations operations, string nextPageLink) + public static IPage ListExternalDataSourcesNext(this ICatalogOperations operations, string nextPageLink) { - return Task.Factory.StartNew(s => ((ICatalogOperations)s).ListCredentialsNextAsync(nextPageLink), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult(); + return Task.Factory.StartNew(s => ((ICatalogOperations)s).ListExternalDataSourcesNextAsync(nextPageLink), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult(); } /// - /// Retrieves the list of credentials from the Data Lake Analytics catalog. + /// Retrieves the list of external data sources from the Data Lake Analytics + /// catalog. /// /// /// The operations group for this extension method. @@ -1823,9 +1990,9 @@ public static IPage ListCredentialsNext(this ICatalogOperations /// /// The cancellation token. /// - public static async Task> ListCredentialsNextAsync(this ICatalogOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task> ListExternalDataSourcesNextAsync(this ICatalogOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.ListCredentialsNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.ListExternalDataSourcesNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } diff --git a/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/Generated/DataLakeAnalyticsAccountManagementClient.cs b/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/Generated/DataLakeAnalyticsAccountManagementClient.cs index f01d8c16676e6..8b6b70c8dcf18 100644 --- a/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/Generated/DataLakeAnalyticsAccountManagementClient.cs +++ b/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/Generated/DataLakeAnalyticsAccountManagementClient.cs @@ -287,7 +287,7 @@ private void Initialize() { this.Account = new AccountOperations(this); this.BaseUri = new Uri("https://management.azure.com"); - this.ApiVersion = "2015-10-01-preview"; + this.ApiVersion = "2016-11-01"; this.AcceptLanguage = "en-US"; this.LongRunningOperationRetryTimeout = 30; this.GenerateClientRequestId = true; diff --git a/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/Generated/DataLakeAnalyticsCatalogManagementClient.cs b/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/Generated/DataLakeAnalyticsCatalogManagementClient.cs index 099087833b3b8..e510d662bdd59 100644 --- a/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/Generated/DataLakeAnalyticsCatalogManagementClient.cs +++ b/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/Generated/DataLakeAnalyticsCatalogManagementClient.cs @@ -172,7 +172,7 @@ private void Initialize() { this.Catalog = new CatalogOperations(this); this.BaseUri = "https://{accountName}.{adlaCatalogDnsSuffix}"; - this.ApiVersion = "2015-10-01-preview"; + this.ApiVersion = "2016-11-01"; this.AdlaCatalogDnsSuffix = "azuredatalakeanalytics.net"; this.AcceptLanguage = "en-US"; this.LongRunningOperationRetryTimeout = 30; diff --git a/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/Generated/DataLakeAnalyticsJobManagementClient.cs b/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/Generated/DataLakeAnalyticsJobManagementClient.cs index 13d5f09b76710..c6f7592f0139f 100644 --- a/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/Generated/DataLakeAnalyticsJobManagementClient.cs +++ b/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/Generated/DataLakeAnalyticsJobManagementClient.cs @@ -172,7 +172,7 @@ private void Initialize() { this.Job = new JobOperations(this); this.BaseUri = "https://{accountName}.{adlaJobDnsSuffix}"; - this.ApiVersion = "2016-03-20-preview"; + this.ApiVersion = "2016-11-01"; this.AdlaJobDnsSuffix = "azuredatalakeanalytics.net"; this.AcceptLanguage = "en-US"; this.LongRunningOperationRetryTimeout = 30; diff --git a/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/Generated/ICatalogOperations.cs b/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/Generated/ICatalogOperations.cs index 725b2b2f294e5..250cc7a31bb6d 100644 --- a/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/Generated/ICatalogOperations.cs +++ b/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/Generated/ICatalogOperations.cs @@ -25,7 +25,8 @@ public partial interface ICatalogOperations { /// /// Creates the specified secret for use with external data sources in - /// the specified database. + /// the specified database. This is deprecated and will be removed in + /// the next release. Please use CreateCredential instead. /// /// /// The Azure Data Lake Analytics account to execute catalog @@ -58,7 +59,8 @@ public partial interface ICatalogOperations Task> CreateSecretWithHttpMessagesAsync(string accountName, string databaseName, string secretName, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Modifies the specified secret for use with external data sources - /// in the specified database + /// in the specified database. This is deprecated and will be removed + /// in the next release. Please use UpdateCredential instead. /// /// /// The Azure Data Lake Analytics account to execute catalog @@ -90,7 +92,9 @@ public partial interface ICatalogOperations /// Task> UpdateSecretWithHttpMessagesAsync(string accountName, string databaseName, string secretName, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Gets the specified secret in the specified database + /// Gets the specified secret in the specified database. This is + /// deprecated and will be removed in the next release. Please use + /// GetCredential instead. /// /// /// The Azure Data Lake Analytics account to execute catalog @@ -119,7 +123,9 @@ public partial interface ICatalogOperations /// Task> GetSecretWithHttpMessagesAsync(string accountName, string databaseName, string secretName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Deletes the specified secret in the specified database + /// Deletes the specified secret in the specified database. This is + /// deprecated and will be removed in the next release. Please use + /// DeleteCredential instead. /// /// /// The Azure Data Lake Analytics account to execute catalog @@ -145,7 +151,9 @@ public partial interface ICatalogOperations /// Task DeleteSecretWithHttpMessagesAsync(string accountName, string databaseName, string secretName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Deletes all secrets in the specified database + /// Deletes all secrets in the specified database. This is deprecated + /// and will be removed in the next release. In the future, please + /// only drop individual credentials using DeleteCredential /// /// /// The Azure Data Lake Analytics account to execute catalog @@ -168,18 +176,80 @@ public partial interface ICatalogOperations /// Task DeleteAllSecretsWithHttpMessagesAsync(string accountName, string databaseName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Retrieves the specified external data source from the Data Lake - /// Analytics catalog. + /// Creates the specified credential for use with external data + /// sources in the specified database. /// /// /// The Azure Data Lake Analytics account to execute catalog /// operations on. /// /// - /// The name of the database containing the external data source. + /// The name of the database in which to create the credential. /// - /// - /// The name of the external data source. + /// + /// The name of the credential. + /// + /// + /// The parameters required to create the credential (name and + /// password) + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when a required parameter is null + /// + Task CreateCredentialWithHttpMessagesAsync(string accountName, string databaseName, string credentialName, DataLakeAnalyticsCatalogCredentialCreateParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Modifies the specified credential for use with external data + /// sources in the specified database + /// + /// + /// The Azure Data Lake Analytics account to execute catalog + /// operations on. + /// + /// + /// The name of the database containing the credential. + /// + /// + /// The name of the credential. + /// + /// + /// The parameters required to modify the credential (name and + /// password) + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when a required parameter is null + /// + Task UpdateCredentialWithHttpMessagesAsync(string accountName, string databaseName, string credentialName, DataLakeAnalyticsCatalogCredentialUpdateParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Retrieves the specified credential from the Data Lake Analytics + /// catalog. + /// + /// + /// The Azure Data Lake Analytics account to execute catalog + /// operations on. + /// + /// + /// The name of the database containing the schema. + /// + /// + /// The name of the credential. /// /// /// The headers that will be added to request. @@ -196,17 +266,47 @@ public partial interface ICatalogOperations /// /// Thrown when a required parameter is null /// - Task> GetExternalDataSourceWithHttpMessagesAsync(string accountName, string databaseName, string externalDataSourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> GetCredentialWithHttpMessagesAsync(string accountName, string databaseName, string credentialName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Retrieves the list of external data sources from the Data Lake - /// Analytics catalog. + /// Deletes the specified credential in the specified database /// /// /// The Azure Data Lake Analytics account to execute catalog /// operations on. /// /// - /// The name of the database containing the external data sources. + /// The name of the database containing the credential. + /// + /// + /// The name of the credential to delete + /// + /// + /// The parameters to delete a credential if the current user is not + /// the account owner. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when a required parameter is null + /// + Task DeleteCredentialWithHttpMessagesAsync(string accountName, string databaseName, string credentialName, DataLakeAnalyticsCatalogCredentialDeleteParameters parameters = default(DataLakeAnalyticsCatalogCredentialDeleteParameters), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Retrieves the list of credentials from the Data Lake Analytics + /// catalog. + /// + /// + /// The Azure Data Lake Analytics account to execute catalog + /// operations on. + /// + /// + /// The name of the database containing the schema. /// /// /// OData parameters to apply to the operation. @@ -236,20 +336,20 @@ public partial interface ICatalogOperations /// /// Thrown when a required parameter is null /// - Task>> ListExternalDataSourcesWithHttpMessagesAsync(string accountName, string databaseName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task>> ListCredentialsWithHttpMessagesAsync(string accountName, string databaseName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Retrieves the specified credential from the Data Lake Analytics - /// catalog. + /// Retrieves the specified external data source from the Data Lake + /// Analytics catalog. /// /// /// The Azure Data Lake Analytics account to execute catalog /// operations on. /// /// - /// The name of the database containing the schema. + /// The name of the database containing the external data source. /// - /// - /// The name of the credential. + /// + /// The name of the external data source. /// /// /// The headers that will be added to request. @@ -266,17 +366,17 @@ public partial interface ICatalogOperations /// /// Thrown when a required parameter is null /// - Task> GetCredentialWithHttpMessagesAsync(string accountName, string databaseName, string credentialName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> GetExternalDataSourceWithHttpMessagesAsync(string accountName, string databaseName, string externalDataSourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Retrieves the list of credentials from the Data Lake Analytics - /// catalog. + /// Retrieves the list of external data sources from the Data Lake + /// Analytics catalog. /// /// /// The Azure Data Lake Analytics account to execute catalog /// operations on. /// /// - /// The name of the database containing the schema. + /// The name of the database containing the external data sources. /// /// /// OData parameters to apply to the operation. @@ -306,7 +406,7 @@ public partial interface ICatalogOperations /// /// Thrown when a required parameter is null /// - Task>> ListCredentialsWithHttpMessagesAsync(string accountName, string databaseName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task>> ListExternalDataSourcesWithHttpMessagesAsync(string accountName, string databaseName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Retrieves the specified procedure from the Data Lake Analytics /// catalog. @@ -1094,8 +1194,8 @@ public partial interface ICatalogOperations /// Task>> ListDatabasesWithHttpMessagesAsync(string accountName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Retrieves the list of external data sources from the Data Lake - /// Analytics catalog. + /// Retrieves the list of credentials from the Data Lake Analytics + /// catalog. /// /// /// The NextLink from the previous successful call to List operation. @@ -1115,10 +1215,10 @@ public partial interface ICatalogOperations /// /// Thrown when a required parameter is null /// - Task>> ListExternalDataSourcesNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task>> ListCredentialsNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Retrieves the list of credentials from the Data Lake Analytics - /// catalog. + /// Retrieves the list of external data sources from the Data Lake + /// Analytics catalog. /// /// /// The NextLink from the previous successful call to List operation. @@ -1138,7 +1238,7 @@ public partial interface ICatalogOperations /// /// Thrown when a required parameter is null /// - Task>> ListCredentialsNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task>> ListExternalDataSourcesNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Retrieves the list of procedures from the Data Lake Analytics /// catalog. diff --git a/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/Generated/Models/DataLakeAnalyticsCatalogCredentialCreateParameters.cs b/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/Generated/Models/DataLakeAnalyticsCatalogCredentialCreateParameters.cs new file mode 100644 index 0000000000000..3584503acf701 --- /dev/null +++ b/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/Generated/Models/DataLakeAnalyticsCatalogCredentialCreateParameters.cs @@ -0,0 +1,91 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0 +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. + +namespace Microsoft.Azure.Management.DataLake.Analytics.Models +{ + using System; + using System.Linq; + using System.Collections.Generic; + using Newtonsoft.Json; + using Microsoft.Rest; + using Microsoft.Rest.Serialization; + using Microsoft.Rest.Azure; + + /// + /// Data Lake Analytics catalog credential creation parameters. + /// + public partial class DataLakeAnalyticsCatalogCredentialCreateParameters + { + /// + /// Initializes a new instance of the + /// DataLakeAnalyticsCatalogCredentialCreateParameters class. + /// + public DataLakeAnalyticsCatalogCredentialCreateParameters() { } + + /// + /// Initializes a new instance of the + /// DataLakeAnalyticsCatalogCredentialCreateParameters class. + /// + /// the password for the credential and user + /// with access to the data source. + /// the URI identifier for the data source this + /// credential can connect to in the format : + /// the object identifier for the user associated + /// with this credential with access to the data source. + public DataLakeAnalyticsCatalogCredentialCreateParameters(string password, string uri, string userId) + { + Password = password; + Uri = uri; + UserId = userId; + } + + /// + /// Gets or sets the password for the credential and user with access + /// to the data source. + /// + [JsonProperty(PropertyName = "password")] + public string Password { get; set; } + + /// + /// Gets or sets the URI identifier for the data source this + /// credential can connect to in the format + /// <hostname>:<port> + /// + [JsonProperty(PropertyName = "uri")] + public string Uri { get; set; } + + /// + /// Gets or sets the object identifier for the user associated with + /// this credential with access to the data source. + /// + [JsonProperty(PropertyName = "userId")] + public string UserId { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (Password == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "Password"); + } + if (Uri == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "Uri"); + } + if (UserId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "UserId"); + } + } + } +} diff --git a/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/Generated/Models/DataLakeAnalyticsCatalogCredentialDeleteParameters.cs b/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/Generated/Models/DataLakeAnalyticsCatalogCredentialDeleteParameters.cs new file mode 100644 index 0000000000000..b23f32dfbbfac --- /dev/null +++ b/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/Generated/Models/DataLakeAnalyticsCatalogCredentialDeleteParameters.cs @@ -0,0 +1,51 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0 +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. + +namespace Microsoft.Azure.Management.DataLake.Analytics.Models +{ + using System; + using System.Linq; + using System.Collections.Generic; + using Newtonsoft.Json; + using Microsoft.Rest; + using Microsoft.Rest.Serialization; + using Microsoft.Rest.Azure; + + /// + /// Data Lake Analytics catalog credential deletion parameters. + /// + public partial class DataLakeAnalyticsCatalogCredentialDeleteParameters + { + /// + /// Initializes a new instance of the + /// DataLakeAnalyticsCatalogCredentialDeleteParameters class. + /// + public DataLakeAnalyticsCatalogCredentialDeleteParameters() { } + + /// + /// Initializes a new instance of the + /// DataLakeAnalyticsCatalogCredentialDeleteParameters class. + /// + /// the current password for the credential and + /// user with access to the data source. This is required if the + /// requester is not the account owner. + public DataLakeAnalyticsCatalogCredentialDeleteParameters(string password = default(string)) + { + Password = password; + } + + /// + /// Gets or sets the current password for the credential and user with + /// access to the data source. This is required if the requester is + /// not the account owner. + /// + [JsonProperty(PropertyName = "password")] + public string Password { get; set; } + + } +} diff --git a/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/Generated/Models/DataLakeAnalyticsCatalogCredentialUpdateParameters.cs b/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/Generated/Models/DataLakeAnalyticsCatalogCredentialUpdateParameters.cs new file mode 100644 index 0000000000000..72db87d32c726 --- /dev/null +++ b/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/Generated/Models/DataLakeAnalyticsCatalogCredentialUpdateParameters.cs @@ -0,0 +1,82 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0 +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. + +namespace Microsoft.Azure.Management.DataLake.Analytics.Models +{ + using System; + using System.Linq; + using System.Collections.Generic; + using Newtonsoft.Json; + using Microsoft.Rest; + using Microsoft.Rest.Serialization; + using Microsoft.Rest.Azure; + + /// + /// Data Lake Analytics catalog credential update parameters. + /// + public partial class DataLakeAnalyticsCatalogCredentialUpdateParameters + { + /// + /// Initializes a new instance of the + /// DataLakeAnalyticsCatalogCredentialUpdateParameters class. + /// + public DataLakeAnalyticsCatalogCredentialUpdateParameters() { } + + /// + /// Initializes a new instance of the + /// DataLakeAnalyticsCatalogCredentialUpdateParameters class. + /// + /// the current password for the credential and + /// user with access to the data source. This is required if the + /// requester is not the account owner. + /// the new password for the credential and + /// user with access to the data source. + /// the URI identifier for the data source this + /// credential can connect to in the format : + /// the object identifier for the user associated + /// with this credential with access to the data source. + public DataLakeAnalyticsCatalogCredentialUpdateParameters(string password = default(string), string newPassword = default(string), string uri = default(string), string userId = default(string)) + { + Password = password; + NewPassword = newPassword; + Uri = uri; + UserId = userId; + } + + /// + /// Gets or sets the current password for the credential and user with + /// access to the data source. This is required if the requester is + /// not the account owner. + /// + [JsonProperty(PropertyName = "password")] + public string Password { get; set; } + + /// + /// Gets or sets the new password for the credential and user with + /// access to the data source. + /// + [JsonProperty(PropertyName = "newPassword")] + public string NewPassword { get; set; } + + /// + /// Gets or sets the URI identifier for the data source this + /// credential can connect to in the format + /// <hostname>:<port> + /// + [JsonProperty(PropertyName = "uri")] + public string Uri { get; set; } + + /// + /// Gets or sets the object identifier for the user associated with + /// this credential with access to the data source. + /// + [JsonProperty(PropertyName = "userId")] + public string UserId { get; set; } + + } +} diff --git a/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/Generated/Models/DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters.cs b/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/Generated/Models/DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters.cs index 081e0e60a3b3c..b52839a22f5ee 100644 --- a/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/Generated/Models/DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters.cs +++ b/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/Generated/Models/DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters.cs @@ -17,7 +17,10 @@ namespace Microsoft.Azure.Management.DataLake.Analytics.Models using Microsoft.Rest.Azure; /// - /// DataLakeAnalytics DataLakeAnalyticsAccount information. + /// Data Lake Analytics catalog secret creation and update parameters. + /// This is deprecated and will be removed in the next release. Please + /// use DataLakeAnalyticsCatalogCredentialCreateOrUpdateParameters + /// instead. /// public partial class DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters { diff --git a/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/Generated/Models/USqlCredential.cs b/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/Generated/Models/USqlCredential.cs index 0937c8f3554cc..3811bcf87cbdb 100644 --- a/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/Generated/Models/USqlCredential.cs +++ b/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/Generated/Models/USqlCredential.cs @@ -32,45 +32,18 @@ public USqlCredential() { } /// the name of the Data Lake /// Analytics account. /// the version of the catalog item. - /// the name of the database the credential - /// is in. - /// the name of the secret associated with the - /// credential. /// the name of the credential. - /// the user name associated with the - /// credential. - public USqlCredential(string computeAccountName = default(string), Guid? version = default(Guid?), string databaseName = default(string), string identity = default(string), string name = default(string), string userName = default(string)) + public USqlCredential(string computeAccountName = default(string), Guid? version = default(Guid?), string name = default(string)) : base(computeAccountName, version) { - DatabaseName = databaseName; - Identity = identity; Name = name; - UserName = userName; } - /// - /// Gets or sets the name of the database the credential is in. - /// - [JsonProperty(PropertyName = "databaseName")] - public string DatabaseName { get; set; } - - /// - /// Gets or sets the name of the secret associated with the credential. - /// - [JsonProperty(PropertyName = "identity")] - public string Identity { get; set; } - /// /// Gets or sets the name of the credential. /// [JsonProperty(PropertyName = "credentialName")] public string Name { get; set; } - /// - /// Gets or sets the user name associated with the credential. - /// - [JsonProperty(PropertyName = "userName")] - public string UserName { get; set; } - } } diff --git a/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/Properties/AssemblyInfo.cs b/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/Properties/AssemblyInfo.cs index 524e635e0cf53..3b94e673a9e05 100644 --- a/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/Properties/AssemblyInfo.cs +++ b/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/Properties/AssemblyInfo.cs @@ -20,7 +20,7 @@ [assembly: AssemblyDescription("Provides Microsoft Azure Data Lake Analytics management operations including account, catalog and job management.")] [assembly: AssemblyVersion("0.12.0.0")] -[assembly: AssemblyFileVersion("0.12.0.0")] +[assembly: AssemblyFileVersion("0.12.6.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyProduct("Azure .NET SDK")] diff --git a/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/generate.cmd b/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/generate.cmd index e669b3926ab11..ae23f8910048a 100644 --- a/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/generate.cmd +++ b/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/generate.cmd @@ -8,9 +8,9 @@ setlocal set autoRestVersion=0.17.0-Nightly20160731 set source=-Source https://www.myget.org/F/autorest/api/v2 -set accountSpecFile="https://raw.githubusercontent.com/begoldsm/azure-rest-api-specs/master/arm-datalake-analytics/account/2015-10-01-preview/swagger/account.json" -set jobSpecFile="https://raw.githubusercontent.com/begoldsm/azure-rest-api-specs/master/arm-datalake-analytics/job/2016-03-20-preview/swagger/job.json" -set catalogSpecFile="https://raw.githubusercontent.com/begoldsm/azure-rest-api-specs/master/arm-datalake-analytics/catalog/2015-10-01-preview/swagger/catalog.json" +set accountSpecFile="https://raw.githubusercontent.com/begoldsm/azure-rest-api-specs/master/arm-datalake-analytics/account/2016-11-01/swagger/account.json" +set jobSpecFile="https://raw.githubusercontent.com/begoldsm/azure-rest-api-specs/master/arm-datalake-analytics/job/2016-11-01/swagger/job.json" +set catalogSpecFile="https://raw.githubusercontent.com/begoldsm/azure-rest-api-specs/master/arm-datalake-analytics/catalog/2016-11-01/swagger/catalog.json" set repoRoot=%~dp0..\..\..\.. set generateFolder=%~dp0Generated diff --git a/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/project.json b/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/project.json index 8470acc61add3..c32a6b282c7c5 100644 --- a/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/project.json +++ b/src/ResourceManagement/DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics/project.json @@ -1,5 +1,5 @@ { - "version": "0.12.0-preview", + "version": "0.12.6-preview", "description": "Provides Data Lake Analytics account, job and catalog management capabilities for Microsoft Azure.", "authors": [ "Microsoft" ], diff --git a/src/ResourceManagement/DataLake.Store/DataLake.Store.sln b/src/ResourceManagement/DataLake.Store/DataLake.Store.sln index b3b66449dd227..56a2f394283c3 100644 --- a/src/ResourceManagement/DataLake.Store/DataLake.Store.sln +++ b/src/ResourceManagement/DataLake.Store/DataLake.Store.sln @@ -11,6 +11,12 @@ Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "TestFramework", "..\..\Test EndProject Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.Azure.Management.DataLake.Store", "Microsoft.Azure.Management.DataLake.Store\Microsoft.Azure.Management.DataLake.Store.xproj", "{192F53CC-693E-4990-8741-4E55B930821C}" EndProject +Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.Rest.ClientRuntime", "..\..\ClientRuntime\Microsoft.Rest.ClientRuntime\Microsoft.Rest.ClientRuntime.xproj", "{EDDB6367-5C7B-428C-B54C-96BCD90F6E6C}" +EndProject +Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.Rest.ClientRuntime.Azure", "..\..\ClientRuntime\Microsoft.Rest.ClientRuntime.Azure\Microsoft.Rest.ClientRuntime.Azure.xproj", "{D5296EAB-C13E-4A88-9532-BD0677D18EC9}" +EndProject +Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.Rest.ClientRuntime.Azure.Authentication", "..\..\ClientRuntime\Microsoft.Rest.ClientRuntime.Azure.Authentication\Microsoft.Rest.ClientRuntime.Azure.Authentication.xproj", "{6319205D-BBFC-4150-BEAE-31B1C9B911DD}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -33,6 +39,18 @@ Global {192F53CC-693E-4990-8741-4E55B930821C}.Debug|Any CPU.Build.0 = Debug|Any CPU {192F53CC-693E-4990-8741-4E55B930821C}.Release|Any CPU.ActiveCfg = Release|Any CPU {192F53CC-693E-4990-8741-4E55B930821C}.Release|Any CPU.Build.0 = Release|Any CPU + {EDDB6367-5C7B-428C-B54C-96BCD90F6E6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {EDDB6367-5C7B-428C-B54C-96BCD90F6E6C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {EDDB6367-5C7B-428C-B54C-96BCD90F6E6C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {EDDB6367-5C7B-428C-B54C-96BCD90F6E6C}.Release|Any CPU.Build.0 = Release|Any CPU + {D5296EAB-C13E-4A88-9532-BD0677D18EC9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D5296EAB-C13E-4A88-9532-BD0677D18EC9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D5296EAB-C13E-4A88-9532-BD0677D18EC9}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D5296EAB-C13E-4A88-9532-BD0677D18EC9}.Release|Any CPU.Build.0 = Release|Any CPU + {6319205D-BBFC-4150-BEAE-31B1C9B911DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {6319205D-BBFC-4150-BEAE-31B1C9B911DD}.Debug|Any CPU.Build.0 = Debug|Any CPU + {6319205D-BBFC-4150-BEAE-31B1C9B911DD}.Release|Any CPU.ActiveCfg = Release|Any CPU + {6319205D-BBFC-4150-BEAE-31B1C9B911DD}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/ScenarioTests/AccountOperationTests.cs b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/ScenarioTests/AccountOperationTests.cs index f0eb5b97e42f4..1d3e62fde96fb 100644 --- a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/ScenarioTests/AccountOperationTests.cs +++ b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/ScenarioTests/AccountOperationTests.cs @@ -16,6 +16,7 @@ using Microsoft.Azure.Management.DataLake.Store; using Microsoft.Azure.Management.DataLake.Store.Models; using Microsoft.Azure.Test; +using Microsoft.Rest.Azure; using Microsoft.Rest.ClientRuntime.Azure.TestFramework; using System; using System.Collections.Generic; @@ -160,5 +161,146 @@ public void CreateGetUpdateDeleteTest() Assert.False(clientToUse.Account.Exists(commonData.ResourceGroupName, newAccount.Name)); } } + [Fact] + public void FirewallAndTrustedProviderTest() + { + using (var context = MockContext.Start(this.GetType().FullName)) + { + commonData = new CommonTestFixture(context); + var clientToUse = this.GetDataLakeStoreAccountManagementClient(context); + + // Create a an account with trusted ID provider and firewall rules. + var firewallStart = "127.0.0.1"; + var firewallEnd = "127.0.0.2"; + var firewallRuleName1 = TestUtilities.GenerateName("firerule1"); + + var trustedId = TestUtilities.GenerateGuid(); + var trustedUrl = string.Format("https://sts.windows.net/{0}", trustedId.ToString()); + var trustedIdName = TestUtilities.GenerateName("trustedrule1"); + + var adlsAccountName = TestUtilities.GenerateName("adlsacct"); + + var responseCreate = + clientToUse.Account.Create(resourceGroupName: commonData.ResourceGroupName, name: adlsAccountName, + parameters: new DataLakeStoreAccount + { + Name = adlsAccountName, + Location = commonData.Location, + Properties = new DataLakeStoreAccountProperties(firewallRules: new List + { + new FirewallRule + { + Name = firewallRuleName1, + Properties = new FirewallRuleProperties + { + StartIpAddress = firewallStart, + EndIpAddress = firewallEnd + } + } + }, + trustedIdProviders: new List + { + new TrustedIdProvider + { + Name = trustedIdName, + Properties = new TrustedIdProviderProperties + { + IdProvider = trustedUrl + } + } + }) + { + FirewallState = FirewallState.Enabled, + TrustedIdProviderState = TrustedIdProviderState.Enabled, + } + }); + + Assert.Equal(DataLakeStoreAccountStatus.Succeeded, responseCreate.Properties.ProvisioningState); + + // get the account and ensure that all the values are properly set. + var responseGet = clientToUse.Account.Get(commonData.ResourceGroupName, adlsAccountName); + + // validate the account creation process + Assert.Equal(DataLakeStoreAccountStatus.Succeeded, responseGet.Properties.ProvisioningState); + Assert.NotNull(responseCreate.Id); + Assert.NotNull(responseGet.Id); + Assert.Contains(adlsAccountName, responseGet.Id); + Assert.Contains(adlsAccountName, responseGet.Properties.Endpoint); + Assert.Equal(commonData.Location, responseGet.Location); + Assert.Equal(adlsAccountName, responseGet.Name); + Assert.Equal("Microsoft.DataLakeStore/accounts", responseGet.Type); + + // validate firewall state + Assert.Equal(FirewallState.Enabled, responseGet.Properties.FirewallState); + Assert.Equal(1, responseGet.Properties.FirewallRules.Count()); + Assert.Equal(firewallStart, responseGet.Properties.FirewallRules[0].Properties.StartIpAddress); + Assert.Equal(firewallEnd, responseGet.Properties.FirewallRules[0].Properties.EndIpAddress); + Assert.Equal(firewallRuleName1, responseGet.Properties.FirewallRules[0].Name); + + // validate trusted identity provider state + Assert.Equal(TrustedIdProviderState.Enabled, responseGet.Properties.TrustedIdProviderState); + Assert.Equal(1, responseGet.Properties.TrustedIdProviders.Count()); + Assert.Equal(trustedUrl, responseGet.Properties.TrustedIdProviders[0].Properties.IdProvider); + Assert.Equal(trustedIdName, responseGet.Properties.TrustedIdProviders[0].Name); + + // Test getting the specific firewall rules + var firewallRule = clientToUse.Account.GetFirewallRule(commonData.ResourceGroupName, adlsAccountName, firewallRuleName1); + Assert.Equal(firewallStart, firewallRule.Properties.StartIpAddress); + Assert.Equal(firewallEnd, firewallRule.Properties.EndIpAddress); + Assert.Equal(firewallRuleName1, firewallRule.Name); + + + var updatedFirewallStart = "192.168.0.0"; + var updatedFirewallEnd = "192.168.0.1"; + firewallRule.Properties.StartIpAddress = updatedFirewallStart; + firewallRule.Properties.EndIpAddress = updatedFirewallEnd; + + // Update the firewall rule to change the start/end ip addresses + firewallRule = clientToUse.Account.CreateOrUpdateFirewallRule(commonData.ResourceGroupName, adlsAccountName,firewallRuleName1, firewallRule); + Assert.Equal(updatedFirewallStart, firewallRule.Properties.StartIpAddress); + Assert.Equal(updatedFirewallEnd, firewallRule.Properties.EndIpAddress); + Assert.Equal(firewallRuleName1, firewallRule.Name); + + // Remove the firewall rule and verify it is gone. + clientToUse.Account.DeleteFirewallRule(commonData.ResourceGroupName, adlsAccountName, firewallRuleName1); + + try + { + firewallRule = clientToUse.Account.GetFirewallRule(commonData.ResourceGroupName, adlsAccountName, firewallRuleName1); + Assert.True(false, "Attempting to retrieve a deleted firewall rule did not throw."); + } + catch (CloudException e) + { + Assert.Equal(HttpStatusCode.NotFound, e.Response.StatusCode); + } + + // Test getting the specific trusted identity provider + var trustedIdProvider = clientToUse.Account.GetTrustedIdProvider(commonData.ResourceGroupName, adlsAccountName, trustedIdName); + Assert.Equal(trustedUrl, trustedIdProvider.Properties.IdProvider); + Assert.Equal(trustedIdName, trustedIdProvider.Name); + + + var updatedIdUrl = string.Format("https://sts.windows.net/{0}", TestUtilities.GenerateGuid().ToString()); + trustedIdProvider.Properties.IdProvider = updatedIdUrl; + + // Update the firewall rule to change the start/end ip addresses + trustedIdProvider = clientToUse.Account.CreateOrUpdateTrustedIdProvider(commonData.ResourceGroupName, adlsAccountName, trustedIdName, trustedIdProvider); + Assert.Equal(updatedIdUrl, trustedIdProvider.Properties.IdProvider); + Assert.Equal(trustedIdName, trustedIdProvider.Name); + + // Remove the firewall rule and verify it is gone. + clientToUse.Account.DeleteTrustedIdProvider(commonData.ResourceGroupName, adlsAccountName, trustedIdName); + + try + { + trustedIdProvider = clientToUse.Account.GetTrustedIdProvider(commonData.ResourceGroupName, adlsAccountName, trustedIdName); + Assert.True(false, "Attempting to retrieve a deleted trusted identity provider did not throw."); + } + catch (CloudException e) + { + Assert.Equal(HttpStatusCode.NotFound, e.Response.StatusCode); + } + } + } } } diff --git a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/ScenarioTests/FileSystemOperationTests.cs b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/ScenarioTests/FileSystemOperationTests.cs index 46c15ea1a3774..f33c0440bbf5f 100644 --- a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/ScenarioTests/FileSystemOperationTests.cs +++ b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/ScenarioTests/FileSystemOperationTests.cs @@ -382,6 +382,11 @@ public void DataLakeStoreFileSystemConcurrentAppendToFile() new MemoryStream(Encoding.UTF8.GetBytes(fileContentsToAppend))); CompareFileContents(commonData.DataLakeStoreFileSystemClient, commonData.DataLakeStoreFileSystemAccountName, filePath, fileContentsToAppend); + + // flush the stream and then compare length + commonData.DataLakeStoreFileSystemClient.FileSystem.Flush(commonData.DataLakeStoreFileSystemAccountName, filePath); + GetAndCompareFileOrFolder(commonData.DataLakeStoreFileSystemClient, commonData.DataLakeStoreFileSystemAccountName, filePath, FileType.FILE, fileContentsToAppend.Length); + } } } @@ -402,6 +407,10 @@ public void DataLakeStoreFileSystemConcurrentAppendCreateFile() new MemoryStream(Encoding.UTF8.GetBytes(fileContentsToAppend)), AppendModeType.Autocreate); CompareFileContents(commonData.DataLakeStoreFileSystemClient, commonData.DataLakeStoreFileSystemAccountName, filePath, fileContentsToAppend); + + // flush the stream and then compare length + commonData.DataLakeStoreFileSystemClient.FileSystem.Flush(commonData.DataLakeStoreFileSystemAccountName, filePath); + GetAndCompareFileOrFolder(commonData.DataLakeStoreFileSystemClient, commonData.DataLakeStoreFileSystemAccountName, filePath, FileType.FILE, fileContentsToAppend.Length); } } } @@ -858,7 +867,8 @@ public void DataLakeStoreFileSystemSetAcl() Assert.NotNull(aclGetResponse.AclStatus); Assert.NotEmpty(aclGetResponse.AclStatus.Entries); - Assert.Equal(currentCount + 1, aclGetResponse.AclStatus.Entries.Count); + // this is plus two because we do not have a mask until we add a specific user. Adding the specific user also adds the mask. + Assert.Equal(currentCount + 2, aclGetResponse.AclStatus.Entries.Count); Assert.True(aclGetResponse.AclStatus.Entries.Any(entry => entry.Contains(commonData.AclUserId))); } } @@ -895,7 +905,9 @@ public void DataLakeStoreFileSystemSetDeleteAclEntry() Assert.NotNull(aclGetResponse.AclStatus); Assert.NotEmpty(aclGetResponse.AclStatus.Entries); - Assert.Equal(currentCount + 1, aclGetResponse.AclStatus.Entries.Count); + + // Mask gets created as part of adding the user. + Assert.Equal(currentCount + 2, aclGetResponse.AclStatus.Entries.Count); Assert.True(aclGetResponse.AclStatus.Entries.Any(entry => entry.Contains(commonData.AclUserId))); // now remove the entry @@ -912,7 +924,9 @@ public void DataLakeStoreFileSystemSetDeleteAclEntry() Assert.NotNull(aclGetResponse.AclStatus); Assert.NotEmpty(aclGetResponse.AclStatus.Entries); - Assert.Equal(currentCount, aclGetResponse.AclStatus.Entries.Count); + + // Mask does not get removed when the user is removed. + Assert.Equal(currentCount + 1, aclGetResponse.AclStatus.Entries.Count); Assert.False(aclGetResponse.AclStatus.Entries.Any(entry => entry.Contains(commonData.AclUserId))); } } @@ -968,11 +982,17 @@ internal FileStatusResult GetAndCompareFileOrFolder(DataLakeStoreFileSystemManag internal void CompareFileContents(DataLakeStoreFileSystemManagementClient dataLakeStoreFileSystemClient, string caboAccountName, string filePath, string expectedContents) { // download a file and ensure they are equal - Stream openResponse = commonData.DataLakeStoreFileSystemClient.FileSystem.Open(caboAccountName, filePath, null); - Assert.NotNull(openResponse); - - string toCompare = new StreamReader(openResponse).ReadToEnd(); - Assert.Equal(expectedContents, toCompare); + try + { + Stream openResponse = commonData.DataLakeStoreFileSystemClient.FileSystem.Open(caboAccountName, filePath, null); + Assert.NotNull(openResponse); + string toCompare = new StreamReader(openResponse).ReadToEnd(); + Assert.Equal(expectedContents, toCompare); + } + catch (Exception e) + { + throw e; + } } internal void DeleteFolder(DataLakeStoreFileSystemManagementClient dataLakeStoreFileSystemClient, string caboAccountName, string folderPath, bool recursive, bool failureExpected) diff --git a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.AccountOperationTests/CreateGetUpdateDeleteTest.json b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.AccountOperationTests/CreateGetUpdateDeleteTest.json index 57aaf26b9b291..c3217c7d63f4a 100644 --- a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.AccountOperationTests/CreateGetUpdateDeleteTest.json +++ b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.AccountOperationTests/CreateGetUpdateDeleteTest.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c79b412d-b4f6-43f8-a933-d4b1746a30ea" + "7f350d15-ac12-41f6-8445-05e28123dd95" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 02:26:43 GMT" + "Wed, 19 Oct 2016 20:27:29 GMT" ], "Pragma": [ "no-cache" @@ -37,16 +38,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1172" + "1188" ], "x-ms-request-id": [ - "79d0e79c-e998-47bb-b2bf-67c30ab88bef" + "c38f9b11-b905-4b8f-aa3f-f36c25159eb0" ], "x-ms-correlation-request-id": [ - "79d0e79c-e998-47bb-b2bf-67c30ab88bef" + "c38f9b11-b905-4b8f-aa3f-f36c25159eb0" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T022644Z:79d0e79c-e998-47bb-b2bf-67c30ab88bef" + "WESTUS2:20161019T202729Z:c38f9b11-b905-4b8f-aa3f-f36c25159eb0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -55,22 +56,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d763b4d-ce5e-4476-b53d-167bfd449358" + "7e285507-3e11-4a66-9277-63417cd6bc17" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -82,7 +84,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 02:26:43 GMT" + "Wed, 19 Oct 2016 20:27:29 GMT" ], "Pragma": [ "no-cache" @@ -91,16 +93,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" + "14979" ], "x-ms-request-id": [ - "00ab629a-055b-4ee9-acb8-af31ad43e81f" + "67ec16bc-76aa-489d-9edd-d56b1df9cd01" ], "x-ms-correlation-request-id": [ - "00ab629a-055b-4ee9-acb8-af31ad43e81f" + "67ec16bc-76aa-489d-9edd-d56b1df9cd01" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T022644Z:00ab629a-055b-4ee9-acb8-af31ad43e81f" + "WESTUS2:20161019T202729Z:67ec16bc-76aa-489d-9edd-d56b1df9cd01" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -109,22 +111,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4a71d7c6-ef68-4394-874c-150205d2fafe" + "1813ac85-1b0c-40dc-9c5a-0a524005086e" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -136,7 +139,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 02:26:43 GMT" + "Wed, 19 Oct 2016 20:27:30 GMT" ], "Pragma": [ "no-cache" @@ -145,16 +148,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1171" + "1187" ], "x-ms-request-id": [ - "016663d7-9107-4629-8829-f06ab277909d" + "73fdf418-ed61-4253-8009-ccc61f3cc758" ], "x-ms-correlation-request-id": [ - "016663d7-9107-4629-8829-f06ab277909d" + "73fdf418-ed61-4253-8009-ccc61f3cc758" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T022644Z:016663d7-9107-4629-8829-f06ab277909d" + "WESTUS2:20161019T202730Z:73fdf418-ed61-4253-8009-ccc61f3cc758" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -163,22 +166,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c8fb8bae-74cd-424e-b019-68e4345adf14" + "cea09f67-0d3b-42d8-aa19-1de873743611" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -190,7 +194,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 02:26:43 GMT" + "Wed, 19 Oct 2016 20:27:30 GMT" ], "Pragma": [ "no-cache" @@ -199,16 +203,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" + "14978" ], "x-ms-request-id": [ - "400733ab-9c0a-4034-9860-5ea1f9d33ceb" + "f2471326-e91f-4c2d-a5f4-ef9653d2dbd7" ], "x-ms-correlation-request-id": [ - "400733ab-9c0a-4034-9860-5ea1f9d33ceb" + "f2471326-e91f-4c2d-a5f4-ef9653d2dbd7" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T022644Z:400733ab-9c0a-4034-9860-5ea1f9d33ceb" + "WESTUS2:20161019T202730Z:f2471326-e91f-4c2d-a5f4-ef9653d2dbd7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -217,22 +221,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg15550?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNTU1MD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg14307?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNDMwNz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "56b30143-6e69-4da1-8ac5-245cbae6b817" + "3a80106b-b07d-4809-8e35-1a394092a907" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg15550' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg14307' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "107" @@ -247,7 +252,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 02:26:43 GMT" + "Wed, 19 Oct 2016 20:27:30 GMT" ], "Pragma": [ "no-cache" @@ -256,16 +261,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" + "14977" ], "x-ms-request-id": [ - "86163809-62a4-482f-b1d1-acabad31cbbb" + "8efc2237-4795-4074-a3ce-f3f358fb1b94" ], "x-ms-correlation-request-id": [ - "86163809-62a4-482f-b1d1-acabad31cbbb" + "8efc2237-4795-4074-a3ce-f3f358fb1b94" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T022644Z:86163809-62a4-482f-b1d1-acabad31cbbb" + "WESTUS2:20161019T202730Z:8efc2237-4795-4074-a3ce-f3f358fb1b94" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -274,22 +279,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg15550?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNTU1MD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg14307?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNDMwNz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e054a4af-2a0f-4aa4-82ba-03d3b263eea6" + "982fe4ac-58b8-4767-94ce-142b8b8cfbff" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15550\",\r\n \"name\": \"datalakerg15550\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14307\",\r\n \"name\": \"datalakerg14307\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -301,7 +307,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 02:26:45 GMT" + "Wed, 19 Oct 2016 20:27:31 GMT" ], "Pragma": [ "no-cache" @@ -310,16 +316,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" + "14976" ], "x-ms-request-id": [ - "03229fd6-54dd-49f4-b8b7-bb8f1a892664" + "d9fe4125-9f43-41a9-939a-3f11d0d3d994" ], "x-ms-correlation-request-id": [ - "03229fd6-54dd-49f4-b8b7-bb8f1a892664" + "d9fe4125-9f43-41a9-939a-3f11d0d3d994" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T022645Z:03229fd6-54dd-49f4-b8b7-bb8f1a892664" + "WESTUS2:20161019T202731Z:d9fe4125-9f43-41a9-939a-3f11d0d3d994" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -328,8 +334,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg15550?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNTU1MD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg14307?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNDMwNz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -340,16 +346,17 @@ "31" ], "x-ms-client-request-id": [ - "e6a60a66-bf5e-409b-8b4a-3734824f0af3" + "687034c9-1952-432e-b5e4-0e99ca6a183a" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15550\",\r\n \"name\": \"datalakerg15550\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14307\",\r\n \"name\": \"datalakerg14307\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "184" @@ -364,22 +371,22 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 02:26:45 GMT" + "Wed, 19 Oct 2016 20:27:31 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1170" + "1186" ], "x-ms-request-id": [ - "97a5b518-560d-4e83-a997-24a82f258c99" + "0567b3f3-77fc-4bc5-b372-46243a47c7ec" ], "x-ms-correlation-request-id": [ - "97a5b518-560d-4e83-a997-24a82f258c99" + "0567b3f3-77fc-4bc5-b372-46243a47c7ec" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T022645Z:97a5b518-560d-4e83-a997-24a82f258c99" + "WESTUS2:20161019T202731Z:0567b3f3-77fc-4bc5-b372-46243a47c7ec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -388,22 +395,23 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15550/providers/Microsoft.DataLakeStore/accounts/testadlfs14238?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTU1MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTQyMzg/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14307/providers/Microsoft.DataLakeStore/accounts/testadlfs12782?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDMwNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTI3ODI/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bb67458b-4763-4093-abf1-42244fdd4873" + "8cbd78ac-8820-4538-acde-9d9666eec352" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs14238' under resource group 'datalakerg15550' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs12782' under resource group 'datalakerg14307' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "166" @@ -418,7 +426,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 02:26:45 GMT" + "Wed, 19 Oct 2016 20:27:31 GMT" ], "Pragma": [ "no-cache" @@ -427,13 +435,13 @@ "gateway" ], "x-ms-request-id": [ - "d1be3951-69bf-4971-bad1-6e19cf45fc17" + "e6c5e860-9e1f-45bb-863b-c92b11568d82" ], "x-ms-correlation-request-id": [ - "d1be3951-69bf-4971-bad1-6e19cf45fc17" + "e6c5e860-9e1f-45bb-863b-c92b11568d82" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T022645Z:d1be3951-69bf-4971-bad1-6e19cf45fc17" + "WESTUS2:20161019T202731Z:e6c5e860-9e1f-45bb-863b-c92b11568d82" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -442,16 +450,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15550/providers/Microsoft.DataLakeStore/accounts/testadlfs14238?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTU1MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTQyMzg/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14307/providers/Microsoft.DataLakeStore/accounts/testadlfs12782?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDMwNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTI3ODI/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs14238.caboaccountdogfood.net\",\r\n \"accountId\": \"01be286d-2fc5-40d9-8b97-f17de15f6aa2\",\r\n \"creationTime\": \"2016-09-01T02:26:47.853609Z\",\r\n \"lastModifiedTime\": \"2016-09-01T02:26:47.853609Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15550/providers/Microsoft.DataLakeStore/accounts/testadlfs14238\",\r\n \"name\": \"testadlfs14238\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs12782.azuredatalakestore.net\",\r\n \"accountId\": \"89580f9c-5673-4844-916f-b66477d7b8cd\",\r\n \"creationTime\": \"2016-10-19T20:27:32.9952069Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:27:32.9952069Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14307/providers/Microsoft.DataLakeStore/accounts/testadlfs12782\",\r\n \"name\": \"testadlfs12782\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -466,7 +475,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 02:27:17 GMT" + "Wed, 19 Oct 2016 20:28:03 GMT" ], "Pragma": [ "no-cache" @@ -478,7 +487,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "cc0863b7-62f8-4ae6-a437-4a1fb75fabed" + "24d77e56-106c-494f-a338-4e4b62537679" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -487,13 +499,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" + "14978" ], "x-ms-correlation-request-id": [ - "c12a8ee3-8f53-45f9-b5c2-97b32443e5ed" + "be832702-c232-4076-a660-1771c75dac6a" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T022717Z:c12a8ee3-8f53-45f9-b5c2-97b32443e5ed" + "WESTUS2:20161019T202803Z:be832702-c232-4076-a660-1771c75dac6a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -502,22 +514,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15550/providers/Microsoft.DataLakeStore/accounts/testadlfs14238?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTU1MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTQyMzg/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14307/providers/Microsoft.DataLakeStore/accounts/testadlfs12782?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDMwNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTI3ODI/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3e85c079-bc4e-4189-b383-8c6d19aa4cb3" + "fcee8c6c-79d9-4854-b06d-80bfb2f7841c" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs14238.caboaccountdogfood.net\",\r\n \"accountId\": \"01be286d-2fc5-40d9-8b97-f17de15f6aa2\",\r\n \"creationTime\": \"2016-09-01T02:26:47.853609Z\",\r\n \"lastModifiedTime\": \"2016-09-01T02:26:47.853609Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15550/providers/Microsoft.DataLakeStore/accounts/testadlfs14238\",\r\n \"name\": \"testadlfs14238\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs12782.azuredatalakestore.net\",\r\n \"accountId\": \"89580f9c-5673-4844-916f-b66477d7b8cd\",\r\n \"creationTime\": \"2016-10-19T20:27:32.9952069Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:27:32.9952069Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14307/providers/Microsoft.DataLakeStore/accounts/testadlfs12782\",\r\n \"name\": \"testadlfs12782\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -532,7 +545,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 02:27:17 GMT" + "Wed, 19 Oct 2016 20:28:04 GMT" ], "Pragma": [ "no-cache" @@ -544,7 +557,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "33796ec6-79f9-4920-acfa-4dd0470154c0" + "30e0f048-56bb-41a8-87ff-cb6a56b361f1" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -553,13 +569,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" + "14978" ], "x-ms-correlation-request-id": [ - "866497dc-1cab-4bb8-81a0-61aa1b6081f7" + "824f8039-bfa6-4f55-bfbb-177ca0506364" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T022718Z:866497dc-1cab-4bb8-81a0-61aa1b6081f7" + "WESTUS2:20161019T202804Z:824f8039-bfa6-4f55-bfbb-177ca0506364" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -568,10 +584,10 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15550/providers/Microsoft.DataLakeStore/accounts/testadlfs14238?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTU1MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTQyMzg/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14307/providers/Microsoft.DataLakeStore/accounts/testadlfs12782?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDMwNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTI3ODI/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs14238\"\r\n}", + "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs12782\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -580,16 +596,17 @@ "60" ], "x-ms-client-request-id": [ - "781f436e-4537-45ec-aa32-e5a68b69ce83" + "67ad0051-42b6-484d-b18e-214bcd5de4c8" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"01be286d-2fc5-40d9-8b97-f17de15f6aa2\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15550/providers/Microsoft.DataLakeStore/accounts/testadlfs14238\",\r\n \"name\": \"testadlfs14238\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"89580f9c-5673-4844-916f-b66477d7b8cd\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14307/providers/Microsoft.DataLakeStore/accounts/testadlfs12782\",\r\n \"name\": \"testadlfs12782\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ "420" @@ -607,13 +624,13 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 02:26:46 GMT" + "Wed, 19 Oct 2016 20:27:32 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg15550/providers/Microsoft.DataLakeStore/accounts/testadlfs14238/operationresults/0?api-version=2015-10-01-preview" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg14307/providers/Microsoft.DataLakeStore/accounts/testadlfs12782/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -622,10 +639,13 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/01be286d-2fc5-40d9-8b97-f17de15f6aa20?api-version=2015-10-01-preview&expanded=true" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/89580f9c-5673-4844-916f-b66477d7b8cd0?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "8d3733c5-203d-4caf-a347-8b3c277efde2" + "67d4b9f6-2a88-4953-8df9-c46c622e48ce" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -634,13 +654,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1176" + "1187" ], "x-ms-correlation-request-id": [ - "ab6cc02b-4884-4d2b-8a8a-3419bf331b8f" + "afd47044-618e-4629-878e-c5b7cd9c14f3" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T022646Z:ab6cc02b-4884-4d2b-8a8a-3419bf331b8f" + "WESTUS2:20161019T202733Z:afd47044-618e-4629-878e-c5b7cd9c14f3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -649,13 +669,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/01be286d-2fc5-40d9-8b97-f17de15f6aa20?api-version=2015-10-01-preview&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzAxYmUyODZkLTJmYzUtNDBkOS04Yjk3LWYxN2RlMTVmNmFhMjA/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3JmV4cGFuZGVkPXRydWU=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/89580f9c-5673-4844-916f-b66477d7b8cd0?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzg5NTgwZjljLTU2NzMtNDg0NC05MTZmLWI2NjQ3N2Q3YjhjZDA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -673,7 +694,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 02:27:16 GMT" + "Wed, 19 Oct 2016 20:28:02 GMT" ], "Pragma": [ "no-cache" @@ -685,7 +706,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "6e755120-950e-4360-b5a2-edd529eaf0a6" + "3a5f1e8f-35ed-47d1-a370-e53dd4cd6733" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -694,13 +718,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" + "14984" ], "x-ms-correlation-request-id": [ - "68b4277a-8e6f-42fc-ba21-15567a27350e" + "e7e6d1f9-5259-49ed-99a4-1f7ef5556fe8" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T022716Z:68b4277a-8e6f-42fc-ba21-15567a27350e" + "WESTUS2:20161019T202803Z:e7e6d1f9-5259-49ed-99a4-1f7ef5556fe8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -709,31 +733,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15550/providers/Microsoft.DataLakeStore/accounts/testdatalake1665?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTU1MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMTY2NT9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14307/providers/Microsoft.DataLakeStore/accounts/testdatalake17600?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDMwNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMTc2MDA/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testdatalake1665\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"tags\": {\r\n \"testkey\": \"testvalue\"\r\n },\r\n \"properties\": {\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n }\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testdatalake17600\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"tags\": {\r\n \"testkey\": \"testvalue\"\r\n },\r\n \"properties\": {\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n }\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "288" + "289" ], "x-ms-client-request-id": [ - "c162fa09-c7eb-4004-a8ba-637c5612cfeb" + "fb31fc79-99c4-45ed-b8e4-d9ec9fdb651d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"97b08a65-7c1b-4db1-82c1-08d4084c5b88\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"testkey\": \"testvalue\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"tenantId\": \"00000000-0000-0000-0000-000000000000\"\r\n },\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15550/providers/Microsoft.DataLakeStore/accounts/testdatalake1665\",\r\n \"name\": \"testdatalake1665\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"fd6aaaa8-5f1a-4102-b459-82e99ed5fe13\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"testkey\": \"testvalue\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"tenantId\": \"00000000-0000-0000-0000-000000000000\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14307/providers/Microsoft.DataLakeStore/accounts/testdatalake17600\",\r\n \"name\": \"testdatalake17600\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ - "656" + "658" ], "Content-Type": [ "application/json" @@ -748,13 +773,13 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 02:27:27 GMT" + "Wed, 19 Oct 2016 20:28:08 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg15550/providers/Microsoft.DataLakeStore/accounts/testdatalake1665/operationresults/0?api-version=2015-10-01-preview" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg14307/providers/Microsoft.DataLakeStore/accounts/testdatalake17600/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -763,10 +788,13 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/97b08a65-7c1b-4db1-82c1-08d4084c5b880?api-version=2015-10-01-preview&expanded=true" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/fd6aaaa8-5f1a-4102-b459-82e99ed5fe130?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "3cadd13e-be22-4474-be2c-c9615b448594" + "eb3113bd-91e0-49e6-b4c6-39d87e4ac9c6" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -775,13 +803,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1175" + "1185" ], "x-ms-correlation-request-id": [ - "3984552e-bd2f-4708-91ca-dc06f8604f5c" + "35d74d8c-25a9-4c5c-abed-476d13d8995e" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T022728Z:3984552e-bd2f-4708-91ca-dc06f8604f5c" + "WESTUS2:20161019T202808Z:35d74d8c-25a9-4c5c-abed-476d13d8995e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -790,13 +818,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/97b08a65-7c1b-4db1-82c1-08d4084c5b880?api-version=2015-10-01-preview&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzk3YjA4YTY1LTdjMWItNGRiMS04MmMxLTA4ZDQwODRjNWI4ODA/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3JmV4cGFuZGVkPXRydWU=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/fd6aaaa8-5f1a-4102-b459-82e99ed5fe130?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzL2ZkNmFhYWE4LTVmMWEtNDEwMi1iNDU5LTgyZTk5ZWQ1ZmUxMzA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -814,7 +843,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 02:27:58 GMT" + "Wed, 19 Oct 2016 20:28:38 GMT" ], "Pragma": [ "no-cache" @@ -826,7 +855,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "91d69497-2680-4a64-a391-6b3d500466bf" + "2744b581-e445-41f4-abf5-fdda077cba99" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -835,13 +867,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" + "14985" ], "x-ms-correlation-request-id": [ - "cd9cbcf1-02d9-47a7-b2cd-d61bf1fbc9ed" + "99200206-b397-4cfb-b290-009672258317" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T022759Z:cd9cbcf1-02d9-47a7-b2cd-d61bf1fbc9ed" + "WESTUS2:20161019T202839Z:99200206-b397-4cfb-b290-009672258317" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -850,16 +882,17 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15550/providers/Microsoft.DataLakeStore/accounts/testdatalake1665?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTU1MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMTY2NT9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14307/providers/Microsoft.DataLakeStore/accounts/testdatalake17600?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDMwNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMTc2MDA/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake1665.caboaccountdogfood.net\",\r\n \"accountId\": \"97b08a65-7c1b-4db1-82c1-08d4084c5b88\",\r\n \"creationTime\": \"2016-09-01T02:27:31.1068511Z\",\r\n \"lastModifiedTime\": \"2016-09-01T02:27:31.1068511Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"testkey\": \"testvalue\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"25f24f26-85e0-4f72-8dc4-926502d42fcc\",\r\n \"tenantId\": \"4ca0b6b0-e97c-43bc-aa52-48f274d2cf1a\"\r\n },\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15550/providers/Microsoft.DataLakeStore/accounts/testdatalake1665\",\r\n \"name\": \"testdatalake1665\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake17600.azuredatalakestore.net\",\r\n \"accountId\": \"fd6aaaa8-5f1a-4102-b459-82e99ed5fe13\",\r\n \"creationTime\": \"2016-10-19T20:28:11.5814119Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:28:11.5814119Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"testkey\": \"testvalue\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"35320bcf-82df-4bc6-93ae-957c356e2619\",\r\n \"tenantId\": \"6e606ece-3a5a-4674-a654-d6b02bc5a51b\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14307/providers/Microsoft.DataLakeStore/accounts/testdatalake17600\",\r\n \"name\": \"testdatalake17600\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -874,7 +907,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 02:27:58 GMT" + "Wed, 19 Oct 2016 20:28:39 GMT" ], "Pragma": [ "no-cache" @@ -886,7 +919,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "69665ffa-7f7e-4e2b-ac3d-788fb4f50bf0" + "5cfa2996-395d-41e6-80be-3eefc27bd43b" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -895,13 +931,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" + "14991" ], "x-ms-correlation-request-id": [ - "9b5a3349-6bb2-4004-9db3-38ef8bfec5e5" + "d834c966-6e45-47d4-b673-d1bc5f1533be" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T022759Z:9b5a3349-6bb2-4004-9db3-38ef8bfec5e5" + "WESTUS2:20161019T202839Z:d834c966-6e45-47d4-b673-d1bc5f1533be" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -910,22 +946,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15550/providers/Microsoft.DataLakeStore/accounts/testdatalake1665?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTU1MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMTY2NT9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14307/providers/Microsoft.DataLakeStore/accounts/testdatalake17600?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDMwNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMTc2MDA/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "46500d4b-10ca-4bfc-8ca7-9b8af66d66a9" + "6e87d3b3-0d90-440e-b0df-50d2b4e8fdcd" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake1665.caboaccountdogfood.net\",\r\n \"accountId\": \"97b08a65-7c1b-4db1-82c1-08d4084c5b88\",\r\n \"creationTime\": \"2016-09-01T02:27:31.1068511Z\",\r\n \"lastModifiedTime\": \"2016-09-01T02:27:31.1068511Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"testkey\": \"testvalue\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"25f24f26-85e0-4f72-8dc4-926502d42fcc\",\r\n \"tenantId\": \"4ca0b6b0-e97c-43bc-aa52-48f274d2cf1a\"\r\n },\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15550/providers/Microsoft.DataLakeStore/accounts/testdatalake1665\",\r\n \"name\": \"testdatalake1665\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake17600.azuredatalakestore.net\",\r\n \"accountId\": \"fd6aaaa8-5f1a-4102-b459-82e99ed5fe13\",\r\n \"creationTime\": \"2016-10-19T20:28:11.5814119Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:28:11.5814119Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"testkey\": \"testvalue\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"35320bcf-82df-4bc6-93ae-957c356e2619\",\r\n \"tenantId\": \"6e606ece-3a5a-4674-a654-d6b02bc5a51b\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14307/providers/Microsoft.DataLakeStore/accounts/testdatalake17600\",\r\n \"name\": \"testdatalake17600\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -940,7 +977,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 02:28:00 GMT" + "Wed, 19 Oct 2016 20:28:40 GMT" ], "Pragma": [ "no-cache" @@ -952,7 +989,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "d5854f60-5caa-4c12-9294-903c4af29f3b" + "f93c5400-bd57-4093-b967-cb4ab07dcdc1" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -961,13 +1001,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" + "14991" ], "x-ms-correlation-request-id": [ - "2ce1c150-4f0a-46ef-8e29-9c14fa785309" + "a6797490-b874-4957-b37f-a15e4f4d5ee6" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T022800Z:2ce1c150-4f0a-46ef-8e29-9c14fa785309" + "WESTUS2:20161019T202840Z:a6797490-b874-4957-b37f-a15e4f4d5ee6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -976,22 +1016,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15550/providers/Microsoft.DataLakeStore/accounts/testdatalake1665?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTU1MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMTY2NT9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14307/providers/Microsoft.DataLakeStore/accounts/testdatalake17600?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDMwNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMTc2MDA/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9e9c9d97-34b1-4d06-ab48-b9f6aa80a527" + "6a6a86f5-f82b-4b95-aa55-f9379a27579d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake1665.caboaccountdogfood.net\",\r\n \"accountId\": \"97b08a65-7c1b-4db1-82c1-08d4084c5b88\",\r\n \"creationTime\": \"2016-09-01T02:27:31.1068511Z\",\r\n \"lastModifiedTime\": \"2016-09-01T02:28:03.2533573Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"25f24f26-85e0-4f72-8dc4-926502d42fcc\",\r\n \"tenantId\": \"4ca0b6b0-e97c-43bc-aa52-48f274d2cf1a\"\r\n },\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15550/providers/Microsoft.DataLakeStore/accounts/testdatalake1665\",\r\n \"name\": \"testdatalake1665\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake17600.azuredatalakestore.net\",\r\n \"accountId\": \"fd6aaaa8-5f1a-4102-b459-82e99ed5fe13\",\r\n \"creationTime\": \"2016-10-19T20:28:11.5814119Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:28:40.4870948Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"35320bcf-82df-4bc6-93ae-957c356e2619\",\r\n \"tenantId\": \"6e606ece-3a5a-4674-a654-d6b02bc5a51b\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14307/providers/Microsoft.DataLakeStore/accounts/testdatalake17600\",\r\n \"name\": \"testdatalake17600\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -1006,7 +1047,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 02:28:04 GMT" + "Wed, 19 Oct 2016 20:28:41 GMT" ], "Pragma": [ "no-cache" @@ -1018,7 +1059,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "7e3f0b08-6a25-4a94-b1f0-430c5446d9c6" + "82d9609d-e4bd-4ed2-9947-e2dfc51fc7c6" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -1027,13 +1071,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" + "14983" ], "x-ms-correlation-request-id": [ - "356b392f-a17d-46b6-a409-77ef554011d9" + "78c68151-e204-4595-a492-2ce30b324433" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T022805Z:356b392f-a17d-46b6-a409-77ef554011d9" + "WESTUS2:20161019T202842Z:78c68151-e204-4595-a492-2ce30b324433" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1042,22 +1086,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15550/providers/Microsoft.DataLakeStore/accounts/testdatalake1665?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTU1MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMTY2NT9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14307/providers/Microsoft.DataLakeStore/accounts/testdatalake17600?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDMwNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMTc2MDA/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "005611da-893a-4f8a-ba5c-7221cef32db1" + "7f6f0a1c-43d7-475e-a017-bc3c2a38833c" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake1665.caboaccountdogfood.net\",\r\n \"accountId\": \"97b08a65-7c1b-4db1-82c1-08d4084c5b88\",\r\n \"creationTime\": \"2016-09-01T02:27:31.1068511Z\",\r\n \"lastModifiedTime\": \"2016-09-01T02:28:03.2533573Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"25f24f26-85e0-4f72-8dc4-926502d42fcc\",\r\n \"tenantId\": \"4ca0b6b0-e97c-43bc-aa52-48f274d2cf1a\"\r\n },\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15550/providers/Microsoft.DataLakeStore/accounts/testdatalake1665\",\r\n \"name\": \"testdatalake1665\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake17600.azuredatalakestore.net\",\r\n \"accountId\": \"fd6aaaa8-5f1a-4102-b459-82e99ed5fe13\",\r\n \"creationTime\": \"2016-10-19T20:28:11.5814119Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:28:40.4870948Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"35320bcf-82df-4bc6-93ae-957c356e2619\",\r\n \"tenantId\": \"6e606ece-3a5a-4674-a654-d6b02bc5a51b\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14307/providers/Microsoft.DataLakeStore/accounts/testdatalake17600\",\r\n \"name\": \"testdatalake17600\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -1072,7 +1117,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 02:28:40 GMT" + "Wed, 19 Oct 2016 20:29:19 GMT" ], "Pragma": [ "no-cache" @@ -1084,7 +1129,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "e6bb726f-2175-4422-9afb-452171d1a43b" + "6f41cb2a-e9b6-4cb0-8370-37be3e403864" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -1093,13 +1141,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" + "14981" ], "x-ms-correlation-request-id": [ - "11653a70-cf88-465e-ad1a-1f7239a2387e" + "da8dffcc-8d42-464e-9875-69dc35cd1a55" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T022841Z:11653a70-cf88-465e-ad1a-1f7239a2387e" + "WESTUS2:20161019T202920Z:da8dffcc-8d42-464e-9875-69dc35cd1a55" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1108,25 +1156,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15550/providers/Microsoft.DataLakeStore/accounts/testdatalake1665?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTU1MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMTY2NT9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14307/providers/Microsoft.DataLakeStore/accounts/testdatalake17600?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDMwNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMTc2MDA/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3a2caa09-9426-414b-b879-2098323a60b3" + "b36e60c4-cca2-473c-8eb9-9b3578169b6f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testdatalake1665' under resource group 'datalakerg15550' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testdatalake17600' under resource group 'datalakerg14307' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "168" + "169" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1138,7 +1187,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 02:28:42 GMT" + "Wed, 19 Oct 2016 20:29:23 GMT" ], "Pragma": [ "no-cache" @@ -1147,13 +1196,13 @@ "gateway" ], "x-ms-request-id": [ - "2459a872-04ce-42b8-9df5-a1c7c4816c35" + "e2c34f3f-3c15-4efc-9daa-fb15cba84d39" ], "x-ms-correlation-request-id": [ - "2459a872-04ce-42b8-9df5-a1c7c4816c35" + "e2c34f3f-3c15-4efc-9daa-fb15cba84d39" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T022842Z:2459a872-04ce-42b8-9df5-a1c7c4816c35" + "WESTUS2:20161019T202923Z:e2c34f3f-3c15-4efc-9daa-fb15cba84d39" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1162,28 +1211,29 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15550/providers/Microsoft.DataLakeStore/accounts/testdatalake1665?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTU1MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMTY2NT9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14307/providers/Microsoft.DataLakeStore/accounts/testdatalake17600?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDMwNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMTc2MDA/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"name\": \"testdatalake1665\",\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"testdatalake17600\",\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "87" + "88" ], "x-ms-client-request-id": [ - "8ec51ab0-4cf1-4d1d-8f33-8eb378cb8b19" + "c0fc01ed-9192-4a8d-b0f8-eea8cead22b1" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake1665.caboaccountdogfood.net\",\r\n \"accountId\": \"97b08a65-7c1b-4db1-82c1-08d4084c5b88\",\r\n \"creationTime\": \"2016-09-01T02:27:31.1068511Z\",\r\n \"lastModifiedTime\": \"2016-09-01T02:28:03.2533573Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n },\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15550/providers/Microsoft.DataLakeStore/accounts/testdatalake1665\",\r\n \"name\": \"testdatalake1665\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake17600.azuredatalakestore.net\",\r\n \"accountId\": \"fd6aaaa8-5f1a-4102-b459-82e99ed5fe13\",\r\n \"creationTime\": \"2016-10-19T20:28:11.5814119Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:28:40.4870948Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14307/providers/Microsoft.DataLakeStore/accounts/testdatalake17600\",\r\n \"name\": \"testdatalake17600\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -1198,7 +1248,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 02:28:03 GMT" + "Wed, 19 Oct 2016 20:28:41 GMT" ], "Pragma": [ "no-cache" @@ -1210,7 +1260,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "aebeb6f6-ff85-42fd-8605-d21a5b9dec36" + "7889c89a-a29e-4027-ab0c-4064e171bda6" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -1219,13 +1272,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1174" + "1193" ], "x-ms-correlation-request-id": [ - "94907883-4454-4dfe-ab79-254d21acc727" + "94f82278-372e-4528-8496-713013f9029e" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T022804Z:94907883-4454-4dfe-ab79-254d21acc727" + "WESTUS2:20161019T202842Z:94f82278-372e-4528-8496-713013f9029e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1234,31 +1287,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15550/providers/Microsoft.DataLakeStore/accounts/testdatalake1665acct2?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTU1MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMTY2NWFjY3QyP2FwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14307/providers/Microsoft.DataLakeStore/accounts/testdatalake17600acct2?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDMwNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMTc2MDBhY2N0Mj9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testdatalake1665acct2\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n },\r\n \"properties\": {\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"endpoint\": \"testdatalake1665.caboaccountdogfood.net\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testdatalake17600acct2\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n },\r\n \"properties\": {\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"endpoint\": \"testdatalake17600.azuredatalakestore.net\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "359" + "495" ], "x-ms-client-request-id": [ - "d67ecb77-af6b-4b1b-b4bf-61e7819c8ab5" + "e1eaa1ca-3994-407c-83ff-3a5be8e9c873" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"cdc9a02f-602a-4506-ad10-7144dcabea53\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"tenantId\": \"00000000-0000-0000-0000-000000000000\"\r\n },\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15550/providers/Microsoft.DataLakeStore/accounts/testdatalake1665acct2\",\r\n \"name\": \"testdatalake1665acct2\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"5ff40341-d334-434f-8e35-11052fd58431\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"tenantId\": \"00000000-0000-0000-0000-000000000000\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14307/providers/Microsoft.DataLakeStore/accounts/testdatalake17600acct2\",\r\n \"name\": \"testdatalake17600acct2\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ - "672" + "780" ], "Content-Type": [ "application/json" @@ -1273,13 +1327,13 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 02:28:09 GMT" + "Wed, 19 Oct 2016 20:28:47 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg15550/providers/Microsoft.DataLakeStore/accounts/testdatalake1665acct2/operationresults/0?api-version=2015-10-01-preview" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg14307/providers/Microsoft.DataLakeStore/accounts/testdatalake17600acct2/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -1288,10 +1342,13 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/cdc9a02f-602a-4506-ad10-7144dcabea530?api-version=2015-10-01-preview&expanded=true" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/5ff40341-d334-434f-8e35-11052fd584310?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "856b071e-3ad5-4b37-b32f-31b69e356ea0" + "817b3ffc-ba92-49c0-b88b-77c7727eb408" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -1300,13 +1357,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1178" + "1193" ], "x-ms-correlation-request-id": [ - "4b462823-936d-4b5e-b6ac-3115c972fdc7" + "e015c557-85d5-4157-9712-910e2c22b941" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T022809Z:4b462823-936d-4b5e-b6ac-3115c972fdc7" + "WESTUS2:20161019T202847Z:e015c557-85d5-4157-9712-910e2c22b941" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1315,13 +1372,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/cdc9a02f-602a-4506-ad10-7144dcabea530?api-version=2015-10-01-preview&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzL2NkYzlhMDJmLTYwMmEtNDUwNi1hZDEwLTcxNDRkY2FiZWE1MzA/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3JmV4cGFuZGVkPXRydWU=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/5ff40341-d334-434f-8e35-11052fd584310?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzVmZjQwMzQxLWQzMzQtNDM0Zi04ZTM1LTExMDUyZmQ1ODQzMTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -1339,7 +1397,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 02:28:39 GMT" + "Wed, 19 Oct 2016 20:29:17 GMT" ], "Pragma": [ "no-cache" @@ -1351,7 +1409,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "6857348a-0f5d-42c7-9eb3-224972f34fff" + "f5224a7e-0e39-4504-bc93-95a125f93c29" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -1360,13 +1421,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" + "14977" ], "x-ms-correlation-request-id": [ - "c40aa5f7-4d72-45d1-8293-77904d15c7ee" + "23e36b9c-ad26-47f8-bf83-436494bb810c" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T022839Z:c40aa5f7-4d72-45d1-8293-77904d15c7ee" + "WESTUS2:20161019T202918Z:23e36b9c-ad26-47f8-bf83-436494bb810c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1375,16 +1436,17 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15550/providers/Microsoft.DataLakeStore/accounts/testdatalake1665acct2?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTU1MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMTY2NWFjY3QyP2FwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14307/providers/Microsoft.DataLakeStore/accounts/testdatalake17600acct2?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDMwNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMTc2MDBhY2N0Mj9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake1665acct2.caboaccountdogfood.net\",\r\n \"accountId\": \"cdc9a02f-602a-4506-ad10-7144dcabea53\",\r\n \"creationTime\": \"2016-09-01T02:28:10.8259562Z\",\r\n \"lastModifiedTime\": \"2016-09-01T02:28:10.8259562Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"bfda9e7e-46a9-48f8-befd-534adfe09d6a\",\r\n \"tenantId\": \"4ca0b6b0-e97c-43bc-aa52-48f274d2cf1a\"\r\n },\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15550/providers/Microsoft.DataLakeStore/accounts/testdatalake1665acct2\",\r\n \"name\": \"testdatalake1665acct2\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake17600acct2.azuredatalakestore.net\",\r\n \"accountId\": \"5ff40341-d334-434f-8e35-11052fd58431\",\r\n \"creationTime\": \"2016-10-19T20:28:50.2197963Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:28:50.2197963Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"6ea0bdd0-5e85-4733-b433-3f2b7828f894\",\r\n \"tenantId\": \"6e606ece-3a5a-4674-a654-d6b02bc5a51b\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14307/providers/Microsoft.DataLakeStore/accounts/testdatalake17600acct2\",\r\n \"name\": \"testdatalake17600acct2\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -1399,7 +1461,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 02:28:39 GMT" + "Wed, 19 Oct 2016 20:29:17 GMT" ], "Pragma": [ "no-cache" @@ -1411,7 +1473,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "2dfa5ed5-73b2-49b1-a7ed-db5e8b4c7c57" + "94535bcb-c40e-4860-87ed-06770b73fb34" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -1420,13 +1485,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" + "14977" ], "x-ms-correlation-request-id": [ - "690aef28-66f4-449c-9cf8-54594eacee92" + "ca3019d1-3820-4da2-95f6-f5c81d1d3dae" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T022839Z:690aef28-66f4-449c-9cf8-54594eacee92" + "WESTUS2:20161019T202918Z:ca3019d1-3820-4da2-95f6-f5c81d1d3dae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1435,25 +1500,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/accounts?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/accounts?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cz9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1ddbbf28-ae7d-494a-bfdf-aa8d9ae45d1b" + "0c92eaf8-39f4-4591-8712-d1c915b1854b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"e2etest1caboppebn3p.caboaccountdogfood.net\",\r\n \"accountId\": \"53e52a1f-6fe3-4d66-8946-a290ed86245c\",\r\n \"creationTime\": \"2016-08-11T22:29:44.1566525Z\",\r\n \"lastModifiedTime\": \"2016-08-11T22:29:44.1566525Z\"\r\n },\r\n \"location\": \"brazilsouth\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/cabo-group-pp3-bn3p/providers/Microsoft.DataLakeStore/accounts/e2etest1caboppebn3p\",\r\n \"name\": \"e2etest1caboppebn3p\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"e2etest2caboppebn3p.caboaccountdogfood.net\",\r\n \"accountId\": \"ebc6067a-8deb-4852-9b21-3118d11d4cfc\",\r\n \"creationTime\": \"2016-08-11T22:30:37.724893Z\",\r\n \"lastModifiedTime\": \"2016-08-11T22:30:37.724893Z\"\r\n },\r\n \"location\": \"brazilsouth\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/cabo-group-pp3-bn3p/providers/Microsoft.DataLakeStore/accounts/e2etest2caboppebn3p\",\r\n \"name\": \"e2etest2caboppebn3p\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"96e4dbe9-3520-45a9-9ac9-4a51c819b03d\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/begoldsm01/providers/Microsoft.DataLakeStore/accounts/adlsbegoldsm01\",\r\n \"name\": \"adlsbegoldsm01\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"e2etest160711432138.caboaccountdogfood.net\",\r\n \"accountId\": \"9a04f29a-d8e0-4482-ab2b-1237b3d854fb\",\r\n \"creationTime\": \"2016-07-11T21:05:28.9648995Z\",\r\n \"lastModifiedTime\": \"2016-07-11T21:05:28.9648995Z\"\r\n },\r\n \"location\": \"east us 2\",\r\n \"tags\": {\r\n \"owner\": \"koboe2etest\"\r\n },\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/cabogroup-ppe-bn2/providers/Microsoft.DataLakeStore/accounts/e2etest160711432138\",\r\n \"name\": \"e2etest160711432138\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"e2etest160711553055.caboaccountdogfood.net\",\r\n \"accountId\": \"5a0d038b-29d7-41f9-bb24-67d8eb887aa4\",\r\n \"creationTime\": \"2016-07-11T21:31:47.9775384Z\",\r\n \"lastModifiedTime\": \"2016-07-11T21:31:47.9775384Z\"\r\n },\r\n \"location\": \"east us 2\",\r\n \"tags\": {\r\n \"owner\": \"koboe2etest\"\r\n },\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/cabogroup-ppe-bn2/providers/Microsoft.DataLakeStore/accounts/e2etest160711553055\",\r\n \"name\": \"e2etest160711553055\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"e2etest160725550935.caboaccountdogfood.net\",\r\n \"accountId\": \"a1a7c709-b91a-44f5-a00e-543aac24ad49\",\r\n \"creationTime\": \"2016-07-25T22:22:12.9623608Z\",\r\n \"lastModifiedTime\": \"2016-07-25T22:22:12.9623608Z\"\r\n },\r\n \"location\": \"east us 2\",\r\n \"tags\": {\r\n \"owner\": \"koboe2etest\"\r\n },\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/cabogroup-ppe-bn2/providers/Microsoft.DataLakeStore/accounts/e2etest160725550935\",\r\n \"name\": \"e2etest160725550935\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"e2etest160729234667.caboaccountdogfood.net\",\r\n \"accountId\": \"bc977682-322d-40e7-85d1-7703dbaf169f\",\r\n \"creationTime\": \"2016-07-29T21:52:55.7996738Z\",\r\n \"lastModifiedTime\": \"2016-07-29T21:52:55.7996738Z\"\r\n },\r\n \"location\": \"east us 2\",\r\n \"tags\": {\r\n \"owner\": \"koboe2etest\"\r\n },\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/cabogroup-ppe-bn2/providers/Microsoft.DataLakeStore/accounts/e2etest160729234667\",\r\n \"name\": \"e2etest160729234667\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"e2etest2caboppebn2.caboaccountdogfood.net\",\r\n \"accountId\": \"6b7b020d-ce51-45f8-89a3-e4aa75b07634\",\r\n \"creationTime\": \"2016-04-21T01:24:08.1261519Z\",\r\n \"lastModifiedTime\": \"2016-04-21T01:24:08.1261519Z\"\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/cabogroup-ppe-bn2/providers/Microsoft.DataLakeStore/accounts/e2etest2caboppebn2\",\r\n \"name\": \"e2etest2caboppebn2\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"e2etestcaboppebn2.caboaccountdogfood.net\",\r\n \"accountId\": \"cff76726-7ef3-4718-af51-12d5555ac742\",\r\n \"creationTime\": \"2016-04-21T01:21:19.2694912Z\",\r\n \"lastModifiedTime\": \"2016-04-21T01:21:19.2694912Z\"\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/cabogroup-ppe-bn2/providers/Microsoft.DataLakeStore/accounts/e2etestcaboppebn2\",\r\n \"name\": \"e2etestcaboppebn2\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs11091.caboaccountdogfood.net\",\r\n \"accountId\": \"080eb4f8-5fcd-44d9-9768-12e15bd0e72a\",\r\n \"creationTime\": \"2016-09-01T02:22:12.2903766Z\",\r\n \"lastModifiedTime\": \"2016-09-01T02:22:12.2903766Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg12731/providers/Microsoft.DataLakeStore/accounts/testadlfs11091\",\r\n \"name\": \"testadlfs11091\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake19319.caboaccountdogfood.net\",\r\n \"accountId\": \"603d26f9-f5d4-494e-8bf1-099a1b96d698\",\r\n \"creationTime\": \"2016-09-01T02:22:54.2114889Z\",\r\n \"lastModifiedTime\": \"2016-09-01T02:22:54.2114889Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"testkey\": \"testvalue\"\r\n },\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg12731/providers/Microsoft.DataLakeStore/accounts/testdatalake19319\",\r\n \"name\": \"testdatalake19319\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs14238.caboaccountdogfood.net\",\r\n \"accountId\": \"01be286d-2fc5-40d9-8b97-f17de15f6aa2\",\r\n \"creationTime\": \"2016-09-01T02:26:47.853609Z\",\r\n \"lastModifiedTime\": \"2016-09-01T02:26:47.853609Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15550/providers/Microsoft.DataLakeStore/accounts/testadlfs14238\",\r\n \"name\": \"testadlfs14238\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake1665.caboaccountdogfood.net\",\r\n \"accountId\": \"97b08a65-7c1b-4db1-82c1-08d4084c5b88\",\r\n \"creationTime\": \"2016-09-01T02:27:31.1068511Z\",\r\n \"lastModifiedTime\": \"2016-09-01T02:28:03.2533573Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n },\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15550/providers/Microsoft.DataLakeStore/accounts/testdatalake1665\",\r\n \"name\": \"testdatalake1665\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake1665acct2.caboaccountdogfood.net\",\r\n \"accountId\": \"cdc9a02f-602a-4506-ad10-7144dcabea53\",\r\n \"creationTime\": \"2016-09-01T02:28:10.8259562Z\",\r\n \"lastModifiedTime\": \"2016-09-01T02:28:10.8259562Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n },\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15550/providers/Microsoft.DataLakeStore/accounts/testdatalake1665acct2\",\r\n \"name\": \"testdatalake1665acct2\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs14752.caboaccountdogfood.net\",\r\n \"accountId\": \"40ff50dc-5ae8-4905-9639-2f746b50a9a3\",\r\n \"creationTime\": \"2016-09-01T02:17:45.3842365Z\",\r\n \"lastModifiedTime\": \"2016-09-01T02:17:45.3842365Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg17349/providers/Microsoft.DataLakeStore/accounts/testadlfs14752\",\r\n \"name\": \"testadlfs14752\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake19517.caboaccountdogfood.net\",\r\n \"accountId\": \"322942b7-1b0e-4dab-8393-8530fab3386f\",\r\n \"creationTime\": \"2016-09-01T02:18:20.4794531Z\",\r\n \"lastModifiedTime\": \"2016-09-01T02:18:20.4794531Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"testkey\": \"testvalue\"\r\n },\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg17349/providers/Microsoft.DataLakeStore/accounts/testdatalake19517\",\r\n \"name\": \"testdatalake19517\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake11638.caboaccountdogfood.net\",\r\n \"accountId\": \"c5d7af14-5082-42ca-8dfc-dd438bcc05bc\",\r\n \"creationTime\": \"2016-08-31T00:27:44.5925965Z\",\r\n \"lastModifiedTime\": \"2016-08-31T00:27:44.5925965Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/rgaba11947/providers/Microsoft.DataLakeStore/accounts/testdatalake11638\",\r\n \"name\": \"testdatalake11638\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake1304.caboaccountdogfood.net\",\r\n \"accountId\": \"e01d0af9-b832-48b1-a9a7-1b35d61b463e\",\r\n \"creationTime\": \"2016-08-31T00:33:20.1239805Z\",\r\n \"lastModifiedTime\": \"2016-08-31T00:33:20.1239805Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/rgaba18331/providers/Microsoft.DataLakeStore/accounts/testdatalake1304\",\r\n \"name\": \"testdatalake1304\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"e2etest160803264425.caboaccountdogfood.net\",\r\n \"accountId\": \"576f8004-3be3-4174-b6ba-01a88e2ffae3\",\r\n \"creationTime\": \"2016-08-03T15:30:32.5118811Z\",\r\n \"lastModifiedTime\": \"2016-08-03T15:30:32.5118811Z\"\r\n },\r\n \"location\": \"west us\",\r\n \"tags\": {\r\n \"owner\": \"koboe2etest\"\r\n },\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/cabogroup-ppe-bn3p/providers/Microsoft.DataLakeStore/accounts/e2etest160803264425\",\r\n \"name\": \"e2etest160803264425\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"e2etest160803279186.caboaccountdogfood.net\",\r\n \"accountId\": \"f4634746-0232-4db7-9a8d-09114bf1ab15\",\r\n \"creationTime\": \"2016-08-03T13:52:55.8077135Z\",\r\n \"lastModifiedTime\": \"2016-08-03T13:52:55.8077135Z\"\r\n },\r\n \"location\": \"west us\",\r\n \"tags\": {\r\n \"owner\": \"koboe2etest\"\r\n },\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/cabogroup-ppe-bn3p/providers/Microsoft.DataLakeStore/accounts/e2etest160803279186\",\r\n \"name\": \"e2etest160803279186\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"e2etest160831988192.caboaccountdogfood.net\",\r\n \"accountId\": \"9bc5ad18-56e9-4937-8b9a-6f4dc0296b24\",\r\n \"creationTime\": \"2016-08-31T00:26:27.0772597Z\",\r\n \"lastModifiedTime\": \"2016-08-31T00:26:57.9455225Z\"\r\n },\r\n \"location\": \"west us\",\r\n \"tags\": {\r\n \"CreatedBy\": \"E2ETests\"\r\n },\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/cabogroup-ppe-bn3p/providers/Microsoft.DataLakeStore/accounts/e2etest160831988192\",\r\n \"name\": \"e2etest160831988192\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"e2etestcaboppebn3p.caboaccountdogfood.net\",\r\n \"accountId\": \"43487b4e-3735-428e-ba01-b03e14d1d886\",\r\n \"creationTime\": \"2016-07-21T00:09:55.9690389Z\",\r\n \"lastModifiedTime\": \"2016-07-21T00:09:55.9690389Z\"\r\n },\r\n \"location\": \"westus\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/cabogroup-ppe-bn3p/providers/Microsoft.DataLakeStore/accounts/e2etestcaboppebn3p\",\r\n \"name\": \"e2etestcaboppebn3p\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"adlscredtest01.caboaccountdogfood.net\",\r\n \"accountId\": \"57e435cf-edae-4160-a9f4-7d4f6be6b13d\",\r\n \"creationTime\": \"2016-08-31T21:46:50.5534492Z\",\r\n \"lastModifiedTime\": \"2016-08-31T21:46:50.5534492Z\"\r\n },\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/credtest01/providers/Microsoft.DataLakeStore/accounts/adlscredtest01\",\r\n \"name\": \"adlscredtest01\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake17242.caboaccountdogfood.net\",\r\n \"accountId\": \"21bb08de-49fb-40f5-8972-3d465256a556\",\r\n \"creationTime\": \"2016-08-31T02:38:06.2582575Z\",\r\n \"lastModifiedTime\": \"2016-08-31T02:38:06.2582575Z\"\r\n },\r\n \"location\": \"West US\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/rgaba1514/providers/Microsoft.DataLakeStore/accounts/testdatalake17242\",\r\n \"name\": \"testdatalake17242\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake15923.caboaccountdogfood.net\",\r\n \"accountId\": \"fc3934e3-a35d-4348-a281-b540779b32e4\",\r\n \"creationTime\": \"2016-08-31T02:56:08.9543338Z\",\r\n \"lastModifiedTime\": \"2016-08-31T02:56:08.9543338Z\"\r\n },\r\n \"location\": \"West US\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/rgaba1771/providers/Microsoft.DataLakeStore/accounts/testdatalake15923\",\r\n \"name\": \"testdatalake15923\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"adlspysample01.azuredatalakestore.net\",\r\n \"accountId\": \"f7a5c302-324f-4e8c-949a-9d9bd37d0560\",\r\n \"creationTime\": \"2016-09-07T18:13:56.9504562Z\",\r\n \"lastModifiedTime\": \"2016-09-07T18:13:56.9504562Z\"\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/adlpysamplerg01/providers/Microsoft.DataLakeStore/accounts/adlspysample01\",\r\n \"name\": \"adlspysample01\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"adlspysample02.azuredatalakestore.net\",\r\n \"accountId\": \"b1965bed-e4c4-480f-982e-db20f2134955\",\r\n \"creationTime\": \"2016-09-30T01:04:04.160948Z\",\r\n \"lastModifiedTime\": \"2016-09-30T01:04:04.160948Z\"\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/adlpysamplerg02/providers/Microsoft.DataLakeStore/accounts/adlspysample02\",\r\n \"name\": \"adlspysample02\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"adlspysample03.azuredatalakestore.net\",\r\n \"accountId\": \"b8d36f7e-b2d0-41f7-b596-dbcddce27bae\",\r\n \"creationTime\": \"2016-09-30T19:30:36.3159027Z\",\r\n \"lastModifiedTime\": \"2016-09-30T19:30:36.3159027Z\"\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/adlpysamplerg03/providers/Microsoft.DataLakeStore/accounts/adlspysample03\",\r\n \"name\": \"adlspysample03\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs12782.azuredatalakestore.net\",\r\n \"accountId\": \"89580f9c-5673-4844-916f-b66477d7b8cd\",\r\n \"creationTime\": \"2016-10-19T20:27:32.9952069Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:27:32.9952069Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14307/providers/Microsoft.DataLakeStore/accounts/testadlfs12782\",\r\n \"name\": \"testadlfs12782\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake17600.azuredatalakestore.net\",\r\n \"accountId\": \"fd6aaaa8-5f1a-4102-b459-82e99ed5fe13\",\r\n \"creationTime\": \"2016-10-19T20:28:11.5814119Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:28:40.4870948Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14307/providers/Microsoft.DataLakeStore/accounts/testdatalake17600\",\r\n \"name\": \"testdatalake17600\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake17600acct2.azuredatalakestore.net\",\r\n \"accountId\": \"5ff40341-d334-434f-8e35-11052fd58431\",\r\n \"creationTime\": \"2016-10-19T20:28:50.2197963Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:28:50.2197963Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14307/providers/Microsoft.DataLakeStore/accounts/testdatalake17600acct2\",\r\n \"name\": \"testdatalake17600acct2\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"pyarmadls32e3152c.azuredatalakestore.net\",\r\n \"accountId\": \"7769ea12-9a46-48f4-bc1e-896503eb7771\",\r\n \"creationTime\": \"2016-10-14T00:37:16.9933533Z\",\r\n \"lastModifiedTime\": \"2016-10-14T00:37:16.9933533Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/test_mgmt_datalake_analytics_test_adla_catalog_items32e3152c/providers/Microsoft.DataLakeStore/accounts/pyarmadls32e3152c\",\r\n \"name\": \"pyarmadls32e3152c\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"pyarmadls83af117e.azuredatalakestore.net\",\r\n \"accountId\": \"903d9a07-b8b4-4c2c-b4f1-f65d05119951\",\r\n \"creationTime\": \"2016-10-12T17:52:08.4193171Z\",\r\n \"lastModifiedTime\": \"2016-10-12T17:52:08.4193171Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/test_mgmt_datalake_analytics_test_adla_jobs83af117e/providers/Microsoft.DataLakeStore/accounts/pyarmadls83af117e\",\r\n \"name\": \"pyarmadls83af117e\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"begoldsmtstacl01.azuredatalakestore.net\",\r\n \"accountId\": \"ef22f349-0793-4386-b6b6-04a94f33ba12\",\r\n \"creationTime\": \"2016-08-30T18:29:18.0064863Z\",\r\n \"lastModifiedTime\": \"2016-08-30T18:29:18.0064863Z\"\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/testaclrg/providers/Microsoft.DataLakeStore/accounts/begoldsmtstacl01\",\r\n \"name\": \"begoldsmtstacl01\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" @@ -1461,31 +1527,41 @@ "Cache-Control": [ "no-cache" ], + "Connection": [ + "close" + ], "Date": [ - "Thu, 01 Sep 2016 02:28:39 GMT" + "Wed, 19 Oct 2016 20:29:18 GMT" ], "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-IIS/8.5" + ], "Vary": [ "Accept-Encoding" ], - "x-ms-original-request-ids": [ - "77d88a71-fb1d-4f24-bd2a-155505aae78b", - "bbfeb597-84e3-4b45-af4e-ae6d9d0f7021", - "a6609a7d-a6cd-49b9-ae46-6275eb2f8a2e" + "x-ms-request-id": [ + "2afd30bb-dc4c-4051-8621-c8f4ee625927" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" + "X-Content-Type-Options": [ + "nosniff" ], - "x-ms-request-id": [ - "d8ce8223-da88-4fa2-b880-2d25c248ad93" + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14979" ], "x-ms-correlation-request-id": [ - "d8ce8223-da88-4fa2-b880-2d25c248ad93" + "9bb69e6c-cd00-445a-813d-a602b3b18f09" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T022840Z:d8ce8223-da88-4fa2-b880-2d25c248ad93" + "WESTUS2:20161019T202919Z:9bb69e6c-cd00-445a-813d-a602b3b18f09" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1494,22 +1570,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15550/providers/Microsoft.DataLakeStore/accounts?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTU1MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14307/providers/Microsoft.DataLakeStore/accounts?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDMwNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHM/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "acbbcf57-d01f-4911-a20d-bcd053b3d792" + "c96c8720-1037-4591-87c2-44c955ff810c" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs14238.caboaccountdogfood.net\",\r\n \"accountId\": \"01be286d-2fc5-40d9-8b97-f17de15f6aa2\",\r\n \"creationTime\": \"2016-09-01T02:26:47.853609Z\",\r\n \"lastModifiedTime\": \"2016-09-01T02:26:47.853609Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15550/providers/Microsoft.DataLakeStore/accounts/testadlfs14238\",\r\n \"name\": \"testadlfs14238\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake1665.caboaccountdogfood.net\",\r\n \"accountId\": \"97b08a65-7c1b-4db1-82c1-08d4084c5b88\",\r\n \"creationTime\": \"2016-09-01T02:27:31.1068511Z\",\r\n \"lastModifiedTime\": \"2016-09-01T02:28:03.2533573Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n },\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15550/providers/Microsoft.DataLakeStore/accounts/testdatalake1665\",\r\n \"name\": \"testdatalake1665\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake1665acct2.caboaccountdogfood.net\",\r\n \"accountId\": \"cdc9a02f-602a-4506-ad10-7144dcabea53\",\r\n \"creationTime\": \"2016-09-01T02:28:10.8259562Z\",\r\n \"lastModifiedTime\": \"2016-09-01T02:28:10.8259562Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n },\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15550/providers/Microsoft.DataLakeStore/accounts/testdatalake1665acct2\",\r\n \"name\": \"testdatalake1665acct2\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs12782.azuredatalakestore.net\",\r\n \"accountId\": \"89580f9c-5673-4844-916f-b66477d7b8cd\",\r\n \"creationTime\": \"2016-10-19T20:27:32.9952069Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:27:32.9952069Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14307/providers/Microsoft.DataLakeStore/accounts/testadlfs12782\",\r\n \"name\": \"testadlfs12782\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake17600.azuredatalakestore.net\",\r\n \"accountId\": \"fd6aaaa8-5f1a-4102-b459-82e99ed5fe13\",\r\n \"creationTime\": \"2016-10-19T20:28:11.5814119Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:28:40.4870948Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14307/providers/Microsoft.DataLakeStore/accounts/testdatalake17600\",\r\n \"name\": \"testdatalake17600\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake17600acct2.azuredatalakestore.net\",\r\n \"accountId\": \"5ff40341-d334-434f-8e35-11052fd58431\",\r\n \"creationTime\": \"2016-10-19T20:28:50.2197963Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:28:50.2197963Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14307/providers/Microsoft.DataLakeStore/accounts/testdatalake17600acct2\",\r\n \"name\": \"testdatalake17600acct2\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -1524,7 +1601,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 02:28:39 GMT" + "Wed, 19 Oct 2016 20:29:19 GMT" ], "Pragma": [ "no-cache" @@ -1536,7 +1613,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "2a194e01-9d95-40e6-9124-299ddb66b610" + "95a9dfd1-2bb2-45d4-9506-fda4ce494944" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -1545,13 +1625,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" + "14975" ], "x-ms-correlation-request-id": [ - "0e145d15-4e4f-408f-aa5f-425fe0a3c89a" + "51355972-a784-43d5-8539-cdabc3142ec7" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T022840Z:0e145d15-4e4f-408f-aa5f-425fe0a3c89a" + "WESTUS2:20161019T202919Z:51355972-a784-43d5-8539-cdabc3142ec7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1560,19 +1640,20 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15550/providers/Microsoft.DataLakeStore/accounts/testdatalake1665?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTU1MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMTY2NT9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14307/providers/Microsoft.DataLakeStore/accounts/testdatalake17600?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDMwNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMTc2MDA/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1c268b71-1c70-4184-b3e0-4096ce781ac2" + "ee011848-d854-4878-8765-64866edb7e1e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, "ResponseBody": "", @@ -1590,7 +1671,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 02:28:41 GMT" + "Wed, 19 Oct 2016 20:29:22 GMT" ], "Pragma": [ "no-cache" @@ -1599,7 +1680,7 @@ "Microsoft-IIS/8.5" ], "x-ms-request-id": [ - "d5e12e9e-1e88-49b4-8d2a-445300ea84bc" + "99a4bf36-e887-4b3a-a2af-3af751e9ad6b" ], "X-AspNet-Version": [ "4.0.30319" @@ -1608,13 +1689,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1168" + "1191" ], "x-ms-correlation-request-id": [ - "598593ae-9840-41af-9d4f-ff539ce3f3b9" + "346d539c-deeb-4ffb-9dbb-ffeb84f890ec" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T022842Z:598593ae-9840-41af-9d4f-ff539ce3f3b9" + "WESTUS2:20161019T202923Z:346d539c-deeb-4ffb-9dbb-ffeb84f890ec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1623,19 +1704,20 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15550/providers/Microsoft.DataLakeStore/accounts/testdatalake1665?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTU1MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMTY2NT9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14307/providers/Microsoft.DataLakeStore/accounts/testdatalake17600?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDMwNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMTc2MDA/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ed9a3e55-9fcd-483b-b903-f2d99c44649e" + "b204c18c-8609-4848-91db-3a2c012c581a" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, "ResponseBody": "", @@ -1647,22 +1729,22 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 02:28:42 GMT" + "Wed, 19 Oct 2016 20:29:23 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1174" + "1194" ], "x-ms-request-id": [ - "7bfb1b96-a9ac-4ac2-bb48-397d3240e874" + "b2d9df73-776a-413f-8a8d-1b8c8f8f5ce9" ], "x-ms-correlation-request-id": [ - "7bfb1b96-a9ac-4ac2-bb48-397d3240e874" + "b2d9df73-776a-413f-8a8d-1b8c8f8f5ce9" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T022842Z:7bfb1b96-a9ac-4ac2-bb48-397d3240e874" + "WESTUS2:20161019T202923Z:b2d9df73-776a-413f-8a8d-1b8c8f8f5ce9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1671,19 +1753,20 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15550/providers/Microsoft.DataLakeStore/accounts/testdatalake1665?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTU1MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMTY2NT9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14307/providers/Microsoft.DataLakeStore/accounts/testdatalake17600?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDMwNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMTc2MDA/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "82d78926-e6b9-406e-8ed7-09acf1111930" + "8517035f-e525-44bb-a958-110fe484b475" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, "ResponseBody": "", @@ -1695,22 +1778,22 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 02:28:42 GMT" + "Wed, 19 Oct 2016 20:29:23 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1173" + "1193" ], "x-ms-request-id": [ - "f45164d7-eee8-40d5-a750-714b56b11625" + "4245b3f6-cdf2-4dce-9c8c-0e8d85e90189" ], "x-ms-correlation-request-id": [ - "f45164d7-eee8-40d5-a750-714b56b11625" + "4245b3f6-cdf2-4dce-9c8c-0e8d85e90189" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T022842Z:f45164d7-eee8-40d5-a750-714b56b11625" + "WESTUS2:20161019T202923Z:4245b3f6-cdf2-4dce-9c8c-0e8d85e90189" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1721,12 +1804,12 @@ ], "Names": { ".ctor": [ - "datalakerg15550", - "testdatalake1665", - "testadlfs14238" + "datalakerg14307", + "testdatalake17600", + "testadlfs12782" ] }, "Variables": { - "SubscriptionId": "90585f39-ab85-4921-bb37-0468f7efd1dd" + "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" } } \ No newline at end of file diff --git a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.AccountOperationTests/FirewallAndTrustedProviderTest.json b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.AccountOperationTests/FirewallAndTrustedProviderTest.json new file mode 100644 index 0000000000000..d8482dcde7137 --- /dev/null +++ b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.AccountOperationTests/FirewallAndTrustedProviderTest.json @@ -0,0 +1,1596 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5c09eeda-a99c-487e-95f0-7049cb61c0aa" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 19 Oct 2016 20:26:12 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1191" + ], + "x-ms-request-id": [ + "207d1398-e12c-4079-b2e0-b5c293fefc12" + ], + "x-ms-correlation-request-id": [ + "207d1398-e12c-4079-b2e0-b5c293fefc12" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20161019T202612Z:207d1398-e12c-4079-b2e0-b5c293fefc12" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c2b786a8-ad01-4724-b56c-bbf8ee064438" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 19 Oct 2016 20:26:12 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14984" + ], + "x-ms-request-id": [ + "ef72ba74-940c-4f5e-b98d-d9634d3685f2" + ], + "x-ms-correlation-request-id": [ + "ef72ba74-940c-4f5e-b98d-d9634d3685f2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20161019T202612Z:ef72ba74-940c-4f5e-b98d-d9634d3685f2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "27477bda-b97f-49c4-8b0e-2ebc065aca1d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 19 Oct 2016 20:26:13 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1190" + ], + "x-ms-request-id": [ + "41fb6eb7-3e8f-482c-b95b-cde7acf2f79d" + ], + "x-ms-correlation-request-id": [ + "41fb6eb7-3e8f-482c-b95b-cde7acf2f79d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20161019T202613Z:41fb6eb7-3e8f-482c-b95b-cde7acf2f79d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "37e6e8e7-3846-4ed7-bebe-93f4c9542218" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 19 Oct 2016 20:26:13 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14983" + ], + "x-ms-request-id": [ + "d2fa8357-cf25-4bd3-8691-8856e787772f" + ], + "x-ms-correlation-request-id": [ + "d2fa8357-cf25-4bd3-8691-8856e787772f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20161019T202613Z:d2fa8357-cf25-4bd3-8691-8856e787772f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg11699?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMTY5OT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "08c3598c-32c5-43da-95c3-1dcdfacea26a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg11699' could not be found.\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 19 Oct 2016 20:26:13 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-failure-cause": [ + "gateway" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14982" + ], + "x-ms-request-id": [ + "9795e8f7-ec4f-4c83-add9-486ad2b2ffe5" + ], + "x-ms-correlation-request-id": [ + "9795e8f7-ec4f-4c83-add9-486ad2b2ffe5" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20161019T202613Z:9795e8f7-ec4f-4c83-add9-486ad2b2ffe5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 404 + }, + { + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg11699?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMTY5OT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "58d6fc3c-c10d-490b-bd86-c5d3efd11533" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11699\",\r\n \"name\": \"datalakerg11699\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 19 Oct 2016 20:26:14 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14981" + ], + "x-ms-request-id": [ + "260d33ed-1e66-47e9-b7fd-e4911402f8cd" + ], + "x-ms-correlation-request-id": [ + "260d33ed-1e66-47e9-b7fd-e4911402f8cd" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20161019T202614Z:260d33ed-1e66-47e9-b7fd-e4911402f8cd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg11699?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMTY5OT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "31" + ], + "x-ms-client-request-id": [ + "9c17f4b8-edaa-4066-9f9f-24ab86676a3a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11699\",\r\n \"name\": \"datalakerg11699\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 19 Oct 2016 20:26:14 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1189" + ], + "x-ms-request-id": [ + "36803bea-02ae-4bbd-9f5b-8622b61b942b" + ], + "x-ms-correlation-request-id": [ + "36803bea-02ae-4bbd-9f5b-8622b61b942b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20161019T202614Z:36803bea-02ae-4bbd-9f5b-8622b61b942b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11699/providers/Microsoft.DataLakeStore/accounts/testadlfs13815?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTY5OS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTM4MTU/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9eef92de-5fd5-44da-b68a-58404e2cd6cc" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs13815' under resource group 'datalakerg11699' was not found.\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "166" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 19 Oct 2016 20:26:14 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-failure-cause": [ + "gateway" + ], + "x-ms-request-id": [ + "73609aca-355f-4cd4-9660-b2e5d4d82821" + ], + "x-ms-correlation-request-id": [ + "73609aca-355f-4cd4-9660-b2e5d4d82821" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20161019T202615Z:73609aca-355f-4cd4-9660-b2e5d4d82821" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 404 + }, + { + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11699/providers/Microsoft.DataLakeStore/accounts/testadlfs13815?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTY5OS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTM4MTU/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs13815.azuredatalakestore.net\",\r\n \"accountId\": \"3dea5575-27f6-45f3-9984-6673fc2d0704\",\r\n \"creationTime\": \"2016-10-19T20:26:16.1242539Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:26:16.1242539Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11699/providers/Microsoft.DataLakeStore/accounts/testadlfs13815\",\r\n \"name\": \"testadlfs13815\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Connection": [ + "close" + ], + "Date": [ + "Wed, 19 Oct 2016 20:26:47 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "cb1888ff-4954-4118-bd89-5f578fcfa632" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14979" + ], + "x-ms-correlation-request-id": [ + "04cc4713-f462-43e6-bcb0-79859ebebcec" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20161019T202647Z:04cc4713-f462-43e6-bcb0-79859ebebcec" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11699/providers/Microsoft.DataLakeStore/accounts/testadlfs13815?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTY5OS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTM4MTU/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d27cb917-bf98-434e-8ef3-b295d4305efb" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs13815.azuredatalakestore.net\",\r\n \"accountId\": \"3dea5575-27f6-45f3-9984-6673fc2d0704\",\r\n \"creationTime\": \"2016-10-19T20:26:16.1242539Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:26:16.1242539Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11699/providers/Microsoft.DataLakeStore/accounts/testadlfs13815\",\r\n \"name\": \"testadlfs13815\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Connection": [ + "close" + ], + "Date": [ + "Wed, 19 Oct 2016 20:26:47 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "8baa4469-bdd7-4e58-a901-bafef278debf" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14980" + ], + "x-ms-correlation-request-id": [ + "7177818e-6aab-4beb-8e0c-46f849a62daa" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20161019T202648Z:7177818e-6aab-4beb-8e0c-46f849a62daa" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11699/providers/Microsoft.DataLakeStore/accounts/testadlfs13815?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTY5OS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTM4MTU/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs13815\"\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "60" + ], + "x-ms-client-request-id": [ + "a7c29cbf-8869-4989-9512-b42a09f3b7eb" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"3dea5575-27f6-45f3-9984-6673fc2d0704\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11699/providers/Microsoft.DataLakeStore/accounts/testadlfs13815\",\r\n \"name\": \"testadlfs13815\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "420" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Connection": [ + "close" + ], + "Date": [ + "Wed, 19 Oct 2016 20:26:16 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg11699/providers/Microsoft.DataLakeStore/accounts/testadlfs13815/operationresults/0?api-version=2016-11-01" + ], + "Retry-After": [ + "10" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/3dea5575-27f6-45f3-9984-6673fc2d07040?api-version=2016-11-01&expanded=true" + ], + "x-ms-request-id": [ + "b07cdcbc-e3d4-4e21-a5af-3611b8c672ae" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1192" + ], + "x-ms-correlation-request-id": [ + "00f03c85-63b2-46ff-ae4b-4d2f15450e01" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20161019T202616Z:00f03c85-63b2-46ff-ae4b-4d2f15450e01" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/3dea5575-27f6-45f3-9984-6673fc2d07040?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzNkZWE1NTc1LTI3ZjYtNDVmMy05OTg0LTY2NzNmYzJkMDcwNDA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Connection": [ + "close" + ], + "Date": [ + "Wed, 19 Oct 2016 20:26:46 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "e3c54b8c-6de7-4434-8567-7f00bb9efe0f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14979" + ], + "x-ms-correlation-request-id": [ + "760d166a-ecfb-45cc-895a-52e032fa4a77" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20161019T202647Z:760d166a-ecfb-45cc-895a-52e032fa4a77" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11699/providers/Microsoft.DataLakeStore/accounts/adlsacct6869?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTY5OS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvYWRsc2FjY3Q2ODY5P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"adlsacct6869\",\r\n \"properties\": {\r\n \"firewallState\": \"Enabled\",\r\n \"firewallRules\": [\r\n {\r\n \"name\": \"firerule14811\",\r\n \"properties\": {\r\n \"startIpAddress\": \"127.0.0.1\",\r\n \"endIpAddress\": \"127.0.0.2\"\r\n }\r\n }\r\n ],\r\n \"trustedIdProviderState\": \"Enabled\",\r\n \"trustedIdProviders\": [\r\n {\r\n \"name\": \"trustedrule16338\",\r\n \"properties\": {\r\n \"idProvider\": \"https://sts.windows.net/c8f94fac-4072-47b6-b43e-59784fd334c5\"\r\n }\r\n }\r\n ]\r\n }\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "574" + ], + "x-ms-client-request-id": [ + "06ef6a9a-16af-4f31-a3cc-b18255629e48" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Enabled\",\r\n \"firewallRules\": [\r\n {\r\n \"properties\": {\r\n \"startIpAddress\": \"127.0.0.1\",\r\n \"endIpAddress\": \"127.0.0.2\"\r\n },\r\n \"name\": \"firerule14811\"\r\n }\r\n ],\r\n \"trustedIdProviderState\": \"Enabled\",\r\n \"trustedIdProviders\": [\r\n {\r\n \"properties\": {\r\n \"idProvider\": \"https://sts.windows.net/c8f94fac-4072-47b6-b43e-59784fd334c5\"\r\n },\r\n \"name\": \"trustedrule16338\"\r\n }\r\n ],\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"87c2b351-4ade-43a6-854e-0b3821e4a400\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11699/providers/Microsoft.DataLakeStore/accounts/adlsacct6869\",\r\n \"name\": \"adlsacct6869\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "733" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Connection": [ + "close" + ], + "Date": [ + "Wed, 19 Oct 2016 20:26:49 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg11699/providers/Microsoft.DataLakeStore/accounts/adlsacct6869/operationresults/0?api-version=2016-11-01" + ], + "Retry-After": [ + "10" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/87c2b351-4ade-43a6-854e-0b3821e4a4000?api-version=2016-11-01&expanded=true" + ], + "x-ms-request-id": [ + "9c6f363c-a59c-48d8-8133-f154c9624d9c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-correlation-request-id": [ + "c028928a-eca6-4ac3-b8d4-ab87709a904a" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20161019T202650Z:c028928a-eca6-4ac3-b8d4-ab87709a904a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/87c2b351-4ade-43a6-854e-0b3821e4a4000?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzg3YzJiMzUxLTRhZGUtNDNhNi04NTRlLTBiMzgyMWU0YTQwMDA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Connection": [ + "close" + ], + "Date": [ + "Wed, 19 Oct 2016 20:27:20 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "11745257-bc2d-4a73-8980-927cd50f5e55" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14997" + ], + "x-ms-correlation-request-id": [ + "9b6f3837-3145-448d-b873-3db95ea9dd9c" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20161019T202720Z:9b6f3837-3145-448d-b873-3db95ea9dd9c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11699/providers/Microsoft.DataLakeStore/accounts/adlsacct6869?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTY5OS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvYWRsc2FjY3Q2ODY5P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Enabled\",\r\n \"firewallRules\": [\r\n {\r\n \"properties\": {\r\n \"startIpAddress\": \"127.0.0.1\",\r\n \"endIpAddress\": \"127.0.0.2\"\r\n },\r\n \"name\": \"firerule14811\"\r\n }\r\n ],\r\n \"trustedIdProviderState\": \"Enabled\",\r\n \"trustedIdProviders\": [\r\n {\r\n \"properties\": {\r\n \"idProvider\": \"https://sts.windows.net/c8f94fac-4072-47b6-b43e-59784fd334c5\"\r\n },\r\n \"name\": \"trustedrule16338\"\r\n }\r\n ],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"adlsacct6869.azuredatalakestore.net\",\r\n \"accountId\": \"87c2b351-4ade-43a6-854e-0b3821e4a400\",\r\n \"creationTime\": \"2016-10-19T20:26:51.6061902Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:26:51.6061902Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11699/providers/Microsoft.DataLakeStore/accounts/adlsacct6869\",\r\n \"name\": \"adlsacct6869\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Connection": [ + "close" + ], + "Date": [ + "Wed, 19 Oct 2016 20:27:20 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "ac33d1e9-1f0f-4c9f-ba75-1fc46eaa645e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14991" + ], + "x-ms-correlation-request-id": [ + "885e1b00-544e-4d16-9b9e-c62f81776796" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20161019T202721Z:885e1b00-544e-4d16-9b9e-c62f81776796" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11699/providers/Microsoft.DataLakeStore/accounts/adlsacct6869?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTY5OS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvYWRsc2FjY3Q2ODY5P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ae7251c0-4e89-408f-9697-80941090a702" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Enabled\",\r\n \"firewallRules\": [\r\n {\r\n \"properties\": {\r\n \"startIpAddress\": \"127.0.0.1\",\r\n \"endIpAddress\": \"127.0.0.2\"\r\n },\r\n \"name\": \"firerule14811\"\r\n }\r\n ],\r\n \"trustedIdProviderState\": \"Enabled\",\r\n \"trustedIdProviders\": [\r\n {\r\n \"properties\": {\r\n \"idProvider\": \"https://sts.windows.net/c8f94fac-4072-47b6-b43e-59784fd334c5\"\r\n },\r\n \"name\": \"trustedrule16338\"\r\n }\r\n ],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"adlsacct6869.azuredatalakestore.net\",\r\n \"accountId\": \"87c2b351-4ade-43a6-854e-0b3821e4a400\",\r\n \"creationTime\": \"2016-10-19T20:26:51.6061902Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:26:51.6061902Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11699/providers/Microsoft.DataLakeStore/accounts/adlsacct6869\",\r\n \"name\": \"adlsacct6869\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Connection": [ + "close" + ], + "Date": [ + "Wed, 19 Oct 2016 20:27:21 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "0dfb34fc-2773-4318-93a8-6efc85816a74" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14998" + ], + "x-ms-correlation-request-id": [ + "7e5be848-9ae9-48c2-84a0-e8d48f429302" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20161019T202721Z:7e5be848-9ae9-48c2-84a0-e8d48f429302" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11699/providers/Microsoft.DataLakeStore/accounts/adlsacct6869/firewallRules/firerule14811?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTY5OS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvYWRsc2FjY3Q2ODY5L2ZpcmV3YWxsUnVsZXMvZmlyZXJ1bGUxNDgxMT9hcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d8dbd5f3-6ee5-4107-9e67-b06cc69c415d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"startIpAddress\": \"127.0.0.1\",\r\n \"endIpAddress\": \"127.0.0.2\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11699/providers/Microsoft.DataLakeStore/accounts/adlsacct6869/firewallRules/firerule14811\",\r\n \"name\": \"firerule14811\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts/firewallRules\"\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Connection": [ + "close" + ], + "Date": [ + "Wed, 19 Oct 2016 20:27:21 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "80e40333-d566-4d58-89f4-2d41bf9ffa06" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14997" + ], + "x-ms-correlation-request-id": [ + "e8a687fd-da14-428c-ad78-0be5d8a847f0" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20161019T202722Z:e8a687fd-da14-428c-ad78-0be5d8a847f0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11699/providers/Microsoft.DataLakeStore/accounts/adlsacct6869/firewallRules/firerule14811?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTY5OS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvYWRsc2FjY3Q2ODY5L2ZpcmV3YWxsUnVsZXMvZmlyZXJ1bGUxNDgxMT9hcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b54679b1-31c4-4f3e-8a63-23c2a998f535" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"Firewall Rule does not exist.\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "79" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Connection": [ + "close" + ], + "Date": [ + "Wed, 19 Oct 2016 20:27:23 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "x-ms-request-id": [ + "42c60b2c-467e-408d-899c-ca60159a9aca" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14998" + ], + "x-ms-correlation-request-id": [ + "462a30f2-4d41-436c-b065-81f98d178041" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20161019T202724Z:462a30f2-4d41-436c-b065-81f98d178041" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 404 + }, + { + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11699/providers/Microsoft.DataLakeStore/accounts/adlsacct6869/firewallRules/firerule14811?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTY5OS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvYWRsc2FjY3Q2ODY5L2ZpcmV3YWxsUnVsZXMvZmlyZXJ1bGUxNDgxMT9hcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"name\": \"firerule14811\",\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11699/providers/Microsoft.DataLakeStore/accounts/adlsacct6869/firewallRules/firerule14811\",\r\n \"properties\": {\r\n \"startIpAddress\": \"192.168.0.0\",\r\n \"endIpAddress\": \"192.168.0.1\"\r\n }\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "308" + ], + "x-ms-client-request-id": [ + "68f584f8-4b12-4f4c-b2ba-8b36f20815e3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"startIpAddress\": \"192.168.0.0\",\r\n \"endIpAddress\": \"192.168.0.1\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11699/providers/Microsoft.DataLakeStore/accounts/adlsacct6869/firewallRules/firerule14811\",\r\n \"name\": \"firerule14811\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts/firewallRules\"\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Connection": [ + "close" + ], + "Date": [ + "Wed, 19 Oct 2016 20:27:22 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "1f1a97ae-e527-4864-9882-99dd6f0444a8" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1197" + ], + "x-ms-correlation-request-id": [ + "96c59613-5ba1-4d93-827b-0c9991a8dd56" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20161019T202723Z:96c59613-5ba1-4d93-827b-0c9991a8dd56" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11699/providers/Microsoft.DataLakeStore/accounts/adlsacct6869/firewallRules/firerule14811?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTY5OS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvYWRsc2FjY3Q2ODY5L2ZpcmV3YWxsUnVsZXMvZmlyZXJ1bGUxNDgxMT9hcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1aa14c53-eec8-4a69-be4f-f1472239db19" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Connection": [ + "close" + ], + "Date": [ + "Wed, 19 Oct 2016 20:27:23 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "x-ms-request-id": [ + "140014a1-5ace-4796-b5ed-2391fc72049b" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1196" + ], + "x-ms-correlation-request-id": [ + "eee7570f-565b-4ea0-827d-2d6b76dbed34" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20161019T202723Z:eee7570f-565b-4ea0-827d-2d6b76dbed34" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11699/providers/Microsoft.DataLakeStore/accounts/adlsacct6869/trustedIdProviders/trustedrule16338?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTY5OS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvYWRsc2FjY3Q2ODY5L3RydXN0ZWRJZFByb3ZpZGVycy90cnVzdGVkcnVsZTE2MzM4P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "fd6ab6b1-19cf-412f-9979-c29ddb035333" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"idProvider\": \"https://sts.windows.net/c8f94fac-4072-47b6-b43e-59784fd334c5\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11699/providers/Microsoft.DataLakeStore/accounts/adlsacct6869/trustedIdProviders/trustedrule16338\",\r\n \"name\": \"trustedrule16338\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts/trustedIdProviders\"\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Connection": [ + "close" + ], + "Date": [ + "Wed, 19 Oct 2016 20:27:23 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "d3c3663b-dbd8-4ce6-869c-8561068e46ab" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14993" + ], + "x-ms-correlation-request-id": [ + "2627a73d-8cd6-458a-8fd3-b5bde81e840a" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20161019T202724Z:2627a73d-8cd6-458a-8fd3-b5bde81e840a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11699/providers/Microsoft.DataLakeStore/accounts/adlsacct6869/trustedIdProviders/trustedrule16338?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTY5OS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvYWRsc2FjY3Q2ODY5L3RydXN0ZWRJZFByb3ZpZGVycy90cnVzdGVkcnVsZTE2MzM4P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c0647bc1-ed81-4e40-96de-1945b823d911" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"Trusted IdProvider does not exist.\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "84" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Connection": [ + "close" + ], + "Date": [ + "Wed, 19 Oct 2016 20:27:26 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "x-ms-request-id": [ + "d0763fa3-47eb-4241-b9b6-ac507348be74" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14990" + ], + "x-ms-correlation-request-id": [ + "d40febd5-94be-448d-a4e9-e305a1e6d6a6" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20161019T202726Z:d40febd5-94be-448d-a4e9-e305a1e6d6a6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 404 + }, + { + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11699/providers/Microsoft.DataLakeStore/accounts/adlsacct6869/trustedIdProviders/trustedrule16338?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTY5OS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvYWRsc2FjY3Q2ODY5L3RydXN0ZWRJZFByb3ZpZGVycy90cnVzdGVkcnVsZTE2MzM4P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"name\": \"trustedrule16338\",\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11699/providers/Microsoft.DataLakeStore/accounts/adlsacct6869/trustedIdProviders/trustedrule16338\",\r\n \"properties\": {\r\n \"idProvider\": \"https://sts.windows.net/566b4c78-f350-4675-8028-cbe5f7ed285e\"\r\n }\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "328" + ], + "x-ms-client-request-id": [ + "e1d2a3e1-2f81-414c-9557-5ea5c63c5e2e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"idProvider\": \"https://sts.windows.net/566b4c78-f350-4675-8028-cbe5f7ed285e\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11699/providers/Microsoft.DataLakeStore/accounts/adlsacct6869/trustedIdProviders/trustedrule16338\",\r\n \"name\": \"trustedrule16338\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts/trustedIdProviders\"\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Connection": [ + "close" + ], + "Date": [ + "Wed, 19 Oct 2016 20:27:25 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "e306d9cd-428d-45bf-95f2-56db8b18989c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-correlation-request-id": [ + "95b8a5ac-3e32-4d94-bd8c-275805af6861" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20161019T202725Z:95b8a5ac-3e32-4d94-bd8c-275805af6861" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11699/providers/Microsoft.DataLakeStore/accounts/adlsacct6869/trustedIdProviders/trustedrule16338?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTY5OS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvYWRsc2FjY3Q2ODY5L3RydXN0ZWRJZFByb3ZpZGVycy90cnVzdGVkcnVsZTE2MzM4P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9b33c033-2fd9-484b-8c05-74e117b162b6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Connection": [ + "close" + ], + "Date": [ + "Wed, 19 Oct 2016 20:27:26 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "x-ms-request-id": [ + "9b6390b3-c937-40a8-a928-e681de4267b0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "432554f8-35a5-4b6e-97fb-48ea08653c91" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20161019T202726Z:432554f8-35a5-4b6e-97fb-48ea08653c91" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + } + ], + "Names": { + ".ctor": [ + "datalakerg11699", + "testdatalake12125", + "testadlfs13815" + ], + "FirewallAndTrustedProviderTest": [ + "firerule14811", + "c8f94fac-4072-47b6-b43e-59784fd334c5", + "trustedrule16338", + "adlsacct6869", + "566b4c78-f350-4675-8028-cbe5f7ed285e" + ] + }, + "Variables": { + "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" + } +} \ No newline at end of file diff --git a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemAppendToFile.json b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemAppendToFile.json index e45247db38cbe..8e5d423724cb0 100644 --- a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemAppendToFile.json +++ b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemAppendToFile.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "478e0531-9a5a-4cce-86a3-3695d2244d66" + "8505985b-abde-495e-a01f-7de4c516c9e3" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:49:29 GMT" + "Wed, 19 Oct 2016 20:09:24 GMT" ], "Pragma": [ "no-cache" @@ -37,16 +38,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1110" + "1199" ], "x-ms-request-id": [ - "28371f20-7c84-4368-9d6f-2733e4d35794" + "d9dc8047-3387-4d6d-9bdf-c5b7f471885e" ], "x-ms-correlation-request-id": [ - "28371f20-7c84-4368-9d6f-2733e4d35794" + "d9dc8047-3387-4d6d-9bdf-c5b7f471885e" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T164929Z:28371f20-7c84-4368-9d6f-2733e4d35794" + "WESTUS2:20161019T200924Z:d9dc8047-3387-4d6d-9bdf-c5b7f471885e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -55,22 +56,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75e80c09-86a1-4ad8-b5b1-41271703a5f3" + "9c221e91-942b-4bfb-abf3-c3213bf5054e" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -82,7 +84,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:49:29 GMT" + "Wed, 19 Oct 2016 20:09:24 GMT" ], "Pragma": [ "no-cache" @@ -91,16 +93,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" + "14999" ], "x-ms-request-id": [ - "c8feeb44-2cc5-4776-9e21-694c19e41e2c" + "d2f9fbed-245a-43c2-b8b3-33b5fae729d3" ], "x-ms-correlation-request-id": [ - "c8feeb44-2cc5-4776-9e21-694c19e41e2c" + "d2f9fbed-245a-43c2-b8b3-33b5fae729d3" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T164929Z:c8feeb44-2cc5-4776-9e21-694c19e41e2c" + "WESTUS2:20161019T200924Z:d2f9fbed-245a-43c2-b8b3-33b5fae729d3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -109,22 +111,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "781793ee-479f-4213-8e0f-daa9ce95a8aa" + "13e281db-93d3-4c35-9442-d7bb1381c2d4" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -136,7 +139,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:49:30 GMT" + "Wed, 19 Oct 2016 20:09:25 GMT" ], "Pragma": [ "no-cache" @@ -145,16 +148,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1109" + "1198" ], "x-ms-request-id": [ - "03865577-fe7c-41be-bd1e-286ccc2f6083" + "d6771d59-cb99-401e-addd-52f7dbc42300" ], "x-ms-correlation-request-id": [ - "03865577-fe7c-41be-bd1e-286ccc2f6083" + "d6771d59-cb99-401e-addd-52f7dbc42300" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T164930Z:03865577-fe7c-41be-bd1e-286ccc2f6083" + "WESTUS2:20161019T200925Z:d6771d59-cb99-401e-addd-52f7dbc42300" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -163,22 +166,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "282f66ee-3c3f-441d-a43f-a067dc902d7a" + "e5e002d1-8172-4d66-b0cf-1e761ef1fad2" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -190,7 +194,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:49:30 GMT" + "Wed, 19 Oct 2016 20:09:25 GMT" ], "Pragma": [ "no-cache" @@ -199,16 +203,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14874" + "14998" ], "x-ms-request-id": [ - "18cf5c88-ed9f-47d0-b45d-0c66b18ff43a" + "01c65d7b-5b61-4ced-9487-e9f5b3e7d369" ], "x-ms-correlation-request-id": [ - "18cf5c88-ed9f-47d0-b45d-0c66b18ff43a" + "01c65d7b-5b61-4ced-9487-e9f5b3e7d369" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T164930Z:18cf5c88-ed9f-47d0-b45d-0c66b18ff43a" + "WESTUS2:20161019T200925Z:01c65d7b-5b61-4ced-9487-e9f5b3e7d369" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -217,25 +221,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg18568?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxODU2OD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg1150?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMTUwP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "10f6b7ac-ba61-4cb6-a1cb-c5f397572fb8" + "2177cc9e-04ff-45d0-b705-132b22549083" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg18568' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg1150' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "107" + "106" ], "Content-Type": [ "application/json; charset=utf-8" @@ -247,7 +252,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:49:30 GMT" + "Wed, 19 Oct 2016 20:09:25 GMT" ], "Pragma": [ "no-cache" @@ -256,16 +261,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14873" + "14997" ], "x-ms-request-id": [ - "3382c529-1dca-40c7-b3b6-fe258d8ba31e" + "22cc98cf-a352-4042-94af-83deb668b744" ], "x-ms-correlation-request-id": [ - "3382c529-1dca-40c7-b3b6-fe258d8ba31e" + "22cc98cf-a352-4042-94af-83deb668b744" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T164930Z:3382c529-1dca-40c7-b3b6-fe258d8ba31e" + "WESTUS2:20161019T200925Z:22cc98cf-a352-4042-94af-83deb668b744" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -274,22 +279,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg18568?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxODU2OD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg1150?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMTUwP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7e16b03a-6551-4d8f-807f-805f896f695f" + "d086d34f-e659-4d23-a2fe-2dbb298aee9d" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg18568\",\r\n \"name\": \"datalakerg18568\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1150\",\r\n \"name\": \"datalakerg1150\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -301,7 +307,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:49:30 GMT" + "Wed, 19 Oct 2016 20:09:26 GMT" ], "Pragma": [ "no-cache" @@ -310,16 +316,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14872" + "14996" ], "x-ms-request-id": [ - "b4793e59-8012-4703-9873-e3c264ffe080" + "a4d762ed-e547-47ee-83ec-cea155841465" ], "x-ms-correlation-request-id": [ - "b4793e59-8012-4703-9873-e3c264ffe080" + "a4d762ed-e547-47ee-83ec-cea155841465" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T164930Z:b4793e59-8012-4703-9873-e3c264ffe080" + "WESTUS2:20161019T200926Z:a4d762ed-e547-47ee-83ec-cea155841465" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -328,8 +334,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg18568?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxODU2OD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg1150?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMTUwP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -340,19 +346,20 @@ "31" ], "x-ms-client-request-id": [ - "855692b9-9615-43de-a111-4a64b92b734b" + "3406e86f-19aa-416c-b04f-d9a1124a47c5" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg18568\",\r\n \"name\": \"datalakerg18568\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1150\",\r\n \"name\": \"datalakerg1150\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "184" + "182" ], "Content-Type": [ "application/json; charset=utf-8" @@ -364,22 +371,22 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:49:30 GMT" + "Wed, 19 Oct 2016 20:09:26 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1108" + "1197" ], "x-ms-request-id": [ - "01fa9bea-2225-4a0d-b13b-1941b7bc0bb8" + "aebde4e7-9c2f-48b4-83fe-46a7a7e3d5b2" ], "x-ms-correlation-request-id": [ - "01fa9bea-2225-4a0d-b13b-1941b7bc0bb8" + "aebde4e7-9c2f-48b4-83fe-46a7a7e3d5b2" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T164930Z:01fa9bea-2225-4a0d-b13b-1941b7bc0bb8" + "WESTUS2:20161019T200926Z:aebde4e7-9c2f-48b4-83fe-46a7a7e3d5b2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -388,25 +395,26 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg18568/providers/Microsoft.DataLakeStore/accounts/testadlfs17870?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODU2OC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTc4NzA/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1150/providers/Microsoft.DataLakeStore/accounts/testadlfs11100?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxMTEwMD9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "93eb1731-5946-47a3-80c6-4d454abc67db" + "da7f28d8-7e00-47f4-825c-d78a2023efb1" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs17870' under resource group 'datalakerg18568' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs11100' under resource group 'datalakerg1150' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "166" + "165" ], "Content-Type": [ "application/json; charset=utf-8" @@ -418,7 +426,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:49:30 GMT" + "Wed, 19 Oct 2016 20:09:27 GMT" ], "Pragma": [ "no-cache" @@ -427,13 +435,13 @@ "gateway" ], "x-ms-request-id": [ - "c4ce7918-0d67-472d-a554-516aa820b63f" + "8ce91a70-7ad4-4fde-9e43-62679eee33aa" ], "x-ms-correlation-request-id": [ - "c4ce7918-0d67-472d-a554-516aa820b63f" + "8ce91a70-7ad4-4fde-9e43-62679eee33aa" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T164930Z:c4ce7918-0d67-472d-a554-516aa820b63f" + "WESTUS2:20161019T200927Z:8ce91a70-7ad4-4fde-9e43-62679eee33aa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -442,16 +450,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg18568/providers/Microsoft.DataLakeStore/accounts/testadlfs17870?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODU2OC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTc4NzA/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1150/providers/Microsoft.DataLakeStore/accounts/testadlfs11100?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxMTEwMD9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs17870.caboaccountdogfood.net\",\r\n \"accountId\": \"cfa0f54d-539e-4fb8-8300-e8ac02395dec\",\r\n \"creationTime\": \"2016-09-01T16:49:33.8557533Z\",\r\n \"lastModifiedTime\": \"2016-09-01T16:49:33.8557533Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg18568/providers/Microsoft.DataLakeStore/accounts/testadlfs17870\",\r\n \"name\": \"testadlfs17870\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs11100.azuredatalakestore.net\",\r\n \"accountId\": \"411f95a9-8b8d-4436-ab55-ac222b786b2d\",\r\n \"creationTime\": \"2016-10-19T20:09:28.9941229Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:09:28.9941229Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1150/providers/Microsoft.DataLakeStore/accounts/testadlfs11100\",\r\n \"name\": \"testadlfs11100\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -466,7 +475,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:50:02 GMT" + "Wed, 19 Oct 2016 20:09:59 GMT" ], "Pragma": [ "no-cache" @@ -478,7 +487,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "fe7cf6e4-5f50-47e5-a343-b32b8741e8d5" + "fa15a3a3-20c8-4f32-9174-7956ec895abb" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -487,13 +499,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" + "14999" ], "x-ms-correlation-request-id": [ - "fb6d03de-0b8e-4170-9e79-7dcce197fb20" + "28721780-0cfe-4e6c-9ff4-8a0d6ba003de" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165002Z:fb6d03de-0b8e-4170-9e79-7dcce197fb20" + "WESTUS2:20161019T201000Z:28721780-0cfe-4e6c-9ff4-8a0d6ba003de" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -502,22 +514,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg18568/providers/Microsoft.DataLakeStore/accounts/testadlfs17870?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODU2OC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTc4NzA/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1150/providers/Microsoft.DataLakeStore/accounts/testadlfs11100?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxMTEwMD9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3073abd6-79db-46e2-b971-a94800b03dc5" + "79296d63-c194-4b05-9501-8d670501b25a" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs17870.caboaccountdogfood.net\",\r\n \"accountId\": \"cfa0f54d-539e-4fb8-8300-e8ac02395dec\",\r\n \"creationTime\": \"2016-09-01T16:49:33.8557533Z\",\r\n \"lastModifiedTime\": \"2016-09-01T16:49:33.8557533Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg18568/providers/Microsoft.DataLakeStore/accounts/testadlfs17870\",\r\n \"name\": \"testadlfs17870\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs11100.azuredatalakestore.net\",\r\n \"accountId\": \"411f95a9-8b8d-4436-ab55-ac222b786b2d\",\r\n \"creationTime\": \"2016-10-19T20:09:28.9941229Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:09:28.9941229Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1150/providers/Microsoft.DataLakeStore/accounts/testadlfs11100\",\r\n \"name\": \"testadlfs11100\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -532,7 +545,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:50:02 GMT" + "Wed, 19 Oct 2016 20:10:00 GMT" ], "Pragma": [ "no-cache" @@ -544,7 +557,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "43d640cf-e670-488f-b731-dd2df203a088" + "9da0fa67-207e-4747-878b-f84fadf1fcb9" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -553,13 +569,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" + "14998" ], "x-ms-correlation-request-id": [ - "3944d321-533e-4700-8522-4d641bbafaa7" + "7c7f6c59-29ca-4a85-be79-488fb62357a3" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165002Z:3944d321-533e-4700-8522-4d641bbafaa7" + "WESTUS2:20161019T201000Z:7c7f6c59-29ca-4a85-be79-488fb62357a3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -568,10 +584,10 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg18568/providers/Microsoft.DataLakeStore/accounts/testadlfs17870?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODU2OC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTc4NzA/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1150/providers/Microsoft.DataLakeStore/accounts/testadlfs11100?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxMTEwMD9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs17870\"\r\n}", + "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs11100\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -580,19 +596,20 @@ "60" ], "x-ms-client-request-id": [ - "673e0802-495a-4dc4-942d-e0f8fe9abd00" + "afffa950-d2fe-461f-bac4-835114188668" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"cfa0f54d-539e-4fb8-8300-e8ac02395dec\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg18568/providers/Microsoft.DataLakeStore/accounts/testadlfs17870\",\r\n \"name\": \"testadlfs17870\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"411f95a9-8b8d-4436-ab55-ac222b786b2d\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1150/providers/Microsoft.DataLakeStore/accounts/testadlfs11100\",\r\n \"name\": \"testadlfs11100\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ - "420" + "419" ], "Content-Type": [ "application/json" @@ -607,13 +624,13 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:49:30 GMT" + "Wed, 19 Oct 2016 20:09:29 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg18568/providers/Microsoft.DataLakeStore/accounts/testadlfs17870/operationresults/0?api-version=2015-10-01-preview" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg1150/providers/Microsoft.DataLakeStore/accounts/testadlfs11100/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -622,10 +639,13 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/cfa0f54d-539e-4fb8-8300-e8ac02395dec0?api-version=2015-10-01-preview&expanded=true" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/411f95a9-8b8d-4436-ab55-ac222b786b2d0?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "5d4bab7e-7955-47ae-a841-4dbc0945c3db" + "05ce332a-8d42-46c1-be27-c82f55b367c1" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -634,13 +654,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1110" + "1199" ], "x-ms-correlation-request-id": [ - "24277675-099b-4574-9570-f0836cc1f09c" + "d2ecfc37-f41a-4e9e-87de-a843676e92f6" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T164931Z:24277675-099b-4574-9570-f0836cc1f09c" + "WESTUS2:20161019T200929Z:d2ecfc37-f41a-4e9e-87de-a843676e92f6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -649,13 +669,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/cfa0f54d-539e-4fb8-8300-e8ac02395dec0?api-version=2015-10-01-preview&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzL2NmYTBmNTRkLTUzOWUtNGZiOC04MzAwLWU4YWMwMjM5NWRlYzA/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3JmV4cGFuZGVkPXRydWU=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/411f95a9-8b8d-4436-ab55-ac222b786b2d0?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzQxMWY5NWE5LThiOGQtNDQzNi1hYjU1LWFjMjIyYjc4NmIyZDA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -673,7 +694,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:50:01 GMT" + "Wed, 19 Oct 2016 20:09:58 GMT" ], "Pragma": [ "no-cache" @@ -685,7 +706,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "33015e31-5edd-44ce-8519-ffbaff6aed3e" + "ee416f2f-e913-43eb-a96e-bc353252c7e7" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -694,13 +718,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" + "14999" ], "x-ms-correlation-request-id": [ - "0a9472a1-9f19-4932-ba4f-d3ff51819b21" + "fc7afa75-b22f-4517-976d-be431878dc95" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165001Z:0a9472a1-9f19-4932-ba4f-d3ff51819b21" + "WESTUS2:20161019T200959Z:fc7afa75-b22f-4517-976d-be431878dc95" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -709,25 +733,26 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt2168?op=CREATE&write=true&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQyMTY4P29wPUNSRUFURSZ3cml0ZT10cnVlJmFwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt4568?op=CREATE&write=true&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ0NTY4P29wPUNSRUFURSZ3cml0ZT10cnVlJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "Content-Type": [ "application/octet-stream" ], - "x-ms-client-request-id": [ - "c668ad22-3c27-49a2-932d-b215e6633c61" + "Content-Length": [ + "0" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-client-request-id": [ + "2ecf57c0-c373-47d5-80e4-296059deacd1" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "", @@ -739,26 +764,23 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:50:04 GMT" + "Wed, 19 Oct 2016 20:10:01 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://testadlfs17870.caboaccountdogfood.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt2168?op=CREATE&write=true&api-version=2015-10-01-preview" + "https://testadlfs11100.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt4568?op=CREATE&write=true&api-version=2016-11-01" ], "x-ms-request-id": [ - "b6671bf8-5d40-4cfa-9bdf-86ebb8b2c582" + "36685b02-4091-4dad-bb50-eeeca2da8321" ], "ContentLength": [ "0" ], - "Server-Perf": [ - "[b6671bf8-5d40-4cfa-9bdf-86ebb8b2c582][ AuthTime::1288.64546382255::PostAuthTime::319.915966458436 ][S-HdfsGetFileStatusV2 :: 00:00:145 ms]%0a[S-FsOpenStream :: 00:00:138 ms]%0a[BufferingTime :: 00:00:001 ms]%0a[WriteTime :: 00:00:000 ms]%0a[S-FsAppendStream :: 00:00:021 ms]%0a[S-FsCloseHandle :: 00:00:001 ms]%0a[CREATE :: 00:00:310 ms]%0a" - ], "x-ms-webhdfs-version": [ "16.07.18.01" ], @@ -775,22 +797,23 @@ "StatusCode": 201 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt2168?op=MSGETFILESTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQyMTY4P29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt4568?op=MSGETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ0NTY4P29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "739c14b2-6af4-4762-ac55-22ea8980aa24" + "a7c4e882-a9ca-4a5a-af59-72b748c61815" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1472748604675,\r\n \"modificationTime\": 1472748604675,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"group\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"expirationTime\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1476907802319,\r\n \"modificationTime\": 1476907802319,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"group\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"expirationTime\": 0\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "287" @@ -802,19 +825,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:50:05 GMT" + "Wed, 19 Oct 2016 20:10:01 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "20388fda-d59a-4ef9-b9b1-4d9e6e5be0ff" - ], - "Server-Perf": [ - "[20388fda-d59a-4ef9-b9b1-4d9e6e5be0ff][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetFileStatusV2 :: 00:00:072 ms]%0a[MSGETFILESTATUS :: 00:00:072 ms]%0a" + "63638ebd-3afe-4630-b4e7-907aab845faf" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -832,22 +852,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt2168?op=MSGETFILESTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQyMTY4P29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt4568?op=MSGETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ0NTY4P29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b01a868c-d35c-4072-b1b2-bc0ffc10b0fb" + "ccc0a594-f034-49d0-9d6c-eb4ba6134c58" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 39,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1472748604675,\r\n \"modificationTime\": 1472748605625,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"group\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"expirationTime\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 39,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1476907802319,\r\n \"modificationTime\": 1476907802704,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"group\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"expirationTime\": 0\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "288" @@ -859,19 +880,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:50:05 GMT" + "Wed, 19 Oct 2016 20:10:01 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "0bcdd3a2-a701-4d07-9ec5-ec9076f4ef4e" - ], - "Server-Perf": [ - "[0bcdd3a2-a701-4d07-9ec5-ec9076f4ef4e][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetFileStatusV2 :: 00:00:020 ms]%0a[MSGETFILESTATUS :: 00:00:020 ms]%0a" + "5ea8273f-eff8-4f98-8334-3ba4124e4568" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -889,25 +907,26 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt2168?op=APPEND&append=true&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQyMTY4P29wPUFQUEVORCZhcHBlbmQ9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt4568?op=APPEND&append=true&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ0NTY4P29wPUFQUEVORCZhcHBlbmQ9dHJ1ZSZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "POST", "RequestBody": "More test contents, that were appended!", "RequestHeaders": { "Content-Type": [ "application/octet-stream" ], - "x-ms-client-request-id": [ - "1714c425-83e0-4189-99d9-58c154c09828" + "Content-Length": [ + "39" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-client-request-id": [ + "d274338b-ad1e-45f9-97dd-24bb7c2d6e4f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "", @@ -919,19 +938,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:50:05 GMT" + "Wed, 19 Oct 2016 20:10:01 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "5b7fad24-b667-46fd-a380-e11b1dfb989b" - ], - "Server-Perf": [ - "[5b7fad24-b667-46fd-a380-e11b1dfb989b][ AuthTime::0::PostAuthTime::0 ][S-FsOpenStream :: 00:00:019 ms]%0a[S-FsGetStreamLength :: 00:00:007 ms]%0a[S-FsAppendStream :: 00:00:224 ms]%0a[BufferingTime :: 00:00:001 ms]%0a[WriteTime :: 00:00:224 ms]%0a[S-FsAppendStream :: 00:00:016 ms]%0a[S-FsCloseHandle :: 00:00:001 ms]%0a[APPEND :: 00:00:271 ms]%0a" + "47433c3a-060d-4936-a9db-c78dbd4ce70d" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -951,15 +967,15 @@ ], "Names": { ".ctor": [ - "datalakerg18568", - "testdatalake12914", - "testadlfs17870" + "datalakerg1150", + "testdatalake14724", + "testadlfs11100" ], "CreateFile": [ - "SDKTestFolder01/SDKTestFile01.txt2168" + "SDKTestFolder01/SDKTestFile01.txt4568" ] }, "Variables": { - "SubscriptionId": "90585f39-ab85-4921-bb37-0468f7efd1dd" + "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" } } \ No newline at end of file diff --git a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemAppendToFileWithBadOffset.json b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemAppendToFileWithBadOffset.json index e88ca0d31fc08..018d9e9b9807a 100644 --- a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemAppendToFileWithBadOffset.json +++ b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemAppendToFileWithBadOffset.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5bbab322-1fa2-4f73-baf9-762f606036f2" + "680f39d5-e9db-4128-b99d-ea635411406d" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:01:36 GMT" + "Wed, 19 Oct 2016 20:20:56 GMT" ], "Pragma": [ "no-cache" @@ -37,16 +38,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1104" + "1190" ], "x-ms-request-id": [ - "1ccd3f05-2d8a-4bd7-a2ca-133eb0ed1e09" + "f3a236d6-160c-4c56-82cd-11deb5f091c6" ], "x-ms-correlation-request-id": [ - "1ccd3f05-2d8a-4bd7-a2ca-133eb0ed1e09" + "f3a236d6-160c-4c56-82cd-11deb5f091c6" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170136Z:1ccd3f05-2d8a-4bd7-a2ca-133eb0ed1e09" + "WESTUS2:20161019T202057Z:f3a236d6-160c-4c56-82cd-11deb5f091c6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -55,22 +56,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8bf9d290-0d20-4613-b2f6-3891d8f16a38" + "8caa09e5-ff2e-4bc5-ad04-a0116d0c66a7" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -82,7 +84,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:01:36 GMT" + "Wed, 19 Oct 2016 20:20:56 GMT" ], "Pragma": [ "no-cache" @@ -91,16 +93,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" + "14984" ], "x-ms-request-id": [ - "a31e160d-293c-4f47-baf9-76c0a178686f" + "9f4466a9-538d-49c0-acd3-86d886a6fc6f" ], "x-ms-correlation-request-id": [ - "a31e160d-293c-4f47-baf9-76c0a178686f" + "9f4466a9-538d-49c0-acd3-86d886a6fc6f" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170136Z:a31e160d-293c-4f47-baf9-76c0a178686f" + "WESTUS2:20161019T202057Z:9f4466a9-538d-49c0-acd3-86d886a6fc6f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -109,22 +111,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ab24c32c-06d3-4826-bc71-20677b03b771" + "62bd47ca-d336-472d-ab28-eb6c0c3adebd" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -136,7 +139,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:01:36 GMT" + "Wed, 19 Oct 2016 20:20:57 GMT" ], "Pragma": [ "no-cache" @@ -145,16 +148,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1103" + "1189" ], "x-ms-request-id": [ - "4d921246-c372-4536-b850-b24a7dc7117b" + "f616b5b0-d7ee-43de-be5e-aa0dbd7f79bc" ], "x-ms-correlation-request-id": [ - "4d921246-c372-4536-b850-b24a7dc7117b" + "f616b5b0-d7ee-43de-be5e-aa0dbd7f79bc" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170136Z:4d921246-c372-4536-b850-b24a7dc7117b" + "WESTUS2:20161019T202057Z:f616b5b0-d7ee-43de-be5e-aa0dbd7f79bc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -163,22 +166,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5aa7a8a3-727e-4fb9-94b2-f2c2e0537f3b" + "5e8f9192-aa7f-47a3-8786-7ce7c9e9e676" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -190,7 +194,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:01:36 GMT" + "Wed, 19 Oct 2016 20:20:57 GMT" ], "Pragma": [ "no-cache" @@ -199,16 +203,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" + "14983" ], "x-ms-request-id": [ - "99569482-ce1d-4bfd-b2c7-8716757fa057" + "db738e71-caee-4d7b-92a0-4f9027fe7197" ], "x-ms-correlation-request-id": [ - "99569482-ce1d-4bfd-b2c7-8716757fa057" + "db738e71-caee-4d7b-92a0-4f9027fe7197" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170137Z:99569482-ce1d-4bfd-b2c7-8716757fa057" + "WESTUS2:20161019T202057Z:db738e71-caee-4d7b-92a0-4f9027fe7197" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -217,22 +221,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg15327?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNTMyNz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg16474?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNjQ3ND9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "147cd55d-9cbc-4dde-994d-55125ef5edfb" + "9fc192d9-ab1d-4454-8800-80355cfc2e82" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg15327' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg16474' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "107" @@ -247,7 +252,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:01:36 GMT" + "Wed, 19 Oct 2016 20:20:57 GMT" ], "Pragma": [ "no-cache" @@ -256,16 +261,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" + "14982" ], "x-ms-request-id": [ - "61c796e4-5d8c-4b84-9457-1fd316d59c2a" + "99cb7bc1-9e7d-4b46-8999-db97932dbc84" ], "x-ms-correlation-request-id": [ - "61c796e4-5d8c-4b84-9457-1fd316d59c2a" + "99cb7bc1-9e7d-4b46-8999-db97932dbc84" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170137Z:61c796e4-5d8c-4b84-9457-1fd316d59c2a" + "WESTUS2:20161019T202057Z:99cb7bc1-9e7d-4b46-8999-db97932dbc84" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -274,22 +279,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg15327?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNTMyNz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg16474?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNjQ3ND9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b1b4fdf3-c6d1-44fd-be1e-61076c20f13a" + "21738966-b5b7-4cb6-a950-d6f768260bf7" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15327\",\r\n \"name\": \"datalakerg15327\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg16474\",\r\n \"name\": \"datalakerg16474\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -301,7 +307,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:01:37 GMT" + "Wed, 19 Oct 2016 20:20:57 GMT" ], "Pragma": [ "no-cache" @@ -310,16 +316,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" + "14981" ], "x-ms-request-id": [ - "9f30d40f-0647-4b59-965c-bd24b5c249fd" + "85ba01b1-2078-4701-8d79-296c33dc097c" ], "x-ms-correlation-request-id": [ - "9f30d40f-0647-4b59-965c-bd24b5c249fd" + "85ba01b1-2078-4701-8d79-296c33dc097c" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170137Z:9f30d40f-0647-4b59-965c-bd24b5c249fd" + "WESTUS2:20161019T202058Z:85ba01b1-2078-4701-8d79-296c33dc097c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -328,8 +334,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg15327?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNTMyNz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg16474?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNjQ3ND9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -340,16 +346,17 @@ "31" ], "x-ms-client-request-id": [ - "953dbd56-5212-4d8b-9cc3-319120cc5bba" + "75760435-feb7-4f42-8a5c-a7eba1788b62" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15327\",\r\n \"name\": \"datalakerg15327\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg16474\",\r\n \"name\": \"datalakerg16474\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "184" @@ -364,22 +371,22 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:01:37 GMT" + "Wed, 19 Oct 2016 20:20:57 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1102" + "1188" ], "x-ms-request-id": [ - "f3c623f7-52cc-4687-86ef-02ad030277c3" + "b895166a-6b69-4d9d-a84b-70b72a6c1b8f" ], "x-ms-correlation-request-id": [ - "f3c623f7-52cc-4687-86ef-02ad030277c3" + "b895166a-6b69-4d9d-a84b-70b72a6c1b8f" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170137Z:f3c623f7-52cc-4687-86ef-02ad030277c3" + "WESTUS2:20161019T202058Z:b895166a-6b69-4d9d-a84b-70b72a6c1b8f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -388,22 +395,23 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15327/providers/Microsoft.DataLakeStore/accounts/testadlfs11907?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTMyNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTE5MDc/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg16474/providers/Microsoft.DataLakeStore/accounts/testadlfs18033?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNjQ3NC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTgwMzM/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e65d1fe1-8add-4289-b34b-552d9f91a1ac" + "1d17e32b-bf02-4f63-8b31-794a650cd250" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs11907' under resource group 'datalakerg15327' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs18033' under resource group 'datalakerg16474' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "166" @@ -418,7 +426,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:01:37 GMT" + "Wed, 19 Oct 2016 20:20:57 GMT" ], "Pragma": [ "no-cache" @@ -427,13 +435,13 @@ "gateway" ], "x-ms-request-id": [ - "3570ea25-5bf9-4b46-abfe-854a3f8408b3" + "9a87001c-3b92-4be6-83b7-1a90dd118546" ], "x-ms-correlation-request-id": [ - "3570ea25-5bf9-4b46-abfe-854a3f8408b3" + "9a87001c-3b92-4be6-83b7-1a90dd118546" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170137Z:3570ea25-5bf9-4b46-abfe-854a3f8408b3" + "WESTUS2:20161019T202058Z:9a87001c-3b92-4be6-83b7-1a90dd118546" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -442,16 +450,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15327/providers/Microsoft.DataLakeStore/accounts/testadlfs11907?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTMyNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTE5MDc/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg16474/providers/Microsoft.DataLakeStore/accounts/testadlfs18033?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNjQ3NC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTgwMzM/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs11907.caboaccountdogfood.net\",\r\n \"accountId\": \"e1fd72ce-40a6-4578-a0ef-5dbbb33181aa\",\r\n \"creationTime\": \"2016-09-01T17:01:40.1536764Z\",\r\n \"lastModifiedTime\": \"2016-09-01T17:01:40.1536764Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15327/providers/Microsoft.DataLakeStore/accounts/testadlfs11907\",\r\n \"name\": \"testadlfs11907\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs18033.azuredatalakestore.net\",\r\n \"accountId\": \"964b7c32-8d89-490b-9db6-57693fbd1b21\",\r\n \"creationTime\": \"2016-10-19T20:21:00.9988188Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:21:00.9988188Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg16474/providers/Microsoft.DataLakeStore/accounts/testadlfs18033\",\r\n \"name\": \"testadlfs18033\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -466,7 +475,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 17:02:08 GMT" + "Wed, 19 Oct 2016 20:21:30 GMT" ], "Pragma": [ "no-cache" @@ -478,7 +487,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "cb118a0d-61bf-40d3-a259-3cc752c98ac5" + "85dfd477-6b72-436c-aad4-d7f243067487" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -487,13 +499,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14861" + "14993" ], "x-ms-correlation-request-id": [ - "ef4b103b-b085-4351-8bec-5451e9180804" + "c5739123-e2d4-4bce-bec9-65dc6c312599" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170208Z:ef4b103b-b085-4351-8bec-5451e9180804" + "WESTUS2:20161019T202131Z:c5739123-e2d4-4bce-bec9-65dc6c312599" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -502,22 +514,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15327/providers/Microsoft.DataLakeStore/accounts/testadlfs11907?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTMyNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTE5MDc/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg16474/providers/Microsoft.DataLakeStore/accounts/testadlfs18033?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNjQ3NC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTgwMzM/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "71cd9bcf-8451-4bab-8d35-4c2fad9d2dc2" + "47273e17-d5f3-4f89-b0ad-5907a2b38612" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs11907.caboaccountdogfood.net\",\r\n \"accountId\": \"e1fd72ce-40a6-4578-a0ef-5dbbb33181aa\",\r\n \"creationTime\": \"2016-09-01T17:01:40.1536764Z\",\r\n \"lastModifiedTime\": \"2016-09-01T17:01:40.1536764Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15327/providers/Microsoft.DataLakeStore/accounts/testadlfs11907\",\r\n \"name\": \"testadlfs11907\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs18033.azuredatalakestore.net\",\r\n \"accountId\": \"964b7c32-8d89-490b-9db6-57693fbd1b21\",\r\n \"creationTime\": \"2016-10-19T20:21:00.9988188Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:21:00.9988188Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg16474/providers/Microsoft.DataLakeStore/accounts/testadlfs18033\",\r\n \"name\": \"testadlfs18033\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -532,7 +545,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 17:02:08 GMT" + "Wed, 19 Oct 2016 20:21:30 GMT" ], "Pragma": [ "no-cache" @@ -544,7 +557,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "d309b834-ddbf-4f5a-99d9-2e6d14d1c042" + "2d5797c9-adcd-4926-b7bb-6d4c94b174dc" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -553,13 +569,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14860" + "14992" ], "x-ms-correlation-request-id": [ - "b04adcfc-4f2f-4e7e-b7ec-cf0f0f7131bf" + "ec7d6673-2050-491a-9a2a-08aa18f7ea99" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170209Z:b04adcfc-4f2f-4e7e-b7ec-cf0f0f7131bf" + "WESTUS2:20161019T202131Z:ec7d6673-2050-491a-9a2a-08aa18f7ea99" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -568,10 +584,10 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15327/providers/Microsoft.DataLakeStore/accounts/testadlfs11907?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTMyNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTE5MDc/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg16474/providers/Microsoft.DataLakeStore/accounts/testadlfs18033?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNjQ3NC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTgwMzM/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs11907\"\r\n}", + "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs18033\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -580,16 +596,17 @@ "60" ], "x-ms-client-request-id": [ - "2c27090d-cf07-4b0d-ab1e-b3a4645dbb1c" + "b6b84fb3-13e0-44d9-a816-577fa27c5863" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"e1fd72ce-40a6-4578-a0ef-5dbbb33181aa\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15327/providers/Microsoft.DataLakeStore/accounts/testadlfs11907\",\r\n \"name\": \"testadlfs11907\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"964b7c32-8d89-490b-9db6-57693fbd1b21\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg16474/providers/Microsoft.DataLakeStore/accounts/testadlfs18033\",\r\n \"name\": \"testadlfs18033\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ "420" @@ -607,13 +624,13 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 17:01:37 GMT" + "Wed, 19 Oct 2016 20:20:59 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg15327/providers/Microsoft.DataLakeStore/accounts/testadlfs11907/operationresults/0?api-version=2015-10-01-preview" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg16474/providers/Microsoft.DataLakeStore/accounts/testadlfs18033/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -622,10 +639,13 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/e1fd72ce-40a6-4578-a0ef-5dbbb33181aa0?api-version=2015-10-01-preview&expanded=true" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/964b7c32-8d89-490b-9db6-57693fbd1b210?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "51bdecc3-b97d-4f36-84a5-e35028672045" + "a0005ae8-4b3a-4fc6-bd09-e8fc3adf8b8d" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -634,13 +654,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1125" + "1189" ], "x-ms-correlation-request-id": [ - "40c422da-9ec0-499c-bc77-b545a9528c96" + "97c9ed3d-4bad-44d0-abfb-0c95a61d2345" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170138Z:40c422da-9ec0-499c-bc77-b545a9528c96" + "WESTUS2:20161019T202100Z:97c9ed3d-4bad-44d0-abfb-0c95a61d2345" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -649,13 +669,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/e1fd72ce-40a6-4578-a0ef-5dbbb33181aa0?api-version=2015-10-01-preview&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzL2UxZmQ3MmNlLTQwYTYtNDU3OC1hMGVmLTVkYmJiMzMxODFhYTA/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3JmV4cGFuZGVkPXRydWU=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/964b7c32-8d89-490b-9db6-57693fbd1b210?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzk2NGI3YzMyLThkODktNDkwYi05ZGI2LTU3NjkzZmJkMWIyMTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -673,7 +694,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 17:02:08 GMT" + "Wed, 19 Oct 2016 20:21:30 GMT" ], "Pragma": [ "no-cache" @@ -685,7 +706,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "ec58d06b-39cc-4104-b059-1db2ba7382a3" + "4d0023f4-f941-489c-a804-e5b05c85be76" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -694,13 +718,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" + "14989" ], "x-ms-correlation-request-id": [ - "926f2c49-152e-4340-b56d-45ad45d43759" + "e7d2336f-b807-4ad4-a5c0-535a6d4adaae" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170208Z:926f2c49-152e-4340-b56d-45ad45d43759" + "WESTUS2:20161019T202130Z:e7d2336f-b807-4ad4-a5c0-535a6d4adaae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -709,25 +733,26 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt7865?op=CREATE&write=true&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3ODY1P29wPUNSRUFURSZ3cml0ZT10cnVlJmFwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt285?op=CREATE&write=true&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQyODU/b3A9Q1JFQVRFJndyaXRlPXRydWUmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "These are some random test contents 1234!@", "RequestHeaders": { "Content-Type": [ "application/octet-stream" ], - "x-ms-client-request-id": [ - "cfd74ebd-9cbd-49f6-9471-1156a523faf0" + "Content-Length": [ + "42" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-client-request-id": [ + "ac942e5e-7a78-4b0b-bb4b-d0a3b73d07f2" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "", @@ -739,26 +764,23 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 17:02:10 GMT" + "Wed, 19 Oct 2016 20:21:32 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://testadlfs11907.caboaccountdogfood.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt7865?op=CREATE&write=true&api-version=2015-10-01-preview" + "https://testadlfs18033.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt285?op=CREATE&write=true&api-version=2016-11-01" ], "x-ms-request-id": [ - "7c28f468-acf7-45a6-af42-69b2620b0876" + "e96b79e9-53fe-40db-9837-b3d53950c373" ], "ContentLength": [ "0" ], - "Server-Perf": [ - "[7c28f468-acf7-45a6-af42-69b2620b0876][ AuthTime::1156.04019239109::PostAuthTime::300.236853517775 ][S-HdfsGetFileStatusV2 :: 00:00:119 ms]%0a[S-FsOpenStream :: 00:00:138 ms]%0a[S-FsAppendStream :: 00:00:206 ms]%0a[BufferingTime :: 00:00:001 ms]%0a[WriteTime :: 00:00:207 ms]%0a[S-FsAppendStream :: 00:00:017 ms]%0a[S-FsCloseHandle :: 00:00:001 ms]%0a[CREATE :: 00:00:487 ms]%0a" - ], "x-ms-webhdfs-version": [ "16.07.18.01" ], @@ -775,22 +797,23 @@ "StatusCode": 201 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt7865?op=MSGETFILESTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3ODY1P29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt285?op=MSGETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQyODU/b3A9TVNHRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2e25a3b1-04be-40ef-a0f3-6fc1030f6716" + "00c166c6-f6b8-411f-a3c9-1b9fbd8da9c3" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1472749330844,\r\n \"modificationTime\": 1472749331159,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"group\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"expirationTime\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1476908492959,\r\n \"modificationTime\": 1476908493092,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"group\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"expirationTime\": 0\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "288" @@ -802,19 +825,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 17:02:10 GMT" + "Wed, 19 Oct 2016 20:21:32 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "56ea30a0-618b-4401-9d75-46a34de09948" - ], - "Server-Perf": [ - "[56ea30a0-618b-4401-9d75-46a34de09948][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetFileStatusV2 :: 00:00:020 ms]%0a[MSGETFILESTATUS :: 00:00:020 ms]%0a" + "3ff5e9b1-a563-4ae6-8f8e-a4676aa2b6c9" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -832,28 +852,29 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt7865?offset=0&op=APPEND&append=true&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3ODY1P29mZnNldD0wJm9wPUFQUEVORCZhcHBlbmQ9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt285?offset=0&op=APPEND&append=true&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQyODU/b2Zmc2V0PTAmb3A9QVBQRU5EJmFwcGVuZD10cnVlJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "POST", "RequestBody": "These are some random test contents 1234!@", "RequestHeaders": { "Content-Type": [ "application/octet-stream" ], - "x-ms-client-request-id": [ - "7be1405c-c924-4355-8025-01dbec29cb91" + "Content-Length": [ + "42" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-client-request-id": [ + "c02bd389-713f-437e-aa38-3fa3858ca298" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"BadOffsetException\",\r\n \"message\": \"FsAppendStream failed with error 0x83090015 (Bad offset). [e8e69e71-931e-48e0-bdc9-b47112ea5727][2016-09-01T10:02:11.4759309-07:00]\",\r\n \"javaClassName\": \"org.apache.hadoop.fs.adl.BadOffsetException\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"BadOffsetException\",\r\n \"message\": \"FsAppendStream failed with error 0x83090015 (Bad offset). [64027938-6364-433e-9ba4-f9dfcc15e778][2016-10-19T13:21:33.3392822-07:00]\",\r\n \"javaClassName\": \"org.apache.hadoop.fs.adl.BadOffsetException\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "260" @@ -865,25 +886,22 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 17:02:10 GMT" + "Wed, 19 Oct 2016 20:21:32 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "e8e69e71-931e-48e0-bdc9-b47112ea5727" - ], - "Server-Perf": [ - "[e8e69e71-931e-48e0-bdc9-b47112ea5727][ AuthTime::0::PostAuthTime::0 ][S-FsOpenStream :: 00:00:017 ms]%0a[BufferingTime :: 00:00:001 ms]%0a[WriteTime :: 00:00:000 ms]%0a[S-FsAppendStream :: 00:00:011 ms]%0a[S-FsCloseHandle :: 00:00:001 ms]%0a[APPEND :: 00:00:083 ms]%0a" + "64027938-6364-433e-9ba4-f9dfcc15e778" ], "x-ms-webhdfs-version": [ "16.07.18.01" ], "Status": [ - "0x0" + "0x83090015" ], "X-Content-Type-Options": [ "nosniff" @@ -897,15 +915,15 @@ ], "Names": { ".ctor": [ - "datalakerg15327", - "testdatalake16528", - "testadlfs11907" + "datalakerg16474", + "testdatalake15359", + "testadlfs18033" ], "CreateFile": [ - "SDKTestFolder01/SDKTestFile01.txt7865" + "SDKTestFolder01/SDKTestFile01.txt285" ] }, "Variables": { - "SubscriptionId": "90585f39-ab85-4921-bb37-0468f7efd1dd" + "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" } } \ No newline at end of file diff --git a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemAppendToFileWithOffset.json b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemAppendToFileWithOffset.json index 1a7145ce7744d..0c4c3da207ff3 100644 --- a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemAppendToFileWithOffset.json +++ b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemAppendToFileWithOffset.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "22a8e79e-a252-4209-9969-29f3b04ae25e" + "61c3c485-3289-4f30-bc8b-c13e8837b124" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:56:53 GMT" + "Wed, 19 Oct 2016 20:16:51 GMT" ], "Pragma": [ "no-cache" @@ -37,16 +38,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1130" + "1199" ], "x-ms-request-id": [ - "4760f4bf-7219-49c2-bfb4-3f72ddf32e3f" + "e10c32df-e5b6-4fa2-908a-08a7c3c7e73f" ], "x-ms-correlation-request-id": [ - "4760f4bf-7219-49c2-bfb4-3f72ddf32e3f" + "e10c32df-e5b6-4fa2-908a-08a7c3c7e73f" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165654Z:4760f4bf-7219-49c2-bfb4-3f72ddf32e3f" + "WESTUS2:20161019T201651Z:e10c32df-e5b6-4fa2-908a-08a7c3c7e73f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -55,22 +56,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "661c51c1-ea0b-498e-8ac8-42342e80b306" + "27460bc8-0297-4982-b7bc-5d7f4bec787a" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -82,7 +84,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:56:53 GMT" + "Wed, 19 Oct 2016 20:16:51 GMT" ], "Pragma": [ "no-cache" @@ -91,16 +93,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14874" + "14995" ], "x-ms-request-id": [ - "50691ba3-f4f3-46de-942b-11f8d9ca031d" + "bd831cf3-a318-4fb8-9c71-8dd32e7a4deb" ], "x-ms-correlation-request-id": [ - "50691ba3-f4f3-46de-942b-11f8d9ca031d" + "bd831cf3-a318-4fb8-9c71-8dd32e7a4deb" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165654Z:50691ba3-f4f3-46de-942b-11f8d9ca031d" + "WESTUS2:20161019T201651Z:bd831cf3-a318-4fb8-9c71-8dd32e7a4deb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -109,22 +111,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "46d46aff-a80e-4707-ba42-87d11cb9f0ae" + "6ea37dfd-4c8f-4087-93dd-a989a002894f" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -136,7 +139,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:56:53 GMT" + "Wed, 19 Oct 2016 20:16:51 GMT" ], "Pragma": [ "no-cache" @@ -145,16 +148,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1129" + "1198" ], "x-ms-request-id": [ - "31c98136-ae0e-4192-844c-714f4fda0c1e" + "dd6fd983-df3a-43de-886c-5b1030e5eee9" ], "x-ms-correlation-request-id": [ - "31c98136-ae0e-4192-844c-714f4fda0c1e" + "dd6fd983-df3a-43de-886c-5b1030e5eee9" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165654Z:31c98136-ae0e-4192-844c-714f4fda0c1e" + "WESTUS2:20161019T201652Z:dd6fd983-df3a-43de-886c-5b1030e5eee9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -163,22 +166,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a745695c-00a3-4dca-8f46-9088846bb6eb" + "9b7b3dea-58f1-40b6-b8f8-835f38f43656" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -190,7 +194,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:56:53 GMT" + "Wed, 19 Oct 2016 20:16:51 GMT" ], "Pragma": [ "no-cache" @@ -199,16 +203,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14873" + "14994" ], "x-ms-request-id": [ - "32299b47-a871-4ace-8ff8-979dec4bbf94" + "01bc8c20-09bf-4e23-8f7a-ada416a94e42" ], "x-ms-correlation-request-id": [ - "32299b47-a871-4ace-8ff8-979dec4bbf94" + "01bc8c20-09bf-4e23-8f7a-ada416a94e42" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165654Z:32299b47-a871-4ace-8ff8-979dec4bbf94" + "WESTUS2:20161019T201652Z:01bc8c20-09bf-4e23-8f7a-ada416a94e42" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -217,22 +221,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg14870?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNDg3MD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg14279?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNDI3OT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "04c2deb7-da31-413a-acc1-4987cd953bc7" + "ed481713-6e3d-41e5-ba88-cd7724b1a3dc" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg14870' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg14279' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "107" @@ -247,7 +252,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:56:53 GMT" + "Wed, 19 Oct 2016 20:16:51 GMT" ], "Pragma": [ "no-cache" @@ -256,16 +261,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14872" + "14993" ], "x-ms-request-id": [ - "fa955f1d-8136-4ec8-a0c0-7cd60f982a4f" + "6c20ef99-f729-44d6-8c0e-58a298810e45" ], "x-ms-correlation-request-id": [ - "fa955f1d-8136-4ec8-a0c0-7cd60f982a4f" + "6c20ef99-f729-44d6-8c0e-58a298810e45" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165654Z:fa955f1d-8136-4ec8-a0c0-7cd60f982a4f" + "WESTUS2:20161019T201652Z:6c20ef99-f729-44d6-8c0e-58a298810e45" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -274,22 +279,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg14870?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNDg3MD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg14279?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNDI3OT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b871ef6f-0a14-4fea-957e-b4e540e97a83" + "8f55b507-f8d4-4d37-a7a1-76b80da30463" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg14870\",\r\n \"name\": \"datalakerg14870\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14279\",\r\n \"name\": \"datalakerg14279\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -301,7 +307,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:56:54 GMT" + "Wed, 19 Oct 2016 20:16:52 GMT" ], "Pragma": [ "no-cache" @@ -310,16 +316,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14871" + "14992" ], "x-ms-request-id": [ - "92047205-d830-4130-b8ad-4c83c8c7027e" + "59ac3c40-aa49-419c-9b84-43e7f624522e" ], "x-ms-correlation-request-id": [ - "92047205-d830-4130-b8ad-4c83c8c7027e" + "59ac3c40-aa49-419c-9b84-43e7f624522e" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165655Z:92047205-d830-4130-b8ad-4c83c8c7027e" + "WESTUS2:20161019T201653Z:59ac3c40-aa49-419c-9b84-43e7f624522e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -328,8 +334,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg14870?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNDg3MD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg14279?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNDI3OT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -340,16 +346,17 @@ "31" ], "x-ms-client-request-id": [ - "ee39270a-b53b-4391-80d6-a9ac504f4bc7" + "581ccd4b-10ff-4846-a57d-7082ca094006" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg14870\",\r\n \"name\": \"datalakerg14870\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14279\",\r\n \"name\": \"datalakerg14279\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "184" @@ -364,22 +371,22 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:56:54 GMT" + "Wed, 19 Oct 2016 20:16:52 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1128" + "1197" ], "x-ms-request-id": [ - "a17e2df9-8a65-4610-b07b-6628e740818f" + "60d3fa01-245d-437e-bfbb-4b8562774326" ], "x-ms-correlation-request-id": [ - "a17e2df9-8a65-4610-b07b-6628e740818f" + "60d3fa01-245d-437e-bfbb-4b8562774326" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165655Z:a17e2df9-8a65-4610-b07b-6628e740818f" + "WESTUS2:20161019T201653Z:60d3fa01-245d-437e-bfbb-4b8562774326" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -388,25 +395,26 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg14870/providers/Microsoft.DataLakeStore/accounts/testadlfs1522?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDg3MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTUyMj9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14279/providers/Microsoft.DataLakeStore/accounts/testadlfs12068?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTIwNjg/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "635106f6-be6b-4681-a166-8e6c4e28a94b" + "877e995d-9565-4a5d-a583-ededc203701a" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs1522' under resource group 'datalakerg14870' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs12068' under resource group 'datalakerg14279' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "165" + "166" ], "Content-Type": [ "application/json; charset=utf-8" @@ -418,7 +426,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:56:54 GMT" + "Wed, 19 Oct 2016 20:16:52 GMT" ], "Pragma": [ "no-cache" @@ -427,13 +435,13 @@ "gateway" ], "x-ms-request-id": [ - "09a488ad-f4c7-4e7d-90ed-3c94fef1d1c9" + "afb533c6-61cc-46a5-b59b-f48ed49995ba" ], "x-ms-correlation-request-id": [ - "09a488ad-f4c7-4e7d-90ed-3c94fef1d1c9" + "afb533c6-61cc-46a5-b59b-f48ed49995ba" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165655Z:09a488ad-f4c7-4e7d-90ed-3c94fef1d1c9" + "WESTUS2:20161019T201653Z:afb533c6-61cc-46a5-b59b-f48ed49995ba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -442,16 +450,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg14870/providers/Microsoft.DataLakeStore/accounts/testadlfs1522?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDg3MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTUyMj9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14279/providers/Microsoft.DataLakeStore/accounts/testadlfs12068?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTIwNjg/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs1522.caboaccountdogfood.net\",\r\n \"accountId\": \"24deb0f1-35e0-4573-8daa-1fcf5bf8c726\",\r\n \"creationTime\": \"2016-09-01T16:56:57.2764696Z\",\r\n \"lastModifiedTime\": \"2016-09-01T16:56:57.2764696Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg14870/providers/Microsoft.DataLakeStore/accounts/testadlfs1522\",\r\n \"name\": \"testadlfs1522\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs12068.azuredatalakestore.net\",\r\n \"accountId\": \"0418f7e3-a3ca-45ae-96da-694477557de4\",\r\n \"creationTime\": \"2016-10-19T20:16:56.570503Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:16:56.570503Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14279/providers/Microsoft.DataLakeStore/accounts/testadlfs12068\",\r\n \"name\": \"testadlfs12068\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -466,7 +475,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:57:26 GMT" + "Wed, 19 Oct 2016 20:17:25 GMT" ], "Pragma": [ "no-cache" @@ -478,7 +487,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "66f1baa8-b2fc-4930-9785-dc152e0e0856" + "9ece48e4-e443-481c-846e-be8f1a61b957" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -487,13 +499,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14870" + "14992" ], "x-ms-correlation-request-id": [ - "e5538c16-8701-414f-9d3c-9a579acb482e" + "40a1634e-2e26-480b-8b41-7334a6ca227d" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165726Z:e5538c16-8701-414f-9d3c-9a579acb482e" + "WESTUS2:20161019T201726Z:40a1634e-2e26-480b-8b41-7334a6ca227d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -502,22 +514,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg14870/providers/Microsoft.DataLakeStore/accounts/testadlfs1522?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDg3MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTUyMj9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14279/providers/Microsoft.DataLakeStore/accounts/testadlfs12068?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTIwNjg/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4cb55469-8b95-44c4-af1a-6dd8c4b54d08" + "24c14a9c-bd31-478e-8581-00613086e1bd" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs1522.caboaccountdogfood.net\",\r\n \"accountId\": \"24deb0f1-35e0-4573-8daa-1fcf5bf8c726\",\r\n \"creationTime\": \"2016-09-01T16:56:57.2764696Z\",\r\n \"lastModifiedTime\": \"2016-09-01T16:56:57.2764696Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg14870/providers/Microsoft.DataLakeStore/accounts/testadlfs1522\",\r\n \"name\": \"testadlfs1522\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs12068.azuredatalakestore.net\",\r\n \"accountId\": \"0418f7e3-a3ca-45ae-96da-694477557de4\",\r\n \"creationTime\": \"2016-10-19T20:16:56.570503Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:16:56.570503Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14279/providers/Microsoft.DataLakeStore/accounts/testadlfs12068\",\r\n \"name\": \"testadlfs12068\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -532,7 +545,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:57:26 GMT" + "Wed, 19 Oct 2016 20:17:26 GMT" ], "Pragma": [ "no-cache" @@ -544,7 +557,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "3c88c873-991d-4f2e-8da8-c639af5af1a1" + "dae44c91-d9d7-41c4-8476-568f82833442" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -553,13 +569,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" + "14997" ], "x-ms-correlation-request-id": [ - "745a8aed-5718-418c-9913-0e346e554f6c" + "9c909c90-5fab-43ed-aa8a-438d9b0de475" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165726Z:745a8aed-5718-418c-9913-0e346e554f6c" + "WESTUS2:20161019T201726Z:9c909c90-5fab-43ed-aa8a-438d9b0de475" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -568,31 +584,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg14870/providers/Microsoft.DataLakeStore/accounts/testadlfs1522?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDg3MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTUyMj9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14279/providers/Microsoft.DataLakeStore/accounts/testadlfs12068?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTIwNjg/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs1522\"\r\n}", + "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs12068\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "59" + "60" ], "x-ms-client-request-id": [ - "076dd203-a868-4b51-9d3a-0586fe2ec493" + "c87b0ae1-fdbe-483a-a3da-537281245243" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"24deb0f1-35e0-4573-8daa-1fcf5bf8c726\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg14870/providers/Microsoft.DataLakeStore/accounts/testadlfs1522\",\r\n \"name\": \"testadlfs1522\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"0418f7e3-a3ca-45ae-96da-694477557de4\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14279/providers/Microsoft.DataLakeStore/accounts/testadlfs12068\",\r\n \"name\": \"testadlfs12068\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ - "418" + "420" ], "Content-Type": [ "application/json" @@ -607,13 +624,13 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:56:54 GMT" + "Wed, 19 Oct 2016 20:16:54 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg14870/providers/Microsoft.DataLakeStore/accounts/testadlfs1522/operationresults/0?api-version=2015-10-01-preview" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg14279/providers/Microsoft.DataLakeStore/accounts/testadlfs12068/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -622,10 +639,13 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/24deb0f1-35e0-4573-8daa-1fcf5bf8c7260?api-version=2015-10-01-preview&expanded=true" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/0418f7e3-a3ca-45ae-96da-694477557de40?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "258779bc-b713-41f6-8e62-4c52d7cfb895" + "2b726262-ad2b-48b9-b016-ced4c5ea3e67" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -634,13 +654,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1137" + "1196" ], "x-ms-correlation-request-id": [ - "6cbbe909-5ead-4b96-aa0e-c69effd4ff9f" + "4a5523ff-8ba9-433d-9eea-1ed6a42d6b5c" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165655Z:6cbbe909-5ead-4b96-aa0e-c69effd4ff9f" + "WESTUS2:20161019T201655Z:4a5523ff-8ba9-433d-9eea-1ed6a42d6b5c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -649,13 +669,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/24deb0f1-35e0-4573-8daa-1fcf5bf8c7260?api-version=2015-10-01-preview&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzI0ZGViMGYxLTM1ZTAtNDU3My04ZGFhLTFmY2Y1YmY4YzcyNjA/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3JmV4cGFuZGVkPXRydWU=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/0418f7e3-a3ca-45ae-96da-694477557de40?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzA0MThmN2UzLWEzY2EtNDVhZS05NmRhLTY5NDQ3NzU1N2RlNDA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -673,7 +694,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:57:25 GMT" + "Wed, 19 Oct 2016 20:17:25 GMT" ], "Pragma": [ "no-cache" @@ -685,7 +706,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "bc91cdf2-d071-471e-a7df-4e9180610606" + "d183d342-c92c-4d37-b52b-383a47e2859d" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -694,13 +718,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" + "14995" ], "x-ms-correlation-request-id": [ - "12cadb36-0e30-4ff2-9317-09922c1d4f52" + "f70c768a-c10a-4cda-819d-63d78907ddfe" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165725Z:12cadb36-0e30-4ff2-9317-09922c1d4f52" + "WESTUS2:20161019T201726Z:f70c768a-c10a-4cda-819d-63d78907ddfe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -709,25 +733,26 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt6226?op=CREATE&write=true&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ2MjI2P29wPUNSRUFURSZ3cml0ZT10cnVlJmFwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt9591?op=CREATE&write=true&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ5NTkxP29wPUNSRUFURSZ3cml0ZT10cnVlJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "These are some random test contents 1234!@", "RequestHeaders": { "Content-Type": [ "application/octet-stream" ], - "x-ms-client-request-id": [ - "b630b94e-1fa5-4d60-b548-4e65e324a35f" + "Content-Length": [ + "42" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-client-request-id": [ + "204d3b0e-e7f2-4869-be2a-b73dbf51ae3c" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "", @@ -739,26 +764,23 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:57:27 GMT" + "Wed, 19 Oct 2016 20:17:28 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://testadlfs1522.caboaccountdogfood.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt6226?op=CREATE&write=true&api-version=2015-10-01-preview" + "https://testadlfs12068.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt9591?op=CREATE&write=true&api-version=2016-11-01" ], "x-ms-request-id": [ - "7481cef2-d427-46b8-981f-54984944b779" + "c2e04164-8ea6-41d0-9f82-272c825ace73" ], "ContentLength": [ "0" ], - "Server-Perf": [ - "[7481cef2-d427-46b8-981f-54984944b779][ AuthTime::1333.12233760457::PostAuthTime::373.376901100029 ][S-HdfsGetFileStatusV2 :: 00:00:153 ms]%0a[S-FsOpenStream :: 00:00:154 ms]%0a[S-FsAppendStream :: 00:00:164 ms]%0a[BufferingTime :: 00:00:001 ms]%0a[WriteTime :: 00:00:165 ms]%0a[S-FsAppendStream :: 00:00:033 ms]%0a[S-FsCloseHandle :: 00:00:001 ms]%0a[CREATE :: 00:00:511 ms]%0a" - ], "x-ms-webhdfs-version": [ "16.07.18.01" ], @@ -775,22 +797,23 @@ "StatusCode": 201 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt6226?op=MSGETFILESTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ2MjI2P29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt9591?op=MSGETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ5NTkxP29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b9852c32-3cf0-4e16-a5f3-81b7ea3374f1" + "ed996a48-d493-4221-b741-94851b2e73af" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1472749048404,\r\n \"modificationTime\": 1472749048695,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"group\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"expirationTime\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1476908248288,\r\n \"modificationTime\": 1476908248384,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"group\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"expirationTime\": 0\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "288" @@ -802,19 +825,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:57:28 GMT" + "Wed, 19 Oct 2016 20:17:28 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "1d634ed4-765e-46f3-9b1d-de047f1c9b92" - ], - "Server-Perf": [ - "[1d634ed4-765e-46f3-9b1d-de047f1c9b92][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetFileStatusV2 :: 00:00:019 ms]%0a[MSGETFILESTATUS :: 00:00:026 ms]%0a" + "02d00a12-1b70-4774-8262-ab3240dce7ce" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -832,22 +852,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt6226?op=MSGETFILESTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ2MjI2P29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt9591?op=MSGETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ5NTkxP29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ba9e05f4-ec74-494f-b01e-79b17ae17f99" + "f5cc40e7-db37-42ff-ae48-8b9484ca5e29" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 84,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1472749048404,\r\n \"modificationTime\": 1472749049007,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"group\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"expirationTime\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 84,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1476908248288,\r\n \"modificationTime\": 1476908248618,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"group\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"expirationTime\": 0\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "288" @@ -859,19 +880,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:57:28 GMT" + "Wed, 19 Oct 2016 20:17:28 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "f3e80a93-7962-4c6a-892d-85fcbbfc2ce7" - ], - "Server-Perf": [ - "[f3e80a93-7962-4c6a-892d-85fcbbfc2ce7][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetFileStatusV2 :: 00:00:019 ms]%0a[MSGETFILESTATUS :: 00:00:020 ms]%0a" + "85c2371b-0ac1-456b-a154-c98ffc02b1c5" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -889,25 +907,26 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt6226?offset=42&op=APPEND&append=true&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ2MjI2P29mZnNldD00MiZvcD1BUFBFTkQmYXBwZW5kPXRydWUmYXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt9591?offset=42&op=APPEND&append=true&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ5NTkxP29mZnNldD00MiZvcD1BUFBFTkQmYXBwZW5kPXRydWUmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "POST", "RequestBody": "These are some random test contents 1234!@", "RequestHeaders": { "Content-Type": [ "application/octet-stream" ], - "x-ms-client-request-id": [ - "069b94ca-0123-4fc7-a5b9-11d3e15d0447" + "Content-Length": [ + "42" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-client-request-id": [ + "53546856-d383-4723-be62-cf7897ba03fd" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "", @@ -919,19 +938,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:57:28 GMT" + "Wed, 19 Oct 2016 20:17:28 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "cc3fb445-27a9-43bb-b923-1ec99f9cf8ef" - ], - "Server-Perf": [ - "[cc3fb445-27a9-43bb-b923-1ec99f9cf8ef][ AuthTime::0::PostAuthTime::0 ][S-FsOpenStream :: 00:00:019 ms]%0a[S-FsAppendStream :: 00:00:069 ms]%0a[BufferingTime :: 00:00:001 ms]%0a[WriteTime :: 00:00:069 ms]%0a[S-FsAppendStream :: 00:00:034 ms]%0a[S-FsCloseHandle :: 00:00:001 ms]%0a[APPEND :: 00:00:140 ms]%0a" + "90b00dfd-102a-4505-80fa-a984be91c3cc" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -951,15 +967,15 @@ ], "Names": { ".ctor": [ - "datalakerg14870", - "testdatalake15380", - "testadlfs1522" + "datalakerg14279", + "testdatalake14199", + "testadlfs12068" ], "CreateFile": [ - "SDKTestFolder01/SDKTestFile01.txt6226" + "SDKTestFolder01/SDKTestFile01.txt9591" ] }, "Variables": { - "SubscriptionId": "90585f39-ab85-4921-bb37-0468f7efd1dd" + "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" } } \ No newline at end of file diff --git a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemConcatenateFiles.json b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemConcatenateFiles.json index d16e3ad933c15..157cb801f24e4 100644 --- a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemConcatenateFiles.json +++ b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemConcatenateFiles.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0558e2c7-0a13-4852-a99d-7fc833eb291a" + "edfd8043-a00b-466a-a1e7-7b43395f9145" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:59:21 GMT" + "Wed, 19 Oct 2016 20:19:32 GMT" ], "Pragma": [ "no-cache" @@ -37,16 +38,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1106" + "1196" ], "x-ms-request-id": [ - "ee71185a-47d6-4e3b-990d-de6ceb826b67" + "1045d506-a0fa-419b-b150-51b8dc9142e5" ], "x-ms-correlation-request-id": [ - "ee71185a-47d6-4e3b-990d-de6ceb826b67" + "1045d506-a0fa-419b-b150-51b8dc9142e5" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165921Z:ee71185a-47d6-4e3b-990d-de6ceb826b67" + "WESTUS2:20161019T201932Z:1045d506-a0fa-419b-b150-51b8dc9142e5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -55,22 +56,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1ae9e034-4c65-4b36-b956-e777ef3b7294" + "49f8a942-fac4-4735-9f25-62e3737a15c4" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -82,7 +84,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:59:21 GMT" + "Wed, 19 Oct 2016 20:19:32 GMT" ], "Pragma": [ "no-cache" @@ -91,16 +93,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" + "14996" ], "x-ms-request-id": [ - "8575fda6-316d-4699-9b7d-c31304e15319" + "9818d76c-a063-4519-8cb5-4192ce20330f" ], "x-ms-correlation-request-id": [ - "8575fda6-316d-4699-9b7d-c31304e15319" + "9818d76c-a063-4519-8cb5-4192ce20330f" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165921Z:8575fda6-316d-4699-9b7d-c31304e15319" + "WESTUS2:20161019T201932Z:9818d76c-a063-4519-8cb5-4192ce20330f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -109,22 +111,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "08577dc0-b4e0-4bbf-8bae-1276018b6ec3" + "3aaed160-6aec-4456-8484-30ea44a71900" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -136,7 +139,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:59:21 GMT" + "Wed, 19 Oct 2016 20:19:32 GMT" ], "Pragma": [ "no-cache" @@ -145,16 +148,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1105" + "1195" ], "x-ms-request-id": [ - "7f0aa10a-bc93-4521-9ee3-6f3218e4e93d" + "85c1fee0-d83c-427c-a954-a5ce39c24458" ], "x-ms-correlation-request-id": [ - "7f0aa10a-bc93-4521-9ee3-6f3218e4e93d" + "85c1fee0-d83c-427c-a954-a5ce39c24458" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165922Z:7f0aa10a-bc93-4521-9ee3-6f3218e4e93d" + "WESTUS2:20161019T201933Z:85c1fee0-d83c-427c-a954-a5ce39c24458" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -163,22 +166,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f689d02d-57af-46ce-b88d-152047bccbba" + "70e962ea-b5a0-483b-895b-ed6d926369b8" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -190,7 +194,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:59:21 GMT" + "Wed, 19 Oct 2016 20:19:32 GMT" ], "Pragma": [ "no-cache" @@ -199,16 +203,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" + "14995" ], "x-ms-request-id": [ - "44196a67-cf53-492f-af01-e0c60bae751f" + "196942a3-0b09-4227-a006-eab9beb4f30f" ], "x-ms-correlation-request-id": [ - "44196a67-cf53-492f-af01-e0c60bae751f" + "196942a3-0b09-4227-a006-eab9beb4f30f" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165922Z:44196a67-cf53-492f-af01-e0c60bae751f" + "WESTUS2:20161019T201933Z:196942a3-0b09-4227-a006-eab9beb4f30f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -217,25 +221,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg19001?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxOTAwMT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg1727?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNzI3P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a7f7637d-5a23-4105-b6e4-c4b85f0bf066" + "90afcd62-a3df-445e-a52f-03b0d47519b2" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg19001' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg1727' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "107" + "106" ], "Content-Type": [ "application/json; charset=utf-8" @@ -247,7 +252,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:59:21 GMT" + "Wed, 19 Oct 2016 20:19:32 GMT" ], "Pragma": [ "no-cache" @@ -256,16 +261,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" + "14994" ], "x-ms-request-id": [ - "3f561bd9-183e-4a99-a33b-3a3101a88217" + "fef82d05-d346-4260-8501-619d05f8589b" ], "x-ms-correlation-request-id": [ - "3f561bd9-183e-4a99-a33b-3a3101a88217" + "fef82d05-d346-4260-8501-619d05f8589b" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165922Z:3f561bd9-183e-4a99-a33b-3a3101a88217" + "WESTUS2:20161019T201933Z:fef82d05-d346-4260-8501-619d05f8589b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -274,22 +279,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg19001?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxOTAwMT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg1727?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNzI3P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "07fe9681-f1e1-4b27-915b-4ec3f20ee866" + "370031bd-0013-4799-a446-97dd2c03d394" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg19001\",\r\n \"name\": \"datalakerg19001\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1727\",\r\n \"name\": \"datalakerg1727\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -301,7 +307,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:59:21 GMT" + "Wed, 19 Oct 2016 20:19:34 GMT" ], "Pragma": [ "no-cache" @@ -310,16 +316,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" + "14993" ], "x-ms-request-id": [ - "7107a468-834a-4043-aa24-e54acf7cc98a" + "83fb7e52-68d6-470c-94f2-27cd189dae84" ], "x-ms-correlation-request-id": [ - "7107a468-834a-4043-aa24-e54acf7cc98a" + "83fb7e52-68d6-470c-94f2-27cd189dae84" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165922Z:7107a468-834a-4043-aa24-e54acf7cc98a" + "WESTUS2:20161019T201934Z:83fb7e52-68d6-470c-94f2-27cd189dae84" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -328,8 +334,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg19001?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxOTAwMT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg1727?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNzI3P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -340,19 +346,20 @@ "31" ], "x-ms-client-request-id": [ - "ff7cdbdb-74de-4c21-8a28-ca904d729d5d" + "9405c170-258a-429c-ab9d-4ad853c57df3" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg19001\",\r\n \"name\": \"datalakerg19001\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1727\",\r\n \"name\": \"datalakerg1727\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "184" + "182" ], "Content-Type": [ "application/json; charset=utf-8" @@ -364,22 +371,22 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:59:21 GMT" + "Wed, 19 Oct 2016 20:19:34 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1104" + "1194" ], "x-ms-request-id": [ - "2f3a406b-995a-4797-b854-f9ec41344ed8" + "aefa4d66-0cd5-422f-8eb9-02d4e2d492f8" ], "x-ms-correlation-request-id": [ - "2f3a406b-995a-4797-b854-f9ec41344ed8" + "aefa4d66-0cd5-422f-8eb9-02d4e2d492f8" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165922Z:2f3a406b-995a-4797-b854-f9ec41344ed8" + "WESTUS2:20161019T201934Z:aefa4d66-0cd5-422f-8eb9-02d4e2d492f8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -388,25 +395,26 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg19001/providers/Microsoft.DataLakeStore/accounts/testadlfs18810?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxOTAwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTg4MTA/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1727/providers/Microsoft.DataLakeStore/accounts/testadlfs12652?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxMjY1Mj9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3634158-7274-487e-8f6e-29137a18292c" + "906d60d6-39a1-40d3-b061-878d74442b92" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs18810' under resource group 'datalakerg19001' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs12652' under resource group 'datalakerg1727' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "166" + "165" ], "Content-Type": [ "application/json; charset=utf-8" @@ -418,7 +426,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:59:22 GMT" + "Wed, 19 Oct 2016 20:19:34 GMT" ], "Pragma": [ "no-cache" @@ -427,13 +435,13 @@ "gateway" ], "x-ms-request-id": [ - "08190dfd-2441-4bb2-aa76-e4085d2d17f4" + "cbaa4807-1f49-4f5a-9d9f-bd3a14a7c104" ], "x-ms-correlation-request-id": [ - "08190dfd-2441-4bb2-aa76-e4085d2d17f4" + "cbaa4807-1f49-4f5a-9d9f-bd3a14a7c104" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165922Z:08190dfd-2441-4bb2-aa76-e4085d2d17f4" + "WESTUS2:20161019T201935Z:cbaa4807-1f49-4f5a-9d9f-bd3a14a7c104" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -442,16 +450,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg19001/providers/Microsoft.DataLakeStore/accounts/testadlfs18810?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxOTAwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTg4MTA/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1727/providers/Microsoft.DataLakeStore/accounts/testadlfs12652?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxMjY1Mj9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs18810.caboaccountdogfood.net\",\r\n \"accountId\": \"1c27f27b-e4fa-4922-b873-8823f5e13a88\",\r\n \"creationTime\": \"2016-09-01T16:59:24.7209427Z\",\r\n \"lastModifiedTime\": \"2016-09-01T16:59:24.7209427Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg19001/providers/Microsoft.DataLakeStore/accounts/testadlfs18810\",\r\n \"name\": \"testadlfs18810\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs12652.azuredatalakestore.net\",\r\n \"accountId\": \"83f49445-ff18-4cd1-a901-6ef571ea0e0e\",\r\n \"creationTime\": \"2016-10-19T20:19:36.1004336Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:19:36.1004336Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1727/providers/Microsoft.DataLakeStore/accounts/testadlfs12652\",\r\n \"name\": \"testadlfs12652\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -466,7 +475,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:59:53 GMT" + "Wed, 19 Oct 2016 20:20:07 GMT" ], "Pragma": [ "no-cache" @@ -478,7 +487,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "ad5a9e4b-0698-46ef-b3b0-7fe2dfb075ff" + "0655c158-80ba-4897-a29d-6b275c9a3e80" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -487,13 +499,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14864" + "14990" ], "x-ms-correlation-request-id": [ - "fa2a31d9-36a2-4f03-bc49-c3f23f44fd9d" + "8c48a625-c4da-45ec-b6ad-7b78766b9f5e" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165953Z:fa2a31d9-36a2-4f03-bc49-c3f23f44fd9d" + "WESTUS2:20161019T202008Z:8c48a625-c4da-45ec-b6ad-7b78766b9f5e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -502,22 +514,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg19001/providers/Microsoft.DataLakeStore/accounts/testadlfs18810?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxOTAwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTg4MTA/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1727/providers/Microsoft.DataLakeStore/accounts/testadlfs12652?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxMjY1Mj9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "72e46b1f-cb8d-4c7a-9e50-8e2802b6292f" + "0a160d00-195f-44bd-988f-a59e746eba2e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs18810.caboaccountdogfood.net\",\r\n \"accountId\": \"1c27f27b-e4fa-4922-b873-8823f5e13a88\",\r\n \"creationTime\": \"2016-09-01T16:59:24.7209427Z\",\r\n \"lastModifiedTime\": \"2016-09-01T16:59:24.7209427Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg19001/providers/Microsoft.DataLakeStore/accounts/testadlfs18810\",\r\n \"name\": \"testadlfs18810\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs12652.azuredatalakestore.net\",\r\n \"accountId\": \"83f49445-ff18-4cd1-a901-6ef571ea0e0e\",\r\n \"creationTime\": \"2016-10-19T20:19:36.1004336Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:19:36.1004336Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1727/providers/Microsoft.DataLakeStore/accounts/testadlfs12652\",\r\n \"name\": \"testadlfs12652\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -532,7 +545,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:59:54 GMT" + "Wed, 19 Oct 2016 20:20:08 GMT" ], "Pragma": [ "no-cache" @@ -544,7 +557,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "5fb2074a-130f-4894-aa8a-b905cf1a4958" + "b31e7967-7017-48f2-b59d-122758ff95c1" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -553,13 +569,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14872" + "14992" ], "x-ms-correlation-request-id": [ - "a10cc2a7-29a7-46cf-bad8-7078d25c34af" + "efd6da8a-76c7-4496-8f03-f9330c935f4b" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165954Z:a10cc2a7-29a7-46cf-bad8-7078d25c34af" + "WESTUS2:20161019T202008Z:efd6da8a-76c7-4496-8f03-f9330c935f4b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -568,10 +584,10 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg19001/providers/Microsoft.DataLakeStore/accounts/testadlfs18810?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxOTAwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTg4MTA/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1727/providers/Microsoft.DataLakeStore/accounts/testadlfs12652?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzI3L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxMjY1Mj9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs18810\"\r\n}", + "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs12652\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -580,19 +596,20 @@ "60" ], "x-ms-client-request-id": [ - "3a27dfb7-a0d8-48f1-b4a1-b3b2d6eeb236" + "4c87f44f-12b0-4bb7-957d-9f32ca4beaff" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"1c27f27b-e4fa-4922-b873-8823f5e13a88\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg19001/providers/Microsoft.DataLakeStore/accounts/testadlfs18810\",\r\n \"name\": \"testadlfs18810\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"83f49445-ff18-4cd1-a901-6ef571ea0e0e\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1727/providers/Microsoft.DataLakeStore/accounts/testadlfs12652\",\r\n \"name\": \"testadlfs12652\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ - "420" + "419" ], "Content-Type": [ "application/json" @@ -607,13 +624,13 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:59:23 GMT" + "Wed, 19 Oct 2016 20:19:37 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg19001/providers/Microsoft.DataLakeStore/accounts/testadlfs18810/operationresults/0?api-version=2015-10-01-preview" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg1727/providers/Microsoft.DataLakeStore/accounts/testadlfs12652/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -622,10 +639,13 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/1c27f27b-e4fa-4922-b873-8823f5e13a880?api-version=2015-10-01-preview&expanded=true" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/83f49445-ff18-4cd1-a901-6ef571ea0e0e0?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "0d4941ef-3bc2-49bb-8ba9-82205ef4b6af" + "c77f3b01-7919-4ebd-8905-f5e00a4a961b" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -634,13 +654,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1136" + "1193" ], "x-ms-correlation-request-id": [ - "2fa638ec-3d76-4561-811a-e2475d636884" + "3546a54e-e178-4acf-92af-30bd04ef14dc" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165923Z:2fa638ec-3d76-4561-811a-e2475d636884" + "WESTUS2:20161019T201937Z:3546a54e-e178-4acf-92af-30bd04ef14dc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -649,13 +669,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/1c27f27b-e4fa-4922-b873-8823f5e13a880?api-version=2015-10-01-preview&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzFjMjdmMjdiLWU0ZmEtNDkyMi1iODczLTg4MjNmNWUxM2E4ODA/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3JmV4cGFuZGVkPXRydWU=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/83f49445-ff18-4cd1-a901-6ef571ea0e0e0?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzgzZjQ5NDQ1LWZmMTgtNGNkMS1hOTAxLTZlZjU3MWVhMGUwZTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -673,7 +694,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:59:53 GMT" + "Wed, 19 Oct 2016 20:20:07 GMT" ], "Pragma": [ "no-cache" @@ -685,7 +706,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "4a60b5c4-747e-4c97-834e-d5648a89be59" + "1b7aa528-4fcd-495e-9afc-9d5f6446a8da" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -694,13 +718,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" + "14988" ], "x-ms-correlation-request-id": [ - "9c1b9645-7a0f-4187-9120-c220bfdcc3b8" + "f14a7ed0-d3cc-473b-8e23-0dfd30f1001a" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165953Z:9c1b9645-7a0f-4187-9120-c220bfdcc3b8" + "WESTUS2:20161019T202007Z:f14a7ed0-d3cc-473b-8e23-0dfd30f1001a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -709,25 +733,26 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt68?op=CREATE&write=true&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ2OD9vcD1DUkVBVEUmd3JpdGU9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt5000?op=CREATE&write=true&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ1MDAwP29wPUNSRUFURSZ3cml0ZT10cnVlJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "These are some random test contents 1234!@", "RequestHeaders": { "Content-Type": [ "application/octet-stream" ], - "x-ms-client-request-id": [ - "01fa3498-95a9-4569-9fef-f67430d5d394" + "Content-Length": [ + "42" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-client-request-id": [ + "6546eadd-5115-4d6e-99cb-909569912197" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "", @@ -739,26 +764,23 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:59:56 GMT" + "Wed, 19 Oct 2016 20:20:09 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://testadlfs18810.caboaccountdogfood.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt68?op=CREATE&write=true&api-version=2015-10-01-preview" + "https://testadlfs12652.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt5000?op=CREATE&write=true&api-version=2016-11-01" ], "x-ms-request-id": [ - "58b32866-617b-41cc-b611-c5cd40659a21" + "f71a5599-8ee7-445f-9689-d0456896e9ac" ], "ContentLength": [ "0" ], - "Server-Perf": [ - "[58b32866-617b-41cc-b611-c5cd40659a21][ AuthTime::1307.46405008481::PostAuthTime::342.583809001614 ][S-HdfsGetFileStatusV2 :: 00:00:145 ms]%0a[S-FsOpenStream :: 00:00:154 ms]%0a[S-FsAppendStream :: 00:00:150 ms]%0a[BufferingTime :: 00:00:001 ms]%0a[WriteTime :: 00:00:150 ms]%0a[S-FsAppendStream :: 00:00:032 ms]%0a[S-FsCloseHandle :: 00:00:001 ms]%0a[CREATE :: 00:00:487 ms]%0a" - ], "x-ms-webhdfs-version": [ "16.07.18.01" ], @@ -775,22 +797,23 @@ "StatusCode": 201 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt68?op=MSGETFILESTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ2OD9vcD1NU0dFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt5000?op=MSGETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ1MDAwP29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "952d1809-174d-4518-a54f-adfc36943cfd" + "2217e0ef-6cef-4f90-996a-66d2f0e61420" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1472749196080,\r\n \"modificationTime\": 1472749196350,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"group\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"expirationTime\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1476908409691,\r\n \"modificationTime\": 1476908409918,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"group\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"expirationTime\": 0\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "288" @@ -802,19 +825,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:59:56 GMT" + "Wed, 19 Oct 2016 20:20:09 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "eae58809-e00f-4995-a7dd-39b9f83530f0" - ], - "Server-Perf": [ - "[eae58809-e00f-4995-a7dd-39b9f83530f0][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetFileStatusV2 :: 00:00:020 ms]%0a[MSGETFILESTATUS :: 00:00:020 ms]%0a" + "f059cd74-9987-4275-bb54-a0117ddd2f76" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -832,25 +852,26 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt68?op=MSGETFILESTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ2OD9vcD1NU0dFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt5000?op=MSGETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ1MDAwP29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7176a005-73b3-4948-90ca-60e6fb777c61" + "61c742b4-5159-4277-9eb6-110bb4b5cf2a" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileNotFoundException\",\r\n \"message\": \"File/Folder does not exist: /SDKTestFolder01/SDKTestFile01.txt68 [7514d58c-ce14-44c4-a3bc-44406fc3c576][2016-09-01T09:59:58.3455513-07:00]\",\r\n \"javaClassName\": \"java.io.FileNotFoundException\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileNotFoundException\",\r\n \"message\": \"File/Folder does not exist: /SDKTestFolder01/SDKTestFile01.txt5000 [951780db-b458-46eb-9db4-ace86703389e][2016-10-19T13:20:11.0748183-07:00]\",\r\n \"javaClassName\": \"java.io.FileNotFoundException\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "256" + "258" ], "Content-Type": [ "application/json; charset=utf-8" @@ -859,19 +880,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:59:58 GMT" + "Wed, 19 Oct 2016 20:20:10 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "7514d58c-ce14-44c4-a3bc-44406fc3c576" - ], - "Server-Perf": [ - "[7514d58c-ce14-44c4-a3bc-44406fc3c576][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetFileStatusV2 :: 00:00:038 ms]%0a[MSGETFILESTATUS :: 00:00:039 ms]%0a" + "951780db-b458-46eb-9db4-ace86703389e" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -889,25 +907,26 @@ "StatusCode": 404 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt874?op=CREATE&write=true&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ4NzQ/b3A9Q1JFQVRFJndyaXRlPXRydWUmYXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt5724?op=CREATE&write=true&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ1NzI0P29wPUNSRUFURSZ3cml0ZT10cnVlJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "These are some random test contents 1234!@", "RequestHeaders": { "Content-Type": [ "application/octet-stream" ], - "x-ms-client-request-id": [ - "bbac2805-3ac5-4145-882b-2cb8221d49cf" + "Content-Length": [ + "42" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-client-request-id": [ + "ed514aba-a567-4938-b593-1d91668ac75d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "", @@ -919,26 +938,23 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:59:56 GMT" + "Wed, 19 Oct 2016 20:20:09 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://testadlfs18810.caboaccountdogfood.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt874?op=CREATE&write=true&api-version=2015-10-01-preview" + "https://testadlfs12652.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt5724?op=CREATE&write=true&api-version=2016-11-01" ], "x-ms-request-id": [ - "7d9efdd2-c5ef-43fc-866e-8b6fdd31fcee" + "bd409118-0af8-4a42-8545-1609d941e3cc" ], "ContentLength": [ "0" ], - "Server-Perf": [ - "[7d9efdd2-c5ef-43fc-866e-8b6fdd31fcee][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetFileStatusV2 :: 00:00:009 ms]%0a[S-FsOpenStream :: 00:00:071 ms]%0a[S-FsAppendStream :: 00:00:164 ms]%0a[BufferingTime :: 00:00:001 ms]%0a[WriteTime :: 00:00:165 ms]%0a[S-FsAppendStream :: 00:00:018 ms]%0a[S-FsCloseHandle :: 00:00:001 ms]%0a[CREATE :: 00:00:269 ms]%0a" - ], "x-ms-webhdfs-version": [ "16.07.18.01" ], @@ -955,22 +971,23 @@ "StatusCode": 201 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt874?op=MSGETFILESTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ4NzQ/b3A9TVNHRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt5724?op=MSGETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ1NzI0P29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f868d4dc-a356-4240-81b0-b7d8e2d7855c" + "e3a84026-676e-471a-a0bf-805da52919b6" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1472749196658,\r\n \"modificationTime\": 1472749196818,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"group\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"expirationTime\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1476908410166,\r\n \"modificationTime\": 1476908410248,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"group\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"expirationTime\": 0\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "288" @@ -982,19 +999,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:59:56 GMT" + "Wed, 19 Oct 2016 20:20:09 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "bce92dc9-b71d-49b1-8981-bf7dcfc71564" - ], - "Server-Perf": [ - "[bce92dc9-b71d-49b1-8981-bf7dcfc71564][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetFileStatusV2 :: 00:00:020 ms]%0a[MSGETFILESTATUS :: 00:00:021 ms]%0a" + "3933cfbc-1d5d-412b-8077-d54f53f4fa7b" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -1012,25 +1026,26 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt874?op=MSGETFILESTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ4NzQ/b3A9TVNHRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt5724?op=MSGETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ1NzI0P29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4fcc9867-cec9-493d-8441-fdaa4b088686" + "80e4daec-1342-4159-9370-833a67abd01a" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileNotFoundException\",\r\n \"message\": \"File/Folder does not exist: /SDKTestFolder01/SDKTestFile01.txt874 [b7c32861-695e-4735-9f60-0fe7b619caab][2016-09-01T09:59:58.5174264-07:00]\",\r\n \"javaClassName\": \"java.io.FileNotFoundException\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileNotFoundException\",\r\n \"message\": \"File/Folder does not exist: /SDKTestFolder01/SDKTestFile01.txt5724 [34a5708b-a8ec-4a10-a123-2b0d51d56ca2][2016-10-19T13:20:11.1998387-07:00]\",\r\n \"javaClassName\": \"java.io.FileNotFoundException\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "257" + "258" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1039,19 +1054,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:59:58 GMT" + "Wed, 19 Oct 2016 20:20:10 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "b7c32861-695e-4735-9f60-0fe7b619caab" - ], - "Server-Perf": [ - "[b7c32861-695e-4735-9f60-0fe7b619caab][ AuthTime::1278.8084755491::PostAuthTime::338.306857578373 ][S-HdfsGetFileStatusV2 :: 00:00:008 ms]%0a[MSGETFILESTATUS :: 00:00:009 ms]%0a" + "34a5708b-a8ec-4a10-a123-2b0d51d56ca2" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -1069,19 +1081,20 @@ "StatusCode": 404 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder016863?op=MKDIRS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNjg2Mz9vcD1NS0RJUlMmYXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/webhdfs/v1/SDKTestFolder015479?op=MKDIRS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNTQ3OT9vcD1NS0RJUlMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "de7a3802-1a39-4c3c-8cfd-384c9f9a66f1" + "85e67cda-9dd5-4116-a3b4-8a1ec65defbc" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "{\r\n \"boolean\": true\r\n}", @@ -1096,19 +1109,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:59:57 GMT" + "Wed, 19 Oct 2016 20:20:09 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "7567223e-476b-49b6-8717-1504ba77da1a" - ], - "Server-Perf": [ - "[7567223e-476b-49b6-8717-1504ba77da1a][ AuthTime::0::PostAuthTime::0 ][S-HdfsMkdirs :: 00:00:034 ms]%0a[MKDIRS :: 00:00:035 ms]%0a" + "548e9f9b-b3c9-41b0-ab30-33fc70c62f2b" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -1126,19 +1136,20 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder016863%2FSDKTestConcatFile01.txt?sources=SDKTestFolder01%2FSDKTestFile01.txt68%2CSDKTestFolder01%2FSDKTestFile01.txt874&op=CONCAT&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNjg2MyUyRlNES1Rlc3RDb25jYXRGaWxlMDEudHh0P3NvdXJjZXM9U0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ2OCUyQ1NES1Rlc3RGb2xkZXIwMSUyRlNES1Rlc3RGaWxlMDEudHh0ODc0Jm9wPUNPTkNBVCZhcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/webhdfs/v1/SDKTestFolder015479%2FSDKTestConcatFile01.txt?sources=SDKTestFolder01%2FSDKTestFile01.txt5000%2CSDKTestFolder01%2FSDKTestFile01.txt5724&op=CONCAT&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNTQ3OSUyRlNES1Rlc3RDb25jYXRGaWxlMDEudHh0P3NvdXJjZXM9U0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ1MDAwJTJDU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ1NzI0Jm9wPUNPTkNBVCZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "16554437-af7f-4c36-9ca1-ec027d4d1a03" + "e74509f7-90da-4f90-9524-b8417b998e9c" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "", @@ -1150,19 +1161,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:59:58 GMT" + "Wed, 19 Oct 2016 20:20:09 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "9d18b901-fb2b-4b39-bf72-25db2b165c24" - ], - "Server-Perf": [ - "[9d18b901-fb2b-4b39-bf72-25db2b165c24][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetFileStatusV2 :: 00:00:010 ms]%0a[S-FsMultiModifyStream :: 00:00:907 ms]%0a[CONCAT :: 00:00:919 ms]%0a" + "364d0244-c473-43cd-8546-a422ab334dcc" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -1180,22 +1188,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder016863%2FSDKTestConcatFile01.txt?op=MSGETFILESTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNjg2MyUyRlNES1Rlc3RDb25jYXRGaWxlMDEudHh0P29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/webhdfs/v1/SDKTestFolder015479%2FSDKTestConcatFile01.txt?op=MSGETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNTQ3OSUyRlNES1Rlc3RDb25jYXRGaWxlMDEudHh0P29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2d0235cd-751c-4a6c-8853-6990d0e7e5a3" + "35a4ba2d-5d63-46f3-92cf-d0dfa6e89e7f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 84,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1472749197267,\r\n \"modificationTime\": 1472749197346,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"group\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"expirationTime\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 84,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1476908410661,\r\n \"modificationTime\": 1476908410708,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"group\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"expirationTime\": 0\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "288" @@ -1207,19 +1216,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:59:58 GMT" + "Wed, 19 Oct 2016 20:20:10 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "bf9a6e11-acbe-49d0-af62-b4eacfb1348d" - ], - "Server-Perf": [ - "[bf9a6e11-acbe-49d0-af62-b4eacfb1348d][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetFileStatusV2 :: 00:00:021 ms]%0a[MSGETFILESTATUS :: 00:00:021 ms]%0a" + "a076ecdf-a8ad-447a-8097-df41811b571a" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -1239,19 +1245,19 @@ ], "Names": { ".ctor": [ - "datalakerg19001", - "testdatalake14947", - "testadlfs18810" + "datalakerg1727", + "testdatalake18282", + "testadlfs12652" ], "CreateFile": [ - "SDKTestFolder01/SDKTestFile01.txt68", - "SDKTestFolder01/SDKTestFile01.txt874" + "SDKTestFolder01/SDKTestFile01.txt5000", + "SDKTestFolder01/SDKTestFile01.txt5724" ], "CreateFolder": [ - "SDKTestFolder016863" + "SDKTestFolder015479" ] }, "Variables": { - "SubscriptionId": "90585f39-ab85-4921-bb37-0468f7efd1dd" + "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" } } \ No newline at end of file diff --git a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemConcurrentAppendCreateFile.json b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemConcurrentAppendCreateFile.json index c5d23b8d3573e..5a5bc38f3d252 100644 --- a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemConcurrentAppendCreateFile.json +++ b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemConcurrentAppendCreateFile.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "53ff5215-30c8-4ea1-8ae5-1f0a5ea557d1" + "b90bf962-0555-431e-a7cf-419078e9d259" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:54:33 GMT" + "Wed, 19 Oct 2016 20:14:50 GMT" ], "Pragma": [ "no-cache" @@ -37,16 +38,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1108" + "1196" ], "x-ms-request-id": [ - "6f616dd0-da1b-4d40-a36f-7b3f377e26ec" + "b98506c5-90ed-45ff-8980-5a30d9c41d9e" ], "x-ms-correlation-request-id": [ - "6f616dd0-da1b-4d40-a36f-7b3f377e26ec" + "b98506c5-90ed-45ff-8980-5a30d9c41d9e" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165434Z:6f616dd0-da1b-4d40-a36f-7b3f377e26ec" + "WESTUS2:20161019T201451Z:b98506c5-90ed-45ff-8980-5a30d9c41d9e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -55,22 +56,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bc4bedb7-17ea-4ad3-9f80-9a60ccc71adc" + "002ec1fe-b233-4666-a160-506efaf38656" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -82,7 +84,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:54:33 GMT" + "Wed, 19 Oct 2016 20:14:50 GMT" ], "Pragma": [ "no-cache" @@ -91,16 +93,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14866" + "14996" ], "x-ms-request-id": [ - "0b8d4d8d-45be-4a2c-9779-897616aa8c53" + "652e62d2-5e4d-4fdd-96df-86127b631ba3" ], "x-ms-correlation-request-id": [ - "0b8d4d8d-45be-4a2c-9779-897616aa8c53" + "652e62d2-5e4d-4fdd-96df-86127b631ba3" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165434Z:0b8d4d8d-45be-4a2c-9779-897616aa8c53" + "WESTUS2:20161019T201451Z:652e62d2-5e4d-4fdd-96df-86127b631ba3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -109,22 +111,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "94846946-b17f-4f48-a22d-ab681a26fd86" + "937dd115-3851-4425-bf7f-dc8d161ef0d9" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -136,7 +139,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:54:33 GMT" + "Wed, 19 Oct 2016 20:14:51 GMT" ], "Pragma": [ "no-cache" @@ -145,16 +148,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1107" + "1195" ], "x-ms-request-id": [ - "8f51935e-ae0f-4f82-8caf-757a70e05c94" + "c901971f-4dbd-431d-a190-3ba289e896b4" ], "x-ms-correlation-request-id": [ - "8f51935e-ae0f-4f82-8caf-757a70e05c94" + "c901971f-4dbd-431d-a190-3ba289e896b4" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165434Z:8f51935e-ae0f-4f82-8caf-757a70e05c94" + "WESTUS2:20161019T201451Z:c901971f-4dbd-431d-a190-3ba289e896b4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -163,22 +166,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "08c080bc-55c9-412d-a121-4233404aedbe" + "4a0c59a5-74c2-4a29-bc17-41dcd890e35c" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -190,7 +194,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:54:34 GMT" + "Wed, 19 Oct 2016 20:14:51 GMT" ], "Pragma": [ "no-cache" @@ -199,16 +203,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14865" + "14995" ], "x-ms-request-id": [ - "b5fb28d4-026c-4135-a0a2-615018a79b98" + "e2a24259-d313-4ac0-a6bd-2dfadfa1490d" ], "x-ms-correlation-request-id": [ - "b5fb28d4-026c-4135-a0a2-615018a79b98" + "e2a24259-d313-4ac0-a6bd-2dfadfa1490d" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165434Z:b5fb28d4-026c-4135-a0a2-615018a79b98" + "WESTUS2:20161019T201451Z:e2a24259-d313-4ac0-a6bd-2dfadfa1490d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -217,22 +221,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg12784?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMjc4ND9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg15175?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNTE3NT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e8f6689b-0fcc-43d5-8b6c-bb1f3c38b9df" + "d017b143-6a8f-45c7-91f8-f022228764d3" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg12784' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg15175' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "107" @@ -247,7 +252,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:54:34 GMT" + "Wed, 19 Oct 2016 20:14:51 GMT" ], "Pragma": [ "no-cache" @@ -256,16 +261,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14864" + "14994" ], "x-ms-request-id": [ - "89afc862-ee20-4a2e-9ad9-682fce0d6f1b" + "dee1a888-6b7d-41b6-813b-c90208ac8a3b" ], "x-ms-correlation-request-id": [ - "89afc862-ee20-4a2e-9ad9-682fce0d6f1b" + "dee1a888-6b7d-41b6-813b-c90208ac8a3b" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165434Z:89afc862-ee20-4a2e-9ad9-682fce0d6f1b" + "WESTUS2:20161019T201451Z:dee1a888-6b7d-41b6-813b-c90208ac8a3b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -274,22 +279,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg12784?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMjc4ND9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg15175?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNTE3NT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "57084c78-af58-417e-aa30-1db11fc8d891" + "d3718ed5-f1ec-4885-8f52-fdd9ad887ef0" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg12784\",\r\n \"name\": \"datalakerg12784\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg15175\",\r\n \"name\": \"datalakerg15175\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -301,7 +307,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:54:34 GMT" + "Wed, 19 Oct 2016 20:14:52 GMT" ], "Pragma": [ "no-cache" @@ -310,16 +316,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14863" + "14993" ], "x-ms-request-id": [ - "8280214d-0fa6-44e8-a8f4-56eddd9be6b2" + "84864085-4072-42df-bbb2-a36cd25e1533" ], "x-ms-correlation-request-id": [ - "8280214d-0fa6-44e8-a8f4-56eddd9be6b2" + "84864085-4072-42df-bbb2-a36cd25e1533" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165434Z:8280214d-0fa6-44e8-a8f4-56eddd9be6b2" + "WESTUS2:20161019T201452Z:84864085-4072-42df-bbb2-a36cd25e1533" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -328,8 +334,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg12784?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMjc4ND9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg15175?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNTE3NT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -340,16 +346,17 @@ "31" ], "x-ms-client-request-id": [ - "ea6345ce-47d8-4722-a906-f9f4bbbc3e70" + "32b305e8-a00f-46aa-9e63-4a44c33d9911" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg12784\",\r\n \"name\": \"datalakerg12784\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg15175\",\r\n \"name\": \"datalakerg15175\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "184" @@ -364,22 +371,22 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:54:34 GMT" + "Wed, 19 Oct 2016 20:14:52 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1106" + "1194" ], "x-ms-request-id": [ - "1e792302-ca68-4a7f-be62-1a631fcc91a6" + "fa624ac6-811b-4037-96c7-25f9bd1f5aca" ], "x-ms-correlation-request-id": [ - "1e792302-ca68-4a7f-be62-1a631fcc91a6" + "fa624ac6-811b-4037-96c7-25f9bd1f5aca" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165434Z:1e792302-ca68-4a7f-be62-1a631fcc91a6" + "WESTUS2:20161019T201452Z:fa624ac6-811b-4037-96c7-25f9bd1f5aca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -388,25 +395,26 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg12784/providers/Microsoft.DataLakeStore/accounts/testadlfs18694?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMjc4NC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTg2OTQ/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg15175/providers/Microsoft.DataLakeStore/accounts/testadlfs196?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTE3NS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTk2P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0d8391ff-9f13-4344-b778-6e7cf617b3a2" + "bf00bf77-2094-4437-85af-01097bba2952" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs18694' under resource group 'datalakerg12784' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs196' under resource group 'datalakerg15175' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "166" + "164" ], "Content-Type": [ "application/json; charset=utf-8" @@ -418,7 +426,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:54:34 GMT" + "Wed, 19 Oct 2016 20:14:52 GMT" ], "Pragma": [ "no-cache" @@ -427,13 +435,13 @@ "gateway" ], "x-ms-request-id": [ - "03915e8d-0629-4e85-9293-42fd8276928b" + "3e511c7d-3ceb-4a8a-8866-9308b0f77723" ], "x-ms-correlation-request-id": [ - "03915e8d-0629-4e85-9293-42fd8276928b" + "3e511c7d-3ceb-4a8a-8866-9308b0f77723" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165434Z:03915e8d-0629-4e85-9293-42fd8276928b" + "WESTUS2:20161019T201452Z:3e511c7d-3ceb-4a8a-8866-9308b0f77723" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -442,16 +450,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg12784/providers/Microsoft.DataLakeStore/accounts/testadlfs18694?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMjc4NC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTg2OTQ/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg15175/providers/Microsoft.DataLakeStore/accounts/testadlfs196?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTE3NS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTk2P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs18694.caboaccountdogfood.net\",\r\n \"accountId\": \"6a97ecd1-afe5-4d1c-ad31-aa5bee61a901\",\r\n \"creationTime\": \"2016-09-01T16:54:37.8566646Z\",\r\n \"lastModifiedTime\": \"2016-09-01T16:54:37.8566646Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg12784/providers/Microsoft.DataLakeStore/accounts/testadlfs18694\",\r\n \"name\": \"testadlfs18694\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs196.azuredatalakestore.net\",\r\n \"accountId\": \"f66c28f6-c285-4dbe-88be-ad7cb466bfd6\",\r\n \"creationTime\": \"2016-10-19T20:14:53.5899998Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:14:53.5899998Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg15175/providers/Microsoft.DataLakeStore/accounts/testadlfs196\",\r\n \"name\": \"testadlfs196\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -466,7 +475,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:55:05 GMT" + "Wed, 19 Oct 2016 20:15:25 GMT" ], "Pragma": [ "no-cache" @@ -478,7 +487,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c6055acf-134d-49d5-91de-1712971588dc" + "d4172d1e-3211-4841-bae3-0e31cb33cdb7" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -487,13 +499,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" + "14996" ], "x-ms-correlation-request-id": [ - "7805ebd8-92cc-4d02-9d53-1bf9bb074c27" + "345ce315-94b8-45d9-9f41-63d273d0ca53" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165506Z:7805ebd8-92cc-4d02-9d53-1bf9bb074c27" + "WESTUS2:20161019T201525Z:345ce315-94b8-45d9-9f41-63d273d0ca53" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -502,22 +514,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg12784/providers/Microsoft.DataLakeStore/accounts/testadlfs18694?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMjc4NC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTg2OTQ/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg15175/providers/Microsoft.DataLakeStore/accounts/testadlfs196?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTE3NS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTk2P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "449b236a-70ab-4a9f-81e4-f18bd34d087f" + "298ed0e1-64a8-45aa-9339-5486e0397223" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs18694.caboaccountdogfood.net\",\r\n \"accountId\": \"6a97ecd1-afe5-4d1c-ad31-aa5bee61a901\",\r\n \"creationTime\": \"2016-09-01T16:54:37.8566646Z\",\r\n \"lastModifiedTime\": \"2016-09-01T16:54:37.8566646Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg12784/providers/Microsoft.DataLakeStore/accounts/testadlfs18694\",\r\n \"name\": \"testadlfs18694\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs196.azuredatalakestore.net\",\r\n \"accountId\": \"f66c28f6-c285-4dbe-88be-ad7cb466bfd6\",\r\n \"creationTime\": \"2016-10-19T20:14:53.5899998Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:14:53.5899998Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg15175/providers/Microsoft.DataLakeStore/accounts/testadlfs196\",\r\n \"name\": \"testadlfs196\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -532,7 +545,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:55:06 GMT" + "Wed, 19 Oct 2016 20:15:25 GMT" ], "Pragma": [ "no-cache" @@ -544,7 +557,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "792ec8e1-b64f-4a94-a4f7-108f62abc75b" + "8816dc5b-e7fa-4ce0-bec2-4acdf0a8402e" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -553,13 +569,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14866" + "14997" ], "x-ms-correlation-request-id": [ - "c26b7f3f-785f-4b6b-a42c-b85e5ffaf83f" + "23d9aa6d-870b-41fe-84ed-a4ceee8ac805" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165506Z:c26b7f3f-785f-4b6b-a42c-b85e5ffaf83f" + "WESTUS2:20161019T201526Z:23d9aa6d-870b-41fe-84ed-a4ceee8ac805" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -568,31 +584,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg12784/providers/Microsoft.DataLakeStore/accounts/testadlfs18694?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMjc4NC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTg2OTQ/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg15175/providers/Microsoft.DataLakeStore/accounts/testadlfs196?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTE3NS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTk2P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs18694\"\r\n}", + "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs196\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "60" + "58" ], "x-ms-client-request-id": [ - "50baadc2-bd7f-4aa7-889d-43cce3267088" + "1d15ff35-f3b3-4214-92b9-b9c6c32cb10e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"6a97ecd1-afe5-4d1c-ad31-aa5bee61a901\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg12784/providers/Microsoft.DataLakeStore/accounts/testadlfs18694\",\r\n \"name\": \"testadlfs18694\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"f66c28f6-c285-4dbe-88be-ad7cb466bfd6\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg15175/providers/Microsoft.DataLakeStore/accounts/testadlfs196\",\r\n \"name\": \"testadlfs196\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ - "420" + "416" ], "Content-Type": [ "application/json" @@ -607,13 +624,13 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:54:34 GMT" + "Wed, 19 Oct 2016 20:14:54 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg12784/providers/Microsoft.DataLakeStore/accounts/testadlfs18694/operationresults/0?api-version=2015-10-01-preview" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg15175/providers/Microsoft.DataLakeStore/accounts/testadlfs196/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -622,10 +639,13 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/6a97ecd1-afe5-4d1c-ad31-aa5bee61a9010?api-version=2015-10-01-preview&expanded=true" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/f66c28f6-c285-4dbe-88be-ad7cb466bfd60?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "64056513-efe0-4509-ab54-f6426257ba42" + "631e8152-deb8-4150-a311-faf6a4194052" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -634,13 +654,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1109" + "1196" ], "x-ms-correlation-request-id": [ - "26fb511c-774f-4b53-bdc5-a9cff7246e14" + "a440bf41-b7e0-4ac0-a3a1-76d71f5bed43" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165435Z:26fb511c-774f-4b53-bdc5-a9cff7246e14" + "WESTUS2:20161019T201454Z:a440bf41-b7e0-4ac0-a3a1-76d71f5bed43" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -649,13 +669,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/6a97ecd1-afe5-4d1c-ad31-aa5bee61a9010?api-version=2015-10-01-preview&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzZhOTdlY2QxLWFmZTUtNGQxYy1hZDMxLWFhNWJlZTYxYTkwMTA/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3JmV4cGFuZGVkPXRydWU=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/f66c28f6-c285-4dbe-88be-ad7cb466bfd60?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzL2Y2NmMyOGY2LWMyODUtNGRiZS04OGJlLWFkN2NiNDY2YmZkNjA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -673,7 +694,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:55:05 GMT" + "Wed, 19 Oct 2016 20:15:24 GMT" ], "Pragma": [ "no-cache" @@ -685,7 +706,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "89af4f8f-8aaa-40e3-ac71-21b34fb9e35b" + "36f9c825-2f38-4d80-977c-dfa672e48e9f" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -694,13 +718,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" + "14993" ], "x-ms-correlation-request-id": [ - "f8423dab-9d5b-4215-b499-5cf8b90e708f" + "0df96842-6ac1-4fd1-b22c-71309643e24c" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165505Z:f8423dab-9d5b-4215-b499-5cf8b90e708f" + "WESTUS2:20161019T201525Z:0df96842-6ac1-4fd1-b22c-71309643e24c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -709,8 +733,8 @@ "StatusCode": 200 }, { - "RequestUri": "/WebHdfsExt/SDKTestFolder01%2FSDKTestFile01.txt2139?appendMode=autocreate&op=CONCURRENTAPPEND&api-version=2015-10-01-preview", - "EncodedRequestUri": "L1dlYkhkZnNFeHQvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQyMTM5P2FwcGVuZE1vZGU9YXV0b2NyZWF0ZSZvcD1DT05DVVJSRU5UQVBQRU5EJmFwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/WebHdfsExt/SDKTestFolder01%2FSDKTestFile01.txt1093?appendMode=autocreate&op=CONCURRENTAPPEND&api-version=2016-11-01", + "EncodedRequestUri": "L1dlYkhkZnNFeHQvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQxMDkzP2FwcGVuZE1vZGU9YXV0b2NyZWF0ZSZvcD1DT05DVVJSRU5UQVBQRU5EJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "POST", "RequestBody": "More test contents, that were appended!", "RequestHeaders": { @@ -718,7 +742,7 @@ "application/octet-stream" ], "x-ms-client-request-id": [ - "19c80880-fcdc-4e13-83d4-79a96118beeb" + "11830864-6ecf-4f80-a923-7df291cbc1e4" ], "Transfer-Encoding": [ "chunked" @@ -727,7 +751,8 @@ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "\"Appending succeeds.\"", @@ -742,16 +767,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:55:07 GMT" + "Wed, 19 Oct 2016 20:15:27 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "4903e5d0-c9f3-48c9-8e78-b3845816f953" + "4d3d075d-8c20-4514-8047-a1d025e35214" ], "X-Content-Type-Options": [ "nosniff" @@ -763,19 +788,20 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt2139?op=OPEN&read=true&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQyMTM5P29wPU9QRU4mcmVhZD10cnVlJmFwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt1093?op=OPEN&read=true&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQxMDkzP29wPU9QRU4mcmVhZD10cnVlJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "37170c49-b551-4a7e-94cc-1955697f4ec1" + "96972957-3795-4559-92b2-4514ba050a70" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "More test contents, that were appended!", @@ -787,10 +813,10 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:55:07 GMT" + "Wed, 19 Oct 2016 20:15:27 GMT" ], "Pragma": [ "no-cache" @@ -799,10 +825,114 @@ "chunked" ], "x-ms-request-id": [ - "654771c4-ab46-4e8f-be8c-59572050c7e4" + "70ae3409-4517-4ec9-996e-5d5025e44e7a" + ], + "x-ms-webhdfs-version": [ + "16.07.18.01" + ], + "Status": [ + "0x0" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=15724800; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt1093?op=APPEND&append=true&syncFlag=close&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQxMDkzP29wPUFQUEVORCZhcHBlbmQ9dHJ1ZSZzeW5jRmxhZz1jbG9zZSZhcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bb0990b4-1abc-46d6-83d5-615530d98579" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-store, no-cache, max-age=0" + ], + "Date": [ + "Wed, 19 Oct 2016 20:15:27 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "69aad213-59d8-441d-b1b9-64faa2b2338e" + ], + "x-ms-webhdfs-version": [ + "16.07.18.01" + ], + "Status": [ + "0x0" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=15724800; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt1093?op=MSGETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQxMDkzP29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "073fc72d-9aa7-4ba6-a3f9-f0f065aeceae" ], - "Server-Perf": [ - "[654771c4-ab46-4e8f-be8c-59572050c7e4][ AuthTime::1272.82074355656::PostAuthTime::333.174515870484 ][S-FsOpenStream :: 00:00:022 ms]%0a[S-FsReadStream :: 00:00:094 ms]%0a[OPEN :: 00:00:118 ms]%0a" + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" + ] + }, + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 39,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1476908127755,\r\n \"modificationTime\": 1476908127958,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"group\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"expirationTime\": 0\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "288" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-store, no-cache, max-age=0" + ], + "Date": [ + "Wed, 19 Oct 2016 20:15:28 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "240c23e2-c7a4-4b16-9998-dae5744b5ebd" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -822,15 +952,15 @@ ], "Names": { ".ctor": [ - "datalakerg12784", - "testdatalake1178", - "testadlfs18694" + "datalakerg15175", + "testdatalake13842", + "testadlfs196" ], "DataLakeStoreFileSystemConcurrentAppendCreateFile": [ - "SDKTestFolder01/SDKTestFile01.txt2139" + "SDKTestFolder01/SDKTestFile01.txt1093" ] }, "Variables": { - "SubscriptionId": "90585f39-ab85-4921-bb37-0468f7efd1dd" + "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" } } \ No newline at end of file diff --git a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemConcurrentAppendToFile.json b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemConcurrentAppendToFile.json index e56946aa57b2e..863ecde5c5b8c 100644 --- a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemConcurrentAppendToFile.json +++ b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemConcurrentAppendToFile.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "73a994d9-7327-4d3d-9fce-489bba5f48ea" + "500d5ba6-cdc1-4c4a-9cd1-5ba1b3d141d9" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:50:46 GMT" + "Wed, 19 Oct 2016 20:10:45 GMT" ], "Pragma": [ "no-cache" @@ -37,16 +38,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1114" + "1199" ], "x-ms-request-id": [ - "96f797eb-d79a-4674-b9a1-8bdaf0063adf" + "3a24cbc9-4028-4db2-a674-8451c4249a8b" ], "x-ms-correlation-request-id": [ - "96f797eb-d79a-4674-b9a1-8bdaf0063adf" + "3a24cbc9-4028-4db2-a674-8451c4249a8b" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165047Z:96f797eb-d79a-4674-b9a1-8bdaf0063adf" + "WESTUS2:20161019T201046Z:3a24cbc9-4028-4db2-a674-8451c4249a8b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -55,22 +56,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "07ca8737-5011-4129-9979-35db82c88b77" + "ac0240a2-dce3-41df-b92c-9d7ffe0e48cf" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -82,7 +84,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:50:47 GMT" + "Wed, 19 Oct 2016 20:10:45 GMT" ], "Pragma": [ "no-cache" @@ -91,16 +93,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" + "14998" ], "x-ms-request-id": [ - "3f5a5c8b-b824-4065-8d82-04724a55ada0" + "3945d0ab-cc43-494c-9c08-bad544445544" ], "x-ms-correlation-request-id": [ - "3f5a5c8b-b824-4065-8d82-04724a55ada0" + "3945d0ab-cc43-494c-9c08-bad544445544" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165047Z:3f5a5c8b-b824-4065-8d82-04724a55ada0" + "WESTUS2:20161019T201046Z:3945d0ab-cc43-494c-9c08-bad544445544" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -109,22 +111,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ba5880cd-57e7-4a7c-9846-24c0bfecd97e" + "65c17d35-f030-4670-8d2d-2babb687c5d5" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -136,7 +139,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:50:47 GMT" + "Wed, 19 Oct 2016 20:10:46 GMT" ], "Pragma": [ "no-cache" @@ -145,16 +148,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1113" + "1198" ], "x-ms-request-id": [ - "511e93ab-d48d-4d86-be97-66259f603759" + "313cc242-fdac-4f07-957d-df14bac53edc" ], "x-ms-correlation-request-id": [ - "511e93ab-d48d-4d86-be97-66259f603759" + "313cc242-fdac-4f07-957d-df14bac53edc" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165047Z:511e93ab-d48d-4d86-be97-66259f603759" + "WESTUS2:20161019T201047Z:313cc242-fdac-4f07-957d-df14bac53edc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -163,22 +166,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "de6f4957-35ef-46a2-bbb1-43bae63cab58" + "8d97951f-cf1c-4bc3-abf5-0cba5c3a8fa2" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -190,7 +194,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:50:47 GMT" + "Wed, 19 Oct 2016 20:10:46 GMT" ], "Pragma": [ "no-cache" @@ -199,16 +203,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" + "14997" ], "x-ms-request-id": [ - "5320a631-4390-4c78-bb5d-8dbc268ecc90" + "36e98557-96ea-44da-8157-59cb4706973c" ], "x-ms-correlation-request-id": [ - "5320a631-4390-4c78-bb5d-8dbc268ecc90" + "36e98557-96ea-44da-8157-59cb4706973c" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165047Z:5320a631-4390-4c78-bb5d-8dbc268ecc90" + "WESTUS2:20161019T201047Z:36e98557-96ea-44da-8157-59cb4706973c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -217,25 +221,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg1634?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNjM0P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg15108?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNTEwOD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "44c08007-490b-4f0c-8199-3ba6924935bd" + "bd77655a-1158-401f-bb32-e8313b6c742a" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg1634' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg15108' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "106" + "107" ], "Content-Type": [ "application/json; charset=utf-8" @@ -247,7 +252,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:50:47 GMT" + "Wed, 19 Oct 2016 20:10:46 GMT" ], "Pragma": [ "no-cache" @@ -256,16 +261,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" + "14996" ], "x-ms-request-id": [ - "d5bb66f6-61b7-4b35-bed8-dc94126d2b4e" + "2574ee52-1a86-4467-87c4-ec857d8de01f" ], "x-ms-correlation-request-id": [ - "d5bb66f6-61b7-4b35-bed8-dc94126d2b4e" + "2574ee52-1a86-4467-87c4-ec857d8de01f" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165047Z:d5bb66f6-61b7-4b35-bed8-dc94126d2b4e" + "WESTUS2:20161019T201047Z:2574ee52-1a86-4467-87c4-ec857d8de01f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -274,22 +279,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg1634?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNjM0P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg15108?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNTEwOD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "89e88e87-4df4-489f-82f6-03b10d7b04ef" + "5ae7b726-8d99-4be8-8dd2-841077a240c2" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg1634\",\r\n \"name\": \"datalakerg1634\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg15108\",\r\n \"name\": \"datalakerg15108\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -301,7 +307,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:50:47 GMT" + "Wed, 19 Oct 2016 20:10:47 GMT" ], "Pragma": [ "no-cache" @@ -310,16 +316,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" + "14995" ], "x-ms-request-id": [ - "af36bbd0-cea3-4ae0-8edd-deabb582ec83" + "bb68fd24-ad01-4eab-8bb1-ca971acd5a08" ], "x-ms-correlation-request-id": [ - "af36bbd0-cea3-4ae0-8edd-deabb582ec83" + "bb68fd24-ad01-4eab-8bb1-ca971acd5a08" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165048Z:af36bbd0-cea3-4ae0-8edd-deabb582ec83" + "WESTUS2:20161019T201048Z:bb68fd24-ad01-4eab-8bb1-ca971acd5a08" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -328,8 +334,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg1634?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNjM0P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg15108?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNTEwOD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -340,19 +346,20 @@ "31" ], "x-ms-client-request-id": [ - "c671ec95-1ff1-45ce-8985-32c5d07d1dec" + "32e5c2c1-22f8-40d2-bc38-071dc402c81c" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg1634\",\r\n \"name\": \"datalakerg1634\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg15108\",\r\n \"name\": \"datalakerg15108\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "182" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -364,22 +371,22 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:50:47 GMT" + "Wed, 19 Oct 2016 20:10:47 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1112" + "1197" ], "x-ms-request-id": [ - "2ca64aea-6342-4c9b-ad9d-cd2d60125de0" + "6f516f28-4b18-4110-a609-0a5d824be5a7" ], "x-ms-correlation-request-id": [ - "2ca64aea-6342-4c9b-ad9d-cd2d60125de0" + "6f516f28-4b18-4110-a609-0a5d824be5a7" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165048Z:2ca64aea-6342-4c9b-ad9d-cd2d60125de0" + "WESTUS2:20161019T201048Z:6f516f28-4b18-4110-a609-0a5d824be5a7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -388,25 +395,26 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg1634/providers/Microsoft.DataLakeStore/accounts/testadlfs12462?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNjM0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxMjQ2Mj9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg15108/providers/Microsoft.DataLakeStore/accounts/testadlfs19026?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTEwOC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTkwMjY/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "79d3d064-b8c7-4cc7-b93a-c494dbd96f81" + "189ef6d3-4350-44af-a7b3-713c592b80cf" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs12462' under resource group 'datalakerg1634' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs19026' under resource group 'datalakerg15108' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "165" + "166" ], "Content-Type": [ "application/json; charset=utf-8" @@ -418,7 +426,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:50:48 GMT" + "Wed, 19 Oct 2016 20:10:47 GMT" ], "Pragma": [ "no-cache" @@ -427,13 +435,13 @@ "gateway" ], "x-ms-request-id": [ - "773d4fde-ad31-468e-a02e-7d22edb1e39e" + "2c3e0f55-b6e6-44bb-a760-895183bb5204" ], "x-ms-correlation-request-id": [ - "773d4fde-ad31-468e-a02e-7d22edb1e39e" + "2c3e0f55-b6e6-44bb-a760-895183bb5204" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165048Z:773d4fde-ad31-468e-a02e-7d22edb1e39e" + "WESTUS2:20161019T201048Z:2c3e0f55-b6e6-44bb-a760-895183bb5204" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -442,16 +450,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg1634/providers/Microsoft.DataLakeStore/accounts/testadlfs12462?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNjM0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxMjQ2Mj9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg15108/providers/Microsoft.DataLakeStore/accounts/testadlfs19026?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTEwOC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTkwMjY/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs12462.caboaccountdogfood.net\",\r\n \"accountId\": \"dadf4d1a-efe1-438d-baed-dfd7f6390da4\",\r\n \"creationTime\": \"2016-09-01T16:50:51.4160354Z\",\r\n \"lastModifiedTime\": \"2016-09-01T16:50:51.4160354Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg1634/providers/Microsoft.DataLakeStore/accounts/testadlfs12462\",\r\n \"name\": \"testadlfs12462\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs19026.azuredatalakestore.net\",\r\n \"accountId\": \"067e61c7-9289-4a8f-9589-ed46c35fd9cf\",\r\n \"creationTime\": \"2016-10-19T20:10:50.3911592Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:10:50.3911592Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg15108/providers/Microsoft.DataLakeStore/accounts/testadlfs19026\",\r\n \"name\": \"testadlfs19026\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -466,7 +475,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:51:19 GMT" + "Wed, 19 Oct 2016 20:11:21 GMT" ], "Pragma": [ "no-cache" @@ -478,7 +487,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "176e1050-6cbd-496a-b0af-184ee68d3ef4" + "90500ed8-2b5a-4411-8b02-942196b92739" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -487,13 +499,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" + "14999" ], "x-ms-correlation-request-id": [ - "0966dbd7-0e5a-41bf-a608-21530339309b" + "0c621f2c-a583-4660-a97f-b3d6737dd9f5" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165119Z:0966dbd7-0e5a-41bf-a608-21530339309b" + "WESTUS2:20161019T201122Z:0c621f2c-a583-4660-a97f-b3d6737dd9f5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -502,22 +514,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg1634/providers/Microsoft.DataLakeStore/accounts/testadlfs12462?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNjM0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxMjQ2Mj9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg15108/providers/Microsoft.DataLakeStore/accounts/testadlfs19026?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTEwOC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTkwMjY/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f638fa95-6109-4b31-9a32-762b76affeb7" + "0865f1e6-231a-4ff3-8e23-17c4aaf11823" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs12462.caboaccountdogfood.net\",\r\n \"accountId\": \"dadf4d1a-efe1-438d-baed-dfd7f6390da4\",\r\n \"creationTime\": \"2016-09-01T16:50:51.4160354Z\",\r\n \"lastModifiedTime\": \"2016-09-01T16:50:51.4160354Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg1634/providers/Microsoft.DataLakeStore/accounts/testadlfs12462\",\r\n \"name\": \"testadlfs12462\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs19026.azuredatalakestore.net\",\r\n \"accountId\": \"067e61c7-9289-4a8f-9589-ed46c35fd9cf\",\r\n \"creationTime\": \"2016-10-19T20:10:50.3911592Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:10:50.3911592Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg15108/providers/Microsoft.DataLakeStore/accounts/testadlfs19026\",\r\n \"name\": \"testadlfs19026\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -532,7 +545,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:51:20 GMT" + "Wed, 19 Oct 2016 20:11:22 GMT" ], "Pragma": [ "no-cache" @@ -544,7 +557,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "13d7c4bc-5dde-4390-976b-1fc070e3baea" + "8d81e4e8-7ef0-4116-8953-646803b765ad" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -553,13 +569,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" + "14997" ], "x-ms-correlation-request-id": [ - "b2e69e85-db5f-42c0-bbf4-90c64a67f9af" + "63bec221-a179-489d-9de0-aa2d37648583" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165120Z:b2e69e85-db5f-42c0-bbf4-90c64a67f9af" + "WESTUS2:20161019T201122Z:63bec221-a179-489d-9de0-aa2d37648583" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -568,10 +584,10 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg1634/providers/Microsoft.DataLakeStore/accounts/testadlfs12462?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNjM0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxMjQ2Mj9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg15108/providers/Microsoft.DataLakeStore/accounts/testadlfs19026?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTEwOC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTkwMjY/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs12462\"\r\n}", + "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs19026\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -580,19 +596,20 @@ "60" ], "x-ms-client-request-id": [ - "4a7943e6-62af-4371-be42-29cc18e74056" + "93aac4ba-b8b8-45ec-a333-59b4ae417299" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"dadf4d1a-efe1-438d-baed-dfd7f6390da4\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg1634/providers/Microsoft.DataLakeStore/accounts/testadlfs12462\",\r\n \"name\": \"testadlfs12462\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"067e61c7-9289-4a8f-9589-ed46c35fd9cf\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg15108/providers/Microsoft.DataLakeStore/accounts/testadlfs19026\",\r\n \"name\": \"testadlfs19026\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ - "419" + "420" ], "Content-Type": [ "application/json" @@ -607,13 +624,13 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:50:49 GMT" + "Wed, 19 Oct 2016 20:10:50 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg1634/providers/Microsoft.DataLakeStore/accounts/testadlfs12462/operationresults/0?api-version=2015-10-01-preview" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg15108/providers/Microsoft.DataLakeStore/accounts/testadlfs19026/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -622,10 +639,13 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/dadf4d1a-efe1-438d-baed-dfd7f6390da40?api-version=2015-10-01-preview&expanded=true" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/067e61c7-9289-4a8f-9589-ed46c35fd9cf0?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "286a4498-0278-4945-afe1-87bc96bf4f05" + "6e6e4142-e1f6-42bb-9d9f-e7a0577cd611" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -634,13 +654,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1144" + "1198" ], "x-ms-correlation-request-id": [ - "0d56813d-0064-4db7-9e77-a130730e0b1f" + "cff53b18-8250-4cb3-b04a-7fb485f8fb9b" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165049Z:0d56813d-0064-4db7-9e77-a130730e0b1f" + "WESTUS2:20161019T201051Z:cff53b18-8250-4cb3-b04a-7fb485f8fb9b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -649,13 +669,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/dadf4d1a-efe1-438d-baed-dfd7f6390da40?api-version=2015-10-01-preview&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzL2RhZGY0ZDFhLWVmZTEtNDM4ZC1iYWVkLWRmZDdmNjM5MGRhNDA/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3JmV4cGFuZGVkPXRydWU=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/067e61c7-9289-4a8f-9589-ed46c35fd9cf0?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzA2N2U2MWM3LTkyODktNGE4Zi05NTg5LWVkNDZjMzVmZDljZjA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -673,7 +694,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:51:18 GMT" + "Wed, 19 Oct 2016 20:11:21 GMT" ], "Pragma": [ "no-cache" @@ -685,7 +706,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "84df3f48-4f7e-4127-b777-d85d2b4d5e10" + "04babd50-1ab5-4639-8128-3184b309a84a" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -694,13 +718,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" + "14999" ], "x-ms-correlation-request-id": [ - "e05e1822-1c3d-45c9-8554-719805dc2902" + "4db4bbd0-a1ff-4960-9885-e093d43cb0fd" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165119Z:e05e1822-1c3d-45c9-8554-719805dc2902" + "WESTUS2:20161019T201121Z:4db4bbd0-a1ff-4960-9885-e093d43cb0fd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -709,25 +733,26 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt7455?op=CREATE&write=true&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3NDU1P29wPUNSRUFURSZ3cml0ZT10cnVlJmFwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt6354?op=CREATE&write=true&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ2MzU0P29wPUNSRUFURSZ3cml0ZT10cnVlJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "Content-Type": [ "application/octet-stream" ], - "x-ms-client-request-id": [ - "31e26fbc-b768-4c43-a47c-519f2a784cc9" + "Content-Length": [ + "0" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-client-request-id": [ + "213cd703-6fa3-4371-b03e-5fb78d5ff90c" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "", @@ -739,26 +764,23 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:51:22 GMT" + "Wed, 19 Oct 2016 20:11:23 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://testadlfs12462.caboaccountdogfood.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt7455?op=CREATE&write=true&api-version=2015-10-01-preview" + "https://testadlfs19026.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt6354?op=CREATE&write=true&api-version=2016-11-01" ], "x-ms-request-id": [ - "6abd32a2-aa40-4dfc-b628-01a0d1585cc2" + "67a53a44-aa7c-4722-996b-67a4fa556e6c" ], "ContentLength": [ "0" ], - "Server-Perf": [ - "[6abd32a2-aa40-4dfc-b628-01a0d1585cc2][ AuthTime::1241.59581201991::PostAuthTime::357.979915487657 ][S-HdfsGetFileStatusV2 :: 00:00:059 ms]%0a[S-FsOpenStream :: 00:00:154 ms]%0a[BufferingTime :: 00:00:001 ms]%0a[WriteTime :: 00:00:000 ms]%0a[S-FsAppendStream :: 00:00:015 ms]%0a[S-FsCloseHandle :: 00:00:001 ms]%0a[CREATE :: 00:00:234 ms]%0a" - ], "x-ms-webhdfs-version": [ "16.07.18.01" ], @@ -775,22 +797,23 @@ "StatusCode": 201 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt7455?op=MSGETFILESTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3NDU1P29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt6354?op=MSGETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ2MzU0P29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c660571c-373f-4217-b248-3537365e6266" + "6d31e7a2-3e21-4e5c-bd76-2af6fbf02091" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1472748682585,\r\n \"modificationTime\": 1472748682585,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"group\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"expirationTime\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1476907884001,\r\n \"modificationTime\": 1476907884001,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"group\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"expirationTime\": 0\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "287" @@ -802,19 +825,71 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:51:22 GMT" + "Wed, 19 Oct 2016 20:11:23 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "c0587537-bdc9-4fac-bc4a-68e931f8a6c8" + "74b6fb0f-6ea0-422a-ae49-136543bdf789" + ], + "x-ms-webhdfs-version": [ + "16.07.18.01" + ], + "Status": [ + "0x0" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=15724800; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt6354?op=MSGETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ2MzU0P29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "fd56e3d8-0094-4152-9503-6448890b64c7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" + ] + }, + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 39,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1476907884001,\r\n \"modificationTime\": 1476907884361,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"group\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"expirationTime\": 0\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "288" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-store, no-cache, max-age=0" + ], + "Date": [ + "Wed, 19 Oct 2016 20:11:24 GMT" + ], + "Pragma": [ + "no-cache" ], - "Server-Perf": [ - "[c0587537-bdc9-4fac-bc4a-68e931f8a6c8][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetFileStatusV2 :: 00:00:020 ms]%0a[MSGETFILESTATUS :: 00:00:026 ms]%0a" + "x-ms-request-id": [ + "563fd60c-ab48-49d8-a38c-03a99ed939f9" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -832,8 +907,8 @@ "StatusCode": 200 }, { - "RequestUri": "/WebHdfsExt/SDKTestFolder01%2FSDKTestFile01.txt7455?op=CONCURRENTAPPEND&api-version=2015-10-01-preview", - "EncodedRequestUri": "L1dlYkhkZnNFeHQvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3NDU1P29wPUNPTkNVUlJFTlRBUFBFTkQmYXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/WebHdfsExt/SDKTestFolder01%2FSDKTestFile01.txt6354?op=CONCURRENTAPPEND&api-version=2016-11-01", + "EncodedRequestUri": "L1dlYkhkZnNFeHQvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ2MzU0P29wPUNPTkNVUlJFTlRBUFBFTkQmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "POST", "RequestBody": "More test contents, that were appended!", "RequestHeaders": { @@ -841,7 +916,7 @@ "application/octet-stream" ], "x-ms-client-request-id": [ - "ae69e440-8e04-49d6-b827-5ba4c3de25de" + "eb737e9e-0ebc-479c-a643-dbe618a52dd2" ], "Transfer-Encoding": [ "chunked" @@ -850,7 +925,8 @@ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "\"Appending succeeds.\"", @@ -865,16 +941,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:51:23 GMT" + "Wed, 19 Oct 2016 20:11:24 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "f3e93cd9-4e48-4521-88ad-a9dbc7f6f3f6" + "54bc749f-7816-4db0-89de-a6f5f2ac1676" ], "X-Content-Type-Options": [ "nosniff" @@ -886,19 +962,20 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt7455?op=OPEN&read=true&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3NDU1P29wPU9QRU4mcmVhZD10cnVlJmFwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt6354?op=OPEN&read=true&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ2MzU0P29wPU9QRU4mcmVhZD10cnVlJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "981b26b1-bdf2-4299-bbca-a221ca787648" + "1702e731-8647-49f5-bb8d-dd889b566d87" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "More test contents, that were appended!", @@ -910,10 +987,10 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:51:23 GMT" + "Wed, 19 Oct 2016 20:11:24 GMT" ], "Pragma": [ "no-cache" @@ -922,10 +999,59 @@ "chunked" ], "x-ms-request-id": [ - "9768b806-b96d-4fed-aabb-1c67b9a61826" + "7612a6fb-7355-49a5-b7c4-72fa328f3786" + ], + "x-ms-webhdfs-version": [ + "16.07.18.01" + ], + "Status": [ + "0x0" + ], + "X-Content-Type-Options": [ + "nosniff" ], - "Server-Perf": [ - "[9768b806-b96d-4fed-aabb-1c67b9a61826][ AuthTime::0::PostAuthTime::0 ][S-FsOpenStream :: 00:00:023 ms]%0a[S-FsReadStream :: 00:00:087 ms]%0a[OPEN :: 00:00:111 ms]%0a" + "Strict-Transport-Security": [ + "max-age=15724800; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt6354?op=APPEND&append=true&syncFlag=close&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ2MzU0P29wPUFQUEVORCZhcHBlbmQ9dHJ1ZSZzeW5jRmxhZz1jbG9zZSZhcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2dce702e-23da-4362-81b4-14ff4a5a49d2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-store, no-cache, max-age=0" + ], + "Date": [ + "Wed, 19 Oct 2016 20:11:24 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "825746d5-89e9-4af3-8a90-c1cb716b56b9" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -945,15 +1071,15 @@ ], "Names": { ".ctor": [ - "datalakerg1634", - "testdatalake15856", - "testadlfs12462" + "datalakerg15108", + "testdatalake19723", + "testadlfs19026" ], "CreateFile": [ - "SDKTestFolder01/SDKTestFile01.txt7455" + "SDKTestFolder01/SDKTestFile01.txt6354" ] }, "Variables": { - "SubscriptionId": "90585f39-ab85-4921-bb37-0468f7efd1dd" + "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" } } \ No newline at end of file diff --git a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemDeleteFile.json b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemDeleteFile.json index 2e29d118e847b..492ae3307a935 100644 --- a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemDeleteFile.json +++ b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemDeleteFile.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4f813df0-8db7-4e25-8b83-7bd0b8ba4104" + "5ef81bca-0622-49c5-a1c1-eed206b186b0" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:05:52 GMT" + "Wed, 19 Oct 2016 20:24:52 GMT" ], "Pragma": [ "no-cache" @@ -37,16 +38,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1124" + "1192" ], "x-ms-request-id": [ - "e4c86573-96b7-4157-9dde-cd48d62c12e4" + "6ba86d77-43d0-4f6a-9e50-79ba2f6e0915" ], "x-ms-correlation-request-id": [ - "e4c86573-96b7-4157-9dde-cd48d62c12e4" + "6ba86d77-43d0-4f6a-9e50-79ba2f6e0915" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170552Z:e4c86573-96b7-4157-9dde-cd48d62c12e4" + "WESTUS2:20161019T202452Z:6ba86d77-43d0-4f6a-9e50-79ba2f6e0915" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -55,22 +56,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0d1f21bb-7979-4fae-b017-7e8358cfbc18" + "7c602fec-bbb3-433e-b263-d834857172a5" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -82,7 +84,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:05:52 GMT" + "Wed, 19 Oct 2016 20:24:52 GMT" ], "Pragma": [ "no-cache" @@ -91,16 +93,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14870" + "14985" ], "x-ms-request-id": [ - "be7ce73a-07a5-4f6e-a11e-49b3587341df" + "b1bb4b24-8bde-432c-8414-60c9d83898a3" ], "x-ms-correlation-request-id": [ - "be7ce73a-07a5-4f6e-a11e-49b3587341df" + "b1bb4b24-8bde-432c-8414-60c9d83898a3" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170552Z:be7ce73a-07a5-4f6e-a11e-49b3587341df" + "WESTUS2:20161019T202452Z:b1bb4b24-8bde-432c-8414-60c9d83898a3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -109,22 +111,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "db5eca51-d398-4351-a429-0d05ef537e7b" + "ae57ec81-d127-4aa1-a89d-3813b91085c7" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -136,7 +139,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:05:52 GMT" + "Wed, 19 Oct 2016 20:24:52 GMT" ], "Pragma": [ "no-cache" @@ -145,16 +148,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1123" + "1191" ], "x-ms-request-id": [ - "9f4f4e7b-b314-48b5-b562-4296a01aec52" + "e748dcc9-ef5c-489c-8ea8-f1715a4201da" ], "x-ms-correlation-request-id": [ - "9f4f4e7b-b314-48b5-b562-4296a01aec52" + "e748dcc9-ef5c-489c-8ea8-f1715a4201da" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170552Z:9f4f4e7b-b314-48b5-b562-4296a01aec52" + "WESTUS2:20161019T202452Z:e748dcc9-ef5c-489c-8ea8-f1715a4201da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -163,22 +166,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6aafe901-a4a9-45ac-a5fa-ea05dbc512dd" + "2ce5207e-9249-40d7-be0f-339e6d73de83" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -190,7 +194,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:05:52 GMT" + "Wed, 19 Oct 2016 20:24:52 GMT" ], "Pragma": [ "no-cache" @@ -199,16 +203,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14869" + "14984" ], "x-ms-request-id": [ - "5f9cb057-8f1a-4e3d-9bce-41538a86000e" + "8157782e-6328-478f-8c46-e2170a50a541" ], "x-ms-correlation-request-id": [ - "5f9cb057-8f1a-4e3d-9bce-41538a86000e" + "8157782e-6328-478f-8c46-e2170a50a541" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170552Z:5f9cb057-8f1a-4e3d-9bce-41538a86000e" + "WESTUS2:20161019T202452Z:8157782e-6328-478f-8c46-e2170a50a541" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -217,22 +221,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg15533?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNTUzMz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg18208?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxODIwOD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "84a49763-0e0c-49f0-8f23-740d6b72109f" + "3d5839fb-097d-4c7b-aa7f-10bc0561992a" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg15533' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg18208' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "107" @@ -247,7 +252,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:05:52 GMT" + "Wed, 19 Oct 2016 20:24:52 GMT" ], "Pragma": [ "no-cache" @@ -256,16 +261,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14868" + "14983" ], "x-ms-request-id": [ - "5527b830-2e11-40e0-bf42-366c5b39bdac" + "ef7d196c-c5ad-4e5e-aaf0-5e55c3fe23dd" ], "x-ms-correlation-request-id": [ - "5527b830-2e11-40e0-bf42-366c5b39bdac" + "ef7d196c-c5ad-4e5e-aaf0-5e55c3fe23dd" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170552Z:5527b830-2e11-40e0-bf42-366c5b39bdac" + "WESTUS2:20161019T202453Z:ef7d196c-c5ad-4e5e-aaf0-5e55c3fe23dd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -274,22 +279,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg15533?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNTUzMz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg18208?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxODIwOD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "954320f6-5fd1-45f2-ba3d-1eb0ac480241" + "80a936eb-d962-4930-933b-a2a96232a247" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15533\",\r\n \"name\": \"datalakerg15533\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg18208\",\r\n \"name\": \"datalakerg18208\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -301,7 +307,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:05:52 GMT" + "Wed, 19 Oct 2016 20:24:53 GMT" ], "Pragma": [ "no-cache" @@ -310,16 +316,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14867" + "14982" ], "x-ms-request-id": [ - "6206f09e-0e27-444d-a62a-4bf70cd42f2c" + "df8dacc6-41c2-4959-bf5f-266ec13fec60" ], "x-ms-correlation-request-id": [ - "6206f09e-0e27-444d-a62a-4bf70cd42f2c" + "df8dacc6-41c2-4959-bf5f-266ec13fec60" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170552Z:6206f09e-0e27-444d-a62a-4bf70cd42f2c" + "WESTUS2:20161019T202454Z:df8dacc6-41c2-4959-bf5f-266ec13fec60" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -328,8 +334,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg15533?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNTUzMz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg18208?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxODIwOD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -340,16 +346,17 @@ "31" ], "x-ms-client-request-id": [ - "f2cd680c-78d9-41ce-8d1c-05d67ac4bf35" + "62069ef2-7c33-4803-af71-5ab9f54bbbac" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15533\",\r\n \"name\": \"datalakerg15533\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg18208\",\r\n \"name\": \"datalakerg18208\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "184" @@ -364,22 +371,22 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:05:52 GMT" + "Wed, 19 Oct 2016 20:24:53 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1122" + "1190" ], "x-ms-request-id": [ - "af24f11f-f90b-4b98-bb39-00404fd405da" + "ccbe3197-b914-49dd-a57e-e953dbde1840" ], "x-ms-correlation-request-id": [ - "af24f11f-f90b-4b98-bb39-00404fd405da" + "ccbe3197-b914-49dd-a57e-e953dbde1840" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170552Z:af24f11f-f90b-4b98-bb39-00404fd405da" + "WESTUS2:20161019T202454Z:ccbe3197-b914-49dd-a57e-e953dbde1840" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -388,22 +395,23 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15533/providers/Microsoft.DataLakeStore/accounts/testadlfs16384?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTUzMy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTYzODQ/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg18208/providers/Microsoft.DataLakeStore/accounts/testadlfs11052?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODIwOC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTEwNTI/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8a8b394d-8354-4b56-a672-0c398dcf156e" + "447a1d93-45f8-4975-ae4a-c0876f5244fe" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs16384' under resource group 'datalakerg15533' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs11052' under resource group 'datalakerg18208' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "166" @@ -418,7 +426,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:05:53 GMT" + "Wed, 19 Oct 2016 20:24:54 GMT" ], "Pragma": [ "no-cache" @@ -427,13 +435,13 @@ "gateway" ], "x-ms-request-id": [ - "9f48d6f2-6737-48f6-a463-98244761c49b" + "f8208057-ad84-4893-872d-7c9467a1add2" ], "x-ms-correlation-request-id": [ - "9f48d6f2-6737-48f6-a463-98244761c49b" + "f8208057-ad84-4893-872d-7c9467a1add2" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170553Z:9f48d6f2-6737-48f6-a463-98244761c49b" + "WESTUS2:20161019T202454Z:f8208057-ad84-4893-872d-7c9467a1add2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -442,16 +450,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15533/providers/Microsoft.DataLakeStore/accounts/testadlfs16384?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTUzMy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTYzODQ/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg18208/providers/Microsoft.DataLakeStore/accounts/testadlfs11052?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODIwOC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTEwNTI/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs16384.caboaccountdogfood.net\",\r\n \"accountId\": \"7d11d5d1-d283-4dd6-9c38-9ddc5e1a30f6\",\r\n \"creationTime\": \"2016-09-01T17:05:55.8697324Z\",\r\n \"lastModifiedTime\": \"2016-09-01T17:05:55.8697324Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15533/providers/Microsoft.DataLakeStore/accounts/testadlfs16384\",\r\n \"name\": \"testadlfs16384\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs11052.azuredatalakestore.net\",\r\n \"accountId\": \"893c183e-6668-4f4c-a12c-08166a089c17\",\r\n \"creationTime\": \"2016-10-19T20:24:55.5901556Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:24:55.5901556Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg18208/providers/Microsoft.DataLakeStore/accounts/testadlfs11052\",\r\n \"name\": \"testadlfs11052\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -466,7 +475,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 17:06:23 GMT" + "Wed, 19 Oct 2016 20:25:26 GMT" ], "Pragma": [ "no-cache" @@ -478,7 +487,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c2eca93f-2f3c-49c7-8b5c-a770cb8ca4b5" + "d875078d-d31f-4ee5-b43d-b98a7db98851" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -487,13 +499,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" + "14987" ], "x-ms-correlation-request-id": [ - "ecd3a7e3-1fe7-4eca-a278-d6ae603f9124" + "49e3b27e-09b0-44a3-a71a-b835295dfeb2" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170624Z:ecd3a7e3-1fe7-4eca-a278-d6ae603f9124" + "WESTUS2:20161019T202526Z:49e3b27e-09b0-44a3-a71a-b835295dfeb2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -502,22 +514,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15533/providers/Microsoft.DataLakeStore/accounts/testadlfs16384?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTUzMy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTYzODQ/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg18208/providers/Microsoft.DataLakeStore/accounts/testadlfs11052?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODIwOC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTEwNTI/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "245c91d8-7678-4a28-9286-a1a51a962cdf" + "f73c5510-36f2-459d-969e-121f2b8a8c28" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs16384.caboaccountdogfood.net\",\r\n \"accountId\": \"7d11d5d1-d283-4dd6-9c38-9ddc5e1a30f6\",\r\n \"creationTime\": \"2016-09-01T17:05:55.8697324Z\",\r\n \"lastModifiedTime\": \"2016-09-01T17:05:55.8697324Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15533/providers/Microsoft.DataLakeStore/accounts/testadlfs16384\",\r\n \"name\": \"testadlfs16384\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs11052.azuredatalakestore.net\",\r\n \"accountId\": \"893c183e-6668-4f4c-a12c-08166a089c17\",\r\n \"creationTime\": \"2016-10-19T20:24:55.5901556Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:24:55.5901556Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg18208/providers/Microsoft.DataLakeStore/accounts/testadlfs11052\",\r\n \"name\": \"testadlfs11052\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -532,7 +545,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 17:06:23 GMT" + "Wed, 19 Oct 2016 20:25:26 GMT" ], "Pragma": [ "no-cache" @@ -544,7 +557,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "27d28332-90d8-4d65-8f61-3dec8d57db67" + "f5b30116-b6ed-4a87-9b21-803329da31ac" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -553,13 +569,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14866" + "14992" ], "x-ms-correlation-request-id": [ - "e3128410-d584-40bc-b17e-57a6dfa3bd54" + "ce6f9029-a3c4-424a-b55b-1387e200b389" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170624Z:e3128410-d584-40bc-b17e-57a6dfa3bd54" + "WESTUS2:20161019T202527Z:ce6f9029-a3c4-424a-b55b-1387e200b389" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -568,10 +584,10 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15533/providers/Microsoft.DataLakeStore/accounts/testadlfs16384?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTUzMy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTYzODQ/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg18208/providers/Microsoft.DataLakeStore/accounts/testadlfs11052?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODIwOC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTEwNTI/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs16384\"\r\n}", + "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs11052\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -580,16 +596,17 @@ "60" ], "x-ms-client-request-id": [ - "d54fa457-31f2-42fb-9562-4c56236a7605" + "895d41bc-a753-4711-88fa-a184685d09ca" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"7d11d5d1-d283-4dd6-9c38-9ddc5e1a30f6\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15533/providers/Microsoft.DataLakeStore/accounts/testadlfs16384\",\r\n \"name\": \"testadlfs16384\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"893c183e-6668-4f4c-a12c-08166a089c17\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg18208/providers/Microsoft.DataLakeStore/accounts/testadlfs11052\",\r\n \"name\": \"testadlfs11052\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ "420" @@ -607,13 +624,13 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 17:05:53 GMT" + "Wed, 19 Oct 2016 20:24:55 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg15533/providers/Microsoft.DataLakeStore/accounts/testadlfs16384/operationresults/0?api-version=2015-10-01-preview" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg18208/providers/Microsoft.DataLakeStore/accounts/testadlfs11052/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -622,10 +639,13 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/7d11d5d1-d283-4dd6-9c38-9ddc5e1a30f60?api-version=2015-10-01-preview&expanded=true" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/893c183e-6668-4f4c-a12c-08166a089c170?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "cb993984-f90c-4a97-9ab6-0aa4f073876d" + "fb36fb1d-9d7d-459d-a590-43404e20f268" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -634,13 +654,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1130" + "1189" ], "x-ms-correlation-request-id": [ - "f22ebaa4-379f-405b-a35b-40410487288e" + "56eb94e4-7cf0-4113-b0bb-185ea331cdc6" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170553Z:f22ebaa4-379f-405b-a35b-40410487288e" + "WESTUS2:20161019T202455Z:56eb94e4-7cf0-4113-b0bb-185ea331cdc6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -649,13 +669,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/7d11d5d1-d283-4dd6-9c38-9ddc5e1a30f60?api-version=2015-10-01-preview&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzdkMTFkNWQxLWQyODMtNGRkNi05YzM4LTlkZGM1ZTFhMzBmNjA/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3JmV4cGFuZGVkPXRydWU=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/893c183e-6668-4f4c-a12c-08166a089c170?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzg5M2MxODNlLTY2NjgtNGY0Yy1hMTJjLTA4MTY2YTA4OWMxNzA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -673,7 +694,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 17:06:23 GMT" + "Wed, 19 Oct 2016 20:25:25 GMT" ], "Pragma": [ "no-cache" @@ -685,7 +706,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c1a43f34-57a3-4057-8091-9f81887296d0" + "a5cb2cb5-6ee4-4656-a493-104552342268" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -694,13 +718,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14881" + "14994" ], "x-ms-correlation-request-id": [ - "72e97694-5b7e-4a40-b1dd-bcd36d790555" + "2378c754-48a2-4c1c-aee5-5e7e15f010f1" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170623Z:72e97694-5b7e-4a40-b1dd-bcd36d790555" + "WESTUS2:20161019T202526Z:2378c754-48a2-4c1c-aee5-5e7e15f010f1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -709,25 +733,26 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt5437?op=CREATE&write=true&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ1NDM3P29wPUNSRUFURSZ3cml0ZT10cnVlJmFwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt707?op=CREATE&write=true&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3MDc/b3A9Q1JFQVRFJndyaXRlPXRydWUmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "These are some random test contents 1234!@", "RequestHeaders": { "Content-Type": [ "application/octet-stream" ], - "x-ms-client-request-id": [ - "465de0c7-2717-46df-9300-fefcb8106b88" + "Content-Length": [ + "42" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-client-request-id": [ + "d6d0da8f-69e8-4c04-802a-6b43e12e96c1" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "", @@ -739,26 +764,23 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 17:06:26 GMT" + "Wed, 19 Oct 2016 20:25:27 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://testadlfs16384.caboaccountdogfood.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt5437?op=CREATE&write=true&api-version=2015-10-01-preview" + "https://testadlfs11052.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt707?op=CREATE&write=true&api-version=2016-11-01" ], "x-ms-request-id": [ - "b36196bf-9fc1-45c6-b021-797370688a4a" + "8fe89f7c-e6f8-4739-beb5-10a3cef2a356" ], "ContentLength": [ "0" ], - "Server-Perf": [ - "[b36196bf-9fc1-45c6-b021-797370688a4a][ AuthTime::1243.73747387852::PostAuthTime::326.331393593298 ][S-HdfsGetFileStatusV2 :: 00:00:159 ms]%0a[S-FsOpenStream :: 00:00:155 ms]%0a[S-FsAppendStream :: 00:00:184 ms]%0a[BufferingTime :: 00:00:001 ms]%0a[WriteTime :: 00:00:184 ms]%0a[S-FsAppendStream :: 00:00:017 ms]%0a[S-FsCloseHandle :: 00:00:001 ms]%0a[CREATE :: 00:00:522 ms]%0a" - ], "x-ms-webhdfs-version": [ "16.07.18.01" ], @@ -775,22 +797,23 @@ "StatusCode": 201 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt5437?op=MSGETFILESTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ1NDM3P29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt707?op=MSGETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3MDc/b3A9TVNHRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9b720199-5629-4afb-8dd8-3ad1accdb5a0" + "43825a3f-0091-4f8e-90d5-6fe1550d6d34" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1472749586445,\r\n \"modificationTime\": 1472749586731,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"group\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"expirationTime\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1476908728306,\r\n \"modificationTime\": 1476908728393,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"group\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"expirationTime\": 0\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "288" @@ -802,19 +825,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 17:06:26 GMT" + "Wed, 19 Oct 2016 20:25:28 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "4a7e8716-f9e9-4c62-9849-522f57c7af25" - ], - "Server-Perf": [ - "[4a7e8716-f9e9-4c62-9849-522f57c7af25][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetFileStatusV2 :: 00:00:020 ms]%0a[MSGETFILESTATUS :: 00:00:021 ms]%0a" + "7666295e-dd42-40e9-8e4e-1ef9126da561" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -832,19 +852,20 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt5437?recursive=false&op=DELETE&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ1NDM3P3JlY3Vyc2l2ZT1mYWxzZSZvcD1ERUxFVEUmYXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt707?recursive=false&op=DELETE&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3MDc/cmVjdXJzaXZlPWZhbHNlJm9wPURFTEVURSZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b92e928c-4956-48bf-9e41-7cf53837a283" + "a4c8e605-2d6d-41d7-b0b1-f1734924967f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "{\r\n \"boolean\": true\r\n}", @@ -859,19 +880,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 17:06:26 GMT" + "Wed, 19 Oct 2016 20:25:28 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "6b062215-30f6-4b23-9ded-0ac70c54f3cb" - ], - "Server-Perf": [ - "[6b062215-30f6-4b23-9ded-0ac70c54f3cb][ AuthTime::0::PostAuthTime::0 ][S-FsDelete :: 00:00:311 ms]%0a[DELETE :: 00:00:312 ms]%0a" + "2c01b000-61cf-48b9-995b-2e79b5c93271" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -889,19 +907,20 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt5437?recursive=false&op=DELETE&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ1NDM3P3JlY3Vyc2l2ZT1mYWxzZSZvcD1ERUxFVEUmYXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt707?recursive=false&op=DELETE&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3MDc/cmVjdXJzaXZlPWZhbHNlJm9wPURFTEVURSZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4d526b7b-57bf-49fc-bf7c-130c6be4ca71" + "679dac57-6454-4499-99b2-b82f5056309a" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "{\r\n \"boolean\": false\r\n}", @@ -916,19 +935,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 17:06:26 GMT" + "Wed, 19 Oct 2016 20:25:28 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "e22dd1b8-b5de-4be9-a308-f82fdcc46e66" - ], - "Server-Perf": [ - "[e22dd1b8-b5de-4be9-a308-f82fdcc46e66][ AuthTime::0::PostAuthTime::0 ][S-FsDelete :: 00:00:010 ms]%0a[DELETE :: 00:00:010 ms]%0a" + "1ef2f197-98cc-4cc6-853f-b41ae84d11b8" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -948,15 +964,15 @@ ], "Names": { ".ctor": [ - "datalakerg15533", - "testdatalake18351", - "testadlfs16384" + "datalakerg18208", + "testdatalake15483", + "testadlfs11052" ], "CreateFile": [ - "SDKTestFolder01/SDKTestFile01.txt5437" + "SDKTestFolder01/SDKTestFile01.txt707" ] }, "Variables": { - "SubscriptionId": "90585f39-ab85-4921-bb37-0468f7efd1dd" + "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" } } \ No newline at end of file diff --git a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemDeleteFolder.json b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemDeleteFolder.json index d0c8441d8a97b..2212019a5ced3 100644 --- a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemDeleteFolder.json +++ b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemDeleteFolder.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e8f77127-f1f9-4815-bce3-923d93f3b8df" + "309b4ce4-facf-4d99-ae7e-63d43cb5fcf4" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:51:25 GMT" + "Wed, 19 Oct 2016 20:11:27 GMT" ], "Pragma": [ "no-cache" @@ -37,16 +38,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1111" + "1198" ], "x-ms-request-id": [ - "34d12ce4-5a19-4915-a00b-454ff16e5a56" + "0fa53cb1-97f8-4e47-a3f5-d239e40dbcd4" ], "x-ms-correlation-request-id": [ - "34d12ce4-5a19-4915-a00b-454ff16e5a56" + "0fa53cb1-97f8-4e47-a3f5-d239e40dbcd4" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165125Z:34d12ce4-5a19-4915-a00b-454ff16e5a56" + "WESTUS2:20161019T201127Z:0fa53cb1-97f8-4e47-a3f5-d239e40dbcd4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -55,22 +56,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5afada8e-e423-41fa-b44f-fadd0d1b7f52" + "85b8ea7d-6f02-4e09-8490-60f44651398e" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -82,7 +84,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:51:25 GMT" + "Wed, 19 Oct 2016 20:11:27 GMT" ], "Pragma": [ "no-cache" @@ -91,16 +93,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" + "14998" ], "x-ms-request-id": [ - "6a0c19f9-5494-43df-ac45-7d7a670a8cce" + "51fc7fd0-73d3-4b5a-a463-4c64655ef436" ], "x-ms-correlation-request-id": [ - "6a0c19f9-5494-43df-ac45-7d7a670a8cce" + "51fc7fd0-73d3-4b5a-a463-4c64655ef436" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165125Z:6a0c19f9-5494-43df-ac45-7d7a670a8cce" + "WESTUS2:20161019T201127Z:51fc7fd0-73d3-4b5a-a463-4c64655ef436" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -109,22 +111,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d2c37638-7fdd-445d-9aca-c6c4459cfe04" + "8a1929f2-2c8c-4304-b929-3319f514003d" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -136,7 +139,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:51:25 GMT" + "Wed, 19 Oct 2016 20:11:27 GMT" ], "Pragma": [ "no-cache" @@ -145,16 +148,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1110" + "1197" ], "x-ms-request-id": [ - "d728ed1d-980b-4bc1-b56f-b7217d19d748" + "16f4d7dc-3e68-45ad-946b-8c76004518a4" ], "x-ms-correlation-request-id": [ - "d728ed1d-980b-4bc1-b56f-b7217d19d748" + "16f4d7dc-3e68-45ad-946b-8c76004518a4" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165126Z:d728ed1d-980b-4bc1-b56f-b7217d19d748" + "WESTUS2:20161019T201128Z:16f4d7dc-3e68-45ad-946b-8c76004518a4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -163,22 +166,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1bc753f4-8eeb-4001-9704-71b66c162f37" + "123eaace-a89e-43e8-ba02-93ab54a57939" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -190,7 +194,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:51:25 GMT" + "Wed, 19 Oct 2016 20:11:27 GMT" ], "Pragma": [ "no-cache" @@ -199,16 +203,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" + "14997" ], "x-ms-request-id": [ - "c65a0bc8-487d-4b04-88b2-37883e06baaa" + "c2fcf142-cf27-4888-9ffd-9af99c5672b5" ], "x-ms-correlation-request-id": [ - "c65a0bc8-487d-4b04-88b2-37883e06baaa" + "c2fcf142-cf27-4888-9ffd-9af99c5672b5" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165126Z:c65a0bc8-487d-4b04-88b2-37883e06baaa" + "WESTUS2:20161019T201128Z:c2fcf142-cf27-4888-9ffd-9af99c5672b5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -217,22 +221,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg18999?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxODk5OT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg17850?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNzg1MD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "29d24e4d-5ac3-4b1b-b898-1066a4869b4c" + "7c95bcf3-be0e-4ebe-9a58-e56c7b04b0a5" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg18999' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg17850' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "107" @@ -247,7 +252,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:51:25 GMT" + "Wed, 19 Oct 2016 20:11:27 GMT" ], "Pragma": [ "no-cache" @@ -256,16 +261,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" + "14996" ], "x-ms-request-id": [ - "5e37441b-4b8a-41f0-8441-234122bc05bf" + "44257627-a1ee-4ce5-9fca-962e9876b93b" ], "x-ms-correlation-request-id": [ - "5e37441b-4b8a-41f0-8441-234122bc05bf" + "44257627-a1ee-4ce5-9fca-962e9876b93b" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165126Z:5e37441b-4b8a-41f0-8441-234122bc05bf" + "WESTUS2:20161019T201128Z:44257627-a1ee-4ce5-9fca-962e9876b93b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -274,22 +279,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg18999?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxODk5OT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg17850?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNzg1MD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "52a2ed0d-2725-4f7b-89c5-5b3a46734b10" + "42f1e892-7fcb-4d79-bb03-b69d2b314f23" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg18999\",\r\n \"name\": \"datalakerg18999\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17850\",\r\n \"name\": \"datalakerg17850\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -301,7 +307,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:51:26 GMT" + "Wed, 19 Oct 2016 20:11:29 GMT" ], "Pragma": [ "no-cache" @@ -310,16 +316,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" + "14995" ], "x-ms-request-id": [ - "be39fd28-118a-4857-97b5-508726dbbae9" + "9d1bce62-6df4-4a10-a275-d91752cd7edd" ], "x-ms-correlation-request-id": [ - "be39fd28-118a-4857-97b5-508726dbbae9" + "9d1bce62-6df4-4a10-a275-d91752cd7edd" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165126Z:be39fd28-118a-4857-97b5-508726dbbae9" + "WESTUS2:20161019T201129Z:9d1bce62-6df4-4a10-a275-d91752cd7edd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -328,8 +334,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg18999?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxODk5OT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg17850?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNzg1MD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -340,16 +346,17 @@ "31" ], "x-ms-client-request-id": [ - "ff73a6bb-e0a1-4893-a31d-9193d2451e39" + "b5cfa289-f8cf-4f35-8988-5857ac861078" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg18999\",\r\n \"name\": \"datalakerg18999\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17850\",\r\n \"name\": \"datalakerg17850\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "184" @@ -364,22 +371,22 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:51:26 GMT" + "Wed, 19 Oct 2016 20:11:29 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1109" + "1196" ], "x-ms-request-id": [ - "315970eb-03cd-4102-a8c5-099d032a152d" + "506caaff-a387-4219-b9d7-fcbcf5537ff8" ], "x-ms-correlation-request-id": [ - "315970eb-03cd-4102-a8c5-099d032a152d" + "506caaff-a387-4219-b9d7-fcbcf5537ff8" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165126Z:315970eb-03cd-4102-a8c5-099d032a152d" + "WESTUS2:20161019T201129Z:506caaff-a387-4219-b9d7-fcbcf5537ff8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -388,22 +395,23 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg18999/providers/Microsoft.DataLakeStore/accounts/testadlfs14263?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODk5OS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTQyNjM/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17850/providers/Microsoft.DataLakeStore/accounts/testadlfs19407?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzg1MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTk0MDc/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ceb2ce0f-431e-425f-bb2d-238d1052d56b" + "2573a5d7-0d5f-4cd8-9d51-e002329437d4" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs14263' under resource group 'datalakerg18999' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs19407' under resource group 'datalakerg17850' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "166" @@ -418,7 +426,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:51:26 GMT" + "Wed, 19 Oct 2016 20:11:29 GMT" ], "Pragma": [ "no-cache" @@ -427,13 +435,13 @@ "gateway" ], "x-ms-request-id": [ - "fac30809-40f0-47eb-a311-673977a57347" + "8e5433bc-e7db-4e7b-a553-b20095c71503" ], "x-ms-correlation-request-id": [ - "fac30809-40f0-47eb-a311-673977a57347" + "8e5433bc-e7db-4e7b-a553-b20095c71503" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165126Z:fac30809-40f0-47eb-a311-673977a57347" + "WESTUS2:20161019T201129Z:8e5433bc-e7db-4e7b-a553-b20095c71503" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -442,16 +450,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg18999/providers/Microsoft.DataLakeStore/accounts/testadlfs14263?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODk5OS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTQyNjM/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17850/providers/Microsoft.DataLakeStore/accounts/testadlfs19407?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzg1MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTk0MDc/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs14263.caboaccountdogfood.net\",\r\n \"accountId\": \"9a07e0aa-be38-4b7c-9fb2-ba3c57fc4b63\",\r\n \"creationTime\": \"2016-09-01T16:51:28.804973Z\",\r\n \"lastModifiedTime\": \"2016-09-01T16:51:28.804973Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg18999/providers/Microsoft.DataLakeStore/accounts/testadlfs14263\",\r\n \"name\": \"testadlfs14263\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs19407.azuredatalakestore.net\",\r\n \"accountId\": \"4001d080-61c6-47b7-a81a-325b4c5e8c05\",\r\n \"creationTime\": \"2016-10-19T20:11:30.6988138Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:11:30.6988138Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17850/providers/Microsoft.DataLakeStore/accounts/testadlfs19407\",\r\n \"name\": \"testadlfs19407\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -466,7 +475,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:51:57 GMT" + "Wed, 19 Oct 2016 20:12:01 GMT" ], "Pragma": [ "no-cache" @@ -478,7 +487,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "d9c867bb-08be-4195-8737-fb1aaf26d29a" + "ca9eeb88-731f-44de-9501-9a2d803e6ca6" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -487,13 +499,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14874" + "14994" ], "x-ms-correlation-request-id": [ - "b577f778-0142-49b1-bedb-0eb51ef73650" + "eaeb2666-2234-46ac-a68a-085750334615" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165158Z:b577f778-0142-49b1-bedb-0eb51ef73650" + "WESTUS2:20161019T201201Z:eaeb2666-2234-46ac-a68a-085750334615" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -502,22 +514,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg18999/providers/Microsoft.DataLakeStore/accounts/testadlfs14263?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODk5OS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTQyNjM/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17850/providers/Microsoft.DataLakeStore/accounts/testadlfs19407?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzg1MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTk0MDc/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d043b806-9c92-4a6f-8e8b-852da188168a" + "5e4ffe46-21f8-430b-9918-3f3a6d0231a5" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs14263.caboaccountdogfood.net\",\r\n \"accountId\": \"9a07e0aa-be38-4b7c-9fb2-ba3c57fc4b63\",\r\n \"creationTime\": \"2016-09-01T16:51:28.804973Z\",\r\n \"lastModifiedTime\": \"2016-09-01T16:51:28.804973Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg18999/providers/Microsoft.DataLakeStore/accounts/testadlfs14263\",\r\n \"name\": \"testadlfs14263\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs19407.azuredatalakestore.net\",\r\n \"accountId\": \"4001d080-61c6-47b7-a81a-325b4c5e8c05\",\r\n \"creationTime\": \"2016-10-19T20:11:30.6988138Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:11:30.6988138Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17850/providers/Microsoft.DataLakeStore/accounts/testadlfs19407\",\r\n \"name\": \"testadlfs19407\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -532,7 +545,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:51:58 GMT" + "Wed, 19 Oct 2016 20:12:01 GMT" ], "Pragma": [ "no-cache" @@ -544,7 +557,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "60735e81-c902-457c-a80e-902fa25e4c7f" + "63a10c3a-0868-47ff-9e8f-03b6973959a6" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -553,13 +569,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" + "14999" ], "x-ms-correlation-request-id": [ - "1feee1f9-0fc9-4e64-88f1-917c444f7a46" + "486ab054-725d-4271-9888-1c484cb909ff" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165158Z:1feee1f9-0fc9-4e64-88f1-917c444f7a46" + "WESTUS2:20161019T201202Z:486ab054-725d-4271-9888-1c484cb909ff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -568,10 +584,10 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg18999/providers/Microsoft.DataLakeStore/accounts/testadlfs14263?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODk5OS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTQyNjM/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17850/providers/Microsoft.DataLakeStore/accounts/testadlfs19407?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzg1MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTk0MDc/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs14263\"\r\n}", + "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs19407\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -580,16 +596,17 @@ "60" ], "x-ms-client-request-id": [ - "d6789030-c5a3-4460-8129-ab7016be4234" + "75e943e1-2fbe-4626-b4e7-bbaacc45dca1" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"9a07e0aa-be38-4b7c-9fb2-ba3c57fc4b63\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg18999/providers/Microsoft.DataLakeStore/accounts/testadlfs14263\",\r\n \"name\": \"testadlfs14263\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"4001d080-61c6-47b7-a81a-325b4c5e8c05\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17850/providers/Microsoft.DataLakeStore/accounts/testadlfs19407\",\r\n \"name\": \"testadlfs19407\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ "420" @@ -607,13 +624,13 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:51:27 GMT" + "Wed, 19 Oct 2016 20:11:30 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg18999/providers/Microsoft.DataLakeStore/accounts/testadlfs14263/operationresults/0?api-version=2015-10-01-preview" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg17850/providers/Microsoft.DataLakeStore/accounts/testadlfs19407/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -622,10 +639,13 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/9a07e0aa-be38-4b7c-9fb2-ba3c57fc4b630?api-version=2015-10-01-preview&expanded=true" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/4001d080-61c6-47b7-a81a-325b4c5e8c050?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "fb62583b-b87f-4f7f-9d56-b59ac8e76491" + "d5066dcf-3fa3-430e-b637-b6a1497271dc" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -634,13 +654,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1110" + "1197" ], "x-ms-correlation-request-id": [ - "fb3ed28e-5a47-45a6-bd5a-a7554cdd928d" + "f9e9922e-3eaf-4207-aa1d-dea5c779e80d" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165127Z:fb3ed28e-5a47-45a6-bd5a-a7554cdd928d" + "WESTUS2:20161019T201130Z:f9e9922e-3eaf-4207-aa1d-dea5c779e80d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -649,13 +669,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/9a07e0aa-be38-4b7c-9fb2-ba3c57fc4b630?api-version=2015-10-01-preview&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzlhMDdlMGFhLWJlMzgtNGI3Yy05ZmIyLWJhM2M1N2ZjNGI2MzA/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3JmV4cGFuZGVkPXRydWU=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/4001d080-61c6-47b7-a81a-325b4c5e8c050?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzQwMDFkMDgwLTYxYzYtNDdiNy1hODFhLTMyNWI0YzVlOGMwNTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -673,7 +694,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:51:56 GMT" + "Wed, 19 Oct 2016 20:12:01 GMT" ], "Pragma": [ "no-cache" @@ -685,7 +706,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "e891f8fb-b0b6-400b-b1a3-0a7c0b85302b" + "e9afa54a-6336-49ef-83b1-d8e23088a6c0" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -694,13 +718,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" + "14995" ], "x-ms-correlation-request-id": [ - "14a45cb8-ccff-4918-b45b-9e1eb7eaa022" + "a262da58-9292-4157-b361-a12f3356f474" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165157Z:14a45cb8-ccff-4918-b45b-9e1eb7eaa022" + "WESTUS2:20161019T201201Z:a262da58-9292-4157-b361-a12f3356f474" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -709,19 +733,20 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01129?op=MKDIRS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTI5P29wPU1LRElSUyZhcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/webhdfs/v1/SDKTestFolder011168?op=MKDIRS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTE2OD9vcD1NS0RJUlMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b498e273-d837-482d-b79b-3e1b29c5756c" + "2359c638-ba2b-4598-8996-c0f6faf9bf46" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "{\r\n \"boolean\": true\r\n}", @@ -736,19 +761,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:51:58 GMT" + "Wed, 19 Oct 2016 20:12:03 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "b5b07002-e162-4581-9a5b-9ee8a0ae2d26" - ], - "Server-Perf": [ - "[b5b07002-e162-4581-9a5b-9ee8a0ae2d26][ AuthTime::1199.66435059453::PostAuthTime::319.055117840827 ][S-HdfsMkdirs :: 00:00:135 ms]%0a[MKDIRS :: 00:00:135 ms]%0a" + "b3237c5a-d7a6-486c-8615-d5a0e11fd7fc" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -766,22 +788,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01129?op=MSGETFILESTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTI5P29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/webhdfs/v1/SDKTestFolder011168?op=MSGETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTE2OD9vcD1NU0dFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a45fb8d5-607b-4d00-90ec-3c8f62be8bc9" + "378a6e96-f265-4706-b93f-4ae1e163497c" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"DIRECTORY\",\r\n \"blockSize\": 0,\r\n \"accessTime\": 1472748719888,\r\n \"modificationTime\": 1472748719888,\r\n \"replication\": 0,\r\n \"permission\": \"770\",\r\n \"owner\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"group\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"DIRECTORY\",\r\n \"blockSize\": 0,\r\n \"accessTime\": 1476907924006,\r\n \"modificationTime\": 1476907924006,\r\n \"replication\": 0,\r\n \"permission\": \"770\",\r\n \"owner\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"group\": \"2e6c02d2-a364-4530-9137-d17403996cbf\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "265" @@ -793,19 +816,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:52:00 GMT" + "Wed, 19 Oct 2016 20:12:03 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "4526a8a5-45ec-4a68-8413-7ad45c69798f" - ], - "Server-Perf": [ - "[4526a8a5-45ec-4a68-8413-7ad45c69798f][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetFileStatusV2 :: 00:00:015 ms]%0a[MSGETFILESTATUS :: 00:00:015 ms]%0a" + "21ed3731-1278-41dc-b824-eca3fc2dc61e" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -823,19 +843,20 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01129?recursive=true&op=DELETE&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTI5P3JlY3Vyc2l2ZT10cnVlJm9wPURFTEVURSZhcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/webhdfs/v1/SDKTestFolder011168?recursive=true&op=DELETE&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTE2OD9yZWN1cnNpdmU9dHJ1ZSZvcD1ERUxFVEUmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0c756d09-17a2-4700-8ab0-61da412afc8e" + "a07ba41a-bef5-4ac2-b548-3c7e8adda2a0" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "{\r\n \"boolean\": true\r\n}", @@ -850,19 +871,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:52:00 GMT" + "Wed, 19 Oct 2016 20:12:04 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "bc1706c4-1d66-4688-991a-085ba3900258" - ], - "Server-Perf": [ - "[bc1706c4-1d66-4688-991a-085ba3900258][ AuthTime::0::PostAuthTime::0 ][S-FsDelete :: 00:00:331 ms]%0a[DELETE :: 00:00:332 ms]%0a" + "ee20a098-e8dd-4b5d-8dbe-817f0b0b4e42" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -880,19 +898,20 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01129?recursive=true&op=DELETE&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTI5P3JlY3Vyc2l2ZT10cnVlJm9wPURFTEVURSZhcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/webhdfs/v1/SDKTestFolder011168?recursive=true&op=DELETE&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTE2OD9yZWN1cnNpdmU9dHJ1ZSZvcD1ERUxFVEUmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5d1464cf-5c9a-4181-abdf-74a792521aa2" + "17e000ba-98dc-4804-8b5c-0936cc834541" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "{\r\n \"boolean\": true\r\n}", @@ -907,19 +926,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:52:01 GMT" + "Wed, 19 Oct 2016 20:12:04 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "ae953c13-bb43-494b-b9ba-33cc9a4c90f2" - ], - "Server-Perf": [ - "[ae953c13-bb43-494b-b9ba-33cc9a4c90f2][ AuthTime::1218.48261491758::PostAuthTime::329.747313478924 ][S-FsDelete :: 00:00:230 ms]%0a[DELETE :: 00:00:230 ms]%0a" + "abdc34e5-206a-4e51-ac2c-e1c2c54f1b93" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -937,19 +953,20 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01129?recursive=true&op=DELETE&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTI5P3JlY3Vyc2l2ZT10cnVlJm9wPURFTEVURSZhcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/webhdfs/v1/SDKTestFolder011168?recursive=true&op=DELETE&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTE2OD9yZWN1cnNpdmU9dHJ1ZSZvcD1ERUxFVEUmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a5e68826-7fed-44d4-a2ce-4306f3ac5315" + "f443c32c-e228-451e-b504-6b737119e895" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "{\r\n \"boolean\": false\r\n}", @@ -964,19 +981,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:52:01 GMT" + "Wed, 19 Oct 2016 20:12:04 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "efc00e8d-4a3e-4081-b64f-3208bb192dd0" - ], - "Server-Perf": [ - "[efc00e8d-4a3e-4081-b64f-3208bb192dd0][ AuthTime::0::PostAuthTime::0 ][S-FsDelete :: 00:00:009 ms]%0a[DELETE :: 00:00:010 ms]%0a" + "1187f174-adbb-44f3-ba2a-772ad18da240" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -994,19 +1008,20 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01129?recursive=false&op=DELETE&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTI5P3JlY3Vyc2l2ZT1mYWxzZSZvcD1ERUxFVEUmYXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/webhdfs/v1/SDKTestFolder011168?recursive=false&op=DELETE&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTE2OD9yZWN1cnNpdmU9ZmFsc2Umb3A9REVMRVRFJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f242ee62-5733-4adc-abd4-6836e20d7abd" + "6f0b6049-5ed5-42d3-8c92-910ffaccda7f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "{\r\n \"boolean\": false\r\n}", @@ -1021,19 +1036,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:52:00 GMT" + "Wed, 19 Oct 2016 20:12:04 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "bb862ece-83f5-4eb4-a8d2-036f4ebd2823" - ], - "Server-Perf": [ - "[bb862ece-83f5-4eb4-a8d2-036f4ebd2823][ AuthTime::0::PostAuthTime::0 ][S-FsDelete :: 00:00:010 ms]%0a[DELETE :: 00:00:011 ms]%0a" + "c9c70675-b36b-463c-8121-e3fac0dc62a6" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -1051,22 +1063,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01129?recursive=false&op=DELETE&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTI5P3JlY3Vyc2l2ZT1mYWxzZSZvcD1ERUxFVEUmYXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/webhdfs/v1/SDKTestFolder011168?recursive=false&op=DELETE&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTE2OD9yZWN1cnNpdmU9ZmFsc2Umb3A9REVMRVRFJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4943d365-b216-47e8-bf63-8559d5d91867" + "5740e67a-7eec-45b6-9f0a-216c80ee2072" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"AccessControlException\",\r\n \"message\": \"Path is not empty [670f5a80-89db-46a4-a596-9e517ac65d54][2016-09-01T09:52:01.2521549-07:00]\",\r\n \"javaClassName\": \"org.apache.hadoop.security.AccessControlException\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"AccessControlException\",\r\n \"message\": \"Path is not empty [88f519fc-bf78-4af1-b19b-9c678320e325][2016-10-19T13:12:04.8042747-07:00]\",\r\n \"javaClassName\": \"org.apache.hadoop.security.AccessControlException\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "230" @@ -1078,19 +1091,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:52:01 GMT" + "Wed, 19 Oct 2016 20:12:04 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "670f5a80-89db-46a4-a596-9e517ac65d54" - ], - "Server-Perf": [ - "[670f5a80-89db-46a4-a596-9e517ac65d54][ AuthTime::0::PostAuthTime::0 ][S-FsDelete :: 00:00:041 ms]%0a[DELETE :: 00:00:042 ms]%0a" + "88f519fc-bf78-4af1-b19b-9c678320e325" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -1108,25 +1118,26 @@ "StatusCode": 403 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01129%2FSDKTestFile01.txt6459?op=CREATE&write=true&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTI5JTJGU0RLVGVzdEZpbGUwMS50eHQ2NDU5P29wPUNSRUFURSZ3cml0ZT10cnVlJmFwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/webhdfs/v1/SDKTestFolder011168%2FSDKTestFile01.txt1848?op=CREATE&write=true&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTE2OCUyRlNES1Rlc3RGaWxlMDEudHh0MTg0OD9vcD1DUkVBVEUmd3JpdGU9dHJ1ZSZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "PUT", "RequestBody": "These are some random test contents 1234!@", "RequestHeaders": { "Content-Type": [ "application/octet-stream" ], - "x-ms-client-request-id": [ - "327e0d02-0289-4db5-bef8-bf79efd54a5e" + "Content-Length": [ + "42" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-client-request-id": [ + "594d34d6-ea3f-4db4-8acc-75feea59799e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "", @@ -1138,26 +1149,23 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:52:00 GMT" + "Wed, 19 Oct 2016 20:12:04 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://testadlfs14263.caboaccountdogfood.net/webhdfs/v1/SDKTestFolder01129/SDKTestFile01.txt6459?op=CREATE&write=true&api-version=2015-10-01-preview" + "https://testadlfs19407.azuredatalakestore.net/webhdfs/v1/SDKTestFolder011168/SDKTestFile01.txt1848?op=CREATE&write=true&api-version=2016-11-01" ], "x-ms-request-id": [ - "6bd2f09e-5090-49ec-9040-182c6f011e8e" + "f986fc15-fc01-4157-9f1f-3788de31543d" ], "ContentLength": [ "0" ], - "Server-Perf": [ - "[6bd2f09e-5090-49ec-9040-182c6f011e8e][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetFileStatusV2 :: 00:00:038 ms]%0a[S-FsOpenStream :: 00:00:155 ms]%0a[S-FsAppendStream :: 00:00:142 ms]%0a[BufferingTime :: 00:00:001 ms]%0a[WriteTime :: 00:00:142 ms]%0a[S-FsAppendStream :: 00:00:016 ms]%0a[S-FsCloseHandle :: 00:00:001 ms]%0a[CREATE :: 00:00:357 ms]%0a" - ], "x-ms-webhdfs-version": [ "16.07.18.01" ], @@ -1174,22 +1182,23 @@ "StatusCode": 201 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01129%2FSDKTestFile01.txt6459?op=MSGETFILESTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTI5JTJGU0RLVGVzdEZpbGUwMS50eHQ2NDU5P29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/webhdfs/v1/SDKTestFolder011168%2FSDKTestFile01.txt1848?op=MSGETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTE2OCUyRlNES1Rlc3RGaWxlMDEudHh0MTg0OD9vcD1NU0dFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ad55ce58-bdf8-4637-bb8c-f95418d8b20a" + "952e5bcc-fce6-4e96-b34c-253fd6684316" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1472748720719,\r\n \"modificationTime\": 1472748720984,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"group\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"expirationTime\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1476907924464,\r\n \"modificationTime\": 1476907924569,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"group\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"expirationTime\": 0\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "288" @@ -1201,19 +1210,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:52:01 GMT" + "Wed, 19 Oct 2016 20:12:04 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "ff994e04-22df-4cac-8abc-d233bb55d1ab" - ], - "Server-Perf": [ - "[ff994e04-22df-4cac-8abc-d233bb55d1ab][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetFileStatusV2 :: 00:00:020 ms]%0a[MSGETFILESTATUS :: 00:00:020 ms]%0a" + "bdcd23d2-d101-492e-864a-02af68faee88" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -1233,18 +1239,18 @@ ], "Names": { ".ctor": [ - "datalakerg18999", - "testdatalake14173", - "testadlfs14263" + "datalakerg17850", + "testdatalake16262", + "testadlfs19407" ], "CreateFolder": [ - "SDKTestFolder01129" + "SDKTestFolder011168" ], "CreateFile": [ - "SDKTestFolder01129/SDKTestFile01.txt6459" + "SDKTestFolder011168/SDKTestFile01.txt1848" ] }, "Variables": { - "SubscriptionId": "90585f39-ab85-4921-bb37-0468f7efd1dd" + "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" } } \ No newline at end of file diff --git a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemEmptyFileCreate.json b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemEmptyFileCreate.json index 814d8ab9afa3a..78738d2e56b67 100644 --- a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemEmptyFileCreate.json +++ b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemEmptyFileCreate.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1cd27c15-31fc-46be-b347-bbfa2bedc9b0" + "b9f0ce18-99c3-4f90-848e-7613e217fc1a" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:56:12 GMT" + "Wed, 19 Oct 2016 20:16:11 GMT" ], "Pragma": [ "no-cache" @@ -37,16 +38,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1125" + "1196" ], "x-ms-request-id": [ - "89b4afd9-7ec6-4e45-a3ab-fa9084110946" + "0c4bcfb8-fbe2-476a-83af-5fc53c6cb15b" ], "x-ms-correlation-request-id": [ - "89b4afd9-7ec6-4e45-a3ab-fa9084110946" + "0c4bcfb8-fbe2-476a-83af-5fc53c6cb15b" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165613Z:89b4afd9-7ec6-4e45-a3ab-fa9084110946" + "WESTUS2:20161019T201611Z:0c4bcfb8-fbe2-476a-83af-5fc53c6cb15b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -55,22 +56,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "788dfcf3-09ab-4429-854a-71066c924d7f" + "ae3c78e5-b34b-494a-9344-84216124771b" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -82,7 +84,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:56:13 GMT" + "Wed, 19 Oct 2016 20:16:11 GMT" ], "Pragma": [ "no-cache" @@ -91,16 +93,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" + "14993" ], "x-ms-request-id": [ - "f1b56cde-431a-4d81-8eeb-f75a8d5228e0" + "3b71f3b8-40e7-44e3-93ec-9198e8cefaab" ], "x-ms-correlation-request-id": [ - "f1b56cde-431a-4d81-8eeb-f75a8d5228e0" + "3b71f3b8-40e7-44e3-93ec-9198e8cefaab" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165613Z:f1b56cde-431a-4d81-8eeb-f75a8d5228e0" + "WESTUS2:20161019T201611Z:3b71f3b8-40e7-44e3-93ec-9198e8cefaab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -109,22 +111,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f16b0624-67d6-4392-bf61-1fb153a9a289" + "eb01189c-c6e2-4ec8-8694-83492a8cd7b2" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -136,7 +139,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:56:13 GMT" + "Wed, 19 Oct 2016 20:16:11 GMT" ], "Pragma": [ "no-cache" @@ -145,16 +148,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1124" + "1195" ], "x-ms-request-id": [ - "050e991a-be4d-4c76-a5a3-8ad72b255ca6" + "93107ede-f67e-4a16-9225-114f3b481a58" ], "x-ms-correlation-request-id": [ - "050e991a-be4d-4c76-a5a3-8ad72b255ca6" + "93107ede-f67e-4a16-9225-114f3b481a58" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165613Z:050e991a-be4d-4c76-a5a3-8ad72b255ca6" + "WESTUS2:20161019T201611Z:93107ede-f67e-4a16-9225-114f3b481a58" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -163,22 +166,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1a4f32e9-b4c7-491c-8ccb-6feb5ae8086d" + "2afddc29-467d-4cb7-8e72-40c570d73413" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -190,7 +194,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:56:13 GMT" + "Wed, 19 Oct 2016 20:16:11 GMT" ], "Pragma": [ "no-cache" @@ -199,16 +203,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" + "14992" ], "x-ms-request-id": [ - "103fff9d-1fd0-4111-aca7-8aca6a906a97" + "878a117b-2834-4fef-9a9f-cc63347c382f" ], "x-ms-correlation-request-id": [ - "103fff9d-1fd0-4111-aca7-8aca6a906a97" + "878a117b-2834-4fef-9a9f-cc63347c382f" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165614Z:103fff9d-1fd0-4111-aca7-8aca6a906a97" + "WESTUS2:20161019T201611Z:878a117b-2834-4fef-9a9f-cc63347c382f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -217,22 +221,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg11279?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMTI3OT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg18233?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxODIzMz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9bc2add1-e70e-4d81-a084-c48c6e9dc1c2" + "1a567554-3319-43a0-b520-f7fdcfa538b8" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg11279' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg18233' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "107" @@ -247,7 +252,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:56:13 GMT" + "Wed, 19 Oct 2016 20:16:11 GMT" ], "Pragma": [ "no-cache" @@ -256,16 +261,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" + "14991" ], "x-ms-request-id": [ - "f0b3f18b-9892-4b68-82ea-d573f21e478c" + "fbe983ac-abb4-450d-8294-041148a05ec2" ], "x-ms-correlation-request-id": [ - "f0b3f18b-9892-4b68-82ea-d573f21e478c" + "fbe983ac-abb4-450d-8294-041148a05ec2" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165614Z:f0b3f18b-9892-4b68-82ea-d573f21e478c" + "WESTUS2:20161019T201611Z:fbe983ac-abb4-450d-8294-041148a05ec2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -274,22 +279,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg11279?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMTI3OT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg18233?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxODIzMz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "64e93c3d-15c8-42cd-a2bc-5b0b08d20609" + "914c72e9-9a3f-4b44-bfb0-85570e994270" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg11279\",\r\n \"name\": \"datalakerg11279\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg18233\",\r\n \"name\": \"datalakerg18233\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -301,7 +307,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:56:14 GMT" + "Wed, 19 Oct 2016 20:16:13 GMT" ], "Pragma": [ "no-cache" @@ -310,16 +316,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" + "14990" ], "x-ms-request-id": [ - "5ffa2464-e420-42f2-95a8-b1b3ede99560" + "01a92184-412a-45b5-b7d6-af871dbfcfb4" ], "x-ms-correlation-request-id": [ - "5ffa2464-e420-42f2-95a8-b1b3ede99560" + "01a92184-412a-45b5-b7d6-af871dbfcfb4" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165614Z:5ffa2464-e420-42f2-95a8-b1b3ede99560" + "WESTUS2:20161019T201613Z:01a92184-412a-45b5-b7d6-af871dbfcfb4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -328,8 +334,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg11279?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMTI3OT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg18233?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxODIzMz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -340,16 +346,17 @@ "31" ], "x-ms-client-request-id": [ - "e3672d64-8faf-42b2-8be0-284e8b27f3d7" + "9116a856-37cc-4afa-9ac5-da096b66c062" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg11279\",\r\n \"name\": \"datalakerg11279\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg18233\",\r\n \"name\": \"datalakerg18233\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "184" @@ -364,22 +371,22 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:56:14 GMT" + "Wed, 19 Oct 2016 20:16:13 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1123" + "1194" ], "x-ms-request-id": [ - "4720a706-3342-492a-b3da-7965b8468b41" + "858f8c06-5169-42b3-9068-eb6c6e4d881c" ], "x-ms-correlation-request-id": [ - "4720a706-3342-492a-b3da-7965b8468b41" + "858f8c06-5169-42b3-9068-eb6c6e4d881c" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165614Z:4720a706-3342-492a-b3da-7965b8468b41" + "WESTUS2:20161019T201613Z:858f8c06-5169-42b3-9068-eb6c6e4d881c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -388,22 +395,23 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg11279/providers/Microsoft.DataLakeStore/accounts/testadlfs16408?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTY0MDg/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg18233/providers/Microsoft.DataLakeStore/accounts/testadlfs11209?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODIzMy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTEyMDk/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4786f4ac-281d-4d29-b295-7199a87af77e" + "50dbe542-815c-41d0-a77c-9db30b1f8bab" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs16408' under resource group 'datalakerg11279' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs11209' under resource group 'datalakerg18233' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "166" @@ -418,7 +426,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:56:16 GMT" + "Wed, 19 Oct 2016 20:16:12 GMT" ], "Pragma": [ "no-cache" @@ -427,13 +435,13 @@ "gateway" ], "x-ms-request-id": [ - "f1eac4b2-fb84-4776-965d-c88a6fde08b9" + "0c775f92-9fae-4fce-b73d-1792ae7f5b44" ], "x-ms-correlation-request-id": [ - "f1eac4b2-fb84-4776-965d-c88a6fde08b9" + "0c775f92-9fae-4fce-b73d-1792ae7f5b44" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165616Z:f1eac4b2-fb84-4776-965d-c88a6fde08b9" + "WESTUS2:20161019T201613Z:0c775f92-9fae-4fce-b73d-1792ae7f5b44" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -442,16 +450,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg11279/providers/Microsoft.DataLakeStore/accounts/testadlfs16408?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTY0MDg/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg18233/providers/Microsoft.DataLakeStore/accounts/testadlfs11209?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODIzMy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTEyMDk/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs16408.caboaccountdogfood.net\",\r\n \"accountId\": \"a99817c0-7099-4870-88bf-eefb5879877e\",\r\n \"creationTime\": \"2016-09-01T16:56:20.1910476Z\",\r\n \"lastModifiedTime\": \"2016-09-01T16:56:20.1910476Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg11279/providers/Microsoft.DataLakeStore/accounts/testadlfs16408\",\r\n \"name\": \"testadlfs16408\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs11209.azuredatalakestore.net\",\r\n \"accountId\": \"5368a722-b401-498a-a715-58875cbd8ef6\",\r\n \"creationTime\": \"2016-10-19T20:16:16.4435119Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:16:16.4435119Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg18233/providers/Microsoft.DataLakeStore/accounts/testadlfs11209\",\r\n \"name\": \"testadlfs11209\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -466,7 +475,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:56:49 GMT" + "Wed, 19 Oct 2016 20:16:46 GMT" ], "Pragma": [ "no-cache" @@ -478,7 +487,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "f144e348-f12e-4bca-88b7-2246975d1743" + "d2308460-14b7-4707-82d8-93334d55ede5" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -487,13 +499,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" + "14997" ], "x-ms-correlation-request-id": [ - "59b9874f-5bba-4e8e-85b0-0ce6cdb42e96" + "e352a514-f836-4f40-9682-3f4fb5d5c401" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165649Z:59b9874f-5bba-4e8e-85b0-0ce6cdb42e96" + "WESTUS2:20161019T201646Z:e352a514-f836-4f40-9682-3f4fb5d5c401" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -502,22 +514,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg11279/providers/Microsoft.DataLakeStore/accounts/testadlfs16408?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTY0MDg/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg18233/providers/Microsoft.DataLakeStore/accounts/testadlfs11209?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODIzMy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTEyMDk/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b00f978a-27fa-47a7-b6e1-5122c891deb7" + "05969037-6597-48af-9170-de53e4c13a7b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs16408.caboaccountdogfood.net\",\r\n \"accountId\": \"a99817c0-7099-4870-88bf-eefb5879877e\",\r\n \"creationTime\": \"2016-09-01T16:56:20.1910476Z\",\r\n \"lastModifiedTime\": \"2016-09-01T16:56:20.1910476Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg11279/providers/Microsoft.DataLakeStore/accounts/testadlfs16408\",\r\n \"name\": \"testadlfs16408\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs11209.azuredatalakestore.net\",\r\n \"accountId\": \"5368a722-b401-498a-a715-58875cbd8ef6\",\r\n \"creationTime\": \"2016-10-19T20:16:16.4435119Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:16:16.4435119Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg18233/providers/Microsoft.DataLakeStore/accounts/testadlfs11209\",\r\n \"name\": \"testadlfs11209\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -532,7 +545,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:56:49 GMT" + "Wed, 19 Oct 2016 20:16:46 GMT" ], "Pragma": [ "no-cache" @@ -544,7 +557,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "71d76246-e7f9-4af7-909e-df250ce38901" + "2b3f3b30-d263-46ec-8379-9917bbd894da" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -553,13 +569,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" + "14994" ], "x-ms-correlation-request-id": [ - "5d76de7f-02c2-4592-85e4-94e00994a16c" + "f93dfab2-2407-499b-b8e8-c7a5ee47d5be" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165649Z:5d76de7f-02c2-4592-85e4-94e00994a16c" + "WESTUS2:20161019T201647Z:f93dfab2-2407-499b-b8e8-c7a5ee47d5be" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -568,10 +584,10 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg11279/providers/Microsoft.DataLakeStore/accounts/testadlfs16408?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTY0MDg/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg18233/providers/Microsoft.DataLakeStore/accounts/testadlfs11209?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODIzMy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTEyMDk/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs16408\"\r\n}", + "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs11209\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -580,16 +596,17 @@ "60" ], "x-ms-client-request-id": [ - "b735d5e1-f395-4ba6-936c-f9c10dc17cc2" + "fc9a54d4-a8e0-42db-a188-fb80a8c0d12d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"a99817c0-7099-4870-88bf-eefb5879877e\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg11279/providers/Microsoft.DataLakeStore/accounts/testadlfs16408\",\r\n \"name\": \"testadlfs16408\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"5368a722-b401-498a-a715-58875cbd8ef6\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg18233/providers/Microsoft.DataLakeStore/accounts/testadlfs11209\",\r\n \"name\": \"testadlfs11209\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ "420" @@ -607,13 +624,13 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:56:17 GMT" + "Wed, 19 Oct 2016 20:16:14 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg11279/providers/Microsoft.DataLakeStore/accounts/testadlfs16408/operationresults/0?api-version=2015-10-01-preview" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg18233/providers/Microsoft.DataLakeStore/accounts/testadlfs11209/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -622,10 +639,13 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/a99817c0-7099-4870-88bf-eefb5879877e0?api-version=2015-10-01-preview&expanded=true" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/5368a722-b401-498a-a715-58875cbd8ef60?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "47db32a4-eded-4e37-85da-380ec35729fd" + "cb3c9595-2c56-4dd1-9fb5-36c29ada6c83" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -634,13 +654,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1108" + "1194" ], "x-ms-correlation-request-id": [ - "025beb7f-ee54-4357-a3f6-855ef489c55f" + "43f53eec-8f29-46e8-b252-db9b9854674f" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165618Z:025beb7f-ee54-4357-a3f6-855ef489c55f" + "WESTUS2:20161019T201615Z:43f53eec-8f29-46e8-b252-db9b9854674f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -649,13 +669,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/a99817c0-7099-4870-88bf-eefb5879877e0?api-version=2015-10-01-preview&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzL2E5OTgxN2MwLTcwOTktNDg3MC04OGJmLWVlZmI1ODc5ODc3ZTA/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3JmV4cGFuZGVkPXRydWU=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/5368a722-b401-498a-a715-58875cbd8ef60?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzUzNjhhNzIyLWI0MDEtNDk4YS1hNzE1LTU4ODc1Y2JkOGVmNjA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -673,7 +694,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:56:48 GMT" + "Wed, 19 Oct 2016 20:16:45 GMT" ], "Pragma": [ "no-cache" @@ -685,7 +706,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "33b9c05c-3571-4878-93e3-0df6c930fea7" + "8345dc23-3d8b-4de7-9c54-becbe0693a40" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -694,13 +718,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" + "14995" ], "x-ms-correlation-request-id": [ - "7a073738-a8b7-4200-a350-7e7497853c0b" + "bc745278-349c-422b-ac44-8943f78fae0f" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165649Z:7a073738-a8b7-4200-a350-7e7497853c0b" + "WESTUS2:20161019T201646Z:bc745278-349c-422b-ac44-8943f78fae0f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -709,25 +733,26 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt5215?op=CREATE&write=true&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ1MjE1P29wPUNSRUFURSZ3cml0ZT10cnVlJmFwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt6532?op=CREATE&write=true&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ2NTMyP29wPUNSRUFURSZ3cml0ZT10cnVlJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "Content-Type": [ "application/octet-stream" ], - "x-ms-client-request-id": [ - "171ebc0e-5712-4c3d-b0b4-8b9d8ebb568c" + "Content-Length": [ + "0" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-client-request-id": [ + "f011f6f5-7011-450d-af16-c65f1724bdce" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "", @@ -739,26 +764,23 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:56:51 GMT" + "Wed, 19 Oct 2016 20:16:47 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://testadlfs16408.caboaccountdogfood.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt5215?op=CREATE&write=true&api-version=2015-10-01-preview" + "https://testadlfs11209.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt6532?op=CREATE&write=true&api-version=2016-11-01" ], "x-ms-request-id": [ - "9f8fb575-78f7-4892-b3a5-c95b8980d265" + "f013c8d5-06ed-43ec-b34c-5d3e47045d5f" ], "ContentLength": [ "0" ], - "Server-Perf": [ - "[9f8fb575-78f7-4892-b3a5-c95b8980d265][ AuthTime::1414.8119001591::PostAuthTime::336.595213248251 ][S-HdfsGetFileStatusV2 :: 00:00:158 ms]%0a[S-FsOpenStream :: 00:00:185 ms]%0a[BufferingTime :: 00:00:001 ms]%0a[WriteTime :: 00:00:000 ms]%0a[S-FsAppendStream :: 00:00:032 ms]%0a[S-FsCloseHandle :: 00:00:001 ms]%0a[CREATE :: 00:00:395 ms]%0a" - ], "x-ms-webhdfs-version": [ "16.07.18.01" ], @@ -775,22 +797,23 @@ "StatusCode": 201 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt5215?op=MSGETFILESTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ1MjE1P29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt6532?op=MSGETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ2NTMyP29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d571bbbc-5393-409a-8c33-70a38c857081" + "b526d8f2-8d88-4600-a5fb-edf1b5f50a1e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1472749011721,\r\n \"modificationTime\": 1472749011721,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"group\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"expirationTime\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1476908208267,\r\n \"modificationTime\": 1476908208267,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"group\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"expirationTime\": 0\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "287" @@ -802,19 +825,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:56:51 GMT" + "Wed, 19 Oct 2016 20:16:48 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "f92b974d-6a90-49a5-80fa-b6078e1fe406" - ], - "Server-Perf": [ - "[f92b974d-6a90-49a5-80fa-b6078e1fe406][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetFileStatusV2 :: 00:00:090 ms]%0a[MSGETFILESTATUS :: 00:00:090 ms]%0a" + "70268644-e79f-4c29-8f71-8fef85c3e790" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -834,15 +854,15 @@ ], "Names": { ".ctor": [ - "datalakerg11279", - "testdatalake16535", - "testadlfs16408" + "datalakerg18233", + "testdatalake13209", + "testadlfs11209" ], "CreateFile": [ - "SDKTestFolder01/SDKTestFile01.txt5215" + "SDKTestFolder01/SDKTestFile01.txt6532" ] }, "Variables": { - "SubscriptionId": "90585f39-ab85-4921-bb37-0468f7efd1dd" + "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" } } \ No newline at end of file diff --git a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemFileAlreadyExists.json b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemFileAlreadyExists.json index 94d9f3ef9f60d..e29ea0d4d6025 100644 --- a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemFileAlreadyExists.json +++ b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemFileAlreadyExists.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "da6f72a2-f29f-4adf-816d-7367d45c3422" + "aa235fbe-80f7-4581-b20e-5027ba77980d" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:53:57 GMT" + "Wed, 19 Oct 2016 20:14:10 GMT" ], "Pragma": [ "no-cache" @@ -37,16 +38,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1140" + "1199" ], "x-ms-request-id": [ - "423d43ee-2a2a-44fb-be82-0b98c5a39319" + "710530d9-d921-4f80-8b44-3bcd12802d83" ], "x-ms-correlation-request-id": [ - "423d43ee-2a2a-44fb-be82-0b98c5a39319" + "710530d9-d921-4f80-8b44-3bcd12802d83" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165357Z:423d43ee-2a2a-44fb-be82-0b98c5a39319" + "WESTUS2:20161019T201411Z:710530d9-d921-4f80-8b44-3bcd12802d83" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -55,22 +56,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "56478aad-1f7b-4f72-8cd8-cd06a22bce24" + "d9db7c82-be20-4d7a-a35d-657ba439eb6f" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -82,7 +84,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:53:57 GMT" + "Wed, 19 Oct 2016 20:14:11 GMT" ], "Pragma": [ "no-cache" @@ -91,16 +93,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14873" + "14998" ], "x-ms-request-id": [ - "5cf5a3d2-3d06-46ef-bfe8-fa74ae311665" + "e98e540c-ba0a-430b-bd80-1dd4b2858f8a" ], "x-ms-correlation-request-id": [ - "5cf5a3d2-3d06-46ef-bfe8-fa74ae311665" + "e98e540c-ba0a-430b-bd80-1dd4b2858f8a" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165357Z:5cf5a3d2-3d06-46ef-bfe8-fa74ae311665" + "WESTUS2:20161019T201411Z:e98e540c-ba0a-430b-bd80-1dd4b2858f8a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -109,22 +111,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "52a19f1b-3832-4b22-8472-c533634c0747" + "3ee9dee4-e0b7-44ee-b58a-06089b9e21fa" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -136,7 +139,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:53:57 GMT" + "Wed, 19 Oct 2016 20:14:11 GMT" ], "Pragma": [ "no-cache" @@ -145,16 +148,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1139" + "1198" ], "x-ms-request-id": [ - "e0b98be7-6084-4028-aafa-ba481b123050" + "9aad8c14-3b15-45b1-bddc-4dbe9db2b2c3" ], "x-ms-correlation-request-id": [ - "e0b98be7-6084-4028-aafa-ba481b123050" + "9aad8c14-3b15-45b1-bddc-4dbe9db2b2c3" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165357Z:e0b98be7-6084-4028-aafa-ba481b123050" + "WESTUS2:20161019T201412Z:9aad8c14-3b15-45b1-bddc-4dbe9db2b2c3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -163,22 +166,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fd60b12b-a39e-42f2-b2a8-7e60eea1f4f5" + "f31a8c64-606a-47e9-9eb5-63140d26eead" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -190,7 +194,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:53:57 GMT" + "Wed, 19 Oct 2016 20:14:11 GMT" ], "Pragma": [ "no-cache" @@ -199,16 +203,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14872" + "14997" ], "x-ms-request-id": [ - "5d7c979d-daf8-4482-b2d5-eaa966c5dbd4" + "baf40b34-5e42-4afd-9830-ac7d9de3066f" ], "x-ms-correlation-request-id": [ - "5d7c979d-daf8-4482-b2d5-eaa966c5dbd4" + "baf40b34-5e42-4afd-9830-ac7d9de3066f" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165357Z:5d7c979d-daf8-4482-b2d5-eaa966c5dbd4" + "WESTUS2:20161019T201412Z:baf40b34-5e42-4afd-9830-ac7d9de3066f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -217,22 +221,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg14981?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNDk4MT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg13301?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMzMwMT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fd05a330-8dc6-40d8-bd25-e7486f33e9f7" + "722a216c-2cdf-4bd6-9907-55007131285c" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg14981' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg13301' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "107" @@ -247,7 +252,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:53:57 GMT" + "Wed, 19 Oct 2016 20:14:11 GMT" ], "Pragma": [ "no-cache" @@ -256,16 +261,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14871" + "14996" ], "x-ms-request-id": [ - "2f507478-ac1b-406b-8e05-b4beb48f371c" + "3e50bfce-0112-41ce-8e6d-0f0502f317bb" ], "x-ms-correlation-request-id": [ - "2f507478-ac1b-406b-8e05-b4beb48f371c" + "3e50bfce-0112-41ce-8e6d-0f0502f317bb" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165357Z:2f507478-ac1b-406b-8e05-b4beb48f371c" + "WESTUS2:20161019T201412Z:3e50bfce-0112-41ce-8e6d-0f0502f317bb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -274,22 +279,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg14981?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNDk4MT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg13301?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMzMwMT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c2d39103-cc88-4db8-a708-3d85c934c2ac" + "0bd22073-0997-4605-9daf-97fd2b99dc01" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg14981\",\r\n \"name\": \"datalakerg14981\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13301\",\r\n \"name\": \"datalakerg13301\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -301,7 +307,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:53:57 GMT" + "Wed, 19 Oct 2016 20:14:12 GMT" ], "Pragma": [ "no-cache" @@ -310,16 +316,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14870" + "14995" ], "x-ms-request-id": [ - "a669a1dd-e63f-48b4-9469-b1179d686050" + "8a064b4a-8326-47c6-8c2e-79279352b8c4" ], "x-ms-correlation-request-id": [ - "a669a1dd-e63f-48b4-9469-b1179d686050" + "8a064b4a-8326-47c6-8c2e-79279352b8c4" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165358Z:a669a1dd-e63f-48b4-9469-b1179d686050" + "WESTUS2:20161019T201413Z:8a064b4a-8326-47c6-8c2e-79279352b8c4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -328,8 +334,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg14981?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNDk4MT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg13301?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMzMwMT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -340,16 +346,17 @@ "31" ], "x-ms-client-request-id": [ - "7b5752f0-abe1-46ba-a715-70b95e31184c" + "886aada6-a2fc-49fe-8a66-e0243131acb3" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg14981\",\r\n \"name\": \"datalakerg14981\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13301\",\r\n \"name\": \"datalakerg13301\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "184" @@ -364,22 +371,22 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:53:57 GMT" + "Wed, 19 Oct 2016 20:14:12 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1138" + "1197" ], "x-ms-request-id": [ - "9e3663c0-1a62-497e-a1ed-2da8703b539d" + "3a4bf398-8b32-4ed3-8590-cc6fc578ec17" ], "x-ms-correlation-request-id": [ - "9e3663c0-1a62-497e-a1ed-2da8703b539d" + "3a4bf398-8b32-4ed3-8590-cc6fc578ec17" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165357Z:9e3663c0-1a62-497e-a1ed-2da8703b539d" + "WESTUS2:20161019T201413Z:3a4bf398-8b32-4ed3-8590-cc6fc578ec17" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -388,22 +395,23 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg14981/providers/Microsoft.DataLakeStore/accounts/testadlfs18969?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDk4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTg5Njk/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13301/providers/Microsoft.DataLakeStore/accounts/testadlfs14278?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzMwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTQyNzg/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "698462ae-4c48-4e76-9e2f-781533d593c2" + "454deb82-c6df-4294-aae7-ec2d7413aa9b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs18969' under resource group 'datalakerg14981' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs14278' under resource group 'datalakerg13301' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "166" @@ -418,7 +426,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:53:58 GMT" + "Wed, 19 Oct 2016 20:14:13 GMT" ], "Pragma": [ "no-cache" @@ -427,13 +435,13 @@ "gateway" ], "x-ms-request-id": [ - "bf3cc7c3-908d-486e-b391-07779ccb9c82" + "04da8f91-a440-4b6b-8fbc-001160470ff7" ], "x-ms-correlation-request-id": [ - "bf3cc7c3-908d-486e-b391-07779ccb9c82" + "04da8f91-a440-4b6b-8fbc-001160470ff7" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165358Z:bf3cc7c3-908d-486e-b391-07779ccb9c82" + "WESTUS2:20161019T201413Z:04da8f91-a440-4b6b-8fbc-001160470ff7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -442,16 +450,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg14981/providers/Microsoft.DataLakeStore/accounts/testadlfs18969?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDk4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTg5Njk/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13301/providers/Microsoft.DataLakeStore/accounts/testadlfs14278?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzMwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTQyNzg/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs18969.caboaccountdogfood.net\",\r\n \"accountId\": \"0113f125-b017-45f9-a467-5283f2099038\",\r\n \"creationTime\": \"2016-09-01T16:54:00.8466267Z\",\r\n \"lastModifiedTime\": \"2016-09-01T16:54:00.8466267Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg14981/providers/Microsoft.DataLakeStore/accounts/testadlfs18969\",\r\n \"name\": \"testadlfs18969\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs14278.azuredatalakestore.net\",\r\n \"accountId\": \"3bd12237-e07b-46e4-b546-2f5e5ed3c42c\",\r\n \"creationTime\": \"2016-10-19T20:14:16.3360944Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:14:16.3360944Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13301/providers/Microsoft.DataLakeStore/accounts/testadlfs14278\",\r\n \"name\": \"testadlfs14278\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -466,7 +475,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:54:29 GMT" + "Wed, 19 Oct 2016 20:14:46 GMT" ], "Pragma": [ "no-cache" @@ -478,7 +487,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "98813a36-d228-44ac-8f45-e409edee1d62" + "0037692d-84e6-4dfc-9ac3-9ba45e5cdd80" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -487,13 +499,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14867" + "14998" ], "x-ms-correlation-request-id": [ - "462fb643-0e1f-4119-8d8f-9534776f3a20" + "2d7ffb19-bff4-42b3-adfd-fba7975510e6" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165429Z:462fb643-0e1f-4119-8d8f-9534776f3a20" + "WESTUS2:20161019T201446Z:2d7ffb19-bff4-42b3-adfd-fba7975510e6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -502,22 +514,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg14981/providers/Microsoft.DataLakeStore/accounts/testadlfs18969?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDk4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTg5Njk/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13301/providers/Microsoft.DataLakeStore/accounts/testadlfs14278?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzMwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTQyNzg/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d7956cec-bd35-48b8-b7e3-77c6f5c5bc95" + "0fc1963b-3cd8-4371-89a4-9964784e8b9f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs18969.caboaccountdogfood.net\",\r\n \"accountId\": \"0113f125-b017-45f9-a467-5283f2099038\",\r\n \"creationTime\": \"2016-09-01T16:54:00.8466267Z\",\r\n \"lastModifiedTime\": \"2016-09-01T16:54:00.8466267Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg14981/providers/Microsoft.DataLakeStore/accounts/testadlfs18969\",\r\n \"name\": \"testadlfs18969\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs14278.azuredatalakestore.net\",\r\n \"accountId\": \"3bd12237-e07b-46e4-b546-2f5e5ed3c42c\",\r\n \"creationTime\": \"2016-10-19T20:14:16.3360944Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:14:16.3360944Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13301/providers/Microsoft.DataLakeStore/accounts/testadlfs14278\",\r\n \"name\": \"testadlfs14278\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -532,7 +545,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:54:29 GMT" + "Wed, 19 Oct 2016 20:14:46 GMT" ], "Pragma": [ "no-cache" @@ -544,7 +557,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "29a660dd-7b40-467d-bb6b-6e838ba04acd" + "ed5dc0d7-8c72-4b54-86ff-990a72d486fb" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -553,13 +569,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" + "14994" ], "x-ms-correlation-request-id": [ - "8b552c63-e14b-4671-a9b3-82adf99a869f" + "bd23fccc-74d9-4c1a-a2a7-66e6a90d3fe0" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165429Z:8b552c63-e14b-4671-a9b3-82adf99a869f" + "WESTUS2:20161019T201446Z:bd23fccc-74d9-4c1a-a2a7-66e6a90d3fe0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -568,10 +584,10 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg14981/providers/Microsoft.DataLakeStore/accounts/testadlfs18969?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDk4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTg5Njk/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13301/providers/Microsoft.DataLakeStore/accounts/testadlfs14278?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzMwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTQyNzg/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs18969\"\r\n}", + "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs14278\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -580,16 +596,17 @@ "60" ], "x-ms-client-request-id": [ - "1cc50545-196f-465a-b9a5-c83d02af857d" + "97f40d07-e665-4d1b-a75d-7bd32d5f40a3" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"0113f125-b017-45f9-a467-5283f2099038\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg14981/providers/Microsoft.DataLakeStore/accounts/testadlfs18969\",\r\n \"name\": \"testadlfs18969\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"3bd12237-e07b-46e4-b546-2f5e5ed3c42c\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13301/providers/Microsoft.DataLakeStore/accounts/testadlfs14278\",\r\n \"name\": \"testadlfs14278\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ "420" @@ -607,13 +624,13 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:53:58 GMT" + "Wed, 19 Oct 2016 20:14:15 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg14981/providers/Microsoft.DataLakeStore/accounts/testadlfs18969/operationresults/0?api-version=2015-10-01-preview" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg13301/providers/Microsoft.DataLakeStore/accounts/testadlfs14278/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -622,10 +639,13 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/0113f125-b017-45f9-a467-5283f20990380?api-version=2015-10-01-preview&expanded=true" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/3bd12237-e07b-46e4-b546-2f5e5ed3c42c0?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "02fed245-2e2b-4c70-9d8c-b6dd3b20cd55" + "fd8d0909-fb80-4310-9020-95487b2f0259" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -634,13 +654,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1121" + "1195" ], "x-ms-correlation-request-id": [ - "9ff8cf2b-72f1-4fec-aee4-4ac6884ee571" + "1032555d-d642-4a79-bf8b-f5253b486694" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165358Z:9ff8cf2b-72f1-4fec-aee4-4ac6884ee571" + "WESTUS2:20161019T201415Z:1032555d-d642-4a79-bf8b-f5253b486694" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -649,13 +669,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/0113f125-b017-45f9-a467-5283f20990380?api-version=2015-10-01-preview&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzAxMTNmMTI1LWIwMTctNDVmOS1hNDY3LTUyODNmMjA5OTAzODA/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3JmV4cGFuZGVkPXRydWU=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/3bd12237-e07b-46e4-b546-2f5e5ed3c42c0?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzNiZDEyMjM3LWUwN2ItNDZlNC1iNTQ2LTJmNWU1ZWQzYzQyYzA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -673,7 +694,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:54:28 GMT" + "Wed, 19 Oct 2016 20:14:45 GMT" ], "Pragma": [ "no-cache" @@ -685,7 +706,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "7b379064-a165-4c2b-bc89-ce3bb6ec68bf" + "651a3c62-ca42-4cba-b34a-5dfb72638929" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -694,13 +718,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" + "14997" ], "x-ms-correlation-request-id": [ - "d729cb6c-9658-43be-b7b3-d5907030a912" + "b8be2041-86fe-47e7-b010-2de3c6def89a" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165428Z:d729cb6c-9658-43be-b7b3-d5907030a912" + "WESTUS2:20161019T201445Z:b8be2041-86fe-47e7-b010-2de3c6def89a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -709,25 +733,26 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt9056?op=CREATE&write=true&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ5MDU2P29wPUNSRUFURSZ3cml0ZT10cnVlJmFwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt7454?op=CREATE&write=true&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3NDU0P29wPUNSRUFURSZ3cml0ZT10cnVlJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "Content-Type": [ "application/octet-stream" ], - "x-ms-client-request-id": [ - "8a35a4be-44b3-4ad3-b82d-2a7117dfcb63" + "Content-Length": [ + "0" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-client-request-id": [ + "679bce2f-b327-42cd-8140-899a812c7644" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "", @@ -739,26 +764,23 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:54:31 GMT" + "Wed, 19 Oct 2016 20:14:47 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://testadlfs18969.caboaccountdogfood.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt9056?op=CREATE&write=true&api-version=2015-10-01-preview" + "https://testadlfs14278.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt7454?op=CREATE&write=true&api-version=2016-11-01" ], "x-ms-request-id": [ - "98a28682-f004-4a8e-8003-aee2dd6b20c1" + "4bea4f10-436c-4af2-a69f-c0cf233d675e" ], "ContentLength": [ "0" ], - "Server-Perf": [ - "[98a28682-f004-4a8e-8003-aee2dd6b20c1][ AuthTime::1280.94749911574::PostAuthTime::376.371886217646 ][S-HdfsGetFileStatusV2 :: 00:00:149 ms]%0a[S-FsOpenStream :: 00:00:154 ms]%0a[BufferingTime :: 00:00:001 ms]%0a[WriteTime :: 00:00:000 ms]%0a[S-FsAppendStream :: 00:00:015 ms]%0a[S-FsCloseHandle :: 00:00:001 ms]%0a[CREATE :: 00:00:324 ms]%0a" - ], "x-ms-webhdfs-version": [ "16.07.18.01" ], @@ -775,28 +797,29 @@ "StatusCode": 201 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt9056?op=CREATE&write=true&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ5MDU2P29wPUNSRUFURSZ3cml0ZT10cnVlJmFwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt7454?op=CREATE&write=true&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3NDU0P29wPUNSRUFURSZ3cml0ZT10cnVlJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "Content-Type": [ "application/octet-stream" ], - "x-ms-client-request-id": [ - "738413de-2103-49ac-aa9d-62d7a4958c4a" + "Content-Length": [ + "0" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-client-request-id": [ + "88a923b7-4e26-42e8-86ce-20799716a548" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileAlreadyExistsException\",\r\n \"message\": \"[85f80f7c-d774-4a40-8d28-6ad05bf806e7]][Op=CREATE][[d__28::MoveNext::0x83090009]] Path /SDKTestFolder01/SDKTestFile01.txt9056 already exists\",\r\n \"javaClassName\": \"org.apache.hadoop.fs.FileAlreadyExistsException\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileAlreadyExistsException\",\r\n \"message\": \"[88d77a4a-ddbb-4c7d-9390-713acbfece59]][Op=CREATE][[d__28::MoveNext::0x83090009]] Path /SDKTestFolder01/SDKTestFile01.txt7454 already exists\",\r\n \"javaClassName\": \"org.apache.hadoop.fs.FileAlreadyExistsException\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "293" @@ -808,19 +831,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:54:32 GMT" + "Wed, 19 Oct 2016 20:14:47 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "85f80f7c-d774-4a40-8d28-6ad05bf806e7" - ], - "Server-Perf": [ - "[85f80f7c-d774-4a40-8d28-6ad05bf806e7][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetFileStatusV2 :: 00:00:020 ms]%0a[S-FsOpenStream :: 00:00:016 ms]%0a[CREATE :: 00:00:038 ms]%0a" + "88d77a4a-ddbb-4c7d-9390-713acbfece59" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -838,22 +858,23 @@ "StatusCode": 403 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt9056?op=MSGETFILESTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ5MDU2P29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt7454?op=MSGETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3NDU0P29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "78150d60-a11c-40b0-bc62-2411fd86c035" + "10e1a453-6111-4528-9781-06f4d8415551" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1472748871447,\r\n \"modificationTime\": 1472748871447,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"group\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"expirationTime\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1476908087755,\r\n \"modificationTime\": 1476908087755,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"group\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"expirationTime\": 0\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "287" @@ -865,19 +886,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:54:32 GMT" + "Wed, 19 Oct 2016 20:14:47 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "b0b52f65-1464-4961-a7d7-b7baeb6bde8c" - ], - "Server-Perf": [ - "[b0b52f65-1464-4961-a7d7-b7baeb6bde8c][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetFileStatusV2 :: 00:00:085 ms]%0a[MSGETFILESTATUS :: 00:00:085 ms]%0a" + "cb4f2ff3-3dd0-4e8d-a2be-5cae9b95f693" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -897,15 +915,15 @@ ], "Names": { ".ctor": [ - "datalakerg14981", - "testdatalake15598", - "testadlfs18969" + "datalakerg13301", + "testdatalake1874", + "testadlfs14278" ], "CreateFile": [ - "SDKTestFolder01/SDKTestFile01.txt9056" + "SDKTestFolder01/SDKTestFile01.txt7454" ] }, "Variables": { - "SubscriptionId": "90585f39-ab85-4921-bb37-0468f7efd1dd" + "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" } } \ No newline at end of file diff --git a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemFileCreateWithContents.json b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemFileCreateWithContents.json index 86009cafcd967..678176842ba3f 100644 --- a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemFileCreateWithContents.json +++ b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemFileCreateWithContents.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "788aff9d-0afc-4f5c-93ee-47b56b7b4e73" + "d5104828-1252-4859-b4c6-0e05cae212e0" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:57:30 GMT" + "Wed, 19 Oct 2016 20:17:31 GMT" ], "Pragma": [ "no-cache" @@ -37,16 +38,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1112" + "1199" ], "x-ms-request-id": [ - "0b328b61-3e02-4ba3-a2cf-d54695d4b2bf" + "22db5bcf-d765-4268-8f6b-88dde230137a" ], "x-ms-correlation-request-id": [ - "0b328b61-3e02-4ba3-a2cf-d54695d4b2bf" + "22db5bcf-d765-4268-8f6b-88dde230137a" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165731Z:0b328b61-3e02-4ba3-a2cf-d54695d4b2bf" + "CENTRALUS:20161019T201731Z:22db5bcf-d765-4268-8f6b-88dde230137a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -55,22 +56,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "28b975c8-e7a8-4b57-8aee-f30ca7ff2c35" + "94245675-804a-4b5f-ac7c-84136f19ffaa" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -82,7 +84,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:57:30 GMT" + "Wed, 19 Oct 2016 20:17:31 GMT" ], "Pragma": [ "no-cache" @@ -91,16 +93,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" + "14999" ], "x-ms-request-id": [ - "7cfde315-b46d-4b1c-85a4-1995984a70ca" + "73e83440-fa18-4773-b441-99a6a8e03ae4" ], "x-ms-correlation-request-id": [ - "7cfde315-b46d-4b1c-85a4-1995984a70ca" + "73e83440-fa18-4773-b441-99a6a8e03ae4" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165731Z:7cfde315-b46d-4b1c-85a4-1995984a70ca" + "CENTRALUS:20161019T201731Z:73e83440-fa18-4773-b441-99a6a8e03ae4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -109,22 +111,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "baa470fa-fd7e-44e1-a916-8dc043c21c57" + "43e24310-e62e-413e-9b3c-2645747c6856" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -136,7 +139,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:57:31 GMT" + "Wed, 19 Oct 2016 20:17:31 GMT" ], "Pragma": [ "no-cache" @@ -145,16 +148,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1111" + "1198" ], "x-ms-request-id": [ - "7ba26c74-d692-4bfc-8646-8801b2a999e0" + "5a38da68-0fe6-43bd-a8e9-3062de9d5bab" ], "x-ms-correlation-request-id": [ - "7ba26c74-d692-4bfc-8646-8801b2a999e0" + "5a38da68-0fe6-43bd-a8e9-3062de9d5bab" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165731Z:7ba26c74-d692-4bfc-8646-8801b2a999e0" + "CENTRALUS:20161019T201731Z:5a38da68-0fe6-43bd-a8e9-3062de9d5bab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -163,22 +166,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f2cbf403-1335-4863-b5e7-fe88dc7c92d8" + "63a5fe2c-deca-4ec5-b557-e74082017c22" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -190,7 +194,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:57:31 GMT" + "Wed, 19 Oct 2016 20:17:31 GMT" ], "Pragma": [ "no-cache" @@ -199,16 +203,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" + "14998" ], "x-ms-request-id": [ - "a3422f75-e1a6-487f-84bb-fda7d5b213d7" + "16bf4a35-5c57-41fb-ad56-11d29bbfab32" ], "x-ms-correlation-request-id": [ - "a3422f75-e1a6-487f-84bb-fda7d5b213d7" + "16bf4a35-5c57-41fb-ad56-11d29bbfab32" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165731Z:a3422f75-e1a6-487f-84bb-fda7d5b213d7" + "CENTRALUS:20161019T201731Z:16bf4a35-5c57-41fb-ad56-11d29bbfab32" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -217,22 +221,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg19168?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxOTE2OD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg14382?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNDM4Mj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "89226452-40d2-42c1-be67-e0547aa5aa3c" + "2b710add-38a5-471e-9163-8ee9b61e5b70" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg19168' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg14382' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "107" @@ -247,7 +252,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:57:31 GMT" + "Wed, 19 Oct 2016 20:17:31 GMT" ], "Pragma": [ "no-cache" @@ -256,16 +261,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" + "14997" ], "x-ms-request-id": [ - "75b92bc7-6ae9-4d2d-a42c-c70f91cd26a4" + "fefed53f-416f-43e4-bac2-9e8008d1cb87" ], "x-ms-correlation-request-id": [ - "75b92bc7-6ae9-4d2d-a42c-c70f91cd26a4" + "fefed53f-416f-43e4-bac2-9e8008d1cb87" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165731Z:75b92bc7-6ae9-4d2d-a42c-c70f91cd26a4" + "CENTRALUS:20161019T201731Z:fefed53f-416f-43e4-bac2-9e8008d1cb87" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -274,22 +279,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg19168?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxOTE2OD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg14382?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNDM4Mj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fc62f4a5-1f1a-4194-a615-7535fd91fa8f" + "a8d5bc4f-4f53-4036-a4a8-a88166eb6feb" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg19168\",\r\n \"name\": \"datalakerg19168\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14382\",\r\n \"name\": \"datalakerg14382\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -301,7 +307,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:57:31 GMT" + "Wed, 19 Oct 2016 20:17:32 GMT" ], "Pragma": [ "no-cache" @@ -310,16 +316,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" + "14996" ], "x-ms-request-id": [ - "7d830e53-66e3-4474-999e-e09474b56de5" + "e5bb65a1-ca87-492f-8a49-5a5b75b15520" ], "x-ms-correlation-request-id": [ - "7d830e53-66e3-4474-999e-e09474b56de5" + "e5bb65a1-ca87-492f-8a49-5a5b75b15520" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165731Z:7d830e53-66e3-4474-999e-e09474b56de5" + "CENTRALUS:20161019T201732Z:e5bb65a1-ca87-492f-8a49-5a5b75b15520" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -328,8 +334,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg19168?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxOTE2OD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg14382?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNDM4Mj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -340,16 +346,17 @@ "31" ], "x-ms-client-request-id": [ - "3c589a12-544c-4381-bdd2-f31eb906bc19" + "aac332e5-1490-4d67-80e5-6be808356440" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg19168\",\r\n \"name\": \"datalakerg19168\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14382\",\r\n \"name\": \"datalakerg14382\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "184" @@ -364,22 +371,22 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:57:31 GMT" + "Wed, 19 Oct 2016 20:17:32 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1110" + "1197" ], "x-ms-request-id": [ - "4d4ec04f-2716-4d70-a200-6b8585c0dcb4" + "24b14156-ead7-4f16-bd7c-921082d95dff" ], "x-ms-correlation-request-id": [ - "4d4ec04f-2716-4d70-a200-6b8585c0dcb4" + "24b14156-ead7-4f16-bd7c-921082d95dff" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165731Z:4d4ec04f-2716-4d70-a200-6b8585c0dcb4" + "CENTRALUS:20161019T201732Z:24b14156-ead7-4f16-bd7c-921082d95dff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -388,22 +395,23 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg19168/providers/Microsoft.DataLakeStore/accounts/testadlfs11745?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxOTE2OC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTE3NDU/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14382/providers/Microsoft.DataLakeStore/accounts/testadlfs11851?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDM4Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTE4NTE/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "52e9c2c9-0ccf-427c-8ae1-88bc6261b28e" + "a8bfc8ab-1e84-48d1-96d5-0c7341b5d810" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs11745' under resource group 'datalakerg19168' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs11851' under resource group 'datalakerg14382' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "166" @@ -418,7 +426,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:57:32 GMT" + "Wed, 19 Oct 2016 20:17:32 GMT" ], "Pragma": [ "no-cache" @@ -427,13 +435,13 @@ "gateway" ], "x-ms-request-id": [ - "c298eca3-fe73-4ef3-a56f-71bef520cb6f" + "29be3130-b346-48dc-8534-a2e0aa88fd4a" ], "x-ms-correlation-request-id": [ - "c298eca3-fe73-4ef3-a56f-71bef520cb6f" + "29be3130-b346-48dc-8534-a2e0aa88fd4a" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165732Z:c298eca3-fe73-4ef3-a56f-71bef520cb6f" + "CENTRALUS:20161019T201733Z:29be3130-b346-48dc-8534-a2e0aa88fd4a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -442,16 +450,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg19168/providers/Microsoft.DataLakeStore/accounts/testadlfs11745?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxOTE2OC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTE3NDU/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14382/providers/Microsoft.DataLakeStore/accounts/testadlfs11851?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDM4Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTE4NTE/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs11745.caboaccountdogfood.net\",\r\n \"accountId\": \"59d2a38f-90b6-4c92-bf30-c488a29a0143\",\r\n \"creationTime\": \"2016-09-01T16:57:35.2426515Z\",\r\n \"lastModifiedTime\": \"2016-09-01T16:57:35.2426515Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg19168/providers/Microsoft.DataLakeStore/accounts/testadlfs11745\",\r\n \"name\": \"testadlfs11745\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs11851.azuredatalakestore.net\",\r\n \"accountId\": \"9e4775e4-8c8a-4501-9d03-cedef17223d8\",\r\n \"creationTime\": \"2016-10-19T20:17:35.6736926Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:17:35.6736926Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14382/providers/Microsoft.DataLakeStore/accounts/testadlfs11851\",\r\n \"name\": \"testadlfs11851\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -466,7 +475,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:58:02 GMT" + "Wed, 19 Oct 2016 20:18:05 GMT" ], "Pragma": [ "no-cache" @@ -478,7 +487,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c0df43d4-ba9e-42dd-bf0f-6eaf72451247" + "1ba245b8-8bbb-4abc-85d4-c534d7796ccf" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -487,13 +499,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" + "14994" ], "x-ms-correlation-request-id": [ - "fa62b874-2a5b-4da0-b694-3c80614869e1" + "1456de1b-626b-4039-8192-4b8d69f2f1b1" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165803Z:fa62b874-2a5b-4da0-b694-3c80614869e1" + "CENTRALUS:20161019T201805Z:1456de1b-626b-4039-8192-4b8d69f2f1b1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -502,22 +514,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg19168/providers/Microsoft.DataLakeStore/accounts/testadlfs11745?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxOTE2OC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTE3NDU/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14382/providers/Microsoft.DataLakeStore/accounts/testadlfs11851?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDM4Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTE4NTE/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "19cf2b78-f344-4255-94f4-815141e7dd60" + "599645c1-b0f1-45b5-a842-3a5cc234a088" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs11745.caboaccountdogfood.net\",\r\n \"accountId\": \"59d2a38f-90b6-4c92-bf30-c488a29a0143\",\r\n \"creationTime\": \"2016-09-01T16:57:35.2426515Z\",\r\n \"lastModifiedTime\": \"2016-09-01T16:57:35.2426515Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg19168/providers/Microsoft.DataLakeStore/accounts/testadlfs11745\",\r\n \"name\": \"testadlfs11745\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs11851.azuredatalakestore.net\",\r\n \"accountId\": \"9e4775e4-8c8a-4501-9d03-cedef17223d8\",\r\n \"creationTime\": \"2016-10-19T20:17:35.6736926Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:17:35.6736926Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14382/providers/Microsoft.DataLakeStore/accounts/testadlfs11851\",\r\n \"name\": \"testadlfs11851\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -532,7 +545,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:58:03 GMT" + "Wed, 19 Oct 2016 20:18:05 GMT" ], "Pragma": [ "no-cache" @@ -544,7 +557,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "98def5a2-eea0-4e2f-a576-050d7569481d" + "738f5f69-c3ad-4167-83c2-4fda5364de94" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -553,13 +569,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14868" + "14999" ], "x-ms-correlation-request-id": [ - "d60e9a5d-aff4-45e2-8e8c-11a2479b3119" + "87f491cc-6c40-46d7-bd63-386ad5cc325e" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165804Z:d60e9a5d-aff4-45e2-8e8c-11a2479b3119" + "CENTRALUS:20161019T201806Z:87f491cc-6c40-46d7-bd63-386ad5cc325e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -568,10 +584,10 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg19168/providers/Microsoft.DataLakeStore/accounts/testadlfs11745?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxOTE2OC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTE3NDU/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14382/providers/Microsoft.DataLakeStore/accounts/testadlfs11851?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDM4Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTE4NTE/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs11745\"\r\n}", + "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs11851\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -580,16 +596,17 @@ "60" ], "x-ms-client-request-id": [ - "29561400-38eb-45c3-add7-4ab991d8bd3c" + "d0f2948c-d553-4f1d-9325-24154cff30cc" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"59d2a38f-90b6-4c92-bf30-c488a29a0143\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg19168/providers/Microsoft.DataLakeStore/accounts/testadlfs11745\",\r\n \"name\": \"testadlfs11745\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"9e4775e4-8c8a-4501-9d03-cedef17223d8\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14382/providers/Microsoft.DataLakeStore/accounts/testadlfs11851\",\r\n \"name\": \"testadlfs11851\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ "420" @@ -607,13 +624,13 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:57:32 GMT" + "Wed, 19 Oct 2016 20:17:34 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg19168/providers/Microsoft.DataLakeStore/accounts/testadlfs11745/operationresults/0?api-version=2015-10-01-preview" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg14382/providers/Microsoft.DataLakeStore/accounts/testadlfs11851/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -622,10 +639,13 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/59d2a38f-90b6-4c92-bf30-c488a29a01430?api-version=2015-10-01-preview&expanded=true" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/9e4775e4-8c8a-4501-9d03-cedef17223d80?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "80ebf1c3-dd14-4c78-a96e-cd88717b6ec1" + "a6ad2184-c788-4169-b3f5-e8386d7a9246" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -634,13 +654,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1127" + "1199" ], "x-ms-correlation-request-id": [ - "54a9a314-61ca-46c2-b5ac-cc7038c11e41" + "e482f71a-2b9c-4d61-94f5-69696d06608a" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165733Z:54a9a314-61ca-46c2-b5ac-cc7038c11e41" + "CENTRALUS:20161019T201734Z:e482f71a-2b9c-4d61-94f5-69696d06608a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -649,13 +669,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/59d2a38f-90b6-4c92-bf30-c488a29a01430?api-version=2015-10-01-preview&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzU5ZDJhMzhmLTkwYjYtNGM5Mi1iZjMwLWM0ODhhMjlhMDE0MzA/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3JmV4cGFuZGVkPXRydWU=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/9e4775e4-8c8a-4501-9d03-cedef17223d80?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzllNDc3NWU0LThjOGEtNDUwMS05ZDAzLWNlZGVmMTcyMjNkODA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -673,7 +694,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:58:03 GMT" + "Wed, 19 Oct 2016 20:18:04 GMT" ], "Pragma": [ "no-cache" @@ -685,7 +706,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "24014bf1-db9a-48fc-aaad-6e2a2da8deee" + "864bd20a-e376-4907-bcb5-45f4548197df" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -694,13 +718,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" + "14995" ], "x-ms-correlation-request-id": [ - "c15ffd2b-af0e-40ef-aceb-66bf2db002e2" + "86169137-3d43-4386-8f25-a0b6daa96fe3" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165803Z:c15ffd2b-af0e-40ef-aceb-66bf2db002e2" + "CENTRALUS:20161019T201805Z:86169137-3d43-4386-8f25-a0b6daa96fe3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -709,25 +733,26 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt8121?op=CREATE&write=true&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ4MTIxP29wPUNSRUFURSZ3cml0ZT10cnVlJmFwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt7059?op=CREATE&write=true&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3MDU5P29wPUNSRUFURSZ3cml0ZT10cnVlJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "These are some random test contents 1234!@", "RequestHeaders": { "Content-Type": [ "application/octet-stream" ], - "x-ms-client-request-id": [ - "f64d0eaa-531f-4c47-bbb5-936d4b9355cb" + "Content-Length": [ + "42" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-client-request-id": [ + "32c698ad-0fac-4dba-b40d-3443a6d804a2" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "", @@ -739,26 +764,23 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:58:04 GMT" + "Wed, 19 Oct 2016 20:18:07 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://testadlfs11745.caboaccountdogfood.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt8121?op=CREATE&write=true&api-version=2015-10-01-preview" + "https://testadlfs11851.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt7059?op=CREATE&write=true&api-version=2016-11-01" ], "x-ms-request-id": [ - "e22b68ad-974b-4d55-9c7b-fe1a5f1f8405" + "69ee46f1-27c8-4707-9392-9ec0158823b6" ], "ContentLength": [ "0" ], - "Server-Perf": [ - "[e22b68ad-974b-4d55-9c7b-fe1a5f1f8405][ AuthTime::1307.88838896207::PostAuthTime::351.992198860623 ][S-HdfsGetFileStatusV2 :: 00:00:112 ms]%0a[S-FsOpenStream :: 00:00:170 ms]%0a[S-FsAppendStream :: 00:00:137 ms]%0a[BufferingTime :: 00:00:001 ms]%0a[WriteTime :: 00:00:138 ms]%0a[S-FsAppendStream :: 00:00:019 ms]%0a[S-FsCloseHandle :: 00:00:001 ms]%0a[CREATE :: 00:00:444 ms]%0a" - ], "x-ms-webhdfs-version": [ "16.07.18.01" ], @@ -775,22 +797,23 @@ "StatusCode": 201 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt8121?op=MSGETFILESTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ4MTIxP29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt7059?op=MSGETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3MDU5P29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a9a51d28-52ed-4dab-8247-95293e0842c3" + "83dc7e16-69b8-4f39-8bde-f1d71643648e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1472749085536,\r\n \"modificationTime\": 1472749085797,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"group\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"expirationTime\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1476908287813,\r\n \"modificationTime\": 1476908287918,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"group\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"expirationTime\": 0\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "288" @@ -802,19 +825,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:58:05 GMT" + "Wed, 19 Oct 2016 20:18:08 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "c7c5af4b-6a29-4763-b7bc-d9fa70b422f8" - ], - "Server-Perf": [ - "[c7c5af4b-6a29-4763-b7bc-d9fa70b422f8][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetFileStatusV2 :: 00:00:020 ms]%0a[MSGETFILESTATUS :: 00:00:020 ms]%0a" + "224ad62b-c642-4369-9a83-89dbd754b1f2" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -832,19 +852,20 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt8121?op=OPEN&read=true&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ4MTIxP29wPU9QRU4mcmVhZD10cnVlJmFwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt7059?op=OPEN&read=true&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3MDU5P29wPU9QRU4mcmVhZD10cnVlJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cde94cf5-4077-48fc-a580-17b161edc081" + "930c6aae-c6cd-4d86-9185-73a4d4399cb9" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "These are some random test contents 1234!@", @@ -856,10 +877,10 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:58:05 GMT" + "Wed, 19 Oct 2016 20:18:08 GMT" ], "Pragma": [ "no-cache" @@ -868,10 +889,7 @@ "chunked" ], "x-ms-request-id": [ - "8998a1ac-2d23-4441-9c0b-5b9786ed01f4" - ], - "Server-Perf": [ - "[8998a1ac-2d23-4441-9c0b-5b9786ed01f4][ AuthTime::0::PostAuthTime::0 ][S-FsOpenStream :: 00:00:022 ms]%0a[S-FsReadStream :: 00:00:049 ms]%0a[OPEN :: 00:00:073 ms]%0a" + "100c890c-cbd3-406a-8b3a-61a445490c2f" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -891,15 +909,15 @@ ], "Names": { ".ctor": [ - "datalakerg19168", - "testdatalake16416", - "testadlfs11745" + "datalakerg14382", + "testdatalake16242", + "testadlfs11851" ], "CreateFile": [ - "SDKTestFolder01/SDKTestFile01.txt8121" + "SDKTestFolder01/SDKTestFile01.txt7059" ] }, "Variables": { - "SubscriptionId": "90585f39-ab85-4921-bb37-0468f7efd1dd" + "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" } } \ No newline at end of file diff --git a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemFolderCreate.json b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemFolderCreate.json index 869ec21aa6130..f5a262c59af01 100644 --- a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemFolderCreate.json +++ b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemFolderCreate.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2b3835e8-6936-4133-9657-78d12fb0d785" + "331ce704-f8c1-4dbf-85f1-24e765b20ac4" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:18:06 GMT" + "Wed, 19 Oct 2016 20:12:50 GMT" ], "Pragma": [ "no-cache" @@ -37,16 +38,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1127" + "1199" ], "x-ms-request-id": [ - "5d44a8de-795b-4566-8e13-6dc905b3fecc" + "9f1bb976-aab3-455f-ac7b-f49ccabb5666" ], "x-ms-correlation-request-id": [ - "5d44a8de-795b-4566-8e13-6dc905b3fecc" + "9f1bb976-aab3-455f-ac7b-f49ccabb5666" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T171807Z:5d44a8de-795b-4566-8e13-6dc905b3fecc" + "CENTRALUS:20161019T201250Z:9f1bb976-aab3-455f-ac7b-f49ccabb5666" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -55,22 +56,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "05e243ad-eb6f-4e35-b19c-f335ee446941" + "9f310c4a-306c-4648-8a46-8f4273b8c7b5" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -82,7 +84,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:18:06 GMT" + "Wed, 19 Oct 2016 20:12:50 GMT" ], "Pragma": [ "no-cache" @@ -91,16 +93,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" + "14999" ], "x-ms-request-id": [ - "a93d51df-1aee-4b09-8f35-89b935c57baf" + "042bcd37-35cc-4486-8b94-9d221dde697c" ], "x-ms-correlation-request-id": [ - "a93d51df-1aee-4b09-8f35-89b935c57baf" + "042bcd37-35cc-4486-8b94-9d221dde697c" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T171807Z:a93d51df-1aee-4b09-8f35-89b935c57baf" + "CENTRALUS:20161019T201250Z:042bcd37-35cc-4486-8b94-9d221dde697c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -109,22 +111,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "90b41e6d-7315-4fc1-8084-a4088aceaa02" + "21b61b06-48e7-46e5-96c5-2232d11bd468" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -136,7 +139,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:18:06 GMT" + "Wed, 19 Oct 2016 20:12:50 GMT" ], "Pragma": [ "no-cache" @@ -145,16 +148,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1126" + "1198" ], "x-ms-request-id": [ - "473b0c9d-a592-4a07-abea-ad33449bd0d7" + "6742ff88-4e80-42f1-b21e-1cb5cd34b524" ], "x-ms-correlation-request-id": [ - "473b0c9d-a592-4a07-abea-ad33449bd0d7" + "6742ff88-4e80-42f1-b21e-1cb5cd34b524" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T171807Z:473b0c9d-a592-4a07-abea-ad33449bd0d7" + "CENTRALUS:20161019T201251Z:6742ff88-4e80-42f1-b21e-1cb5cd34b524" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -163,22 +166,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bd4b4e88-000c-4049-9bef-d0fe0af3e582" + "9e9933e9-5de2-42bf-bfe4-70fc0a98c577" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -190,7 +194,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:18:06 GMT" + "Wed, 19 Oct 2016 20:12:50 GMT" ], "Pragma": [ "no-cache" @@ -199,16 +203,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" + "14998" ], "x-ms-request-id": [ - "858e2e85-83b5-419f-9fff-e8a49c2f96ff" + "5d6a1d49-0f59-471f-b0ad-47a2e7c8b6fa" ], "x-ms-correlation-request-id": [ - "858e2e85-83b5-419f-9fff-e8a49c2f96ff" + "5d6a1d49-0f59-471f-b0ad-47a2e7c8b6fa" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T171807Z:858e2e85-83b5-419f-9fff-e8a49c2f96ff" + "CENTRALUS:20161019T201251Z:5d6a1d49-0f59-471f-b0ad-47a2e7c8b6fa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -217,22 +221,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg12227?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMjIyNz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg19796?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxOTc5Nj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e8de3f3c-bdd2-4aa3-9c89-82bc4993701d" + "b3cc1c10-849e-4532-8ffb-6e5ccfcd001c" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg12227' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg19796' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "107" @@ -247,7 +252,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:18:06 GMT" + "Wed, 19 Oct 2016 20:12:50 GMT" ], "Pragma": [ "no-cache" @@ -256,16 +261,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" + "14997" ], "x-ms-request-id": [ - "a0fb5cf6-5b68-4e54-8f6a-aca0eb37de65" + "91e71111-5170-4f8c-897b-0057089064d8" ], "x-ms-correlation-request-id": [ - "a0fb5cf6-5b68-4e54-8f6a-aca0eb37de65" + "91e71111-5170-4f8c-897b-0057089064d8" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T171807Z:a0fb5cf6-5b68-4e54-8f6a-aca0eb37de65" + "CENTRALUS:20161019T201251Z:91e71111-5170-4f8c-897b-0057089064d8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -274,22 +279,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg12227?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMjIyNz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg19796?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxOTc5Nj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "71d070d8-6e14-4ffb-be94-64975efa156d" + "7444d448-4e74-4c4d-8bdf-687256bf8743" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg12227\",\r\n \"name\": \"datalakerg12227\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg19796\",\r\n \"name\": \"datalakerg19796\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -301,7 +307,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:18:07 GMT" + "Wed, 19 Oct 2016 20:12:51 GMT" ], "Pragma": [ "no-cache" @@ -310,16 +316,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14876" + "14996" ], "x-ms-request-id": [ - "9c8d1df2-dc01-4206-bbe5-d2e79aa7e7eb" + "17b14631-30ab-47bf-8fd4-a0f4dac67dbe" ], "x-ms-correlation-request-id": [ - "9c8d1df2-dc01-4206-bbe5-d2e79aa7e7eb" + "17b14631-30ab-47bf-8fd4-a0f4dac67dbe" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T171807Z:9c8d1df2-dc01-4206-bbe5-d2e79aa7e7eb" + "CENTRALUS:20161019T201252Z:17b14631-30ab-47bf-8fd4-a0f4dac67dbe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -328,8 +334,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg12227?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMjIyNz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg19796?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxOTc5Nj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -340,16 +346,17 @@ "31" ], "x-ms-client-request-id": [ - "a89aeb8d-3aee-419a-a657-1e1de482d811" + "8fb2a7a3-9720-4825-88e6-e6ad3e8c47d3" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg12227\",\r\n \"name\": \"datalakerg12227\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg19796\",\r\n \"name\": \"datalakerg19796\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "184" @@ -364,22 +371,22 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:18:06 GMT" + "Wed, 19 Oct 2016 20:12:51 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1125" + "1197" ], "x-ms-request-id": [ - "fd1b69f1-cf57-4666-93bd-d0ce5d3386f4" + "095d6e69-3502-414d-a3a6-193c39649820" ], "x-ms-correlation-request-id": [ - "fd1b69f1-cf57-4666-93bd-d0ce5d3386f4" + "095d6e69-3502-414d-a3a6-193c39649820" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T171807Z:fd1b69f1-cf57-4666-93bd-d0ce5d3386f4" + "CENTRALUS:20161019T201252Z:095d6e69-3502-414d-a3a6-193c39649820" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -388,25 +395,26 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg12227/providers/Microsoft.DataLakeStore/accounts/testadlfs1402?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMjIyNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTQwMj9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg19796/providers/Microsoft.DataLakeStore/accounts/testadlfs17269?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxOTc5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTcyNjk/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "128ffa60-d3b3-43e5-9e3c-16201474798f" + "d4a267aa-0465-403c-acd5-90c2d195e408" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs1402' under resource group 'datalakerg12227' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs17269' under resource group 'datalakerg19796' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "165" + "166" ], "Content-Type": [ "application/json; charset=utf-8" @@ -418,7 +426,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:18:07 GMT" + "Wed, 19 Oct 2016 20:12:52 GMT" ], "Pragma": [ "no-cache" @@ -427,13 +435,13 @@ "gateway" ], "x-ms-request-id": [ - "f1aca470-0ec2-492d-b00a-de7185efc739" + "c1f43206-4dc4-412c-8a76-4dfcc38722ef" ], "x-ms-correlation-request-id": [ - "f1aca470-0ec2-492d-b00a-de7185efc739" + "c1f43206-4dc4-412c-8a76-4dfcc38722ef" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T171807Z:f1aca470-0ec2-492d-b00a-de7185efc739" + "CENTRALUS:20161019T201252Z:c1f43206-4dc4-412c-8a76-4dfcc38722ef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -442,16 +450,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg12227/providers/Microsoft.DataLakeStore/accounts/testadlfs1402?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMjIyNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTQwMj9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg19796/providers/Microsoft.DataLakeStore/accounts/testadlfs17269?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxOTc5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTcyNjk/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs1402.caboaccountdogfood.net\",\r\n \"accountId\": \"5f104adc-00ac-42db-acd4-7f8304523202\",\r\n \"creationTime\": \"2016-09-01T17:18:09.9439449Z\",\r\n \"lastModifiedTime\": \"2016-09-01T17:18:09.9439449Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg12227/providers/Microsoft.DataLakeStore/accounts/testadlfs1402\",\r\n \"name\": \"testadlfs1402\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs17269.azuredatalakestore.net\",\r\n \"accountId\": \"8fadd35f-bc34-44ab-8465-da9f1b50bb77\",\r\n \"creationTime\": \"2016-10-19T20:12:52.8828183Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:12:52.8828183Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg19796/providers/Microsoft.DataLakeStore/accounts/testadlfs17269\",\r\n \"name\": \"testadlfs17269\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -466,7 +475,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 17:18:38 GMT" + "Wed, 19 Oct 2016 20:13:23 GMT" ], "Pragma": [ "no-cache" @@ -478,7 +487,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "d669885a-fcaa-4901-a417-5ef759149f94" + "1da0a70f-e14d-4b51-ad97-c48c1e99cbd9" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -487,13 +499,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" + "14995" ], "x-ms-correlation-request-id": [ - "cd85b9bf-9560-4c5b-ac55-604be48f6704" + "f1003c31-c64b-4e76-9f17-78d6598c80ba" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T171839Z:cd85b9bf-9560-4c5b-ac55-604be48f6704" + "CENTRALUS:20161019T201324Z:f1003c31-c64b-4e76-9f17-78d6598c80ba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -502,22 +514,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg12227/providers/Microsoft.DataLakeStore/accounts/testadlfs1402?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMjIyNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTQwMj9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg19796/providers/Microsoft.DataLakeStore/accounts/testadlfs17269?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxOTc5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTcyNjk/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "405d5afd-bdac-4229-9f69-1870b4cc3cf0" + "c3d8d388-2663-442d-a779-c963899d86ff" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs1402.caboaccountdogfood.net\",\r\n \"accountId\": \"5f104adc-00ac-42db-acd4-7f8304523202\",\r\n \"creationTime\": \"2016-09-01T17:18:09.9439449Z\",\r\n \"lastModifiedTime\": \"2016-09-01T17:18:09.9439449Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg12227/providers/Microsoft.DataLakeStore/accounts/testadlfs1402\",\r\n \"name\": \"testadlfs1402\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs17269.azuredatalakestore.net\",\r\n \"accountId\": \"8fadd35f-bc34-44ab-8465-da9f1b50bb77\",\r\n \"creationTime\": \"2016-10-19T20:12:52.8828183Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:12:52.8828183Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg19796/providers/Microsoft.DataLakeStore/accounts/testadlfs17269\",\r\n \"name\": \"testadlfs17269\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -532,7 +545,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 17:18:39 GMT" + "Wed, 19 Oct 2016 20:13:25 GMT" ], "Pragma": [ "no-cache" @@ -544,7 +557,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "32a0f960-4986-4303-89cb-c9966e2cc238" + "6e84a7ba-fb00-4fe0-b023-6f6b142b0859" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -553,13 +569,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14870" + "14999" ], "x-ms-correlation-request-id": [ - "230123ab-25e3-4ea7-9891-32e6ba983c16" + "defdd53e-60aa-4392-a282-3cdf02786b72" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T171839Z:230123ab-25e3-4ea7-9891-32e6ba983c16" + "CENTRALUS:20161019T201325Z:defdd53e-60aa-4392-a282-3cdf02786b72" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -568,31 +584,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg12227/providers/Microsoft.DataLakeStore/accounts/testadlfs1402?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMjIyNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTQwMj9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg19796/providers/Microsoft.DataLakeStore/accounts/testadlfs17269?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxOTc5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTcyNjk/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs1402\"\r\n}", + "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs17269\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "59" + "60" ], "x-ms-client-request-id": [ - "7ec0d410-7287-4d8a-9587-94c110f268a7" + "9f3765b7-fbce-4b5d-a627-c5114109c099" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"5f104adc-00ac-42db-acd4-7f8304523202\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg12227/providers/Microsoft.DataLakeStore/accounts/testadlfs1402\",\r\n \"name\": \"testadlfs1402\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"8fadd35f-bc34-44ab-8465-da9f1b50bb77\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg19796/providers/Microsoft.DataLakeStore/accounts/testadlfs17269\",\r\n \"name\": \"testadlfs17269\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ - "418" + "420" ], "Content-Type": [ "application/json" @@ -607,13 +624,13 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 17:18:07 GMT" + "Wed, 19 Oct 2016 20:12:53 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg12227/providers/Microsoft.DataLakeStore/accounts/testadlfs1402/operationresults/0?api-version=2015-10-01-preview" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg19796/providers/Microsoft.DataLakeStore/accounts/testadlfs17269/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -622,10 +639,13 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/5f104adc-00ac-42db-acd4-7f83045232020?api-version=2015-10-01-preview&expanded=true" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/8fadd35f-bc34-44ab-8465-da9f1b50bb770?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "bc433c00-ba17-4b12-aabd-ea08327a6f22" + "85f6b20c-3677-4a71-a4c1-562d81059879" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -634,13 +654,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1128" + "1198" ], "x-ms-correlation-request-id": [ - "145337d5-4288-4b6c-a17a-e424c2e07c38" + "4e8efc29-0a62-4ee8-9a70-af957d66292c" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T171808Z:145337d5-4288-4b6c-a17a-e424c2e07c38" + "CENTRALUS:20161019T201253Z:4e8efc29-0a62-4ee8-9a70-af957d66292c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -649,13 +669,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/5f104adc-00ac-42db-acd4-7f83045232020?api-version=2015-10-01-preview&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzVmMTA0YWRjLTAwYWMtNDJkYi1hY2Q0LTdmODMwNDUyMzIwMjA/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3JmV4cGFuZGVkPXRydWU=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/8fadd35f-bc34-44ab-8465-da9f1b50bb770?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzhmYWRkMzVmLWJjMzQtNDRhYi04NDY1LWRhOWYxYjUwYmI3NzA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -673,7 +694,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 17:18:38 GMT" + "Wed, 19 Oct 2016 20:13:24 GMT" ], "Pragma": [ "no-cache" @@ -685,7 +706,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "29e812a5-1c8d-4913-8d99-d258d9bd3ad8" + "10ae60cc-1fb4-4005-948a-6ce2b1cf89c1" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -694,13 +718,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" + "14999" ], "x-ms-correlation-request-id": [ - "2d5701d5-2b90-4514-8250-24510788fba7" + "648f9888-d3ae-4266-8321-6164ce524c4b" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T171838Z:2d5701d5-2b90-4514-8250-24510788fba7" + "CENTRALUS:20161019T201324Z:648f9888-d3ae-4266-8321-6164ce524c4b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -709,19 +733,20 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder019805?op=MKDIRS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxOTgwNT9vcD1NS0RJUlMmYXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/webhdfs/v1/SDKTestFolder01781?op=MKDIRS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNzgxP29wPU1LRElSUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8048aeee-ad6d-4c80-bfb2-55a443615c81" + "93c13db3-5504-4023-9d17-8fa1616ac908" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "{\r\n \"boolean\": true\r\n}", @@ -736,19 +761,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 17:18:41 GMT" + "Wed, 19 Oct 2016 20:13:26 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "bad0c038-d610-40de-b46a-e4d9e2b13be3" - ], - "Server-Perf": [ - "[bad0c038-d610-40de-b46a-e4d9e2b13be3][ AuthTime::1284.36906171772::PostAuthTime::316.494540683021 ][S-HdfsMkdirs :: 00:00:158 ms]%0a[MKDIRS :: 00:00:158 ms]%0a" + "19fb07f0-f53a-470a-8ace-04b73893aaa5" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -766,22 +788,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder019805?op=MSGETFILESTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxOTgwNT9vcD1NU0dFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/webhdfs/v1/SDKTestFolder01781?op=MSGETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNzgxP29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "553ffd80-3930-4876-8991-1bfa41e16da2" + "5edfe39b-30ba-44f8-b79c-70256d6d719c" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"DIRECTORY\",\r\n \"blockSize\": 0,\r\n \"accessTime\": 1472750321418,\r\n \"modificationTime\": 1472750321418,\r\n \"replication\": 0,\r\n \"permission\": \"770\",\r\n \"owner\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"group\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"DIRECTORY\",\r\n \"blockSize\": 0,\r\n \"accessTime\": 1476908006919,\r\n \"modificationTime\": 1476908006919,\r\n \"replication\": 0,\r\n \"permission\": \"770\",\r\n \"owner\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"group\": \"2e6c02d2-a364-4530-9137-d17403996cbf\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "265" @@ -793,19 +816,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 17:18:41 GMT" + "Wed, 19 Oct 2016 20:13:26 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "dbd0542d-1339-4119-8f5b-f2166930023f" - ], - "Server-Perf": [ - "[dbd0542d-1339-4119-8f5b-f2166930023f][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetFileStatusV2 :: 00:00:015 ms]%0a[MSGETFILESTATUS :: 00:00:016 ms]%0a" + "a0cc0891-d560-42d2-8908-80e8416905b1" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -825,15 +845,15 @@ ], "Names": { ".ctor": [ - "datalakerg12227", - "testdatalake17323", - "testadlfs1402" + "datalakerg19796", + "testdatalake1381", + "testadlfs17269" ], "CreateFolder": [ - "SDKTestFolder019805" + "SDKTestFolder01781" ] }, "Variables": { - "SubscriptionId": "90585f39-ab85-4921-bb37-0468f7efd1dd" + "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" } } \ No newline at end of file diff --git a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemGetAcl.json b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemGetAcl.json index b760bddf8397e..94cc919f438b0 100644 --- a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemGetAcl.json +++ b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemGetAcl.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cce4ced1-d3d8-4ad1-b3db-01bd060859f2" + "036412bb-ea13-49c4-9647-168558d2de3a" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:58:43 GMT" + "Wed, 19 Oct 2016 20:18:52 GMT" ], "Pragma": [ "no-cache" @@ -37,16 +38,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1103" + "1195" ], "x-ms-request-id": [ - "9703cc6a-2bd4-4d27-8940-77cffbcb31b9" + "0af96078-7401-4cc7-9cb8-9696e704d629" ], "x-ms-correlation-request-id": [ - "9703cc6a-2bd4-4d27-8940-77cffbcb31b9" + "0af96078-7401-4cc7-9cb8-9696e704d629" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165844Z:9703cc6a-2bd4-4d27-8940-77cffbcb31b9" + "WESTUS2:20161019T201852Z:0af96078-7401-4cc7-9cb8-9696e704d629" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -55,22 +56,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cc56b56a-7b75-45aa-bbd0-b0d46dd88e24" + "48eb8f18-0390-4376-9c8c-d9b10d4e58ed" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -82,7 +84,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:58:43 GMT" + "Wed, 19 Oct 2016 20:18:52 GMT" ], "Pragma": [ "no-cache" @@ -91,16 +93,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" + "14991" ], "x-ms-request-id": [ - "8093a71e-b46b-40bc-aa9f-18e17e6a8ba2" + "db23b0f3-cab0-4373-a1b0-81373034e0c8" ], "x-ms-correlation-request-id": [ - "8093a71e-b46b-40bc-aa9f-18e17e6a8ba2" + "db23b0f3-cab0-4373-a1b0-81373034e0c8" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165844Z:8093a71e-b46b-40bc-aa9f-18e17e6a8ba2" + "WESTUS2:20161019T201852Z:db23b0f3-cab0-4373-a1b0-81373034e0c8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -109,22 +111,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a825f637-7a7e-4b44-a699-bfcd79e861de" + "c7813116-8e6e-4792-8b6c-27ef99637d36" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -136,7 +139,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:58:44 GMT" + "Wed, 19 Oct 2016 20:18:52 GMT" ], "Pragma": [ "no-cache" @@ -145,16 +148,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1102" + "1194" ], "x-ms-request-id": [ - "d346b60d-7588-4e0d-b4ea-1afcdf0fee13" + "c4a6886f-de7d-4922-b91f-30b0056015ff" ], "x-ms-correlation-request-id": [ - "d346b60d-7588-4e0d-b4ea-1afcdf0fee13" + "c4a6886f-de7d-4922-b91f-30b0056015ff" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165844Z:d346b60d-7588-4e0d-b4ea-1afcdf0fee13" + "WESTUS2:20161019T201853Z:c4a6886f-de7d-4922-b91f-30b0056015ff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -163,22 +166,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3d6787b3-823f-467e-a92a-c757c1944fce" + "7936fa38-a869-4948-8d40-da416bfbea37" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -190,7 +194,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:58:44 GMT" + "Wed, 19 Oct 2016 20:18:52 GMT" ], "Pragma": [ "no-cache" @@ -199,16 +203,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" + "14990" ], "x-ms-request-id": [ - "ed7cc33b-6c2e-4647-9ea1-a5fd17155053" + "c4af6dbf-7ce9-40cb-af7a-66dffd5173c4" ], "x-ms-correlation-request-id": [ - "ed7cc33b-6c2e-4647-9ea1-a5fd17155053" + "c4af6dbf-7ce9-40cb-af7a-66dffd5173c4" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165844Z:ed7cc33b-6c2e-4647-9ea1-a5fd17155053" + "WESTUS2:20161019T201853Z:c4af6dbf-7ce9-40cb-af7a-66dffd5173c4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -217,25 +221,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg17476?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNzQ3Nj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg1718?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNzE4P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "46b0cb16-105c-4421-971e-d2f20a5df35e" + "540ec505-cc56-475e-bca0-943f69c51723" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg17476' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg1718' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "107" + "106" ], "Content-Type": [ "application/json; charset=utf-8" @@ -247,7 +252,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:58:44 GMT" + "Wed, 19 Oct 2016 20:18:52 GMT" ], "Pragma": [ "no-cache" @@ -256,16 +261,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14883" + "14989" ], "x-ms-request-id": [ - "119043c0-8283-4943-903c-cc19ded8b829" + "3637fc4e-e8c4-42b5-bd8f-192d06108a49" ], "x-ms-correlation-request-id": [ - "119043c0-8283-4943-903c-cc19ded8b829" + "3637fc4e-e8c4-42b5-bd8f-192d06108a49" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165844Z:119043c0-8283-4943-903c-cc19ded8b829" + "WESTUS2:20161019T201853Z:3637fc4e-e8c4-42b5-bd8f-192d06108a49" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -274,22 +279,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg17476?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNzQ3Nj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg1718?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNzE4P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ff833bf6-baf8-4f31-833e-ea65ff17d5c5" + "6429849a-cfe0-4a6c-b8f7-bfc59e892d7d" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg17476\",\r\n \"name\": \"datalakerg17476\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1718\",\r\n \"name\": \"datalakerg1718\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -301,7 +307,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:58:44 GMT" + "Wed, 19 Oct 2016 20:18:54 GMT" ], "Pragma": [ "no-cache" @@ -310,16 +316,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14882" + "14988" ], "x-ms-request-id": [ - "8733e4b6-849c-4fa2-ab4b-e9850985ce0e" + "17ef3b39-3091-45c6-989e-c4b13dc55a5a" ], "x-ms-correlation-request-id": [ - "8733e4b6-849c-4fa2-ab4b-e9850985ce0e" + "17ef3b39-3091-45c6-989e-c4b13dc55a5a" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165845Z:8733e4b6-849c-4fa2-ab4b-e9850985ce0e" + "WESTUS2:20161019T201855Z:17ef3b39-3091-45c6-989e-c4b13dc55a5a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -328,8 +334,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg17476?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNzQ3Nj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg1718?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNzE4P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -340,19 +346,20 @@ "31" ], "x-ms-client-request-id": [ - "6a1481c0-77eb-41e1-aaf5-39f6b70ee712" + "31f1d2e9-ed42-4351-ab60-d87fcaa2cd3e" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg17476\",\r\n \"name\": \"datalakerg17476\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1718\",\r\n \"name\": \"datalakerg1718\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "184" + "182" ], "Content-Type": [ "application/json; charset=utf-8" @@ -364,22 +371,22 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:58:44 GMT" + "Wed, 19 Oct 2016 20:18:54 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1101" + "1193" ], "x-ms-request-id": [ - "59664a81-f0ab-4aa2-9e67-7a05be476f36" + "107a1548-97b3-448a-a06e-e9bdaf9145eb" ], "x-ms-correlation-request-id": [ - "59664a81-f0ab-4aa2-9e67-7a05be476f36" + "107a1548-97b3-448a-a06e-e9bdaf9145eb" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165845Z:59664a81-f0ab-4aa2-9e67-7a05be476f36" + "WESTUS2:20161019T201855Z:107a1548-97b3-448a-a06e-e9bdaf9145eb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -388,25 +395,26 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg17476/providers/Microsoft.DataLakeStore/accounts/testadlfs15611?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzQ3Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTU2MTE/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1718/providers/Microsoft.DataLakeStore/accounts/testadlfs14182?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzE4L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxNDE4Mj9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "761f5605-917f-485e-8029-66cac7ebc571" + "28099443-d8da-4606-8aa1-7187a28170ce" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs15611' under resource group 'datalakerg17476' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs14182' under resource group 'datalakerg1718' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "166" + "165" ], "Content-Type": [ "application/json; charset=utf-8" @@ -418,7 +426,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:58:45 GMT" + "Wed, 19 Oct 2016 20:18:54 GMT" ], "Pragma": [ "no-cache" @@ -427,13 +435,13 @@ "gateway" ], "x-ms-request-id": [ - "7abcdc9b-a918-4c57-9bff-5145b8d9c1bd" + "def52781-0f63-4745-862c-ce9fd6331719" ], "x-ms-correlation-request-id": [ - "7abcdc9b-a918-4c57-9bff-5145b8d9c1bd" + "def52781-0f63-4745-862c-ce9fd6331719" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165845Z:7abcdc9b-a918-4c57-9bff-5145b8d9c1bd" + "WESTUS2:20161019T201855Z:def52781-0f63-4745-862c-ce9fd6331719" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -442,16 +450,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg17476/providers/Microsoft.DataLakeStore/accounts/testadlfs15611?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzQ3Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTU2MTE/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1718/providers/Microsoft.DataLakeStore/accounts/testadlfs14182?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzE4L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxNDE4Mj9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs15611.caboaccountdogfood.net\",\r\n \"accountId\": \"c316feb2-08fe-4984-9aad-dbf65bc17e04\",\r\n \"creationTime\": \"2016-09-01T16:58:48.0261115Z\",\r\n \"lastModifiedTime\": \"2016-09-01T16:58:48.0261115Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg17476/providers/Microsoft.DataLakeStore/accounts/testadlfs15611\",\r\n \"name\": \"testadlfs15611\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs14182.azuredatalakestore.net\",\r\n \"accountId\": \"6d2a54a7-77a7-40ab-8ce6-14c035bac5fa\",\r\n \"creationTime\": \"2016-10-19T20:18:58.6410096Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:18:58.6410096Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1718/providers/Microsoft.DataLakeStore/accounts/testadlfs14182\",\r\n \"name\": \"testadlfs14182\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -466,7 +475,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:59:16 GMT" + "Wed, 19 Oct 2016 20:19:27 GMT" ], "Pragma": [ "no-cache" @@ -478,7 +487,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c975e9c2-aa8b-4746-9d80-a4f1017b1567" + "064d673f-3ba0-48e3-948f-05585a7db5f2" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -487,13 +499,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14874" + "14987" ], "x-ms-correlation-request-id": [ - "7e09aebf-1cdd-410d-8a24-b21a6395de55" + "1425c470-0bbc-424b-b072-a9c1d6ca43ab" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165916Z:7e09aebf-1cdd-410d-8a24-b21a6395de55" + "WESTUS2:20161019T201928Z:1425c470-0bbc-424b-b072-a9c1d6ca43ab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -502,22 +514,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg17476/providers/Microsoft.DataLakeStore/accounts/testadlfs15611?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzQ3Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTU2MTE/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1718/providers/Microsoft.DataLakeStore/accounts/testadlfs14182?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzE4L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxNDE4Mj9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "951c31a7-7c26-4741-9b12-f63e972035d7" + "a02d9ad3-d506-448d-a3fb-f28c1c920726" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs15611.caboaccountdogfood.net\",\r\n \"accountId\": \"c316feb2-08fe-4984-9aad-dbf65bc17e04\",\r\n \"creationTime\": \"2016-09-01T16:58:48.0261115Z\",\r\n \"lastModifiedTime\": \"2016-09-01T16:58:48.0261115Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg17476/providers/Microsoft.DataLakeStore/accounts/testadlfs15611\",\r\n \"name\": \"testadlfs15611\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs14182.azuredatalakestore.net\",\r\n \"accountId\": \"6d2a54a7-77a7-40ab-8ce6-14c035bac5fa\",\r\n \"creationTime\": \"2016-10-19T20:18:58.6410096Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:18:58.6410096Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1718/providers/Microsoft.DataLakeStore/accounts/testadlfs14182\",\r\n \"name\": \"testadlfs14182\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -532,7 +545,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:59:16 GMT" + "Wed, 19 Oct 2016 20:19:27 GMT" ], "Pragma": [ "no-cache" @@ -544,7 +557,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "e281b65f-940a-48e0-8f45-277da83f4b02" + "883149ec-5a39-40cf-9910-0259ce53305c" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -553,13 +569,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" + "14989" ], "x-ms-correlation-request-id": [ - "642cfbed-723b-464b-a447-4f3ef3b15c9d" + "544bb836-8e46-4d7d-8ccb-9db6cb06c6b4" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165917Z:642cfbed-723b-464b-a447-4f3ef3b15c9d" + "WESTUS2:20161019T201928Z:544bb836-8e46-4d7d-8ccb-9db6cb06c6b4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -568,10 +584,10 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg17476/providers/Microsoft.DataLakeStore/accounts/testadlfs15611?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzQ3Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTU2MTE/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1718/providers/Microsoft.DataLakeStore/accounts/testadlfs14182?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzE4L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxNDE4Mj9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs15611\"\r\n}", + "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs14182\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -580,19 +596,20 @@ "60" ], "x-ms-client-request-id": [ - "85bf13bd-e450-4d11-a314-6c1028b28666" + "51338fe8-85c9-46fc-a83b-034969b09049" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"c316feb2-08fe-4984-9aad-dbf65bc17e04\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg17476/providers/Microsoft.DataLakeStore/accounts/testadlfs15611\",\r\n \"name\": \"testadlfs15611\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"6d2a54a7-77a7-40ab-8ce6-14c035bac5fa\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1718/providers/Microsoft.DataLakeStore/accounts/testadlfs14182\",\r\n \"name\": \"testadlfs14182\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ - "420" + "419" ], "Content-Type": [ "application/json" @@ -607,13 +624,13 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:58:45 GMT" + "Wed, 19 Oct 2016 20:18:56 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg17476/providers/Microsoft.DataLakeStore/accounts/testadlfs15611/operationresults/0?api-version=2015-10-01-preview" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg1718/providers/Microsoft.DataLakeStore/accounts/testadlfs14182/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -622,10 +639,13 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/c316feb2-08fe-4984-9aad-dbf65bc17e040?api-version=2015-10-01-preview&expanded=true" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/6d2a54a7-77a7-40ab-8ce6-14c035bac5fa0?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "685ad84e-623f-45a3-b0e4-a3f8e1969712" + "6471525c-5e5c-448f-a53c-1c3daf044922" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -634,13 +654,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1107" + "1193" ], "x-ms-correlation-request-id": [ - "51d4244e-e420-4519-aa86-773bcca52be3" + "ee3a42d5-b645-441d-a1df-3e9c35843e43" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165845Z:51d4244e-e420-4519-aa86-773bcca52be3" + "WESTUS2:20161019T201857Z:ee3a42d5-b645-441d-a1df-3e9c35843e43" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -649,13 +669,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/c316feb2-08fe-4984-9aad-dbf65bc17e040?api-version=2015-10-01-preview&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzL2MzMTZmZWIyLTA4ZmUtNDk4NC05YWFkLWRiZjY1YmMxN2UwNDA/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3JmV4cGFuZGVkPXRydWU=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/6d2a54a7-77a7-40ab-8ce6-14c035bac5fa0?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzZkMmE1NGE3LTc3YTctNDBhYi04Y2U2LTE0YzAzNWJhYzVmYTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -673,7 +694,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:59:15 GMT" + "Wed, 19 Oct 2016 20:19:26 GMT" ], "Pragma": [ "no-cache" @@ -685,7 +706,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "9cb8ceb9-038e-4b01-8b0b-c3173de43328" + "e48643f6-4f34-48ac-8671-9570d47708a3" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -694,13 +718,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14866" + "14989" ], "x-ms-correlation-request-id": [ - "c16c8eea-2146-4cd5-aa1c-74dad5b932d7" + "207d50c1-c82d-4b1e-b630-502c5f95afcb" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165916Z:c16c8eea-2146-4cd5-aa1c-74dad5b932d7" + "WESTUS2:20161019T201927Z:207d50c1-c82d-4b1e-b630-502c5f95afcb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -709,25 +733,26 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/%2F?op=MSGETACLSTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvJTJGP29wPU1TR0VUQUNMU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/webhdfs/v1/%2F?op=MSGETACLSTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvJTJGP29wPU1TR0VUQUNMU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "60facb4c-0b7a-475f-9078-5a5f3687f4f9" + "5b7a4d21-056e-429c-889a-acff2be47d86" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"AclStatus\": {\r\n \"entries\": [\r\n \"user::rwx\",\r\n \"group::rwx\",\r\n \"mask::rwx\",\r\n \"other::---\",\r\n \"default:user::rwx\",\r\n \"default:group::rwx\",\r\n \"default:mask::rwx\",\r\n \"default:other::---\"\r\n ],\r\n \"owner\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"group\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"permission\": \"770\",\r\n \"stickyBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"AclStatus\": {\r\n \"entries\": [\r\n \"user::rwx\",\r\n \"group::rwx\",\r\n \"other::---\"\r\n ],\r\n \"owner\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"group\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"permission\": \"770\",\r\n \"stickyBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "290" + "196" ], "Content-Type": [ "application/json; charset=utf-8" @@ -736,19 +761,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:59:18 GMT" + "Wed, 19 Oct 2016 20:19:29 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "8084b69b-d9c5-4a38-be7a-61609cea4d13" - ], - "Server-Perf": [ - "[8084b69b-d9c5-4a38-be7a-61609cea4d13][ AuthTime::1268.11555462413::PostAuthTime::336.595933048631 ][S-HdfsGetAclStatus :: 00:00:131 ms]%0a[MSGETACLSTATUS :: 00:00:174 ms]%0a" + "391d0ea3-bb60-4b3d-9862-e860a7c2641a" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -768,12 +790,12 @@ ], "Names": { ".ctor": [ - "datalakerg17476", - "testdatalake12090", - "testadlfs15611" + "datalakerg1718", + "testdatalake17297", + "testadlfs14182" ] }, "Variables": { - "SubscriptionId": "90585f39-ab85-4921-bb37-0468f7efd1dd" + "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" } } \ No newline at end of file diff --git a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemGetAndSetAcl.json b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemGetAndSetAcl.json index d6041bca2350e..c621769361404 100644 --- a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemGetAndSetAcl.json +++ b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemGetAndSetAcl.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4cc06090-4df3-4f26-b663-b2142f587825" + "ec0e210f-b085-4631-a7d5-47ef6fb28ce5" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:00:57 GMT" + "Wed, 19 Oct 2016 20:20:18 GMT" ], "Pragma": [ "no-cache" @@ -37,16 +38,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1100" + "1193" ], "x-ms-request-id": [ - "ebe562aa-e336-4f75-a98f-a300d2c7a301" + "f046ac2b-8b81-460f-a4a8-732ff9f34858" ], "x-ms-correlation-request-id": [ - "ebe562aa-e336-4f75-a98f-a300d2c7a301" + "f046ac2b-8b81-460f-a4a8-732ff9f34858" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170058Z:ebe562aa-e336-4f75-a98f-a300d2c7a301" + "WESTUS2:20161019T202018Z:f046ac2b-8b81-460f-a4a8-732ff9f34858" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -55,22 +56,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ed84d541-a5a9-4009-9a73-6d8d38a72478" + "309ffe50-5342-436f-be7e-010776930cb3" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -82,7 +84,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:00:57 GMT" + "Wed, 19 Oct 2016 20:20:18 GMT" ], "Pragma": [ "no-cache" @@ -91,16 +93,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" + "14988" ], "x-ms-request-id": [ - "fb5d8309-dd66-49c6-96f2-4f7d9936757d" + "6da67895-c1ec-4f52-9e1c-4ebd5518f760" ], "x-ms-correlation-request-id": [ - "fb5d8309-dd66-49c6-96f2-4f7d9936757d" + "6da67895-c1ec-4f52-9e1c-4ebd5518f760" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170058Z:fb5d8309-dd66-49c6-96f2-4f7d9936757d" + "WESTUS2:20161019T202018Z:6da67895-c1ec-4f52-9e1c-4ebd5518f760" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -109,22 +111,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8107438c-55af-458a-8430-5a4e7f530933" + "422db7bf-8ab4-41aa-a6c1-2aaf2c73b381" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -136,7 +139,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:00:58 GMT" + "Wed, 19 Oct 2016 20:20:19 GMT" ], "Pragma": [ "no-cache" @@ -145,16 +148,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1099" + "1192" ], "x-ms-request-id": [ - "0c3e9361-fe50-4d20-82d3-c1f20538d9ba" + "74f47545-39f3-4f3c-a077-5647380bd49d" ], "x-ms-correlation-request-id": [ - "0c3e9361-fe50-4d20-82d3-c1f20538d9ba" + "74f47545-39f3-4f3c-a077-5647380bd49d" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170058Z:0c3e9361-fe50-4d20-82d3-c1f20538d9ba" + "WESTUS2:20161019T202019Z:74f47545-39f3-4f3c-a077-5647380bd49d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -163,22 +166,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e61fc3f9-57b9-4cbc-8cad-e17b6dd814d2" + "c02d1f90-b903-421e-9292-7edc5315f980" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -190,7 +194,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:00:58 GMT" + "Wed, 19 Oct 2016 20:20:19 GMT" ], "Pragma": [ "no-cache" @@ -199,16 +203,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" + "14987" ], "x-ms-request-id": [ - "7f2283a5-5acd-4504-95a9-0f749eecc599" + "0586784e-4823-4e99-81c7-ac87e3881ab2" ], "x-ms-correlation-request-id": [ - "7f2283a5-5acd-4504-95a9-0f749eecc599" + "0586784e-4823-4e99-81c7-ac87e3881ab2" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170059Z:7f2283a5-5acd-4504-95a9-0f749eecc599" + "WESTUS2:20161019T202019Z:0586784e-4823-4e99-81c7-ac87e3881ab2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -217,22 +221,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg11434?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMTQzND9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg17325?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNzMyNT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f40151b4-312c-4367-9d4c-12e9b3a73919" + "8f80a57b-3404-4696-843a-79257c42554d" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg11434' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg17325' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "107" @@ -247,7 +252,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:00:58 GMT" + "Wed, 19 Oct 2016 20:20:19 GMT" ], "Pragma": [ "no-cache" @@ -256,16 +261,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" + "14986" ], "x-ms-request-id": [ - "6c339386-05c0-4351-bdb2-3938c436557c" + "e810505a-3915-4a07-af1e-77f74f5c893b" ], "x-ms-correlation-request-id": [ - "6c339386-05c0-4351-bdb2-3938c436557c" + "e810505a-3915-4a07-af1e-77f74f5c893b" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170059Z:6c339386-05c0-4351-bdb2-3938c436557c" + "WESTUS2:20161019T202019Z:e810505a-3915-4a07-af1e-77f74f5c893b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -274,22 +279,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg11434?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMTQzND9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg17325?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNzMyNT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "295385df-ef68-453b-aa42-6d2b77dfb8e7" + "582e77ca-ec63-4de4-9bd1-6f498bbc5836" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg11434\",\r\n \"name\": \"datalakerg11434\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17325\",\r\n \"name\": \"datalakerg17325\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -301,7 +307,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:00:58 GMT" + "Wed, 19 Oct 2016 20:20:20 GMT" ], "Pragma": [ "no-cache" @@ -310,16 +316,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" + "14985" ], "x-ms-request-id": [ - "b179d0c6-29ec-48ac-9cab-fb6401a4f6e3" + "47d25e2c-22c3-4624-8094-ff29d9d6bdb2" ], "x-ms-correlation-request-id": [ - "b179d0c6-29ec-48ac-9cab-fb6401a4f6e3" + "47d25e2c-22c3-4624-8094-ff29d9d6bdb2" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170059Z:b179d0c6-29ec-48ac-9cab-fb6401a4f6e3" + "WESTUS2:20161019T202020Z:47d25e2c-22c3-4624-8094-ff29d9d6bdb2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -328,8 +334,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg11434?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMTQzND9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg17325?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNzMyNT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -340,16 +346,17 @@ "31" ], "x-ms-client-request-id": [ - "82ea4123-c21f-4f27-abf9-9e5ccef3867b" + "d6702f68-07cd-4658-8a79-69766b46a960" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg11434\",\r\n \"name\": \"datalakerg11434\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17325\",\r\n \"name\": \"datalakerg17325\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "184" @@ -364,22 +371,22 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:00:58 GMT" + "Wed, 19 Oct 2016 20:20:20 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1098" + "1191" ], "x-ms-request-id": [ - "ecd166bc-8d2d-4644-97d9-8ae363413dbb" + "cac9c811-deae-47f2-8c90-9b571d62ad53" ], "x-ms-correlation-request-id": [ - "ecd166bc-8d2d-4644-97d9-8ae363413dbb" + "cac9c811-deae-47f2-8c90-9b571d62ad53" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170059Z:ecd166bc-8d2d-4644-97d9-8ae363413dbb" + "WESTUS2:20161019T202020Z:cac9c811-deae-47f2-8c90-9b571d62ad53" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -388,22 +395,23 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg11434/providers/Microsoft.DataLakeStore/accounts/testadlfs12178?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTQzNC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTIxNzg/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17325/providers/Microsoft.DataLakeStore/accounts/testadlfs19911?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzMyNS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTk5MTE/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "da1186eb-bb15-424e-9ca5-b33fc3082a18" + "84f7e19f-a651-4910-af36-13f714452e20" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs12178' under resource group 'datalakerg11434' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs19911' under resource group 'datalakerg17325' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "166" @@ -418,7 +426,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:00:59 GMT" + "Wed, 19 Oct 2016 20:20:20 GMT" ], "Pragma": [ "no-cache" @@ -427,13 +435,13 @@ "gateway" ], "x-ms-request-id": [ - "38021b0e-f1e4-429c-87e2-4a8b603771d6" + "6d9d26f7-363f-4e74-8c8c-0081120a62a0" ], "x-ms-correlation-request-id": [ - "38021b0e-f1e4-429c-87e2-4a8b603771d6" + "6d9d26f7-363f-4e74-8c8c-0081120a62a0" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170100Z:38021b0e-f1e4-429c-87e2-4a8b603771d6" + "WESTUS2:20161019T202020Z:6d9d26f7-363f-4e74-8c8c-0081120a62a0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -442,16 +450,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg11434/providers/Microsoft.DataLakeStore/accounts/testadlfs12178?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTQzNC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTIxNzg/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17325/providers/Microsoft.DataLakeStore/accounts/testadlfs19911?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzMyNS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTk5MTE/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs12178.caboaccountdogfood.net\",\r\n \"accountId\": \"f085d01c-b541-49f4-8371-6fcc2fbb4042\",\r\n \"creationTime\": \"2016-09-01T17:01:02.508975Z\",\r\n \"lastModifiedTime\": \"2016-09-01T17:01:02.508975Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg11434/providers/Microsoft.DataLakeStore/accounts/testadlfs12178\",\r\n \"name\": \"testadlfs12178\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs19911.azuredatalakestore.net\",\r\n \"accountId\": \"de24cb35-40ee-423f-857e-983d2fe9adbd\",\r\n \"creationTime\": \"2016-10-19T20:20:21.8597016Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:20:21.8597016Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17325/providers/Microsoft.DataLakeStore/accounts/testadlfs19911\",\r\n \"name\": \"testadlfs19911\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -466,7 +475,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 17:01:31 GMT" + "Wed, 19 Oct 2016 20:20:52 GMT" ], "Pragma": [ "no-cache" @@ -478,7 +487,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c21dd711-1398-490a-a429-5c5e46b5d398" + "62aa9525-e0e2-4140-b7f3-6177949b2477" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -487,13 +499,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14870" + "14986" ], "x-ms-correlation-request-id": [ - "18a84d75-066c-4bbc-9ed0-d902b3a6cfd2" + "89f68ba6-6fc0-4366-ae7a-730de681fd55" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170131Z:18a84d75-066c-4bbc-9ed0-d902b3a6cfd2" + "WESTUS2:20161019T202052Z:89f68ba6-6fc0-4366-ae7a-730de681fd55" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -502,22 +514,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg11434/providers/Microsoft.DataLakeStore/accounts/testadlfs12178?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTQzNC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTIxNzg/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17325/providers/Microsoft.DataLakeStore/accounts/testadlfs19911?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzMyNS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTk5MTE/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cdbe18c4-b119-4c67-895c-e2841de105fd" + "bb5c6383-708e-438e-a1e0-8ac25dc2305b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs12178.caboaccountdogfood.net\",\r\n \"accountId\": \"f085d01c-b541-49f4-8371-6fcc2fbb4042\",\r\n \"creationTime\": \"2016-09-01T17:01:02.508975Z\",\r\n \"lastModifiedTime\": \"2016-09-01T17:01:02.508975Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg11434/providers/Microsoft.DataLakeStore/accounts/testadlfs12178\",\r\n \"name\": \"testadlfs12178\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs19911.azuredatalakestore.net\",\r\n \"accountId\": \"de24cb35-40ee-423f-857e-983d2fe9adbd\",\r\n \"creationTime\": \"2016-10-19T20:20:21.8597016Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:20:21.8597016Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17325/providers/Microsoft.DataLakeStore/accounts/testadlfs19911\",\r\n \"name\": \"testadlfs19911\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -532,7 +545,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 17:01:31 GMT" + "Wed, 19 Oct 2016 20:20:52 GMT" ], "Pragma": [ "no-cache" @@ -544,7 +557,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "03600013-74a5-41cb-8603-5607b46c3a6e" + "c86f1195-f5bb-4d1c-8010-49f69a2c6d89" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -553,13 +569,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" + "14983" ], "x-ms-correlation-request-id": [ - "51665330-40bd-44c4-8bd8-01c59ee5fb1f" + "35645007-f39e-4a3d-b085-ab2c34992c81" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170131Z:51665330-40bd-44c4-8bd8-01c59ee5fb1f" + "WESTUS2:20161019T202053Z:35645007-f39e-4a3d-b085-ab2c34992c81" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -568,10 +584,10 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg11434/providers/Microsoft.DataLakeStore/accounts/testadlfs12178?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTQzNC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTIxNzg/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17325/providers/Microsoft.DataLakeStore/accounts/testadlfs19911?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzMyNS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTk5MTE/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs12178\"\r\n}", + "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs19911\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -580,16 +596,17 @@ "60" ], "x-ms-client-request-id": [ - "39991572-d5c5-4310-9c36-7e77d65b5892" + "22c083d3-7b61-4ea0-bce7-b5128acf948c" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"f085d01c-b541-49f4-8371-6fcc2fbb4042\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg11434/providers/Microsoft.DataLakeStore/accounts/testadlfs12178\",\r\n \"name\": \"testadlfs12178\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"de24cb35-40ee-423f-857e-983d2fe9adbd\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17325/providers/Microsoft.DataLakeStore/accounts/testadlfs19911\",\r\n \"name\": \"testadlfs19911\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ "420" @@ -607,13 +624,13 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 17:00:59 GMT" + "Wed, 19 Oct 2016 20:20:21 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg11434/providers/Microsoft.DataLakeStore/accounts/testadlfs12178/operationresults/0?api-version=2015-10-01-preview" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg17325/providers/Microsoft.DataLakeStore/accounts/testadlfs19911/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -622,10 +639,13 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/f085d01c-b541-49f4-8371-6fcc2fbb40420?api-version=2015-10-01-preview&expanded=true" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/de24cb35-40ee-423f-857e-983d2fe9adbd0?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "ce96ec4c-639a-4191-a01a-c7a6ae689988" + "1ebd3e1f-73e1-4ed5-84e3-687065b7d3f9" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -634,13 +654,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1110" + "1192" ], "x-ms-correlation-request-id": [ - "23e8785d-440d-46b7-b696-43c68dba1fd8" + "fb90e315-10e3-42e0-b9bd-9297c7a6a002" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170100Z:23e8785d-440d-46b7-b696-43c68dba1fd8" + "WESTUS2:20161019T202021Z:fb90e315-10e3-42e0-b9bd-9297c7a6a002" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -649,13 +669,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/f085d01c-b541-49f4-8371-6fcc2fbb40420?api-version=2015-10-01-preview&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzL2YwODVkMDFjLWI1NDEtNDlmNC04MzcxLTZmY2MyZmJiNDA0MjA/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3JmV4cGFuZGVkPXRydWU=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/de24cb35-40ee-423f-857e-983d2fe9adbd0?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzL2RlMjRjYjM1LTQwZWUtNDIzZi04NTdlLTk4M2QyZmU5YWRiZDA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -673,7 +694,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 17:01:30 GMT" + "Wed, 19 Oct 2016 20:20:51 GMT" ], "Pragma": [ "no-cache" @@ -685,7 +706,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "0cf65c1f-5f8c-4056-81b4-40f30af2b492" + "357c78fa-8941-42ff-93a5-6e84f1a0e661" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -694,13 +718,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" + "14986" ], "x-ms-correlation-request-id": [ - "efff1433-9bce-407d-9717-b1c71eb6f49f" + "6c8f59e7-cb1f-4ade-a92f-0f393dd95ea8" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170130Z:efff1433-9bce-407d-9717-b1c71eb6f49f" + "WESTUS2:20161019T202052Z:6c8f59e7-cb1f-4ade-a92f-0f393dd95ea8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -709,25 +733,26 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/%2F?op=MSGETACLSTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvJTJGP29wPU1TR0VUQUNMU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/webhdfs/v1/%2F?op=MSGETACLSTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvJTJGP29wPU1TR0VUQUNMU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cd2bdaa7-ee3d-4613-9335-031c5401032e" + "89b21dd0-6e83-4e5e-a776-878f745d9411" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"AclStatus\": {\r\n \"entries\": [\r\n \"user::rwx\",\r\n \"group::rwx\",\r\n \"mask::rwx\",\r\n \"other::---\",\r\n \"default:user::rwx\",\r\n \"default:group::rwx\",\r\n \"default:mask::rwx\",\r\n \"default:other::---\"\r\n ],\r\n \"owner\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"group\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"permission\": \"770\",\r\n \"stickyBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"AclStatus\": {\r\n \"entries\": [\r\n \"user::rwx\",\r\n \"group::rwx\",\r\n \"other::---\"\r\n ],\r\n \"owner\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"group\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"permission\": \"770\",\r\n \"stickyBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "290" + "196" ], "Content-Type": [ "application/json; charset=utf-8" @@ -736,19 +761,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 17:01:32 GMT" + "Wed, 19 Oct 2016 20:20:54 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "7a308917-9a1a-4f63-bd71-3005b14b9ab4" - ], - "Server-Perf": [ - "[7a308917-9a1a-4f63-bd71-3005b14b9ab4][ AuthTime::1315.58969511765::PostAuthTime::363.968410450299 ][S-HdfsGetAclStatus :: 00:00:087 ms]%0a[MSGETACLSTATUS :: 00:00:088 ms]%0a" + "741bfaee-e6af-42a2-b3e2-11741d59aad4" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -766,25 +788,26 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/%2F?op=MSGETACLSTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvJTJGP29wPU1TR0VUQUNMU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/webhdfs/v1/%2F?op=MSGETACLSTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvJTJGP29wPU1TR0VUQUNMU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a474eb00-0f4e-4dc8-adca-d3228b9f750e" + "c23092f5-ef57-4db9-850b-8a20fb83082e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"AclStatus\": {\r\n \"entries\": [\r\n \"user::rwx\",\r\n \"group::rwx\",\r\n \"mask::rwx\",\r\n \"other::rwx\",\r\n \"default:user::rwx\",\r\n \"default:group::rwx\",\r\n \"default:mask::rwx\",\r\n \"default:other::---\"\r\n ],\r\n \"owner\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"group\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"permission\": \"777\",\r\n \"stickyBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"AclStatus\": {\r\n \"entries\": [\r\n \"user::rwx\",\r\n \"group::rwx\",\r\n \"other::rwx\"\r\n ],\r\n \"owner\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"group\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"permission\": \"777\",\r\n \"stickyBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "290" + "196" ], "Content-Type": [ "application/json; charset=utf-8" @@ -793,19 +816,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 17:01:34 GMT" + "Wed, 19 Oct 2016 20:20:54 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "7fc709bf-1e89-4472-afcc-04a5776294e6" - ], - "Server-Perf": [ - "[7fc709bf-1e89-4472-afcc-04a5776294e6][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetAclStatus :: 00:00:034 ms]%0a[MSGETACLSTATUS :: 00:00:034 ms]%0a" + "f1cc56b5-9ae9-4098-b6eb-0f77bcd54a86" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -823,25 +843,26 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/%2F?op=MSGETACLSTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvJTJGP29wPU1TR0VUQUNMU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/webhdfs/v1/%2F?op=MSGETACLSTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvJTJGP29wPU1TR0VUQUNMU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "21b0bfbb-9a0a-457a-99b7-391894e7f4c4" + "75f71568-1357-4570-9426-5abe857c9541" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"AclStatus\": {\r\n \"entries\": [\r\n \"user::rwx\",\r\n \"group::rwx\",\r\n \"mask::rwx\",\r\n \"other::---\",\r\n \"default:user::rwx\",\r\n \"default:group::rwx\",\r\n \"default:mask::rwx\",\r\n \"default:other::---\"\r\n ],\r\n \"owner\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"group\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"permission\": \"770\",\r\n \"stickyBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"AclStatus\": {\r\n \"entries\": [\r\n \"user::rwx\",\r\n \"group::rwx\",\r\n \"other::---\"\r\n ],\r\n \"owner\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"group\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"permission\": \"770\",\r\n \"stickyBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "290" + "196" ], "Content-Type": [ "application/json; charset=utf-8" @@ -850,19 +871,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 17:01:34 GMT" + "Wed, 19 Oct 2016 20:20:54 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "d44d502b-7174-4f2b-bc5f-c708b3b36f9c" - ], - "Server-Perf": [ - "[d44d502b-7174-4f2b-bc5f-c708b3b36f9c][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetAclStatus :: 00:00:036 ms]%0a[MSGETACLSTATUS :: 00:00:036 ms]%0a" + "a7b4818d-9c68-4374-adba-3607f7bb5ba0" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -880,19 +898,20 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/%2F?aclspec=user::rwx%2Cgroup::rwx%2Cmask::rwx%2Cother::rwx%2Cdefault:user::rwx%2Cdefault:group::rwx%2Cdefault:mask::rwx%2Cdefault:other::---&op=SETACL&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvJTJGP2FjbHNwZWM9dXNlciUzQSUzQXJ3eCUyQ2dyb3VwJTNBJTNBcnd4JTJDbWFzayUzQSUzQXJ3eCUyQ290aGVyJTNBJTNBcnd4JTJDZGVmYXVsdCUzQXVzZXIlM0ElM0Fyd3glMkNkZWZhdWx0JTNBZ3JvdXAlM0ElM0Fyd3glMkNkZWZhdWx0JTNBbWFzayUzQSUzQXJ3eCUyQ2RlZmF1bHQlM0FvdGhlciUzQSUzQS0tLSZvcD1TRVRBQ0wmYXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/webhdfs/v1/%2F?aclspec=user::rwx%2Cgroup::rwx%2Cother::rwx&op=SETACL&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvJTJGP2FjbHNwZWM9dXNlciUzQSUzQXJ3eCUyQ2dyb3VwJTNBJTNBcnd4JTJDb3RoZXIlM0ElM0Fyd3gmb3A9U0VUQUNMJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "221e18d7-8eaa-46f6-a300-fed06935e998" + "843ae641-0a40-4a15-949c-4b163a8137d9" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "", @@ -904,23 +923,20 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 17:01:34 GMT" + "Wed, 19 Oct 2016 20:20:54 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "0f4b66af-f6c1-43c2-b5ff-8cceb1a6394c" + "3b3847cc-32f6-4a65-9a3f-a6d8af1d3669" ], "ContentLength": [ "0" ], - "Server-Perf": [ - "[0f4b66af-f6c1-43c2-b5ff-8cceb1a6394c][ AuthTime::0::PostAuthTime::0 ][S-HdfsSetAcl :: 00:00:670 ms]%0a[SETACL :: 00:00:712 ms]%0a" - ], "x-ms-webhdfs-version": [ "16.07.18.01" ], @@ -937,19 +953,20 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/%2F?fsaction=rwx&op=CHECKACCESS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvJTJGP2ZzYWN0aW9uPXJ3eCZvcD1DSEVDS0FDQ0VTUyZhcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/webhdfs/v1/%2F?fsaction=rwx&op=CHECKACCESS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvJTJGP2ZzYWN0aW9uPXJ3eCZvcD1DSEVDS0FDQ0VTUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b7f6e550-b099-4c73-939e-2267a21f32b7" + "85d62745-4809-4c15-b18f-315d0a510015" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "", @@ -961,19 +978,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 17:01:34 GMT" + "Wed, 19 Oct 2016 20:20:54 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "cc6f592b-005f-4a7e-8c91-e4a9a8668f06" - ], - "Server-Perf": [ - "[cc6f592b-005f-4a7e-8c91-e4a9a8668f06][ AuthTime::0::PostAuthTime::0 ][S-HdfsCheckAccess :: 00:00:007 ms]%0a[CHECKACCESS :: 00:00:018 ms]%0a" + "7da469f7-6c0c-4f7b-8e89-747bd1338c2c" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -991,19 +1005,20 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/%2F?aclspec=other::---&op=MODIFYACLENTRIES&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvJTJGP2FjbHNwZWM9b3RoZXIlM0ElM0EtLS0mb3A9TU9ESUZZQUNMRU5UUklFUyZhcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/webhdfs/v1/%2F?aclspec=other::---&op=MODIFYACLENTRIES&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvJTJGP2FjbHNwZWM9b3RoZXIlM0ElM0EtLS0mb3A9TU9ESUZZQUNMRU5UUklFUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f2ecaa17-9112-4cdb-9923-9898bae71caa" + "d2f08c79-9bf1-4c5a-bbff-a532c519f1fe" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "", @@ -1015,23 +1030,20 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 17:01:34 GMT" + "Wed, 19 Oct 2016 20:20:54 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "bfb9a3f2-6478-4b54-9d4c-3eedf1653309" + "9cf3d952-19b8-485a-b8af-1f6c36332a38" ], "ContentLength": [ "0" ], - "Server-Perf": [ - "[bfb9a3f2-6478-4b54-9d4c-3eedf1653309][ AuthTime::0::PostAuthTime::0 ][S-HdfsModifyAclEntries :: 00:00:070 ms]%0a[MODIFYACLENTRIES :: 00:00:089 ms]%0a" - ], "x-ms-webhdfs-version": [ "16.07.18.01" ], @@ -1050,12 +1062,12 @@ ], "Names": { ".ctor": [ - "datalakerg11434", - "testdatalake14320", - "testadlfs12178" + "datalakerg17325", + "testdatalake11752", + "testadlfs19911" ] }, "Variables": { - "SubscriptionId": "90585f39-ab85-4921-bb37-0468f7efd1dd" + "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" } } \ No newline at end of file diff --git a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemGetNonExistentFile.json b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemGetNonExistentFile.json index 06f53f34377c8..9e954b8307398 100644 --- a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemGetNonExistentFile.json +++ b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemGetNonExistentFile.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "54d17e0b-e019-4de3-a250-7a6136b1b309" + "e2cc2164-0fd5-4335-93fe-21ad3b90a747" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:50:07 GMT" + "Wed, 19 Oct 2016 20:10:05 GMT" ], "Pragma": [ "no-cache" @@ -37,16 +38,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1116" + "1199" ], "x-ms-request-id": [ - "a67baa5a-d51e-446f-a226-4c9536b8cc6c" + "d566a39a-fcd2-4d92-a0b8-c5cfd5f5a960" ], "x-ms-correlation-request-id": [ - "a67baa5a-d51e-446f-a226-4c9536b8cc6c" + "d566a39a-fcd2-4d92-a0b8-c5cfd5f5a960" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165008Z:a67baa5a-d51e-446f-a226-4c9536b8cc6c" + "WESTUS2:20161019T201005Z:d566a39a-fcd2-4d92-a0b8-c5cfd5f5a960" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -55,22 +56,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f4fe6546-54a9-4b07-9f97-e4b2d7ce08cd" + "e725b4de-6e6c-4d35-9f95-02457f2e0941" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -82,7 +84,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:50:07 GMT" + "Wed, 19 Oct 2016 20:10:05 GMT" ], "Pragma": [ "no-cache" @@ -91,16 +93,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" + "14999" ], "x-ms-request-id": [ - "b27c3221-d739-4f65-8d98-a3b5c9beb3ef" + "9cc19af2-5595-4553-8f48-545d15a9196b" ], "x-ms-correlation-request-id": [ - "b27c3221-d739-4f65-8d98-a3b5c9beb3ef" + "9cc19af2-5595-4553-8f48-545d15a9196b" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165008Z:b27c3221-d739-4f65-8d98-a3b5c9beb3ef" + "WESTUS2:20161019T201006Z:9cc19af2-5595-4553-8f48-545d15a9196b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -109,22 +111,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2743c06e-b0c7-4d82-a116-063000b555ec" + "d3b96791-c877-4b3f-bba4-d41b04b1a11f" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -136,7 +139,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:50:07 GMT" + "Wed, 19 Oct 2016 20:10:06 GMT" ], "Pragma": [ "no-cache" @@ -145,16 +148,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1115" + "1198" ], "x-ms-request-id": [ - "0329c95f-d440-4132-874a-1dbb2e559935" + "afee5012-4937-42c7-872b-35f61cc83e9d" ], "x-ms-correlation-request-id": [ - "0329c95f-d440-4132-874a-1dbb2e559935" + "afee5012-4937-42c7-872b-35f61cc83e9d" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165008Z:0329c95f-d440-4132-874a-1dbb2e559935" + "WESTUS2:20161019T201006Z:afee5012-4937-42c7-872b-35f61cc83e9d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -163,22 +166,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d26c8b5-157f-42c0-9cde-446321d3f9eb" + "ffaa7bfa-70da-4854-b00c-c004d554634f" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -190,7 +194,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:50:07 GMT" + "Wed, 19 Oct 2016 20:10:06 GMT" ], "Pragma": [ "no-cache" @@ -199,16 +203,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" + "14998" ], "x-ms-request-id": [ - "f66a93b5-cf70-4572-bad3-82d50c75f069" + "56584e20-971a-423e-9d69-2571b056b721" ], "x-ms-correlation-request-id": [ - "f66a93b5-cf70-4572-bad3-82d50c75f069" + "56584e20-971a-423e-9d69-2571b056b721" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165008Z:f66a93b5-cf70-4572-bad3-82d50c75f069" + "WESTUS2:20161019T201006Z:56584e20-971a-423e-9d69-2571b056b721" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -217,22 +221,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg14773?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNDc3Mz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg14963?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNDk2Mz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2c128af9-4af6-490b-a7ec-07247cdbe011" + "aeff0a82-b4c7-4cdb-a4dc-e6c2993630b6" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg14773' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg14963' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "107" @@ -247,7 +252,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:50:07 GMT" + "Wed, 19 Oct 2016 20:10:06 GMT" ], "Pragma": [ "no-cache" @@ -256,16 +261,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" + "14997" ], "x-ms-request-id": [ - "0b08bb81-aa17-4891-82b7-5acc81db7dcd" + "74b265dc-38cc-4ef1-a475-2f14223d341b" ], "x-ms-correlation-request-id": [ - "0b08bb81-aa17-4891-82b7-5acc81db7dcd" + "74b265dc-38cc-4ef1-a475-2f14223d341b" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165008Z:0b08bb81-aa17-4891-82b7-5acc81db7dcd" + "WESTUS2:20161019T201006Z:74b265dc-38cc-4ef1-a475-2f14223d341b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -274,22 +279,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg14773?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNDc3Mz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg14963?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNDk2Mz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5a375cf8-2c12-489d-81c1-6b0ff0f879e9" + "dedc2446-12ee-4631-b1be-5b3ff5f57d3f" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg14773\",\r\n \"name\": \"datalakerg14773\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14963\",\r\n \"name\": \"datalakerg14963\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -301,7 +307,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:50:08 GMT" + "Wed, 19 Oct 2016 20:10:07 GMT" ], "Pragma": [ "no-cache" @@ -310,16 +316,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14876" + "14996" ], "x-ms-request-id": [ - "b6082783-1084-47be-ac4e-e620ea04e1e1" + "37b44250-316e-4aeb-a931-956bddfd64b1" ], "x-ms-correlation-request-id": [ - "b6082783-1084-47be-ac4e-e620ea04e1e1" + "37b44250-316e-4aeb-a931-956bddfd64b1" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165008Z:b6082783-1084-47be-ac4e-e620ea04e1e1" + "WESTUS2:20161019T201008Z:37b44250-316e-4aeb-a931-956bddfd64b1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -328,8 +334,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg14773?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNDc3Mz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg14963?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNDk2Mz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -340,16 +346,17 @@ "31" ], "x-ms-client-request-id": [ - "6f741334-0398-436f-96c8-2a8bb04f85fa" + "ee0ec2dc-42ca-441c-ad82-9c5cb99a37ec" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg14773\",\r\n \"name\": \"datalakerg14773\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14963\",\r\n \"name\": \"datalakerg14963\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "184" @@ -364,22 +371,22 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:50:08 GMT" + "Wed, 19 Oct 2016 20:10:07 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1114" + "1197" ], "x-ms-request-id": [ - "ee95ccc8-ab69-471f-bba9-27689b1b2437" + "1e01893d-96ea-46b3-9398-a51f98fa5651" ], "x-ms-correlation-request-id": [ - "ee95ccc8-ab69-471f-bba9-27689b1b2437" + "1e01893d-96ea-46b3-9398-a51f98fa5651" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165008Z:ee95ccc8-ab69-471f-bba9-27689b1b2437" + "WESTUS2:20161019T201008Z:1e01893d-96ea-46b3-9398-a51f98fa5651" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -388,22 +395,23 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg14773/providers/Microsoft.DataLakeStore/accounts/testadlfs14950?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDc3My9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTQ5NTA/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14963/providers/Microsoft.DataLakeStore/accounts/testadlfs17718?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDk2My9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTc3MTg/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "24d8f9e6-2b66-419a-b5d7-6ff8248c2dc5" + "f80fd3ad-0033-4ac6-9784-c4e4f5bbedbc" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs14950' under resource group 'datalakerg14773' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs17718' under resource group 'datalakerg14963' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "166" @@ -418,7 +426,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:50:08 GMT" + "Wed, 19 Oct 2016 20:10:07 GMT" ], "Pragma": [ "no-cache" @@ -427,13 +435,13 @@ "gateway" ], "x-ms-request-id": [ - "648b5bc1-c782-4c58-b617-32076602482e" + "f90844a0-46fc-4b8e-aac2-67960b6c5696" ], "x-ms-correlation-request-id": [ - "648b5bc1-c782-4c58-b617-32076602482e" + "f90844a0-46fc-4b8e-aac2-67960b6c5696" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165008Z:648b5bc1-c782-4c58-b617-32076602482e" + "WESTUS2:20161019T201008Z:f90844a0-46fc-4b8e-aac2-67960b6c5696" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -442,16 +450,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg14773/providers/Microsoft.DataLakeStore/accounts/testadlfs14950?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDc3My9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTQ5NTA/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14963/providers/Microsoft.DataLakeStore/accounts/testadlfs17718?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDk2My9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTc3MTg/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs14950.caboaccountdogfood.net\",\r\n \"accountId\": \"17414f82-8bbd-4a93-9bed-cf497df33939\",\r\n \"creationTime\": \"2016-09-01T16:50:11.4967526Z\",\r\n \"lastModifiedTime\": \"2016-09-01T16:50:11.4967526Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg14773/providers/Microsoft.DataLakeStore/accounts/testadlfs14950\",\r\n \"name\": \"testadlfs14950\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs17718.azuredatalakestore.net\",\r\n \"accountId\": \"a5f25128-d955-4371-a7c9-6b001714755b\",\r\n \"creationTime\": \"2016-10-19T20:10:09.6404945Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:10:09.6404945Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14963/providers/Microsoft.DataLakeStore/accounts/testadlfs17718\",\r\n \"name\": \"testadlfs17718\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -466,7 +475,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:50:43 GMT" + "Wed, 19 Oct 2016 20:10:41 GMT" ], "Pragma": [ "no-cache" @@ -478,7 +487,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "4d8ee1ae-d1e2-4faa-9126-87cd5708785d" + "206d4bd3-6760-49d8-90c0-c93f39fe57d7" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -487,13 +499,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14872" + "14999" ], "x-ms-correlation-request-id": [ - "c02eb58a-13c0-4912-8794-3b8a9731518d" + "486f022a-d529-4eda-83ac-3655f1f3cd34" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165044Z:c02eb58a-13c0-4912-8794-3b8a9731518d" + "WESTUS2:20161019T201041Z:486f022a-d529-4eda-83ac-3655f1f3cd34" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -502,22 +514,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg14773/providers/Microsoft.DataLakeStore/accounts/testadlfs14950?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDc3My9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTQ5NTA/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14963/providers/Microsoft.DataLakeStore/accounts/testadlfs17718?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDk2My9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTc3MTg/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5f482877-5494-4808-8720-430940929632" + "d05c219d-2cec-46c5-8158-7f7b27b5e7cc" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs14950.caboaccountdogfood.net\",\r\n \"accountId\": \"17414f82-8bbd-4a93-9bed-cf497df33939\",\r\n \"creationTime\": \"2016-09-01T16:50:11.4967526Z\",\r\n \"lastModifiedTime\": \"2016-09-01T16:50:11.4967526Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg14773/providers/Microsoft.DataLakeStore/accounts/testadlfs14950\",\r\n \"name\": \"testadlfs14950\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs17718.azuredatalakestore.net\",\r\n \"accountId\": \"a5f25128-d955-4371-a7c9-6b001714755b\",\r\n \"creationTime\": \"2016-10-19T20:10:09.6404945Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:10:09.6404945Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14963/providers/Microsoft.DataLakeStore/accounts/testadlfs17718\",\r\n \"name\": \"testadlfs17718\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -532,7 +545,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:50:44 GMT" + "Wed, 19 Oct 2016 20:10:41 GMT" ], "Pragma": [ "no-cache" @@ -544,7 +557,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "0662b272-c12c-4566-8952-f62ada8a3c04" + "bd462f77-2b8e-4704-b5a4-c57af4154a47" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -553,13 +569,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" + "14998" ], "x-ms-correlation-request-id": [ - "254dba72-db5d-4700-b68b-1bbe11a46fb5" + "a78e9d54-dd61-4295-815d-f19094af16b2" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165044Z:254dba72-db5d-4700-b68b-1bbe11a46fb5" + "WESTUS2:20161019T201042Z:a78e9d54-dd61-4295-815d-f19094af16b2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -568,10 +584,10 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg14773/providers/Microsoft.DataLakeStore/accounts/testadlfs14950?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDc3My9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTQ5NTA/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14963/providers/Microsoft.DataLakeStore/accounts/testadlfs17718?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDk2My9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTc3MTg/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs14950\"\r\n}", + "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs17718\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -580,16 +596,17 @@ "60" ], "x-ms-client-request-id": [ - "3f8f97ae-34f2-4222-b351-7ba0cd6e708e" + "51b965c8-7e27-412c-bfdd-c83a101ead52" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"17414f82-8bbd-4a93-9bed-cf497df33939\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg14773/providers/Microsoft.DataLakeStore/accounts/testadlfs14950\",\r\n \"name\": \"testadlfs14950\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"a5f25128-d955-4371-a7c9-6b001714755b\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14963/providers/Microsoft.DataLakeStore/accounts/testadlfs17718\",\r\n \"name\": \"testadlfs17718\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ "420" @@ -607,13 +624,13 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:50:09 GMT" + "Wed, 19 Oct 2016 20:10:09 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg14773/providers/Microsoft.DataLakeStore/accounts/testadlfs14950/operationresults/0?api-version=2015-10-01-preview" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg14963/providers/Microsoft.DataLakeStore/accounts/testadlfs17718/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -622,10 +639,13 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/17414f82-8bbd-4a93-9bed-cf497df339390?api-version=2015-10-01-preview&expanded=true" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/a5f25128-d955-4371-a7c9-6b001714755b0?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "10a148f6-7541-444b-9dcb-385f58e3a16b" + "77328483-2f4b-404c-8493-0ceab5187522" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -634,13 +654,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1112" + "1199" ], "x-ms-correlation-request-id": [ - "9b50ac9a-f9c2-4bc3-90d7-41edf6ebb013" + "5caa6276-cef0-4811-b637-ae16e03e2d71" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165009Z:9b50ac9a-f9c2-4bc3-90d7-41edf6ebb013" + "WESTUS2:20161019T201010Z:5caa6276-cef0-4811-b637-ae16e03e2d71" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -649,13 +669,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/17414f82-8bbd-4a93-9bed-cf497df339390?api-version=2015-10-01-preview&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzE3NDE0ZjgyLThiYmQtNGE5My05YmVkLWNmNDk3ZGYzMzkzOTA/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3JmV4cGFuZGVkPXRydWU=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/a5f25128-d955-4371-a7c9-6b001714755b0?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzL2E1ZjI1MTI4LWQ5NTUtNDM3MS1hN2M5LTZiMDAxNzE0NzU1YjA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -673,7 +694,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:50:39 GMT" + "Wed, 19 Oct 2016 20:10:40 GMT" ], "Pragma": [ "no-cache" @@ -685,7 +706,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "2394ad9b-4412-49ff-9b18-539365d201f8" + "6eea3d23-8a2a-499e-a642-9c6bad338440" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -694,13 +718,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" + "14999" ], "x-ms-correlation-request-id": [ - "148f3e62-7360-4151-b319-071eaf382226" + "83535c70-71fa-4740-a928-f59842cb4c94" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165039Z:148f3e62-7360-4151-b319-071eaf382226" + "WESTUS2:20161019T201041Z:83535c70-71fa-4740-a928-f59842cb4c94" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -709,22 +733,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/%2Fnonexistentfile001.txt?op=MSGETFILESTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvJTJGbm9uZXhpc3RlbnRmaWxlMDAxLnR4dD9vcD1NU0dFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/webhdfs/v1/%2Fnonexistentfile001.txt?op=MSGETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvJTJGbm9uZXhpc3RlbnRmaWxlMDAxLnR4dD9vcD1NU0dFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "71af7068-5730-40fc-b45e-dd57ba482da5" + "7bffa6ce-934f-4529-8ee6-535c3ba1bfed" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileNotFoundException\",\r\n \"message\": \"File/Folder does not exist: /nonexistentfile001.txt [bafbcf44-7514-4f2e-bfe4-0f0a4767c4cd][2016-09-01T09:50:45.7937413-07:00]\",\r\n \"javaClassName\": \"java.io.FileNotFoundException\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileNotFoundException\",\r\n \"message\": \"File/Folder does not exist: /nonexistentfile001.txt [d0d15d41-a75c-42f3-9bc2-e430f89a9d14][2016-10-19T13:10:43.7018797-07:00]\",\r\n \"javaClassName\": \"java.io.FileNotFoundException\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "243" @@ -736,19 +761,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:50:44 GMT" + "Wed, 19 Oct 2016 20:10:43 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "bafbcf44-7514-4f2e-bfe4-0f0a4767c4cd" - ], - "Server-Perf": [ - "[bafbcf44-7514-4f2e-bfe4-0f0a4767c4cd][ AuthTime::1354.08282059814::PostAuthTime::364.823956402468 ][S-HdfsGetFileStatusV2 :: 00:00:131 ms]%0a[MSGETFILESTATUS :: 00:00:132 ms]%0a" + "d0d15d41-a75c-42f3-9bc2-e430f89a9d14" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -768,12 +790,12 @@ ], "Names": { ".ctor": [ - "datalakerg14773", - "testdatalake14506", - "testadlfs14950" + "datalakerg14963", + "testdatalake1741", + "testadlfs17718" ] }, "Variables": { - "SubscriptionId": "90585f39-ab85-4921-bb37-0468f7efd1dd" + "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" } } \ No newline at end of file diff --git a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemListFolderContents.json b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemListFolderContents.json index e60aa8f915e6c..66f5026d8183e 100644 --- a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemListFolderContents.json +++ b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemListFolderContents.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ae207598-d8f3-475f-b397-93744001192d" + "c3419a16-981c-4db7-a24e-430363d0d7af" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:02:13 GMT" + "Wed, 19 Oct 2016 20:21:35 GMT" ], "Pragma": [ "no-cache" @@ -37,16 +38,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1138" + "1197" ], "x-ms-request-id": [ - "a90fb151-eaa0-4f70-872f-20d38ea8c977" + "0b52e9ad-9886-4669-991a-6b7a34cb6616" ], "x-ms-correlation-request-id": [ - "a90fb151-eaa0-4f70-872f-20d38ea8c977" + "0b52e9ad-9886-4669-991a-6b7a34cb6616" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170213Z:a90fb151-eaa0-4f70-872f-20d38ea8c977" + "WESTUS2:20161019T202135Z:0b52e9ad-9886-4669-991a-6b7a34cb6616" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -55,22 +56,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c25fd42c-7f13-4eb5-8d2b-90efc3b6195b" + "9a3019de-ed31-4423-86f1-7ca4d9f19615" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -82,7 +84,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:02:13 GMT" + "Wed, 19 Oct 2016 20:21:35 GMT" ], "Pragma": [ "no-cache" @@ -91,16 +93,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14883" + "14992" ], "x-ms-request-id": [ - "9e8fb6c3-e28c-48ac-897f-d284e9120b2a" + "a080c469-98a0-4455-8bb9-4f3c6dd79dd3" ], "x-ms-correlation-request-id": [ - "9e8fb6c3-e28c-48ac-897f-d284e9120b2a" + "a080c469-98a0-4455-8bb9-4f3c6dd79dd3" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170213Z:9e8fb6c3-e28c-48ac-897f-d284e9120b2a" + "WESTUS2:20161019T202136Z:a080c469-98a0-4455-8bb9-4f3c6dd79dd3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -109,22 +111,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8ecc5158-afb1-47a2-bab4-4faf82915889" + "1752a312-b3ac-459b-8cc0-5829f194f25d" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -136,7 +139,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:02:13 GMT" + "Wed, 19 Oct 2016 20:21:36 GMT" ], "Pragma": [ "no-cache" @@ -145,16 +148,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1137" + "1196" ], "x-ms-request-id": [ - "4feac57d-8221-4623-9cc4-db809a56f9e5" + "a692252a-910f-41e8-b517-ca82e92b8b20" ], "x-ms-correlation-request-id": [ - "4feac57d-8221-4623-9cc4-db809a56f9e5" + "a692252a-910f-41e8-b517-ca82e92b8b20" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170213Z:4feac57d-8221-4623-9cc4-db809a56f9e5" + "WESTUS2:20161019T202136Z:a692252a-910f-41e8-b517-ca82e92b8b20" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -163,22 +166,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b6c022c9-eb0f-4f71-a1ba-5eb074183b1d" + "5bce5897-4cf4-42ce-a320-c8e13194fe4b" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -190,7 +194,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:02:13 GMT" + "Wed, 19 Oct 2016 20:21:36 GMT" ], "Pragma": [ "no-cache" @@ -199,16 +203,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14882" + "14991" ], "x-ms-request-id": [ - "074f315e-d72f-48e4-a524-106538a1b8d5" + "5bd6b19f-1d79-4035-bd11-366211732d35" ], "x-ms-correlation-request-id": [ - "074f315e-d72f-48e4-a524-106538a1b8d5" + "5bd6b19f-1d79-4035-bd11-366211732d35" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170213Z:074f315e-d72f-48e4-a524-106538a1b8d5" + "WESTUS2:20161019T202136Z:5bd6b19f-1d79-4035-bd11-366211732d35" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -217,22 +221,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg12989?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMjk4OT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg16063?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNjA2Mz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "16aaa0d1-665b-42ea-8d64-ddf9cb97f08b" + "80832767-3792-4ad4-8fb0-d66fb956d115" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg12989' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg16063' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "107" @@ -247,7 +252,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:02:13 GMT" + "Wed, 19 Oct 2016 20:21:36 GMT" ], "Pragma": [ "no-cache" @@ -256,16 +261,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14881" + "14990" ], "x-ms-request-id": [ - "b5818e62-b95b-42a5-8c7d-a3600a92ca02" + "ca68a722-a19f-4343-8be2-3e73bb19a9ee" ], "x-ms-correlation-request-id": [ - "b5818e62-b95b-42a5-8c7d-a3600a92ca02" + "ca68a722-a19f-4343-8be2-3e73bb19a9ee" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170213Z:b5818e62-b95b-42a5-8c7d-a3600a92ca02" + "WESTUS2:20161019T202136Z:ca68a722-a19f-4343-8be2-3e73bb19a9ee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -274,22 +279,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg12989?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMjk4OT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg16063?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNjA2Mz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "730ee082-39c2-405a-93d1-6199d35f796b" + "141afb19-8eb9-4f38-b626-50eeb6eea42f" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg12989\",\r\n \"name\": \"datalakerg12989\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg16063\",\r\n \"name\": \"datalakerg16063\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -301,7 +307,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:02:13 GMT" + "Wed, 19 Oct 2016 20:21:37 GMT" ], "Pragma": [ "no-cache" @@ -310,16 +316,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" + "14989" ], "x-ms-request-id": [ - "c2438769-9924-4e25-895f-3466b16bc1f9" + "434c0eb8-f9be-4748-b69e-26dccbbbfb93" ], "x-ms-correlation-request-id": [ - "c2438769-9924-4e25-895f-3466b16bc1f9" + "434c0eb8-f9be-4748-b69e-26dccbbbfb93" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170214Z:c2438769-9924-4e25-895f-3466b16bc1f9" + "WESTUS2:20161019T202137Z:434c0eb8-f9be-4748-b69e-26dccbbbfb93" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -328,8 +334,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg12989?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMjk4OT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg16063?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNjA2Mz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -340,16 +346,17 @@ "31" ], "x-ms-client-request-id": [ - "6b1f4e9b-94a1-4678-8de3-6b31f809d1c9" + "f68d38cb-6889-482a-916e-14a8d04f29db" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg12989\",\r\n \"name\": \"datalakerg12989\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg16063\",\r\n \"name\": \"datalakerg16063\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "184" @@ -364,22 +371,22 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:02:13 GMT" + "Wed, 19 Oct 2016 20:21:37 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1136" + "1195" ], "x-ms-request-id": [ - "46b8a970-f9d1-4faa-95ab-4ae4aa920300" + "054ff129-f8ab-4768-a9c0-6345af336745" ], "x-ms-correlation-request-id": [ - "46b8a970-f9d1-4faa-95ab-4ae4aa920300" + "054ff129-f8ab-4768-a9c0-6345af336745" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170213Z:46b8a970-f9d1-4faa-95ab-4ae4aa920300" + "WESTUS2:20161019T202137Z:054ff129-f8ab-4768-a9c0-6345af336745" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -388,25 +395,26 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg12989/providers/Microsoft.DataLakeStore/accounts/testadlfs1909?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMjk4OS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTkwOT9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg16063/providers/Microsoft.DataLakeStore/accounts/testadlfs13848?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNjA2My9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTM4NDg/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ef169372-5492-4a8a-b7ae-68c62ff51f9c" + "95bdddd9-6cf1-4483-82e4-b2e42a314aa1" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs1909' under resource group 'datalakerg12989' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs13848' under resource group 'datalakerg16063' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "165" + "166" ], "Content-Type": [ "application/json; charset=utf-8" @@ -418,7 +426,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:02:14 GMT" + "Wed, 19 Oct 2016 20:21:38 GMT" ], "Pragma": [ "no-cache" @@ -427,13 +435,13 @@ "gateway" ], "x-ms-request-id": [ - "4fa3167e-6829-4b91-8804-e59d4b7fe54f" + "81585ddd-6cd0-4c6d-a326-ea3055122e4b" ], "x-ms-correlation-request-id": [ - "4fa3167e-6829-4b91-8804-e59d4b7fe54f" + "81585ddd-6cd0-4c6d-a326-ea3055122e4b" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170214Z:4fa3167e-6829-4b91-8804-e59d4b7fe54f" + "WESTUS2:20161019T202138Z:81585ddd-6cd0-4c6d-a326-ea3055122e4b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -442,16 +450,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg12989/providers/Microsoft.DataLakeStore/accounts/testadlfs1909?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMjk4OS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTkwOT9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg16063/providers/Microsoft.DataLakeStore/accounts/testadlfs13848?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNjA2My9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTM4NDg/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs1909.caboaccountdogfood.net\",\r\n \"accountId\": \"1ea7f45a-2ab2-45ea-9abd-ac83c3e3d62b\",\r\n \"creationTime\": \"2016-09-01T17:02:16.9110714Z\",\r\n \"lastModifiedTime\": \"2016-09-01T17:02:16.9110714Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg12989/providers/Microsoft.DataLakeStore/accounts/testadlfs1909\",\r\n \"name\": \"testadlfs1909\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs13848.azuredatalakestore.net\",\r\n \"accountId\": \"6c78b660-6d0a-4af3-96cf-7c5716449eff\",\r\n \"creationTime\": \"2016-10-19T20:21:39.3841525Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:21:39.3841525Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg16063/providers/Microsoft.DataLakeStore/accounts/testadlfs13848\",\r\n \"name\": \"testadlfs13848\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -466,7 +475,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 17:02:45 GMT" + "Wed, 19 Oct 2016 20:22:10 GMT" ], "Pragma": [ "no-cache" @@ -478,7 +487,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "859eb500-b600-4f74-8838-10b0f5563333" + "a16a9398-75bc-46a7-9ed3-1a6c4d1c5407" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -487,13 +499,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14867" + "14988" ], "x-ms-correlation-request-id": [ - "f6b70322-eba0-414d-a9ef-7d0aba7e02d4" + "2cd69bb9-af85-457b-b776-b4e5ff012975" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170245Z:f6b70322-eba0-414d-a9ef-7d0aba7e02d4" + "WESTUS2:20161019T202211Z:2cd69bb9-af85-457b-b776-b4e5ff012975" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -502,22 +514,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg12989/providers/Microsoft.DataLakeStore/accounts/testadlfs1909?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMjk4OS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTkwOT9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg16063/providers/Microsoft.DataLakeStore/accounts/testadlfs13848?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNjA2My9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTM4NDg/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "91bd3275-f23c-4a77-977f-4405411ba524" + "81ab23d9-5176-4306-b228-dd9300b8c339" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs1909.caboaccountdogfood.net\",\r\n \"accountId\": \"1ea7f45a-2ab2-45ea-9abd-ac83c3e3d62b\",\r\n \"creationTime\": \"2016-09-01T17:02:16.9110714Z\",\r\n \"lastModifiedTime\": \"2016-09-01T17:02:16.9110714Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg12989/providers/Microsoft.DataLakeStore/accounts/testadlfs1909\",\r\n \"name\": \"testadlfs1909\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs13848.azuredatalakestore.net\",\r\n \"accountId\": \"6c78b660-6d0a-4af3-96cf-7c5716449eff\",\r\n \"creationTime\": \"2016-10-19T20:21:39.3841525Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:21:39.3841525Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg16063/providers/Microsoft.DataLakeStore/accounts/testadlfs13848\",\r\n \"name\": \"testadlfs13848\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -532,7 +545,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 17:02:45 GMT" + "Wed, 19 Oct 2016 20:22:10 GMT" ], "Pragma": [ "no-cache" @@ -544,7 +557,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "6ae7bfbd-e68a-49d5-80b1-e5ad4e82f866" + "d286cf71-d606-4444-ba72-0f3e525207f4" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -553,13 +569,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" + "14988" ], "x-ms-correlation-request-id": [ - "bdd1675c-95ba-425f-9cce-7ceaf3cc8fff" + "9f03a4ca-bb62-4c8f-b651-5bb93602408c" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170245Z:bdd1675c-95ba-425f-9cce-7ceaf3cc8fff" + "WESTUS2:20161019T202211Z:9f03a4ca-bb62-4c8f-b651-5bb93602408c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -568,31 +584,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg12989/providers/Microsoft.DataLakeStore/accounts/testadlfs1909?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMjk4OS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTkwOT9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg16063/providers/Microsoft.DataLakeStore/accounts/testadlfs13848?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNjA2My9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTM4NDg/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs1909\"\r\n}", + "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs13848\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "59" + "60" ], "x-ms-client-request-id": [ - "4d1ba878-0a54-4f2e-ba5a-6cbe5861bbf1" + "d906a91d-be56-4d3b-b2b5-2bea58a748c5" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"1ea7f45a-2ab2-45ea-9abd-ac83c3e3d62b\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg12989/providers/Microsoft.DataLakeStore/accounts/testadlfs1909\",\r\n \"name\": \"testadlfs1909\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"6c78b660-6d0a-4af3-96cf-7c5716449eff\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg16063/providers/Microsoft.DataLakeStore/accounts/testadlfs13848\",\r\n \"name\": \"testadlfs13848\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ - "418" + "420" ], "Content-Type": [ "application/json" @@ -607,13 +624,13 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 17:02:14 GMT" + "Wed, 19 Oct 2016 20:21:39 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg12989/providers/Microsoft.DataLakeStore/accounts/testadlfs1909/operationresults/0?api-version=2015-10-01-preview" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg16063/providers/Microsoft.DataLakeStore/accounts/testadlfs13848/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -622,10 +639,13 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/1ea7f45a-2ab2-45ea-9abd-ac83c3e3d62b0?api-version=2015-10-01-preview&expanded=true" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/6c78b660-6d0a-4af3-96cf-7c5716449eff0?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "2501a311-e2e2-405d-bded-d5c916f65a20" + "c970d6be-75fb-4d68-89e2-3ab68a5cd2d8" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -634,13 +654,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1109" + "1195" ], "x-ms-correlation-request-id": [ - "02186b69-b1f4-4186-895a-7b0514b9f6bb" + "756b0648-e4ba-49d2-9777-fc34ce249343" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170214Z:02186b69-b1f4-4186-895a-7b0514b9f6bb" + "WESTUS2:20161019T202140Z:756b0648-e4ba-49d2-9777-fc34ce249343" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -649,13 +669,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/1ea7f45a-2ab2-45ea-9abd-ac83c3e3d62b0?api-version=2015-10-01-preview&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzFlYTdmNDVhLTJhYjItNDVlYS05YWJkLWFjODNjM2UzZDYyYjA/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3JmV4cGFuZGVkPXRydWU=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/6c78b660-6d0a-4af3-96cf-7c5716449eff0?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzZjNzhiNjYwLTZkMGEtNGFmMy05NmNmLTdjNTcxNjQ0OWVmZjA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -673,7 +694,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 17:02:45 GMT" + "Wed, 19 Oct 2016 20:22:10 GMT" ], "Pragma": [ "no-cache" @@ -685,7 +706,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "69bf4839-e659-4db4-a38c-1156a7310f7b" + "3d9f125c-91d6-4efb-964c-ff66f7919958" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -694,13 +718,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" + "14981" ], "x-ms-correlation-request-id": [ - "342baff4-fe01-4c4f-a66c-ee7252e10143" + "8e1e7291-7f49-4380-8d8d-a22d04ad9bb8" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170245Z:342baff4-fe01-4c4f-a66c-ee7252e10143" + "WESTUS2:20161019T202210Z:8e1e7291-7f49-4380-8d8d-a22d04ad9bb8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -709,19 +733,20 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder011174?op=MKDIRS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTE3ND9vcD1NS0RJUlMmYXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/webhdfs/v1/SDKTestFolder012989?op=MKDIRS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMjk4OT9vcD1NS0RJUlMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a27228e3-8c9c-49c4-b2c1-74041070714d" + "40c8bc09-8172-43ca-8da0-dc81f9597b9b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "{\r\n \"boolean\": true\r\n}", @@ -736,19 +761,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 17:02:47 GMT" + "Wed, 19 Oct 2016 20:22:12 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "a585bc1b-9063-4aec-b658-fce404a56af1" - ], - "Server-Perf": [ - "[a585bc1b-9063-4aec-b658-fce404a56af1][ AuthTime::1249.2761383553::PostAuthTime::318.627430015303 ][S-HdfsMkdirs :: 00:00:136 ms]%0a[MKDIRS :: 00:00:136 ms]%0a" + "8f995803-9c2b-4e47-8bfb-a5f0dd32b449" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -766,22 +788,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder011174?op=MSGETFILESTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTE3ND9vcD1NU0dFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/webhdfs/v1/SDKTestFolder012989?op=MSGETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMjk4OT9vcD1NU0dFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e24417c3-fc94-4127-abb7-69bbda00d1f3" + "17ab9f45-9216-488d-bd24-25363b0c5cbb" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"DIRECTORY\",\r\n \"blockSize\": 0,\r\n \"accessTime\": 1472749367610,\r\n \"modificationTime\": 1472749367610,\r\n \"replication\": 0,\r\n \"permission\": \"770\",\r\n \"owner\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"group\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"DIRECTORY\",\r\n \"blockSize\": 0,\r\n \"accessTime\": 1476908532553,\r\n \"modificationTime\": 1476908532553,\r\n \"replication\": 0,\r\n \"permission\": \"770\",\r\n \"owner\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"group\": \"2e6c02d2-a364-4530-9137-d17403996cbf\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "265" @@ -793,19 +816,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 17:02:47 GMT" + "Wed, 19 Oct 2016 20:22:12 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "42ffed19-d7a0-4f2c-b193-c2200778e520" - ], - "Server-Perf": [ - "[42ffed19-d7a0-4f2c-b193-c2200778e520][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetFileStatusV2 :: 00:00:015 ms]%0a[MSGETFILESTATUS :: 00:00:016 ms]%0a" + "999c908d-e48a-4aac-8eaf-a27369882de7" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -823,25 +843,26 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder011174%2FSDKTestFile01.txt5248?op=CREATE&write=true&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTE3NCUyRlNES1Rlc3RGaWxlMDEudHh0NTI0OD9vcD1DUkVBVEUmd3JpdGU9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/webhdfs/v1/SDKTestFolder012989%2FSDKTestFile01.txt6580?op=CREATE&write=true&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMjk4OSUyRlNES1Rlc3RGaWxlMDEudHh0NjU4MD9vcD1DUkVBVEUmd3JpdGU9dHJ1ZSZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "Content-Type": [ "application/octet-stream" ], - "x-ms-client-request-id": [ - "638bce5e-2ddb-4dc0-a20f-5c4be0579b68" + "Content-Length": [ + "0" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-client-request-id": [ + "1410c40c-46f5-47b4-b7de-59a43111ae6d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "", @@ -853,26 +874,23 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 17:02:47 GMT" + "Wed, 19 Oct 2016 20:22:12 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://testadlfs1909.caboaccountdogfood.net/webhdfs/v1/SDKTestFolder011174/SDKTestFile01.txt5248?op=CREATE&write=true&api-version=2015-10-01-preview" + "https://testadlfs13848.azuredatalakestore.net/webhdfs/v1/SDKTestFolder012989/SDKTestFile01.txt6580?op=CREATE&write=true&api-version=2016-11-01" ], "x-ms-request-id": [ - "3b46d42c-c6c9-4987-8481-6398f2b679de" + "bd9c57a1-9db1-4dc0-96ea-dfe921601006" ], "ContentLength": [ "0" ], - "Server-Perf": [ - "[3b46d42c-c6c9-4987-8481-6398f2b679de][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetFileStatusV2 :: 00:00:010 ms]%0a[S-FsOpenStream :: 00:00:083 ms]%0a[BufferingTime :: 00:00:001 ms]%0a[WriteTime :: 00:00:000 ms]%0a[S-FsAppendStream :: 00:00:018 ms]%0a[S-FsCloseHandle :: 00:00:001 ms]%0a[CREATE :: 00:00:117 ms]%0a" - ], "x-ms-webhdfs-version": [ "16.07.18.01" ], @@ -889,22 +907,23 @@ "StatusCode": 201 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder011174%2FSDKTestFile01.txt5248?op=MSGETFILESTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTE3NCUyRlNES1Rlc3RGaWxlMDEudHh0NTI0OD9vcD1NU0dFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/webhdfs/v1/SDKTestFolder012989%2FSDKTestFile01.txt6580?op=MSGETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMjk4OSUyRlNES1Rlc3RGaWxlMDEudHh0NjU4MD9vcD1NU0dFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "72b8b4da-8ec0-40b3-9c44-e54ed0701d06" + "0f3f87b1-6df8-4d73-8520-91859da51f8b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1472749367896,\r\n \"modificationTime\": 1472749367896,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"group\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"expirationTime\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1476908532772,\r\n \"modificationTime\": 1476908532772,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"group\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"expirationTime\": 0\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "287" @@ -916,19 +935,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 17:02:48 GMT" + "Wed, 19 Oct 2016 20:22:12 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "8d2df18d-25f7-4194-bade-0d0384362d8c" - ], - "Server-Perf": [ - "[8d2df18d-25f7-4194-bade-0d0384362d8c][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetFileStatusV2 :: 00:00:081 ms]%0a[MSGETFILESTATUS :: 00:00:081 ms]%0a" + "a43023dd-2fec-4133-acfa-64acc441d510" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -946,22 +962,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder011174?op=MSLISTSTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTE3ND9vcD1NU0xJU1RTVEFUVVMmYXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/webhdfs/v1/SDKTestFolder012989?op=MSLISTSTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMjk4OT9vcD1NU0xJU1RTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f015f800-0e82-43bb-b40b-dfaa51d1610f" + "fdfdddda-c1e2-43ec-9337-5cf985f2b912" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"FileStatuses\": {\r\n \"FileStatus\": [\r\n {\r\n \"length\": 0,\r\n \"pathSuffix\": \"SDKTestFile01.txt5248\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1472749367896,\r\n \"modificationTime\": 1472749367896,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"group\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"expirationTime\": 0\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatuses\": {\r\n \"FileStatus\": [\r\n {\r\n \"length\": 0,\r\n \"pathSuffix\": \"SDKTestFile01.txt6580\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1476908532772,\r\n \"modificationTime\": 1476908532772,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"group\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"expirationTime\": 0\r\n }\r\n ]\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "327" @@ -973,19 +990,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 17:02:48 GMT" + "Wed, 19 Oct 2016 20:22:12 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "4e2f6e0a-e6c7-4adc-b6a9-283ac27a16c3" - ], - "Server-Perf": [ - "[4e2f6e0a-e6c7-4adc-b6a9-283ac27a16c3][ AuthTime::0::PostAuthTime::0 ][S-HdfsListStatus :: 00:00:037 ms]%0a[MSLISTSTATUS :: 00:00:083 ms]%0a" + "51ec69e9-e587-4b72-b8f2-c47bed905b8f" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -1005,18 +1019,18 @@ ], "Names": { ".ctor": [ - "datalakerg12989", - "testdatalake1220", - "testadlfs1909" + "datalakerg16063", + "testdatalake18586", + "testadlfs13848" ], "CreateFolder": [ - "SDKTestFolder011174" + "SDKTestFolder012989" ], "CreateFile": [ - "SDKTestFolder011174/SDKTestFile01.txt5248" + "SDKTestFolder012989/SDKTestFile01.txt6580" ] }, "Variables": { - "SubscriptionId": "90585f39-ab85-4921-bb37-0468f7efd1dd" + "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" } } \ No newline at end of file diff --git a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemMoveFileAndFolder.json b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemMoveFileAndFolder.json index 8f0477b712987..60e65ffa6f2b3 100644 --- a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemMoveFileAndFolder.json +++ b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemMoveFileAndFolder.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c062b5a6-f8b6-48ac-acb1-5fb385e73cdf" + "31a8c55d-13fa-4a71-947f-9c83ae971964" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:05:11 GMT" + "Wed, 19 Oct 2016 20:24:11 GMT" ], "Pragma": [ "no-cache" @@ -37,16 +38,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1133" + "1191" ], "x-ms-request-id": [ - "f46fad3f-095c-4f09-a295-fc80c63b34cb" + "a12cfd99-d418-4800-b243-89b982b2cc46" ], "x-ms-correlation-request-id": [ - "f46fad3f-095c-4f09-a295-fc80c63b34cb" + "a12cfd99-d418-4800-b243-89b982b2cc46" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170511Z:f46fad3f-095c-4f09-a295-fc80c63b34cb" + "WESTUS2:20161019T202412Z:a12cfd99-d418-4800-b243-89b982b2cc46" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -55,22 +56,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4d488e5d-2788-43b3-9d1d-6669d43a1534" + "f2aafe9f-a95a-4276-83c4-b358dbaab134" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -82,7 +84,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:05:11 GMT" + "Wed, 19 Oct 2016 20:24:11 GMT" ], "Pragma": [ "no-cache" @@ -91,16 +93,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14871" + "14991" ], "x-ms-request-id": [ - "cb28ee76-52b3-4f59-a9da-05086dfc6dce" + "0d1c4fd4-7af5-4e35-8197-2fa97c955a35" ], "x-ms-correlation-request-id": [ - "cb28ee76-52b3-4f59-a9da-05086dfc6dce" + "0d1c4fd4-7af5-4e35-8197-2fa97c955a35" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170511Z:cb28ee76-52b3-4f59-a9da-05086dfc6dce" + "WESTUS2:20161019T202412Z:0d1c4fd4-7af5-4e35-8197-2fa97c955a35" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -109,22 +111,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "297a1b76-9cfa-469e-b944-0e3cf7b3b61a" + "dd481d55-a16d-4e02-b0ea-f054d77691df" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -136,7 +139,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:05:11 GMT" + "Wed, 19 Oct 2016 20:24:12 GMT" ], "Pragma": [ "no-cache" @@ -145,16 +148,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1132" + "1190" ], "x-ms-request-id": [ - "e4ac9a6c-1dac-43f9-b19a-88796dcfc447" + "392b7855-8562-42ea-be22-23e0bb82dc81" ], "x-ms-correlation-request-id": [ - "e4ac9a6c-1dac-43f9-b19a-88796dcfc447" + "392b7855-8562-42ea-be22-23e0bb82dc81" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170512Z:e4ac9a6c-1dac-43f9-b19a-88796dcfc447" + "WESTUS2:20161019T202412Z:392b7855-8562-42ea-be22-23e0bb82dc81" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -163,22 +166,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d8ea077-e725-4eff-8b87-443ba552dcbd" + "4c6d3e2d-d568-49d2-8f5b-6b256a4482b1" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -190,7 +194,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:05:11 GMT" + "Wed, 19 Oct 2016 20:24:12 GMT" ], "Pragma": [ "no-cache" @@ -199,16 +203,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14870" + "14990" ], "x-ms-request-id": [ - "600f4235-4095-4107-b124-a5cc5bab3d22" + "19af0a24-a231-4e51-b834-8e5cd51c36ef" ], "x-ms-correlation-request-id": [ - "600f4235-4095-4107-b124-a5cc5bab3d22" + "19af0a24-a231-4e51-b834-8e5cd51c36ef" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170512Z:600f4235-4095-4107-b124-a5cc5bab3d22" + "WESTUS2:20161019T202412Z:19af0a24-a231-4e51-b834-8e5cd51c36ef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -217,25 +221,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg148?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNDg/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg19377?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxOTM3Nz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ef7eb14f-eae3-4d86-9fbd-938f3caf665a" + "fedc9b69-648d-4ec9-9e42-b8f24bd16df7" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg148' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg19377' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "105" + "107" ], "Content-Type": [ "application/json; charset=utf-8" @@ -247,7 +252,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:05:11 GMT" + "Wed, 19 Oct 2016 20:24:12 GMT" ], "Pragma": [ "no-cache" @@ -256,16 +261,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14869" + "14989" ], "x-ms-request-id": [ - "9da41b0a-69bd-456f-ab62-26e70ccf6187" + "24f1a28e-4c0d-4e04-bccf-fc93a8c89bad" ], "x-ms-correlation-request-id": [ - "9da41b0a-69bd-456f-ab62-26e70ccf6187" + "24f1a28e-4c0d-4e04-bccf-fc93a8c89bad" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170512Z:9da41b0a-69bd-456f-ab62-26e70ccf6187" + "WESTUS2:20161019T202412Z:24f1a28e-4c0d-4e04-bccf-fc93a8c89bad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -274,22 +279,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg148?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNDg/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg19377?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxOTM3Nz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1f51ba04-94c2-41ee-8262-b7ac94762399" + "6719a5b6-0819-42aa-bed0-4c2a811b6679" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg148\",\r\n \"name\": \"datalakerg148\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg19377\",\r\n \"name\": \"datalakerg19377\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -301,7 +307,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:05:11 GMT" + "Wed, 19 Oct 2016 20:24:13 GMT" ], "Pragma": [ "no-cache" @@ -310,16 +316,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14868" + "14988" ], "x-ms-request-id": [ - "94d9aaf6-f876-4161-9b7b-ea2420238bcc" + "2fc042da-fcf0-4a4a-a778-681351d2b4e2" ], "x-ms-correlation-request-id": [ - "94d9aaf6-f876-4161-9b7b-ea2420238bcc" + "2fc042da-fcf0-4a4a-a778-681351d2b4e2" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170512Z:94d9aaf6-f876-4161-9b7b-ea2420238bcc" + "WESTUS2:20161019T202414Z:2fc042da-fcf0-4a4a-a778-681351d2b4e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -328,8 +334,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg148?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNDg/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg19377?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxOTM3Nz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -340,19 +346,20 @@ "31" ], "x-ms-client-request-id": [ - "ec96caca-bf40-463c-aa87-3148f1bf409c" + "d8bc488e-be06-424a-93ee-f3424842ba17" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg148\",\r\n \"name\": \"datalakerg148\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg19377\",\r\n \"name\": \"datalakerg19377\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "180" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -364,22 +371,22 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:05:11 GMT" + "Wed, 19 Oct 2016 20:24:13 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1131" + "1189" ], "x-ms-request-id": [ - "b90fe21e-1af3-44cc-af54-ae3cacc4baa9" + "cb101b36-807a-409b-b514-d7bc72847b27" ], "x-ms-correlation-request-id": [ - "b90fe21e-1af3-44cc-af54-ae3cacc4baa9" + "cb101b36-807a-409b-b514-d7bc72847b27" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170512Z:b90fe21e-1af3-44cc-af54-ae3cacc4baa9" + "WESTUS2:20161019T202414Z:cb101b36-807a-409b-b514-d7bc72847b27" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -388,25 +395,26 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg148/providers/Microsoft.DataLakeStore/accounts/testadlfs18957?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RhZGxmczE4OTU3P2FwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg19377/providers/Microsoft.DataLakeStore/accounts/testadlfs16535?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxOTM3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTY1MzU/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3bad3d44-cf30-4075-9b5c-a72d11eedeca" + "32343ec0-b52a-477b-b01a-51a5fbbc80dd" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs18957' under resource group 'datalakerg148' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs16535' under resource group 'datalakerg19377' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "164" + "166" ], "Content-Type": [ "application/json; charset=utf-8" @@ -418,7 +426,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:05:13 GMT" + "Wed, 19 Oct 2016 20:24:14 GMT" ], "Pragma": [ "no-cache" @@ -427,13 +435,13 @@ "gateway" ], "x-ms-request-id": [ - "a8fb46ce-7faa-41e3-a75c-9f64f704166c" + "23f98891-687b-49a2-bdd2-422a1d0ef85e" ], "x-ms-correlation-request-id": [ - "a8fb46ce-7faa-41e3-a75c-9f64f704166c" + "23f98891-687b-49a2-bdd2-422a1d0ef85e" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170513Z:a8fb46ce-7faa-41e3-a75c-9f64f704166c" + "WESTUS2:20161019T202414Z:23f98891-687b-49a2-bdd2-422a1d0ef85e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -442,16 +450,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg148/providers/Microsoft.DataLakeStore/accounts/testadlfs18957?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RhZGxmczE4OTU3P2FwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg19377/providers/Microsoft.DataLakeStore/accounts/testadlfs16535?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxOTM3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTY1MzU/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs18957.caboaccountdogfood.net\",\r\n \"accountId\": \"26beb64e-c04d-4a57-9193-6d5dc8eaadbb\",\r\n \"creationTime\": \"2016-09-01T17:05:16.2517469Z\",\r\n \"lastModifiedTime\": \"2016-09-01T17:05:16.2517469Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg148/providers/Microsoft.DataLakeStore/accounts/testadlfs18957\",\r\n \"name\": \"testadlfs18957\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs16535.azuredatalakestore.net\",\r\n \"accountId\": \"236c17c3-7068-4ea6-8d2f-7ce4ffaa5a3a\",\r\n \"creationTime\": \"2016-10-19T20:24:14.3946775Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:24:14.3946775Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg19377/providers/Microsoft.DataLakeStore/accounts/testadlfs16535\",\r\n \"name\": \"testadlfs16535\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -466,7 +475,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 17:05:44 GMT" + "Wed, 19 Oct 2016 20:24:46 GMT" ], "Pragma": [ "no-cache" @@ -478,7 +487,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c5ec189e-e32f-4b70-ba81-09ec7f863331" + "78b4c341-2628-4f53-a4f5-62fdeff92939" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -487,13 +499,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14871" + "14980" ], "x-ms-correlation-request-id": [ - "e9ca2d5d-103a-4a39-9325-517a9001f314" + "b4ca240e-af16-4c1b-bbe9-24b534370ea5" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170544Z:e9ca2d5d-103a-4a39-9325-517a9001f314" + "WESTUS2:20161019T202446Z:b4ca240e-af16-4c1b-bbe9-24b534370ea5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -502,22 +514,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg148/providers/Microsoft.DataLakeStore/accounts/testadlfs18957?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RhZGxmczE4OTU3P2FwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg19377/providers/Microsoft.DataLakeStore/accounts/testadlfs16535?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxOTM3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTY1MzU/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c98decd8-753d-4fc3-bd8b-41d6820d2c92" + "01b5456f-d799-429e-a87f-53940b1fc41d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs18957.caboaccountdogfood.net\",\r\n \"accountId\": \"26beb64e-c04d-4a57-9193-6d5dc8eaadbb\",\r\n \"creationTime\": \"2016-09-01T17:05:16.2517469Z\",\r\n \"lastModifiedTime\": \"2016-09-01T17:05:16.2517469Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg148/providers/Microsoft.DataLakeStore/accounts/testadlfs18957\",\r\n \"name\": \"testadlfs18957\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs16535.azuredatalakestore.net\",\r\n \"accountId\": \"236c17c3-7068-4ea6-8d2f-7ce4ffaa5a3a\",\r\n \"creationTime\": \"2016-10-19T20:24:14.3946775Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:24:14.3946775Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg19377/providers/Microsoft.DataLakeStore/accounts/testadlfs16535\",\r\n \"name\": \"testadlfs16535\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -532,7 +545,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 17:05:45 GMT" + "Wed, 19 Oct 2016 20:24:46 GMT" ], "Pragma": [ "no-cache" @@ -544,7 +557,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c81e9e4a-3415-4d67-bbca-5776656e8f74" + "c6bc8831-c39b-4080-a49f-abbb88200c90" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -553,13 +569,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14867" + "14983" ], "x-ms-correlation-request-id": [ - "2b3700c6-fac3-40b0-aef5-4cc6061c324b" + "7dfef949-0370-4c31-8c0a-423965f5d79b" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170545Z:2b3700c6-fac3-40b0-aef5-4cc6061c324b" + "WESTUS2:20161019T202447Z:7dfef949-0370-4c31-8c0a-423965f5d79b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -568,10 +584,10 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg148/providers/Microsoft.DataLakeStore/accounts/testadlfs18957?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RhZGxmczE4OTU3P2FwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg19377/providers/Microsoft.DataLakeStore/accounts/testadlfs16535?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxOTM3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTY1MzU/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs18957\"\r\n}", + "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs16535\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -580,19 +596,20 @@ "60" ], "x-ms-client-request-id": [ - "099dedb9-85cb-49b4-9a56-a143baee9645" + "5067cb16-e7c6-4b88-93e7-9ec70f8959cf" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"26beb64e-c04d-4a57-9193-6d5dc8eaadbb\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg148/providers/Microsoft.DataLakeStore/accounts/testadlfs18957\",\r\n \"name\": \"testadlfs18957\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"236c17c3-7068-4ea6-8d2f-7ce4ffaa5a3a\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg19377/providers/Microsoft.DataLakeStore/accounts/testadlfs16535\",\r\n \"name\": \"testadlfs16535\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ - "418" + "420" ], "Content-Type": [ "application/json" @@ -607,13 +624,13 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 17:05:13 GMT" + "Wed, 19 Oct 2016 20:24:15 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg148/providers/Microsoft.DataLakeStore/accounts/testadlfs18957/operationresults/0?api-version=2015-10-01-preview" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg19377/providers/Microsoft.DataLakeStore/accounts/testadlfs16535/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -622,10 +639,13 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/26beb64e-c04d-4a57-9193-6d5dc8eaadbb0?api-version=2015-10-01-preview&expanded=true" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/236c17c3-7068-4ea6-8d2f-7ce4ffaa5a3a0?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "73d19115-7fb1-4743-ad3f-e9976dca2a58" + "aa2fd2f8-a8ed-4782-8f44-cbd640fd44f6" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -634,13 +654,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1128" + "1193" ], "x-ms-correlation-request-id": [ - "375ba6e1-ca3c-40d1-851f-415ed2594553" + "704d1408-b3cf-4b08-a307-ac56d9620721" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170514Z:375ba6e1-ca3c-40d1-851f-415ed2594553" + "WESTUS2:20161019T202415Z:704d1408-b3cf-4b08-a307-ac56d9620721" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -649,13 +669,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/26beb64e-c04d-4a57-9193-6d5dc8eaadbb0?api-version=2015-10-01-preview&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzI2YmViNjRlLWMwNGQtNGE1Ny05MTkzLTZkNWRjOGVhYWRiYjA/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3JmV4cGFuZGVkPXRydWU=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/236c17c3-7068-4ea6-8d2f-7ce4ffaa5a3a0?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzIzNmMxN2MzLTcwNjgtNGVhNi04ZDJmLTdjZTRmZmFhNWEzYTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -673,7 +694,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 17:05:44 GMT" + "Wed, 19 Oct 2016 20:24:45 GMT" ], "Pragma": [ "no-cache" @@ -685,7 +706,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "fc707531-64fb-4d6e-9752-fe4889671844" + "7484a79c-edd2-4fbc-8ff0-e0a889bf52fc" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -694,13 +718,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" + "14985" ], "x-ms-correlation-request-id": [ - "3c7c11b3-4715-486e-b19a-d2a3d4480777" + "b4429ce1-e89f-488f-a316-f90eda6a7412" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170544Z:3c7c11b3-4715-486e-b19a-d2a3d4480777" + "WESTUS2:20161019T202446Z:b4429ce1-e89f-488f-a316-f90eda6a7412" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -709,25 +733,26 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt7465?op=CREATE&write=true&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3NDY1P29wPUNSRUFURSZ3cml0ZT10cnVlJmFwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt7525?op=CREATE&write=true&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3NTI1P29wPUNSRUFURSZ3cml0ZT10cnVlJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "These are some random test contents 1234!@", "RequestHeaders": { "Content-Type": [ "application/octet-stream" ], - "x-ms-client-request-id": [ - "cc4439ca-cc9f-46ee-a5dc-cea051122c34" + "Content-Length": [ + "42" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-client-request-id": [ + "1c589cc8-4324-4fd8-bc3f-747cd6b4a605" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "", @@ -739,26 +764,23 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 17:05:46 GMT" + "Wed, 19 Oct 2016 20:24:47 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://testadlfs18957.caboaccountdogfood.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt7465?op=CREATE&write=true&api-version=2015-10-01-preview" + "https://testadlfs16535.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt7525?op=CREATE&write=true&api-version=2016-11-01" ], "x-ms-request-id": [ - "e3d4975c-d1cb-4eed-a7f8-c3280d185715" + "6ff9695a-4a99-41fd-8115-c8adfd1daf7c" ], "ContentLength": [ "0" ], - "Server-Perf": [ - "[e3d4975c-d1cb-4eed-a7f8-c3280d185715][ AuthTime::1276.24285053802::PostAuthTime::322.054579911236 ][S-HdfsGetFileStatusV2 :: 00:00:156 ms]%0a[S-FsOpenStream :: 00:00:154 ms]%0a[S-FsAppendStream :: 00:00:152 ms]%0a[BufferingTime :: 00:00:001 ms]%0a[WriteTime :: 00:00:152 ms]%0a[S-FsAppendStream :: 00:00:019 ms]%0a[S-FsCloseHandle :: 00:00:001 ms]%0a[CREATE :: 00:00:486 ms]%0a" - ], "x-ms-webhdfs-version": [ "16.07.18.01" ], @@ -775,22 +797,23 @@ "StatusCode": 201 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt7465?op=MSGETFILESTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3NDY1P29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt7525?op=MSGETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3NTI1P29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "958e5605-00a4-4947-b007-3a37875c66dc" + "77ac44c4-24d5-4d5d-a08f-45900056f245" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1472749546933,\r\n \"modificationTime\": 1472749547208,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"group\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"expirationTime\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1476908688538,\r\n \"modificationTime\": 1476908688609,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"group\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"expirationTime\": 0\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "288" @@ -802,19 +825,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 17:05:46 GMT" + "Wed, 19 Oct 2016 20:24:47 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "17493df0-7828-4678-9e3c-b70bcc199cdb" - ], - "Server-Perf": [ - "[17493df0-7828-4678-9e3c-b70bcc199cdb][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetFileStatusV2 :: 00:00:020 ms]%0a[MSGETFILESTATUS :: 00:00:026 ms]%0a" + "9f9b3de6-3c3c-464d-b991-a7dabf2e2e98" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -832,22 +852,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt7465?op=MSGETFILESTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3NDY1P29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt7525?op=MSGETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3NTI1P29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c2a98d67-3590-4792-8cf5-7b8e4baddb28" + "0c79fb74-54e1-4ef9-837b-6707fdbaaa21" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileNotFoundException\",\r\n \"message\": \"File/Folder does not exist: /SDKTestFolder01/SDKTestFile01.txt7465 [eb6163ee-170f-45b5-b044-9776b5843d05][2016-09-01T10:05:47.8872317-07:00]\",\r\n \"javaClassName\": \"java.io.FileNotFoundException\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileNotFoundException\",\r\n \"message\": \"File/Folder does not exist: /SDKTestFolder01/SDKTestFile01.txt7525 [f4d8c465-f941-48f3-914d-4d362b3a01f8][2016-10-19T13:24:49.1893218-07:00]\",\r\n \"javaClassName\": \"java.io.FileNotFoundException\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "258" @@ -859,19 +880,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 17:05:46 GMT" + "Wed, 19 Oct 2016 20:24:48 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "eb6163ee-170f-45b5-b044-9776b5843d05" - ], - "Server-Perf": [ - "[eb6163ee-170f-45b5-b044-9776b5843d05][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetFileStatusV2 :: 00:00:010 ms]%0a[MSGETFILESTATUS :: 00:00:010 ms]%0a" + "f4d8c465-f941-48f3-914d-4d362b3a01f8" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -889,19 +907,20 @@ "StatusCode": 404 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder012467?op=MKDIRS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMjQ2Nz9vcD1NS0RJUlMmYXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/webhdfs/v1/SDKTestFolder016231?op=MKDIRS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNjIzMT9vcD1NS0RJUlMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ec336695-f9d9-482d-bc6c-e5087bf5736a" + "3f39394b-aed3-4409-b811-7134ce4bdc36" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "{\r\n \"boolean\": true\r\n}", @@ -916,19 +935,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 17:05:46 GMT" + "Wed, 19 Oct 2016 20:24:48 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "9dd666a3-feca-4694-9b9e-617c8b0393e5" - ], - "Server-Perf": [ - "[9dd666a3-feca-4694-9b9e-617c8b0393e5][ AuthTime::0::PostAuthTime::0 ][S-HdfsMkdirs :: 00:00:032 ms]%0a[MKDIRS :: 00:00:032 ms]%0a" + "290e60a2-893a-443d-8701-27adf474c931" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -946,19 +962,20 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt7465?destination=SDKTestFolder012467%2FSDKTestMoveFile01.txt&op=RENAME&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3NDY1P2Rlc3RpbmF0aW9uPVNES1Rlc3RGb2xkZXIwMTI0NjclMkZTREtUZXN0TW92ZUZpbGUwMS50eHQmb3A9UkVOQU1FJmFwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt7525?destination=SDKTestFolder016231%2FSDKTestMoveFile01.txt&op=RENAME&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3NTI1P2Rlc3RpbmF0aW9uPVNES1Rlc3RGb2xkZXIwMTYyMzElMkZTREtUZXN0TW92ZUZpbGUwMS50eHQmb3A9UkVOQU1FJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6bf000f0-20eb-4f45-8c36-d78d33c55dea" + "0269792e-cf89-44a9-a467-aafa86294887" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "{\r\n \"boolean\": true\r\n}", @@ -973,19 +990,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 17:05:46 GMT" + "Wed, 19 Oct 2016 20:24:48 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "6868422e-7ac9-4274-8c27-ffe184b9f8c8" - ], - "Server-Perf": [ - "[6868422e-7ac9-4274-8c27-ffe184b9f8c8][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetFileStatusV2 :: 00:00:010 ms]%0a[S-FsRename :: 00:00:047 ms]%0a[RENAME :: 00:00:082 ms]%0a" + "6dae3bcb-b6b6-4afa-9f2a-9c8403a63bb8" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -1003,22 +1017,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder012467%2FSDKTestMoveFile01.txt?op=MSGETFILESTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMjQ2NyUyRlNES1Rlc3RNb3ZlRmlsZTAxLnR4dD9vcD1NU0dFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/webhdfs/v1/SDKTestFolder016231%2FSDKTestMoveFile01.txt?op=MSGETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNjIzMSUyRlNES1Rlc3RNb3ZlRmlsZTAxLnR4dD9vcD1NU0dFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a9dfd769-407e-48c3-83fc-27b676ede346" + "d1f072a6-1618-4f59-8e8a-18ca2a85c5fb" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1472749546933,\r\n \"modificationTime\": 1472749547208,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"group\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"expirationTime\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1476908688538,\r\n \"modificationTime\": 1476908688609,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"group\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"expirationTime\": 0\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "288" @@ -1030,19 +1045,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 17:05:46 GMT" + "Wed, 19 Oct 2016 20:24:48 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "90565d38-4d10-4f37-8fec-bc01ea911cb6" - ], - "Server-Perf": [ - "[90565d38-4d10-4f37-8fec-bc01ea911cb6][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetFileStatusV2 :: 00:00:020 ms]%0a[MSGETFILESTATUS :: 00:00:020 ms]%0a" + "9145c656-6c7f-4b49-8073-07d3765d5064" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -1060,19 +1072,20 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder012467?destination=SDKTestMoveFolder016467&op=RENAME&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMjQ2Nz9kZXN0aW5hdGlvbj1TREtUZXN0TW92ZUZvbGRlcjAxNjQ2NyZvcD1SRU5BTUUmYXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/webhdfs/v1/SDKTestFolder016231?destination=SDKTestMoveFolder015580&op=RENAME&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNjIzMT9kZXN0aW5hdGlvbj1TREtUZXN0TW92ZUZvbGRlcjAxNTU4MCZvcD1SRU5BTUUmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "737144a8-0b3c-4bba-a4ed-026f276dc30f" + "3e0d83f8-b6a8-4b7a-9b0e-e32888a5d538" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "{\r\n \"boolean\": true\r\n}", @@ -1087,19 +1100,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 17:05:48 GMT" + "Wed, 19 Oct 2016 20:24:48 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "93af4c37-f0b0-4f77-ab4d-d68bf03431d7" - ], - "Server-Perf": [ - "[93af4c37-f0b0-4f77-ab4d-d68bf03431d7][ AuthTime::1244.59339646972::PostAuthTime::324.193056537473 ][S-HdfsGetFileStatusV2 :: 00:00:010 ms]%0a[S-FsRename :: 00:00:045 ms]%0a[RENAME :: 00:00:055 ms]%0a" + "2db9fb2b-e5cd-4320-823f-d4ddb4f72d1a" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -1117,22 +1127,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestMoveFolder016467?op=MSGETFILESTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdE1vdmVGb2xkZXIwMTY0Njc/b3A9TVNHRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/webhdfs/v1/SDKTestMoveFolder015580?op=MSGETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdE1vdmVGb2xkZXIwMTU1ODA/b3A9TVNHRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7e81e025-6186-4456-bb71-230cd4892d90" + "93693712-8a70-4789-a394-698df02fd65c" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"DIRECTORY\",\r\n \"blockSize\": 0,\r\n \"accessTime\": 1472749547466,\r\n \"modificationTime\": 1472749547466,\r\n \"replication\": 0,\r\n \"permission\": \"770\",\r\n \"owner\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"group\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"DIRECTORY\",\r\n \"blockSize\": 0,\r\n \"accessTime\": 1476908688841,\r\n \"modificationTime\": 1476908689001,\r\n \"replication\": 0,\r\n \"permission\": \"770\",\r\n \"owner\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"group\": \"2e6c02d2-a364-4530-9137-d17403996cbf\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "265" @@ -1144,19 +1155,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 17:05:48 GMT" + "Wed, 19 Oct 2016 20:24:48 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "7e695c63-e846-4e0a-88de-9733d34916a4" - ], - "Server-Perf": [ - "[7e695c63-e846-4e0a-88de-9733d34916a4][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetFileStatusV2 :: 00:00:015 ms]%0a[MSGETFILESTATUS :: 00:00:016 ms]%0a" + "7b6d9043-d606-4ca7-9fbc-3a9fca7cd580" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -1174,22 +1182,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestMoveFolder016467?op=MSLISTSTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdE1vdmVGb2xkZXIwMTY0Njc/b3A9TVNMSVNUU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/webhdfs/v1/SDKTestMoveFolder015580?op=MSLISTSTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdE1vdmVGb2xkZXIwMTU1ODA/b3A9TVNMSVNUU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "93d9c8cd-681f-4e86-96f4-0723263a2bcb" + "948731bc-c68a-4877-8685-08ab827ac088" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"FileStatuses\": {\r\n \"FileStatus\": [\r\n {\r\n \"length\": 42,\r\n \"pathSuffix\": \"SDKTestMoveFile01.txt\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1472749546933,\r\n \"modificationTime\": 1472749547208,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"group\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"expirationTime\": 0\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatuses\": {\r\n \"FileStatus\": [\r\n {\r\n \"length\": 42,\r\n \"pathSuffix\": \"SDKTestMoveFile01.txt\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1476908688538,\r\n \"modificationTime\": 1476908688609,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"group\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"expirationTime\": 0\r\n }\r\n ]\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "328" @@ -1201,19 +1210,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 17:05:48 GMT" + "Wed, 19 Oct 2016 20:24:48 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "cb0f9674-1c1b-45c1-9e7f-1a3784e26acc" - ], - "Server-Perf": [ - "[cb0f9674-1c1b-45c1-9e7f-1a3784e26acc][ AuthTime::0::PostAuthTime::0 ][S-HdfsListStatus :: 00:00:037 ms]%0a[MSLISTSTATUS :: 00:00:082 ms]%0a" + "b6d26d24-fa10-416c-bd25-a253ae90d8da" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -1231,22 +1237,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder012467?op=MSGETFILESTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMjQ2Nz9vcD1NU0dFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/webhdfs/v1/SDKTestFolder016231?op=MSGETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNjIzMT9vcD1NU0dFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "84dfbee4-aea2-4c54-8a92-0dd3bbd13d75" + "57de20fa-3820-4b56-8588-173ca2900a87" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileNotFoundException\",\r\n \"message\": \"File/Folder does not exist: /SDKTestFolder012467 [d56080f4-523f-4c58-886d-54c3613fa917][2016-09-01T10:05:48.5122412-07:00]\",\r\n \"javaClassName\": \"java.io.FileNotFoundException\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileNotFoundException\",\r\n \"message\": \"File/Folder does not exist: /SDKTestFolder016231 [63f4d64c-62d4-4729-9f71-1891829d4b8f][2016-10-19T13:24:49.6112168-07:00]\",\r\n \"javaClassName\": \"java.io.FileNotFoundException\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "240" @@ -1258,19 +1265,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 17:05:48 GMT" + "Wed, 19 Oct 2016 20:24:48 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "d56080f4-523f-4c58-886d-54c3613fa917" - ], - "Server-Perf": [ - "[d56080f4-523f-4c58-886d-54c3613fa917][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetFileStatusV2 :: 00:00:009 ms]%0a[MSGETFILESTATUS :: 00:00:010 ms]%0a" + "63f4d64c-62d4-4729-9f71-1891829d4b8f" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -1290,21 +1294,21 @@ ], "Names": { ".ctor": [ - "datalakerg148", - "testdatalake12881", - "testadlfs18957" + "datalakerg19377", + "testdatalake13794", + "testadlfs16535" ], "CreateFile": [ - "SDKTestFolder01/SDKTestFile01.txt7465" + "SDKTestFolder01/SDKTestFile01.txt7525" ], "CreateFolder": [ - "SDKTestFolder012467" + "SDKTestFolder016231" ], "DataLakeStoreFileSystemMoveFileAndFolder": [ - "SDKTestMoveFolder016467" + "SDKTestMoveFolder015580" ] }, "Variables": { - "SubscriptionId": "90585f39-ab85-4921-bb37-0468f7efd1dd" + "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" } } \ No newline at end of file diff --git a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemMsConcatDeleteDir.json b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemMsConcatDeleteDir.json index 369221769b6c2..8c3e05df425e3 100644 --- a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemMsConcatDeleteDir.json +++ b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemMsConcatDeleteDir.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bc7f6190-dc60-4faf-9c1d-2a88238faaf0" + "2e510f48-6f1f-47f4-821f-f4509b5c0294" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:52:02 GMT" + "Wed, 19 Oct 2016 20:12:07 GMT" ], "Pragma": [ "no-cache" @@ -37,16 +38,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1143" + "1199" ], "x-ms-request-id": [ - "f1235749-85bc-4bb6-9b79-31685fb65c39" + "f3d7a329-808a-4fa4-adf1-6882689780df" ], "x-ms-correlation-request-id": [ - "f1235749-85bc-4bb6-9b79-31685fb65c39" + "f3d7a329-808a-4fa4-adf1-6882689780df" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165203Z:f1235749-85bc-4bb6-9b79-31685fb65c39" + "CENTRALUS:20161019T201208Z:f3d7a329-808a-4fa4-adf1-6882689780df" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -55,22 +56,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "201dacd7-bb86-492e-8d9b-9362b4157ab8" + "45eb316b-e7e6-4454-81ed-45dfe56b5fc3" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -82,7 +84,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:52:02 GMT" + "Wed, 19 Oct 2016 20:12:07 GMT" ], "Pragma": [ "no-cache" @@ -91,16 +93,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" + "14999" ], "x-ms-request-id": [ - "ff41fa31-5fe9-46ec-bdb8-8292beb17306" + "636b4e9d-e833-4ac6-b9ed-d5449956d822" ], "x-ms-correlation-request-id": [ - "ff41fa31-5fe9-46ec-bdb8-8292beb17306" + "636b4e9d-e833-4ac6-b9ed-d5449956d822" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165203Z:ff41fa31-5fe9-46ec-bdb8-8292beb17306" + "CENTRALUS:20161019T201208Z:636b4e9d-e833-4ac6-b9ed-d5449956d822" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -109,22 +111,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "20a0c4d9-e8ee-40d1-9904-09c55e2e931f" + "05f12a13-13d1-4d20-863a-e6151b7e5768" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -136,7 +139,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:52:03 GMT" + "Wed, 19 Oct 2016 20:12:07 GMT" ], "Pragma": [ "no-cache" @@ -145,16 +148,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1142" + "1198" ], "x-ms-request-id": [ - "e5541b20-f2ca-44d3-b26a-f9e096ff02aa" + "caf41d8b-c311-42ac-aca7-fa40b40fbdb0" ], "x-ms-correlation-request-id": [ - "e5541b20-f2ca-44d3-b26a-f9e096ff02aa" + "caf41d8b-c311-42ac-aca7-fa40b40fbdb0" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165203Z:e5541b20-f2ca-44d3-b26a-f9e096ff02aa" + "CENTRALUS:20161019T201208Z:caf41d8b-c311-42ac-aca7-fa40b40fbdb0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -163,22 +166,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cc6c9af0-ac17-4b78-9ca5-598c27cd01a9" + "016eaac8-a739-433e-8609-0c75bec059cc" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -190,7 +194,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:52:03 GMT" + "Wed, 19 Oct 2016 20:12:08 GMT" ], "Pragma": [ "no-cache" @@ -199,16 +203,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" + "14998" ], "x-ms-request-id": [ - "54253a6b-0cf9-48df-b1da-e5faedc22d7b" + "6fb9bc0e-4bf3-4d47-8a21-4c8248deab3b" ], "x-ms-correlation-request-id": [ - "54253a6b-0cf9-48df-b1da-e5faedc22d7b" + "6fb9bc0e-4bf3-4d47-8a21-4c8248deab3b" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165203Z:54253a6b-0cf9-48df-b1da-e5faedc22d7b" + "CENTRALUS:20161019T201208Z:6fb9bc0e-4bf3-4d47-8a21-4c8248deab3b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -217,25 +221,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg1672?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNjcyP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg11006?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMTAwNj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fb123105-f448-4f8d-b532-a0cccbb906fc" + "94aa53a7-5b80-4563-9252-2b6ff24aee4d" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg1672' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg11006' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "106" + "107" ], "Content-Type": [ "application/json; charset=utf-8" @@ -247,7 +252,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:52:03 GMT" + "Wed, 19 Oct 2016 20:12:08 GMT" ], "Pragma": [ "no-cache" @@ -256,16 +261,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" + "14997" ], "x-ms-request-id": [ - "bad747c2-1309-48c8-8faf-cd0b4379e9ea" + "f54b81d4-7500-4a17-bbba-7f1d1c61c1f0" ], "x-ms-correlation-request-id": [ - "bad747c2-1309-48c8-8faf-cd0b4379e9ea" + "f54b81d4-7500-4a17-bbba-7f1d1c61c1f0" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165203Z:bad747c2-1309-48c8-8faf-cd0b4379e9ea" + "CENTRALUS:20161019T201209Z:f54b81d4-7500-4a17-bbba-7f1d1c61c1f0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -274,22 +279,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg1672?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNjcyP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg11006?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMTAwNj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c60f9598-d8a1-40cd-b15c-2aeabd184f3d" + "778b296c-84f2-45ca-9026-a866f4b7b95c" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg1672\",\r\n \"name\": \"datalakerg1672\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11006\",\r\n \"name\": \"datalakerg11006\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -301,7 +307,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:52:03 GMT" + "Wed, 19 Oct 2016 20:12:09 GMT" ], "Pragma": [ "no-cache" @@ -310,16 +316,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14876" + "14996" ], "x-ms-request-id": [ - "de4b8ec3-56a5-4947-9107-22113b003f01" + "03a5c562-80f9-4f9b-b9b3-d474cbd0779e" ], "x-ms-correlation-request-id": [ - "de4b8ec3-56a5-4947-9107-22113b003f01" + "03a5c562-80f9-4f9b-b9b3-d474cbd0779e" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165204Z:de4b8ec3-56a5-4947-9107-22113b003f01" + "CENTRALUS:20161019T201210Z:03a5c562-80f9-4f9b-b9b3-d474cbd0779e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -328,8 +334,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg1672?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNjcyP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg11006?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMTAwNj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -340,19 +346,20 @@ "31" ], "x-ms-client-request-id": [ - "d48c9962-821b-4c5e-8f86-12968bc2a226" + "aa249b23-3ddd-4227-98fd-9a56dc068495" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg1672\",\r\n \"name\": \"datalakerg1672\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11006\",\r\n \"name\": \"datalakerg11006\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "182" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -364,22 +371,22 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:52:03 GMT" + "Wed, 19 Oct 2016 20:12:09 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1141" + "1197" ], "x-ms-request-id": [ - "7bbfd387-6b1a-42e0-aa50-cea18b30661e" + "a678ab94-239c-4e89-93f5-1d9449448f81" ], "x-ms-correlation-request-id": [ - "7bbfd387-6b1a-42e0-aa50-cea18b30661e" + "a678ab94-239c-4e89-93f5-1d9449448f81" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165204Z:7bbfd387-6b1a-42e0-aa50-cea18b30661e" + "CENTRALUS:20161019T201210Z:a678ab94-239c-4e89-93f5-1d9449448f81" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -388,25 +395,26 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg1672/providers/Microsoft.DataLakeStore/accounts/testadlfs18943?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNjcyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxODk0Mz9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11006/providers/Microsoft.DataLakeStore/accounts/testadlfs13614?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTAwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTM2MTQ/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "74dddde7-aba1-4296-81f4-c70f80fdd683" + "b6acb2ea-1074-47d6-ba64-6a7c98256e77" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs18943' under resource group 'datalakerg1672' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs13614' under resource group 'datalakerg11006' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "165" + "166" ], "Content-Type": [ "application/json; charset=utf-8" @@ -418,7 +426,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:52:04 GMT" + "Wed, 19 Oct 2016 20:12:10 GMT" ], "Pragma": [ "no-cache" @@ -427,13 +435,13 @@ "gateway" ], "x-ms-request-id": [ - "edc93cfd-e6f5-49b3-b547-f8cdf1ef7c6b" + "46218249-6c88-41be-ad4d-9d8a7f68ba01" ], "x-ms-correlation-request-id": [ - "edc93cfd-e6f5-49b3-b547-f8cdf1ef7c6b" + "46218249-6c88-41be-ad4d-9d8a7f68ba01" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165204Z:edc93cfd-e6f5-49b3-b547-f8cdf1ef7c6b" + "CENTRALUS:20161019T201210Z:46218249-6c88-41be-ad4d-9d8a7f68ba01" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -442,16 +450,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg1672/providers/Microsoft.DataLakeStore/accounts/testadlfs18943?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNjcyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxODk0Mz9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11006/providers/Microsoft.DataLakeStore/accounts/testadlfs13614?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTAwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTM2MTQ/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs18943.caboaccountdogfood.net\",\r\n \"accountId\": \"333e577b-1be6-4a50-92fc-10fa59a3db9e\",\r\n \"creationTime\": \"2016-09-01T16:52:06.5343904Z\",\r\n \"lastModifiedTime\": \"2016-09-01T16:52:06.5343904Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg1672/providers/Microsoft.DataLakeStore/accounts/testadlfs18943\",\r\n \"name\": \"testadlfs18943\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs13614.azuredatalakestore.net\",\r\n \"accountId\": \"489d3529-a14c-4240-bb91-c894f72d2d7a\",\r\n \"creationTime\": \"2016-10-19T20:12:13.1217117Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:12:13.1217117Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11006/providers/Microsoft.DataLakeStore/accounts/testadlfs13614\",\r\n \"name\": \"testadlfs13614\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -466,7 +475,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:52:35 GMT" + "Wed, 19 Oct 2016 20:12:42 GMT" ], "Pragma": [ "no-cache" @@ -478,7 +487,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "7356ac2c-f290-4474-9428-56cedfe9da13" + "8bc0b9ce-d926-4bb2-a829-be0c701b13a0" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -487,13 +499,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14868" + "14999" ], "x-ms-correlation-request-id": [ - "95626184-fbf7-4356-851a-e80a1da8b9be" + "b4977263-869d-435f-aedf-85836af033fd" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165235Z:95626184-fbf7-4356-851a-e80a1da8b9be" + "CENTRALUS:20161019T201242Z:b4977263-869d-435f-aedf-85836af033fd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -502,22 +514,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg1672/providers/Microsoft.DataLakeStore/accounts/testadlfs18943?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNjcyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxODk0Mz9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11006/providers/Microsoft.DataLakeStore/accounts/testadlfs13614?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTAwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTM2MTQ/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "15aa9883-b185-4ce1-9cda-47846f7b50fc" + "a10aa9b4-f85a-4ffb-bfbb-43eb547c1d3b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs18943.caboaccountdogfood.net\",\r\n \"accountId\": \"333e577b-1be6-4a50-92fc-10fa59a3db9e\",\r\n \"creationTime\": \"2016-09-01T16:52:06.5343904Z\",\r\n \"lastModifiedTime\": \"2016-09-01T16:52:06.5343904Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg1672/providers/Microsoft.DataLakeStore/accounts/testadlfs18943\",\r\n \"name\": \"testadlfs18943\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs13614.azuredatalakestore.net\",\r\n \"accountId\": \"489d3529-a14c-4240-bb91-c894f72d2d7a\",\r\n \"creationTime\": \"2016-10-19T20:12:13.1217117Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:12:13.1217117Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11006/providers/Microsoft.DataLakeStore/accounts/testadlfs13614\",\r\n \"name\": \"testadlfs13614\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -532,7 +545,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:52:35 GMT" + "Wed, 19 Oct 2016 20:12:43 GMT" ], "Pragma": [ "no-cache" @@ -544,7 +557,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "344b3a92-d8ee-44f6-ba44-2126a522b304" + "e7308a63-f77f-4307-8ab9-51190f119c2f" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -553,13 +569,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" + "14999" ], "x-ms-correlation-request-id": [ - "78f61fa9-2e78-46d7-b7d6-03e06cb561ea" + "fe0a1fc4-7ec9-4cdc-814f-1697bb07cf7c" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165236Z:78f61fa9-2e78-46d7-b7d6-03e06cb561ea" + "CENTRALUS:20161019T201243Z:fe0a1fc4-7ec9-4cdc-814f-1697bb07cf7c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -568,10 +584,10 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg1672/providers/Microsoft.DataLakeStore/accounts/testadlfs18943?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNjcyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxODk0Mz9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11006/providers/Microsoft.DataLakeStore/accounts/testadlfs13614?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTAwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTM2MTQ/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs18943\"\r\n}", + "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs13614\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -580,19 +596,20 @@ "60" ], "x-ms-client-request-id": [ - "5fef3df4-af0d-44e3-ab99-5eeaa5e162f0" + "2101da8c-1723-452a-b872-5fcdd704df38" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"333e577b-1be6-4a50-92fc-10fa59a3db9e\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg1672/providers/Microsoft.DataLakeStore/accounts/testadlfs18943\",\r\n \"name\": \"testadlfs18943\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"489d3529-a14c-4240-bb91-c894f72d2d7a\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11006/providers/Microsoft.DataLakeStore/accounts/testadlfs13614\",\r\n \"name\": \"testadlfs13614\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ - "419" + "420" ], "Content-Type": [ "application/json" @@ -607,13 +624,13 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:52:04 GMT" + "Wed, 19 Oct 2016 20:12:11 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg1672/providers/Microsoft.DataLakeStore/accounts/testadlfs18943/operationresults/0?api-version=2015-10-01-preview" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg11006/providers/Microsoft.DataLakeStore/accounts/testadlfs13614/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -622,10 +639,13 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/333e577b-1be6-4a50-92fc-10fa59a3db9e0?api-version=2015-10-01-preview&expanded=true" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/489d3529-a14c-4240-bb91-c894f72d2d7a0?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "d6183ff9-0d1f-43fa-86a8-0439ba92d074" + "7b50aec9-4953-4b9a-b94b-93a4ae864202" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -634,13 +654,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1126" + "1199" ], "x-ms-correlation-request-id": [ - "da7b3508-7611-415e-bbbc-a8a4e4cb4bba" + "1d04be31-8569-42ac-b2a7-c2728df08546" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165205Z:da7b3508-7611-415e-bbbc-a8a4e4cb4bba" + "CENTRALUS:20161019T201211Z:1d04be31-8569-42ac-b2a7-c2728df08546" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -649,13 +669,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/333e577b-1be6-4a50-92fc-10fa59a3db9e0?api-version=2015-10-01-preview&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzMzM2U1NzdiLTFiZTYtNGE1MC05MmZjLTEwZmE1OWEzZGI5ZTA/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3JmV4cGFuZGVkPXRydWU=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/489d3529-a14c-4240-bb91-c894f72d2d7a0?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzQ4OWQzNTI5LWExNGMtNDI0MC1iYjkxLWM4OTRmNzJkMmQ3YTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -673,7 +694,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:52:34 GMT" + "Wed, 19 Oct 2016 20:12:41 GMT" ], "Pragma": [ "no-cache" @@ -685,7 +706,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "78a513b4-0e70-43b8-bbf5-1a0f5958d5e1" + "cb698347-80f3-4ca8-8b67-69f83cead18d" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -694,13 +718,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" + "14999" ], "x-ms-correlation-request-id": [ - "e23f5f42-5cd5-4d6b-8300-e91ba2f11d49" + "984354f1-81f4-4cc7-afc0-b4ce5b4b1037" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165235Z:e23f5f42-5cd5-4d6b-8300-e91ba2f11d49" + "CENTRALUS:20161019T201242Z:984354f1-81f4-4cc7-afc0-b4ce5b4b1037" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -709,25 +733,26 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FmsconcatFolder%2FSDKTestFile01.txt3186?op=CREATE&write=true&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGbXNjb25jYXRGb2xkZXIlMkZTREtUZXN0RmlsZTAxLnR4dDMxODY/b3A9Q1JFQVRFJndyaXRlPXRydWUmYXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FmsconcatFolder%2FSDKTestFile01.txt2549?op=CREATE&write=true&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGbXNjb25jYXRGb2xkZXIlMkZTREtUZXN0RmlsZTAxLnR4dDI1NDk/b3A9Q1JFQVRFJndyaXRlPXRydWUmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "These are some random test contents 1234!@", "RequestHeaders": { "Content-Type": [ "application/octet-stream" ], - "x-ms-client-request-id": [ - "6b4cca8e-c3c7-4243-8f93-5fe8df5e5e48" + "Content-Length": [ + "42" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-client-request-id": [ + "35800138-222a-42a2-a775-b670b00f1b02" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "", @@ -739,26 +764,23 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:52:38 GMT" + "Wed, 19 Oct 2016 20:12:45 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://testadlfs18943.caboaccountdogfood.net/webhdfs/v1/SDKTestFolder01/msconcatFolder/SDKTestFile01.txt3186?op=CREATE&write=true&api-version=2015-10-01-preview" + "https://testadlfs13614.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/msconcatFolder/SDKTestFile01.txt2549?op=CREATE&write=true&api-version=2016-11-01" ], "x-ms-request-id": [ - "968164fc-2b50-40c6-8208-9895ad75878e" + "587374b9-6f43-44c0-b997-07027a035715" ], "ContentLength": [ "0" ], - "Server-Perf": [ - "[968164fc-2b50-40c6-8208-9895ad75878e][ AuthTime::1202.6581653732::PostAuthTime::291.683097007297 ][S-HdfsGetFileStatusV2 :: 00:00:113 ms]%0a[S-FsOpenStream :: 00:00:170 ms]%0a[S-FsAppendStream :: 00:00:195 ms]%0a[BufferingTime :: 00:00:001 ms]%0a[WriteTime :: 00:00:196 ms]%0a[S-FsAppendStream :: 00:00:017 ms]%0a[S-FsCloseHandle :: 00:00:001 ms]%0a[CREATE :: 00:00:501 ms]%0a" - ], "x-ms-webhdfs-version": [ "16.07.18.01" ], @@ -775,22 +797,23 @@ "StatusCode": 201 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FmsconcatFolder%2FSDKTestFile01.txt3186?op=MSGETFILESTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGbXNjb25jYXRGb2xkZXIlMkZTREtUZXN0RmlsZTAxLnR4dDMxODY/b3A9TVNHRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FmsconcatFolder%2FSDKTestFile01.txt2549?op=MSGETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGbXNjb25jYXRGb2xkZXIlMkZTREtUZXN0RmlsZTAxLnR4dDI1NDk/b3A9TVNHRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4c885a4e-8b09-43a0-ab38-4990d58d16a5" + "c698353b-3184-46c9-9dc6-a55f696ec975" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1472748758791,\r\n \"modificationTime\": 1472748759114,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"group\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"expirationTime\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1476907965215,\r\n \"modificationTime\": 1476907965364,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"group\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"expirationTime\": 0\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "288" @@ -802,19 +825,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:52:38 GMT" + "Wed, 19 Oct 2016 20:12:45 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "6c8e643d-9498-4443-8538-fa416b0f0921" - ], - "Server-Perf": [ - "[6c8e643d-9498-4443-8538-fa416b0f0921][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetFileStatusV2 :: 00:00:020 ms]%0a[MSGETFILESTATUS :: 00:00:020 ms]%0a" + "37b1c293-c576-488b-8639-12926cc0ec6c" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -832,22 +852,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FmsconcatFolder%2FSDKTestFile01.txt3186?op=MSGETFILESTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGbXNjb25jYXRGb2xkZXIlMkZTREtUZXN0RmlsZTAxLnR4dDMxODY/b3A9TVNHRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FmsconcatFolder%2FSDKTestFile01.txt2549?op=MSGETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGbXNjb25jYXRGb2xkZXIlMkZTREtUZXN0RmlsZTAxLnR4dDI1NDk/b3A9TVNHRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f31f426f-618b-4d31-8af7-15bb13ea185a" + "22f47f45-cc52-456e-86fe-721443b3bfb4" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileNotFoundException\",\r\n \"message\": \"File/Folder does not exist: /SDKTestFolder01/msconcatFolder/SDKTestFile01.txt3186 [fe3babef-3d1a-43d7-a6c7-aec7553bd3ea][2016-09-01T09:52:40.7524798-07:00]\",\r\n \"javaClassName\": \"java.io.FileNotFoundException\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileNotFoundException\",\r\n \"message\": \"File/Folder does not exist: /SDKTestFolder01/msconcatFolder/SDKTestFile01.txt2549 [9b6158ca-ad7d-47fd-85a2-60069ff48576][2016-10-19T13:12:46.4303319-07:00]\",\r\n \"javaClassName\": \"java.io.FileNotFoundException\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "273" @@ -859,19 +880,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:52:40 GMT" + "Wed, 19 Oct 2016 20:12:46 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "fe3babef-3d1a-43d7-a6c7-aec7553bd3ea" - ], - "Server-Perf": [ - "[fe3babef-3d1a-43d7-a6c7-aec7553bd3ea][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetFileStatusV2 :: 00:00:028 ms]%0a[MSGETFILESTATUS :: 00:00:029 ms]%0a" + "9b6158ca-ad7d-47fd-85a2-60069ff48576" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -889,25 +907,26 @@ "StatusCode": 404 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FmsconcatFolder%2FSDKTestFile01.txt4402?op=CREATE&write=true&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGbXNjb25jYXRGb2xkZXIlMkZTREtUZXN0RmlsZTAxLnR4dDQ0MDI/b3A9Q1JFQVRFJndyaXRlPXRydWUmYXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FmsconcatFolder%2FSDKTestFile01.txt8518?op=CREATE&write=true&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGbXNjb25jYXRGb2xkZXIlMkZTREtUZXN0RmlsZTAxLnR4dDg1MTg/b3A9Q1JFQVRFJndyaXRlPXRydWUmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "These are some random test contents 1234!@", "RequestHeaders": { "Content-Type": [ "application/octet-stream" ], - "x-ms-client-request-id": [ - "75e23608-2055-42a5-bebe-b97170d08b51" + "Content-Length": [ + "42" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-client-request-id": [ + "9d2a1009-66a2-4ad1-b718-b936b21388be" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "", @@ -919,26 +938,23 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:52:39 GMT" + "Wed, 19 Oct 2016 20:12:45 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://testadlfs18943.caboaccountdogfood.net/webhdfs/v1/SDKTestFolder01/msconcatFolder/SDKTestFile01.txt4402?op=CREATE&write=true&api-version=2015-10-01-preview" + "https://testadlfs13614.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/msconcatFolder/SDKTestFile01.txt8518?op=CREATE&write=true&api-version=2016-11-01" ], "x-ms-request-id": [ - "52960738-b731-440e-abca-d657c847e395" + "8e62cc30-cf0c-4258-a186-f4382609fe33" ], "ContentLength": [ "0" ], - "Server-Perf": [ - "[52960738-b731-440e-abca-d657c847e395][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetFileStatusV2 :: 00:00:009 ms]%0a[S-FsOpenStream :: 00:00:106 ms]%0a[S-FsAppendStream :: 00:00:148 ms]%0a[BufferingTime :: 00:00:001 ms]%0a[WriteTime :: 00:00:148 ms]%0a[S-FsAppendStream :: 00:00:017 ms]%0a[S-FsCloseHandle :: 00:00:001 ms]%0a[CREATE :: 00:00:286 ms]%0a" - ], "x-ms-webhdfs-version": [ "16.07.18.01" ], @@ -955,22 +971,23 @@ "StatusCode": 201 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FmsconcatFolder%2FSDKTestFile01.txt4402?op=MSGETFILESTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGbXNjb25jYXRGb2xkZXIlMkZTREtUZXN0RmlsZTAxLnR4dDQ0MDI/b3A9TVNHRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FmsconcatFolder%2FSDKTestFile01.txt8518?op=MSGETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGbXNjb25jYXRGb2xkZXIlMkZTREtUZXN0RmlsZTAxLnR4dDg1MTg/b3A9TVNHRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "940d88d9-0a8b-4fa4-919e-5820320333a6" + "2b2e1515-cae3-4ebf-aaeb-b742aec45e50" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1472748759447,\r\n \"modificationTime\": 1472748759591,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"group\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"expirationTime\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1476907965590,\r\n \"modificationTime\": 1476907965700,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"group\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"expirationTime\": 0\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "288" @@ -982,19 +999,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:52:39 GMT" + "Wed, 19 Oct 2016 20:12:45 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "7a8f1e6d-ee3a-42d4-a529-943b37cda2d6" - ], - "Server-Perf": [ - "[7a8f1e6d-ee3a-42d4-a529-943b37cda2d6][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetFileStatusV2 :: 00:00:020 ms]%0a[MSGETFILESTATUS :: 00:00:020 ms]%0a" + "5addd295-23b1-441d-be06-c9ff44c801ba" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -1012,22 +1026,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FmsconcatFolder%2FSDKTestFile01.txt4402?op=MSGETFILESTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGbXNjb25jYXRGb2xkZXIlMkZTREtUZXN0RmlsZTAxLnR4dDQ0MDI/b3A9TVNHRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FmsconcatFolder%2FSDKTestFile01.txt8518?op=MSGETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGbXNjb25jYXRGb2xkZXIlMkZTREtUZXN0RmlsZTAxLnR4dDg1MTg/b3A9TVNHRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d88b9a33-b68b-4ec4-a658-27a327749172" + "a9326a4d-edc7-4eba-b3d9-2bd4616dc00f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileNotFoundException\",\r\n \"message\": \"File/Folder does not exist: /SDKTestFolder01/msconcatFolder/SDKTestFile01.txt4402 [d6b50383-b672-4917-9dfb-65c1ec143feb][2016-09-01T09:52:40.8774818-07:00]\",\r\n \"javaClassName\": \"java.io.FileNotFoundException\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileNotFoundException\",\r\n \"message\": \"File/Folder does not exist: /SDKTestFolder01/msconcatFolder/SDKTestFile01.txt8518 [07141d0e-ad0e-4eb1-b890-d6a6128d65ad][2016-10-19T13:12:46.5553576-07:00]\",\r\n \"javaClassName\": \"java.io.FileNotFoundException\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "273" @@ -1039,19 +1054,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:52:40 GMT" + "Wed, 19 Oct 2016 20:12:46 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "d6b50383-b672-4917-9dfb-65c1ec143feb" - ], - "Server-Perf": [ - "[d6b50383-b672-4917-9dfb-65c1ec143feb][ AuthTime::1243.28850879797::PostAuthTime::326.325810874733 ][S-HdfsGetFileStatusV2 :: 00:00:007 ms]%0a[MSGETFILESTATUS :: 00:00:007 ms]%0a" + "07141d0e-ad0e-4eb1-b890-d6a6128d65ad" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -1069,19 +1081,20 @@ "StatusCode": 404 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder019397?op=MKDIRS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxOTM5Nz9vcD1NS0RJUlMmYXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/webhdfs/v1/SDKTestFolder019273?op=MKDIRS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxOTI3Mz9vcD1NS0RJUlMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "723293df-4303-47a6-ad24-8d1967de534d" + "1ad6fbc2-c73f-45ba-81e7-7dc44c87ce7c" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "{\r\n \"boolean\": true\r\n}", @@ -1096,19 +1109,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:52:39 GMT" + "Wed, 19 Oct 2016 20:12:45 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "dc2ee23d-8877-4114-b03a-927962bce7f0" - ], - "Server-Perf": [ - "[dc2ee23d-8877-4114-b03a-927962bce7f0][ AuthTime::0::PostAuthTime::0 ][S-HdfsMkdirs :: 00:00:042 ms]%0a[MKDIRS :: 00:00:043 ms]%0a" + "36996668-d792-41ba-98e7-10c106e3d005" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -1126,10 +1136,10 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder019397%2FSDKTestConcatFile01.txt?deleteSourceDirectory=true&op=MSCONCAT&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxOTM5NyUyRlNES1Rlc3RDb25jYXRGaWxlMDEudHh0P2RlbGV0ZVNvdXJjZURpcmVjdG9yeT10cnVlJm9wPU1TQ09OQ0FUJmFwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/webhdfs/v1/SDKTestFolder019273%2FSDKTestConcatFile01.txt?deleteSourceDirectory=true&op=MSCONCAT&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxOTI3MyUyRlNES1Rlc3RDb25jYXRGaWxlMDEudHh0P2RlbGV0ZVNvdXJjZURpcmVjdG9yeT10cnVlJm9wPU1TQ09OQ0FUJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "POST", - "RequestBody": "sources=SDKTestFolder01/msconcatFolder/SDKTestFile01.txt3186,SDKTestFolder01/msconcatFolder/SDKTestFile01.txt4402", + "RequestBody": "sources=SDKTestFolder01/msconcatFolder/SDKTestFile01.txt2549,SDKTestFolder01/msconcatFolder/SDKTestFile01.txt8518", "RequestHeaders": { "Content-Type": [ "application/octet-stream" @@ -1138,13 +1148,14 @@ "113" ], "x-ms-client-request-id": [ - "516b1e49-b6c3-425a-aa05-78fe6e2cc1e9" + "aadfb68e-c606-48ef-94e3-0a5f03030e3b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "", @@ -1156,19 +1167,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:52:39 GMT" + "Wed, 19 Oct 2016 20:12:45 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "0f31471f-39d3-4b42-a5e8-517d377c54eb" - ], - "Server-Perf": [ - "[0f31471f-39d3-4b42-a5e8-517d377c54eb][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetFileStatusV2 :: 00:00:010 ms]%0a[S-FsMultiModifyStream :: 00:00:504 ms]%0a[MSCONCAT :: 00:00:535 ms]%0a" + "8ec36382-fe24-49b0-9ca1-5a8066b1f585" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -1186,22 +1194,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder019397%2FSDKTestConcatFile01.txt?op=MSGETFILESTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxOTM5NyUyRlNES1Rlc3RDb25jYXRGaWxlMDEudHh0P29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/webhdfs/v1/SDKTestFolder019273%2FSDKTestConcatFile01.txt?op=MSGETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxOTI3MyUyRlNES1Rlc3RDb25jYXRGaWxlMDEudHh0P29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "16a18f3c-f86b-4e47-b249-9c128ad46acb" + "6808c1f7-2198-4290-b10a-fce57661e17c" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 84,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1472748760083,\r\n \"modificationTime\": 1472748760146,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"group\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"expirationTime\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 84,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1476907966091,\r\n \"modificationTime\": 1476907966138,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"group\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"expirationTime\": 0\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "288" @@ -1213,19 +1222,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:52:40 GMT" + "Wed, 19 Oct 2016 20:12:45 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "1ca0f9f2-ebc8-4609-9a5e-feb97f95ea6c" - ], - "Server-Perf": [ - "[1ca0f9f2-ebc8-4609-9a5e-feb97f95ea6c][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetFileStatusV2 :: 00:00:019 ms]%0a[MSGETFILESTATUS :: 00:00:020 ms]%0a" + "1ada7011-d327-4244-9f6b-aed08ded91c9" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -1243,22 +1249,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FmsconcatFolder?op=MSGETFILESTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGbXNjb25jYXRGb2xkZXI/b3A9TVNHRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FmsconcatFolder?op=MSGETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGbXNjb25jYXRGb2xkZXI/b3A9TVNHRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3707b638-6d0c-4052-abaa-3359dd360495" + "d24b14d7-a626-4a06-ba6e-ae42b1a55e0c" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileNotFoundException\",\r\n \"message\": \"File/Folder does not exist: /SDKTestFolder01/msconcatFolder [d5c7455d-4788-43c8-ad58-46fdaeaff3a8][2016-09-01T09:52:41.0024821-07:00]\",\r\n \"javaClassName\": \"java.io.FileNotFoundException\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileNotFoundException\",\r\n \"message\": \"File/Folder does not exist: /SDKTestFolder01/msconcatFolder [8d58170d-87bb-45f1-827b-795f1d518390][2016-10-19T13:12:46.6803353-07:00]\",\r\n \"javaClassName\": \"java.io.FileNotFoundException\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "251" @@ -1270,19 +1277,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:52:40 GMT" + "Wed, 19 Oct 2016 20:12:46 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "d5c7455d-4788-43c8-ad58-46fdaeaff3a8" - ], - "Server-Perf": [ - "[d5c7455d-4788-43c8-ad58-46fdaeaff3a8][ AuthTime::1144.92030892747::PostAuthTime::232.234489259476 ][S-HdfsGetFileStatusV2 :: 00:00:007 ms]%0a[MSGETFILESTATUS :: 00:00:007 ms]%0a" + "8d58170d-87bb-45f1-827b-795f1d518390" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -1302,19 +1306,19 @@ ], "Names": { ".ctor": [ - "datalakerg1672", - "testdatalake13287", - "testadlfs18943" + "datalakerg11006", + "testdatalake17192", + "testadlfs13614" ], "CreateFile": [ - "SDKTestFolder01/msconcatFolder/SDKTestFile01.txt3186", - "SDKTestFolder01/msconcatFolder/SDKTestFile01.txt4402" + "SDKTestFolder01/msconcatFolder/SDKTestFile01.txt2549", + "SDKTestFolder01/msconcatFolder/SDKTestFile01.txt8518" ], "CreateFolder": [ - "SDKTestFolder019397" + "SDKTestFolder019273" ] }, "Variables": { - "SubscriptionId": "90585f39-ab85-4921-bb37-0468f7efd1dd" + "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" } } \ No newline at end of file diff --git a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemMsConcatenateFiles.json b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemMsConcatenateFiles.json index cf594606061bb..2f3908e76212f 100644 --- a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemMsConcatenateFiles.json +++ b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemMsConcatenateFiles.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "512f4cfd-d980-44c7-ad17-f8195cea2d67" + "f7c6cee0-fe2d-4d54-a728-0ca6f42126cc" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:06:28 GMT" + "Wed, 19 Oct 2016 20:25:31 GMT" ], "Pragma": [ "no-cache" @@ -37,16 +38,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1094" + "1194" ], "x-ms-request-id": [ - "1f39466f-f2d5-46b5-a90e-13e6e0f0f710" + "b515d54e-06d9-4861-81d3-c8be65031ee1" ], "x-ms-correlation-request-id": [ - "1f39466f-f2d5-46b5-a90e-13e6e0f0f710" + "b515d54e-06d9-4861-81d3-c8be65031ee1" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170629Z:1f39466f-f2d5-46b5-a90e-13e6e0f0f710" + "WESTUS2:20161019T202531Z:b515d54e-06d9-4861-81d3-c8be65031ee1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -55,22 +56,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "49e153c9-7cc3-4c24-a329-8f6aaa325111" + "95034e47-c4af-43a8-b09d-4d9fdf4704fc" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -82,7 +84,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:06:28 GMT" + "Wed, 19 Oct 2016 20:25:31 GMT" ], "Pragma": [ "no-cache" @@ -91,16 +93,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" + "14993" ], "x-ms-request-id": [ - "288ae713-43a0-48a8-94b6-6a84736eb24b" + "7d53fa73-a45c-43cf-b3b3-98f08238e11e" ], "x-ms-correlation-request-id": [ - "288ae713-43a0-48a8-94b6-6a84736eb24b" + "7d53fa73-a45c-43cf-b3b3-98f08238e11e" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170629Z:288ae713-43a0-48a8-94b6-6a84736eb24b" + "WESTUS2:20161019T202531Z:7d53fa73-a45c-43cf-b3b3-98f08238e11e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -109,22 +111,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7aecda87-bdc0-477f-b649-afa0f9458a80" + "be6c9f74-45b0-4450-bdbc-e968a840944c" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -136,7 +139,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:06:29 GMT" + "Wed, 19 Oct 2016 20:25:31 GMT" ], "Pragma": [ "no-cache" @@ -145,16 +148,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1093" + "1193" ], "x-ms-request-id": [ - "70ad61fd-74f9-4572-bcf2-652bddc2bc87" + "4b9bbbaf-ef52-449f-8bf5-4fea7c3896ef" ], "x-ms-correlation-request-id": [ - "70ad61fd-74f9-4572-bcf2-652bddc2bc87" + "4b9bbbaf-ef52-449f-8bf5-4fea7c3896ef" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170629Z:70ad61fd-74f9-4572-bcf2-652bddc2bc87" + "WESTUS2:20161019T202532Z:4b9bbbaf-ef52-449f-8bf5-4fea7c3896ef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -163,22 +166,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "713bcd77-d392-427c-8550-1c922b82ee43" + "482ca96b-c5a3-474c-a106-3e24c5239dde" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -190,7 +194,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:06:29 GMT" + "Wed, 19 Oct 2016 20:25:31 GMT" ], "Pragma": [ "no-cache" @@ -199,16 +203,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" + "14992" ], "x-ms-request-id": [ - "6ca70674-40a1-439b-8133-5cac43cbaed8" + "cc8852bf-ee88-4cc2-b255-8854800322a6" ], "x-ms-correlation-request-id": [ - "6ca70674-40a1-439b-8133-5cac43cbaed8" + "cc8852bf-ee88-4cc2-b255-8854800322a6" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170629Z:6ca70674-40a1-439b-8133-5cac43cbaed8" + "WESTUS2:20161019T202532Z:cc8852bf-ee88-4cc2-b255-8854800322a6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -217,22 +221,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg19132?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxOTEzMj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg15392?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNTM5Mj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b848bbf8-7f88-42fb-bb7f-df83bafc2ba3" + "eefd1953-a36c-4bc8-80b1-822a2e622c79" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg19132' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg15392' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "107" @@ -247,7 +252,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:06:29 GMT" + "Wed, 19 Oct 2016 20:25:31 GMT" ], "Pragma": [ "no-cache" @@ -256,16 +261,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" + "14991" ], "x-ms-request-id": [ - "d2e2dbf0-47e0-4fad-bfca-8cc32c2a9139" + "441622d2-68d5-467f-aa56-a2b263368c85" ], "x-ms-correlation-request-id": [ - "d2e2dbf0-47e0-4fad-bfca-8cc32c2a9139" + "441622d2-68d5-467f-aa56-a2b263368c85" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170629Z:d2e2dbf0-47e0-4fad-bfca-8cc32c2a9139" + "WESTUS2:20161019T202532Z:441622d2-68d5-467f-aa56-a2b263368c85" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -274,22 +279,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg19132?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxOTEzMj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg15392?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNTM5Mj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5999cb6a-d40c-45dd-9401-f362102a4d39" + "8db05845-c97b-4a51-b4cb-a5402abb2e3c" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg19132\",\r\n \"name\": \"datalakerg19132\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg15392\",\r\n \"name\": \"datalakerg15392\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -301,7 +307,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:06:29 GMT" + "Wed, 19 Oct 2016 20:25:33 GMT" ], "Pragma": [ "no-cache" @@ -310,16 +316,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" + "14990" ], "x-ms-request-id": [ - "6e366ba0-dd90-414f-af0e-a64d9b151cfe" + "98f6396f-d531-44fe-a078-8f205f8778de" ], "x-ms-correlation-request-id": [ - "6e366ba0-dd90-414f-af0e-a64d9b151cfe" + "98f6396f-d531-44fe-a078-8f205f8778de" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170629Z:6e366ba0-dd90-414f-af0e-a64d9b151cfe" + "WESTUS2:20161019T202533Z:98f6396f-d531-44fe-a078-8f205f8778de" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -328,8 +334,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg19132?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxOTEzMj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg15392?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNTM5Mj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -340,16 +346,17 @@ "31" ], "x-ms-client-request-id": [ - "cb04e2c6-d074-4619-9be7-0b13d018d591" + "b3dbf3b2-9df1-40aa-a127-6c5dc7b96d23" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg19132\",\r\n \"name\": \"datalakerg19132\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg15392\",\r\n \"name\": \"datalakerg15392\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "184" @@ -364,22 +371,22 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:06:29 GMT" + "Wed, 19 Oct 2016 20:25:33 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1092" + "1192" ], "x-ms-request-id": [ - "072536b2-8a1f-4730-b09d-ed94754639e3" + "6ac8c995-27c5-45ee-8603-79ee95afb731" ], "x-ms-correlation-request-id": [ - "072536b2-8a1f-4730-b09d-ed94754639e3" + "6ac8c995-27c5-45ee-8603-79ee95afb731" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170629Z:072536b2-8a1f-4730-b09d-ed94754639e3" + "WESTUS2:20161019T202533Z:6ac8c995-27c5-45ee-8603-79ee95afb731" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -388,22 +395,23 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg19132/providers/Microsoft.DataLakeStore/accounts/testadlfs17734?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxOTEzMi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTc3MzQ/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg15392/providers/Microsoft.DataLakeStore/accounts/testadlfs12265?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTM5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTIyNjU/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cf6147dd-c310-4b90-ac0a-1cfa95e912e8" + "757d014f-9a1c-489a-a68f-37c8405462f5" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs17734' under resource group 'datalakerg19132' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs12265' under resource group 'datalakerg15392' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "166" @@ -418,7 +426,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:06:29 GMT" + "Wed, 19 Oct 2016 20:25:33 GMT" ], "Pragma": [ "no-cache" @@ -427,13 +435,13 @@ "gateway" ], "x-ms-request-id": [ - "4e78b91a-4fa8-4fc1-8986-3bf58d620ea9" + "d2008f98-52ec-4dc1-b88b-b15c00ff0648" ], "x-ms-correlation-request-id": [ - "4e78b91a-4fa8-4fc1-8986-3bf58d620ea9" + "d2008f98-52ec-4dc1-b88b-b15c00ff0648" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170630Z:4e78b91a-4fa8-4fc1-8986-3bf58d620ea9" + "WESTUS2:20161019T202534Z:d2008f98-52ec-4dc1-b88b-b15c00ff0648" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -442,16 +450,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg19132/providers/Microsoft.DataLakeStore/accounts/testadlfs17734?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxOTEzMi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTc3MzQ/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg15392/providers/Microsoft.DataLakeStore/accounts/testadlfs12265?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTM5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTIyNjU/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs17734.caboaccountdogfood.net\",\r\n \"accountId\": \"1bf8ca30-3efe-4859-8c91-f4cb9aa35308\",\r\n \"creationTime\": \"2016-09-01T17:06:32.7385162Z\",\r\n \"lastModifiedTime\": \"2016-09-01T17:06:32.7385162Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg19132/providers/Microsoft.DataLakeStore/accounts/testadlfs17734\",\r\n \"name\": \"testadlfs17734\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs12265.azuredatalakestore.net\",\r\n \"accountId\": \"a9de146a-fed9-463c-9c42-3614280671d4\",\r\n \"creationTime\": \"2016-10-19T20:25:35.1039393Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:25:35.1039393Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg15392/providers/Microsoft.DataLakeStore/accounts/testadlfs12265\",\r\n \"name\": \"testadlfs12265\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -466,7 +475,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 17:07:00 GMT" + "Wed, 19 Oct 2016 20:26:06 GMT" ], "Pragma": [ "no-cache" @@ -478,7 +487,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "66f0510b-ac92-4dd2-93b1-a58cfae39742" + "043c9196-0e05-4919-92bc-fd00203b9f7c" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -487,13 +499,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" + "14980" ], "x-ms-correlation-request-id": [ - "fd0f1d7e-441d-4cb5-922f-2190374377ff" + "25029584-8ef1-424c-a044-a588af64484c" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170701Z:fd0f1d7e-441d-4cb5-922f-2190374377ff" + "WESTUS2:20161019T202606Z:25029584-8ef1-424c-a044-a588af64484c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -502,22 +514,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg19132/providers/Microsoft.DataLakeStore/accounts/testadlfs17734?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxOTEzMi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTc3MzQ/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg15392/providers/Microsoft.DataLakeStore/accounts/testadlfs12265?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTM5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTIyNjU/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c64be85d-368d-43ce-84e7-c8ddb597ab41" + "c3ff1ba6-f58b-4d1c-b0e8-cc188e4cc7c8" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs17734.caboaccountdogfood.net\",\r\n \"accountId\": \"1bf8ca30-3efe-4859-8c91-f4cb9aa35308\",\r\n \"creationTime\": \"2016-09-01T17:06:32.7385162Z\",\r\n \"lastModifiedTime\": \"2016-09-01T17:06:32.7385162Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg19132/providers/Microsoft.DataLakeStore/accounts/testadlfs17734\",\r\n \"name\": \"testadlfs17734\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs12265.azuredatalakestore.net\",\r\n \"accountId\": \"a9de146a-fed9-463c-9c42-3614280671d4\",\r\n \"creationTime\": \"2016-10-19T20:25:35.1039393Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:25:35.1039393Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg15392/providers/Microsoft.DataLakeStore/accounts/testadlfs12265\",\r\n \"name\": \"testadlfs12265\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -532,7 +545,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 17:07:01 GMT" + "Wed, 19 Oct 2016 20:26:07 GMT" ], "Pragma": [ "no-cache" @@ -544,7 +557,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "100a151b-b8bf-4559-bf0c-7dfc2ac0c682" + "e6253f93-cb4f-48c0-ac45-c4974b6cdfb0" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -553,13 +569,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14863" + "14980" ], "x-ms-correlation-request-id": [ - "5448e779-1f88-4bed-b17c-a21e9ff167b5" + "2c6f320d-0894-47d9-8eb8-5b7b1fd13d59" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170701Z:5448e779-1f88-4bed-b17c-a21e9ff167b5" + "WESTUS2:20161019T202607Z:2c6f320d-0894-47d9-8eb8-5b7b1fd13d59" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -568,10 +584,10 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg19132/providers/Microsoft.DataLakeStore/accounts/testadlfs17734?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxOTEzMi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTc3MzQ/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg15392/providers/Microsoft.DataLakeStore/accounts/testadlfs12265?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTM5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTIyNjU/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs17734\"\r\n}", + "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs12265\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -580,16 +596,17 @@ "60" ], "x-ms-client-request-id": [ - "2784a96f-b6c6-4ad0-85f7-d2deac144d57" + "5b5a38d0-7d0e-4324-92b7-001f8279290a" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"1bf8ca30-3efe-4859-8c91-f4cb9aa35308\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg19132/providers/Microsoft.DataLakeStore/accounts/testadlfs17734\",\r\n \"name\": \"testadlfs17734\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"a9de146a-fed9-463c-9c42-3614280671d4\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg15392/providers/Microsoft.DataLakeStore/accounts/testadlfs12265\",\r\n \"name\": \"testadlfs12265\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ "420" @@ -607,13 +624,13 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 17:06:29 GMT" + "Wed, 19 Oct 2016 20:25:35 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg19132/providers/Microsoft.DataLakeStore/accounts/testadlfs17734/operationresults/0?api-version=2015-10-01-preview" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg15392/providers/Microsoft.DataLakeStore/accounts/testadlfs12265/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -622,10 +639,13 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/1bf8ca30-3efe-4859-8c91-f4cb9aa353080?api-version=2015-10-01-preview&expanded=true" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/a9de146a-fed9-463c-9c42-3614280671d40?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "c1b8e63c-4c91-4eee-8217-f3a58f8a111d" + "17520daf-b9cd-42a0-84c2-faba16089acb" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -634,13 +654,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1121" + "1192" ], "x-ms-correlation-request-id": [ - "baa5bb67-24eb-4bd2-9b40-96ea4910b77c" + "343b4813-f028-48b0-8587-b631ebc3677d" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170630Z:baa5bb67-24eb-4bd2-9b40-96ea4910b77c" + "WESTUS2:20161019T202535Z:343b4813-f028-48b0-8587-b631ebc3677d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -649,13 +669,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/1bf8ca30-3efe-4859-8c91-f4cb9aa353080?api-version=2015-10-01-preview&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzFiZjhjYTMwLTNlZmUtNDg1OS04YzkxLWY0Y2I5YWEzNTMwODA/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3JmV4cGFuZGVkPXRydWU=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/a9de146a-fed9-463c-9c42-3614280671d40?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzL2E5ZGUxNDZhLWZlZDktNDYzYy05YzQyLTM2MTQyODA2NzFkNDA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -673,7 +694,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 17:07:00 GMT" + "Wed, 19 Oct 2016 20:26:05 GMT" ], "Pragma": [ "no-cache" @@ -685,7 +706,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c54b008e-2228-4b63-bce2-eefd76130303" + "a334672e-2619-44df-a0c8-9fe29ddd8757" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -694,13 +718,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14876" + "14986" ], "x-ms-correlation-request-id": [ - "6817a4c7-63c3-400a-9efb-867d2898f8b4" + "c8c5e329-00f7-40e3-9925-2a62a6666261" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170700Z:6817a4c7-63c3-400a-9efb-867d2898f8b4" + "WESTUS2:20161019T202606Z:c8c5e329-00f7-40e3-9925-2a62a6666261" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -709,25 +733,26 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt2096?op=CREATE&write=true&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQyMDk2P29wPUNSRUFURSZ3cml0ZT10cnVlJmFwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt2630?op=CREATE&write=true&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQyNjMwP29wPUNSRUFURSZ3cml0ZT10cnVlJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "These are some random test contents 1234!@", "RequestHeaders": { "Content-Type": [ "application/octet-stream" ], - "x-ms-client-request-id": [ - "af18efec-e54e-49e6-b92e-567b853ec9ce" + "Content-Length": [ + "42" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-client-request-id": [ + "0f942a68-509f-460e-8276-838de7d69b3b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "", @@ -739,26 +764,23 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 17:07:03 GMT" + "Wed, 19 Oct 2016 20:26:07 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://testadlfs17734.caboaccountdogfood.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt2096?op=CREATE&write=true&api-version=2015-10-01-preview" + "https://testadlfs12265.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt2630?op=CREATE&write=true&api-version=2016-11-01" ], "x-ms-request-id": [ - "dcd088e0-88e9-4953-b235-025e27c6f54f" + "851b7454-9b9d-4efb-9288-7a7cbf375664" ], "ContentLength": [ "0" ], - "Server-Perf": [ - "[dcd088e0-88e9-4953-b235-025e27c6f54f][ AuthTime::1298.88792611607::PostAuthTime::329.747313478924 ][S-HdfsGetFileStatusV2 :: 00:00:151 ms]%0a[S-FsOpenStream :: 00:00:169 ms]%0a[S-FsAppendStream :: 00:00:184 ms]%0a[BufferingTime :: 00:00:001 ms]%0a[WriteTime :: 00:00:184 ms]%0a[S-FsAppendStream :: 00:00:017 ms]%0a[S-FsCloseHandle :: 00:00:001 ms]%0a[CREATE :: 00:00:527 ms]%0a" - ], "x-ms-webhdfs-version": [ "16.07.18.01" ], @@ -775,22 +797,23 @@ "StatusCode": 201 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt2096?op=MSGETFILESTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQyMDk2P29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt2630?op=MSGETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQyNjMwP29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9e62668e-d2f1-4eb2-afcb-cc9df9e3fe00" + "b7e3509a-0fc1-4810-956f-53924eb288f2" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1472749623231,\r\n \"modificationTime\": 1472749623497,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"group\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"expirationTime\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1476908768451,\r\n \"modificationTime\": 1476908768538,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"group\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"expirationTime\": 0\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "288" @@ -802,19 +825,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 17:07:03 GMT" + "Wed, 19 Oct 2016 20:26:07 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "916c2a7a-cc66-4abe-9768-348fc69b72fb" - ], - "Server-Perf": [ - "[916c2a7a-cc66-4abe-9768-348fc69b72fb][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetFileStatusV2 :: 00:00:021 ms]%0a[MSGETFILESTATUS :: 00:00:021 ms]%0a" + "a760edc1-634f-4e64-a23f-fb5917edd4ee" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -832,22 +852,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt2096?op=MSGETFILESTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQyMDk2P29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt2630?op=MSGETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQyNjMwP29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7334a36d-0280-4b26-9a45-3909abe35201" + "de48daed-e0a2-40db-b67d-ca488872e35d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileNotFoundException\",\r\n \"message\": \"File/Folder does not exist: /SDKTestFolder01/SDKTestFile01.txt2096 [ce033046-02d0-442b-9835-576c34d99131][2016-09-01T10:07:05.5721012-07:00]\",\r\n \"javaClassName\": \"java.io.FileNotFoundException\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileNotFoundException\",\r\n \"message\": \"File/Folder does not exist: /SDKTestFolder01/SDKTestFile01.txt2630 [0667e1e2-1898-4d74-bcda-4148d973db96][2016-10-19T13:26:09.6938709-07:00]\",\r\n \"javaClassName\": \"java.io.FileNotFoundException\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "258" @@ -859,19 +880,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 17:07:05 GMT" + "Wed, 19 Oct 2016 20:26:08 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "ce033046-02d0-442b-9835-576c34d99131" - ], - "Server-Perf": [ - "[ce033046-02d0-442b-9835-576c34d99131][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetFileStatusV2 :: 00:00:040 ms]%0a[MSGETFILESTATUS :: 00:00:040 ms]%0a" + "0667e1e2-1898-4d74-bcda-4148d973db96" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -889,25 +907,26 @@ "StatusCode": 404 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt9566?op=CREATE&write=true&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ5NTY2P29wPUNSRUFURSZ3cml0ZT10cnVlJmFwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt6329?op=CREATE&write=true&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ2MzI5P29wPUNSRUFURSZ3cml0ZT10cnVlJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "These are some random test contents 1234!@", "RequestHeaders": { "Content-Type": [ "application/octet-stream" ], - "x-ms-client-request-id": [ - "5b3dbe38-4e1f-45d7-93c8-e43486a0d0a5" + "Content-Length": [ + "42" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-client-request-id": [ + "1dad515e-a68a-4b6d-9918-53c307b16e78" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "", @@ -919,26 +938,23 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 17:07:03 GMT" + "Wed, 19 Oct 2016 20:26:08 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://testadlfs17734.caboaccountdogfood.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt9566?op=CREATE&write=true&api-version=2015-10-01-preview" + "https://testadlfs12265.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt6329?op=CREATE&write=true&api-version=2016-11-01" ], "x-ms-request-id": [ - "41e810e1-43d3-4b39-bb48-6646dfcd07da" + "54059bd9-74b3-48be-9601-2e0dd39ae19c" ], "ContentLength": [ "0" ], - "Server-Perf": [ - "[41e810e1-43d3-4b39-bb48-6646dfcd07da][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetFileStatusV2 :: 00:00:009 ms]%0a[S-FsOpenStream :: 00:00:082 ms]%0a[S-FsAppendStream :: 00:00:168 ms]%0a[BufferingTime :: 00:00:001 ms]%0a[WriteTime :: 00:00:168 ms]%0a[S-FsAppendStream :: 00:00:032 ms]%0a[S-FsCloseHandle :: 00:00:001 ms]%0a[CREATE :: 00:00:297 ms]%0a" - ], "x-ms-webhdfs-version": [ "16.07.18.01" ], @@ -955,22 +971,23 @@ "StatusCode": 201 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt9566?op=MSGETFILESTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ5NTY2P29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt6329?op=MSGETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ2MzI5P29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "48d2fb11-2cdc-414e-b5b1-297ceb0e8a7a" + "f6da570b-26fe-441e-98c6-1e56fd41474c" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1472749623810,\r\n \"modificationTime\": 1472749623982,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"group\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"expirationTime\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1476908768784,\r\n \"modificationTime\": 1476908768896,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"group\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"expirationTime\": 0\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "288" @@ -982,19 +999,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 17:07:03 GMT" + "Wed, 19 Oct 2016 20:26:08 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "12409fe2-7874-4f0a-a26e-6730cc10a45a" - ], - "Server-Perf": [ - "[12409fe2-7874-4f0a-a26e-6730cc10a45a][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetFileStatusV2 :: 00:00:018 ms]%0a[MSGETFILESTATUS :: 00:00:019 ms]%0a" + "5d511955-fa3d-41ac-8717-eb4a1eae2398" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -1012,22 +1026,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt9566?op=MSGETFILESTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ5NTY2P29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt6329?op=MSGETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ2MzI5P29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2606f736-988c-4d8b-b3c4-35a644701c13" + "9dee3c78-47f4-4426-8281-7cbcd0186f8b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileNotFoundException\",\r\n \"message\": \"File/Folder does not exist: /SDKTestFolder01/SDKTestFile01.txt9566 [fde86654-4273-4e7e-8eae-e1f7fbf014db][2016-09-01T10:07:05.7127253-07:00]\",\r\n \"javaClassName\": \"java.io.FileNotFoundException\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileNotFoundException\",\r\n \"message\": \"File/Folder does not exist: /SDKTestFolder01/SDKTestFile01.txt6329 [8e4d6ab4-2a8a-4fb4-b0ee-8b7bf40a522b][2016-10-19T13:26:09.8188844-07:00]\",\r\n \"javaClassName\": \"java.io.FileNotFoundException\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "258" @@ -1039,19 +1054,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 17:07:05 GMT" + "Wed, 19 Oct 2016 20:26:08 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "fde86654-4273-4e7e-8eae-e1f7fbf014db" - ], - "Server-Perf": [ - "[fde86654-4273-4e7e-8eae-e1f7fbf014db][ AuthTime::1256.54683138921::PostAuthTime::311.78442480692 ][S-HdfsGetFileStatusV2 :: 00:00:006 ms]%0a[MSGETFILESTATUS :: 00:00:007 ms]%0a" + "8e4d6ab4-2a8a-4fb4-b0ee-8b7bf40a522b" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -1069,19 +1081,20 @@ "StatusCode": 404 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder012794?op=MKDIRS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMjc5ND9vcD1NS0RJUlMmYXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/webhdfs/v1/SDKTestFolder015376?op=MKDIRS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNTM3Nj9vcD1NS0RJUlMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "550ea981-d0ca-43b5-aa73-18b4b3279e8f" + "b88e31c5-932d-4393-a88c-48470cdab458" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "{\r\n \"boolean\": true\r\n}", @@ -1096,19 +1109,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 17:07:03 GMT" + "Wed, 19 Oct 2016 20:26:08 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "2b92c4c0-fa2e-428a-b328-94f7a912bcd7" - ], - "Server-Perf": [ - "[2b92c4c0-fa2e-428a-b328-94f7a912bcd7][ AuthTime::0::PostAuthTime::0 ][S-HdfsMkdirs :: 00:00:035 ms]%0a[MKDIRS :: 00:00:036 ms]%0a" + "e8e1a3ea-7c33-4489-8679-e255ff711fad" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -1126,10 +1136,10 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder012794%2FSDKTestConcatFile01.txt?op=MSCONCAT&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMjc5NCUyRlNES1Rlc3RDb25jYXRGaWxlMDEudHh0P29wPU1TQ09OQ0FUJmFwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/webhdfs/v1/SDKTestFolder015376%2FSDKTestConcatFile01.txt?op=MSCONCAT&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNTM3NiUyRlNES1Rlc3RDb25jYXRGaWxlMDEudHh0P29wPU1TQ09OQ0FUJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "POST", - "RequestBody": "sources=SDKTestFolder01/SDKTestFile01.txt2096,SDKTestFolder01/SDKTestFile01.txt9566", + "RequestBody": "sources=SDKTestFolder01/SDKTestFile01.txt2630,SDKTestFolder01/SDKTestFile01.txt6329", "RequestHeaders": { "Content-Type": [ "application/octet-stream" @@ -1138,13 +1148,14 @@ "83" ], "x-ms-client-request-id": [ - "653b1863-3f36-4c7c-9c5c-cacbe7673ffc" + "2ea8d8d0-77a0-4c0c-94b9-33af7f4e4658" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "", @@ -1156,19 +1167,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 17:07:05 GMT" + "Wed, 19 Oct 2016 20:26:08 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "3b07fce2-fbc6-4927-9ff4-15e6961fc3f9" - ], - "Server-Perf": [ - "[3b07fce2-fbc6-4927-9ff4-15e6961fc3f9][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetFileStatusV2 :: 00:00:024 ms]%0a[S-FsMultiModifyStream :: 00:00:908 ms]%0a[MSCONCAT :: 00:00:975 ms]%0a" + "54ad2164-435f-45b9-8ad6-ff82fb11099e" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -1186,22 +1194,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder012794%2FSDKTestConcatFile01.txt?op=MSGETFILESTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMjc5NCUyRlNES1Rlc3RDb25jYXRGaWxlMDEudHh0P29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/webhdfs/v1/SDKTestFolder015376%2FSDKTestConcatFile01.txt?op=MSGETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNTM3NiUyRlNES1Rlc3RDb25jYXRGaWxlMDEudHh0P29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c61644e7-f054-4da9-a3d4-ccc20084dc09" + "d2a713c5-abd0-4a5f-b9e3-f1e8fbc86112" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 84,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1472749624509,\r\n \"modificationTime\": 1472749624587,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"group\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"expirationTime\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 84,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1476908769261,\r\n \"modificationTime\": 1476908769308,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"group\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"expirationTime\": 0\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "288" @@ -1213,19 +1222,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 17:07:05 GMT" + "Wed, 19 Oct 2016 20:26:08 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "90f4c81d-5506-4913-a45e-77c4916f845e" - ], - "Server-Perf": [ - "[90f4c81d-5506-4913-a45e-77c4916f845e][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetFileStatusV2 :: 00:00:020 ms]%0a[MSGETFILESTATUS :: 00:00:021 ms]%0a" + "71b499c7-f829-4731-9d40-e457e2233fd9" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -1245,19 +1251,19 @@ ], "Names": { ".ctor": [ - "datalakerg19132", - "testdatalake12141", - "testadlfs17734" + "datalakerg15392", + "testdatalake17836", + "testadlfs12265" ], "CreateFile": [ - "SDKTestFolder01/SDKTestFile01.txt2096", - "SDKTestFolder01/SDKTestFile01.txt9566" + "SDKTestFolder01/SDKTestFile01.txt2630", + "SDKTestFolder01/SDKTestFile01.txt6329" ], "CreateFolder": [ - "SDKTestFolder012794" + "SDKTestFolder015376" ] }, "Variables": { - "SubscriptionId": "90585f39-ab85-4921-bb37-0468f7efd1dd" + "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" } } \ No newline at end of file diff --git a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemNegativeExpiry.json b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemNegativeExpiry.json index a3b9dc5f6779f..052d93d35e7d1 100644 --- a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemNegativeExpiry.json +++ b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemNegativeExpiry.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a3ac3a1c-a2ac-4b16-92d0-182c065f2ba2" + "c4cc13bd-bce0-4481-bb6b-1d73271d78aa" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 21:37:26 GMT" + "Wed, 19 Oct 2016 20:31:46 GMT" ], "Pragma": [ "no-cache" @@ -37,16 +38,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1175" + "1193" ], "x-ms-request-id": [ - "399169eb-7e56-4be6-a440-601a0b4c3c03" + "f7d6b578-e0cb-47b8-802a-6d199a87917d" ], "x-ms-correlation-request-id": [ - "399169eb-7e56-4be6-a440-601a0b4c3c03" + "f7d6b578-e0cb-47b8-802a-6d199a87917d" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T213727Z:399169eb-7e56-4be6-a440-601a0b4c3c03" + "CENTRALUS:20161019T203146Z:f7d6b578-e0cb-47b8-802a-6d199a87917d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -55,22 +56,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "84e32320-3034-4280-811e-27795f6ad9bd" + "ba69f288-a694-4707-a744-0a20e41ef531" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -82,7 +84,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 21:37:26 GMT" + "Wed, 19 Oct 2016 20:31:46 GMT" ], "Pragma": [ "no-cache" @@ -91,16 +93,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" + "14989" ], "x-ms-request-id": [ - "a9159cc0-d173-4e73-98f3-46ac734f3380" + "1020ca2f-109e-45f6-89bc-228593f5f3ad" ], "x-ms-correlation-request-id": [ - "a9159cc0-d173-4e73-98f3-46ac734f3380" + "1020ca2f-109e-45f6-89bc-228593f5f3ad" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T213727Z:a9159cc0-d173-4e73-98f3-46ac734f3380" + "CENTRALUS:20161019T203146Z:1020ca2f-109e-45f6-89bc-228593f5f3ad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -109,22 +111,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "aa1eeeb8-081b-466a-984a-cc6bc8eebb6c" + "b7f81b0a-4ce9-41ae-9226-3f1e3ab6c2ca" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -136,7 +139,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 21:37:26 GMT" + "Wed, 19 Oct 2016 20:31:47 GMT" ], "Pragma": [ "no-cache" @@ -145,16 +148,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1174" + "1192" ], "x-ms-request-id": [ - "0736a086-fd3d-4f8a-a9c8-dae9e5a22f70" + "14627581-ed03-4a60-acec-d1fd9d1c7de0" ], "x-ms-correlation-request-id": [ - "0736a086-fd3d-4f8a-a9c8-dae9e5a22f70" + "14627581-ed03-4a60-acec-d1fd9d1c7de0" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T213727Z:0736a086-fd3d-4f8a-a9c8-dae9e5a22f70" + "CENTRALUS:20161019T203147Z:14627581-ed03-4a60-acec-d1fd9d1c7de0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -163,22 +166,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "be9996a0-a9d0-4cdf-b05b-0156f11728d0" + "ef432fb0-0116-4c30-adcb-2b8142f3ea1d" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -190,7 +194,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 21:37:27 GMT" + "Wed, 19 Oct 2016 20:31:47 GMT" ], "Pragma": [ "no-cache" @@ -199,16 +203,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" + "14988" ], "x-ms-request-id": [ - "b2256ce5-8f08-4025-ae5f-7be589aee542" + "b7827527-5e71-4ddb-b425-f774cdc0be5c" ], "x-ms-correlation-request-id": [ - "b2256ce5-8f08-4025-ae5f-7be589aee542" + "b7827527-5e71-4ddb-b425-f774cdc0be5c" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T213727Z:b2256ce5-8f08-4025-ae5f-7be589aee542" + "CENTRALUS:20161019T203147Z:b7827527-5e71-4ddb-b425-f774cdc0be5c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -217,22 +221,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg15226?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNTIyNj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg12882?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMjg4Mj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "caf381d5-4a14-4242-928c-5d0a54acdebe" + "c6f4344b-62c3-42ef-8c47-615d0fe80417" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg15226' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg12882' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "107" @@ -247,7 +252,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 21:37:27 GMT" + "Wed, 19 Oct 2016 20:31:47 GMT" ], "Pragma": [ "no-cache" @@ -256,16 +261,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" + "14987" ], "x-ms-request-id": [ - "a34a51c6-3d32-42f3-a113-f741e8e59d30" + "c7c141ef-dffe-4883-85e0-55154dcb955a" ], "x-ms-correlation-request-id": [ - "a34a51c6-3d32-42f3-a113-f741e8e59d30" + "c7c141ef-dffe-4883-85e0-55154dcb955a" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T213727Z:a34a51c6-3d32-42f3-a113-f741e8e59d30" + "CENTRALUS:20161019T203147Z:c7c141ef-dffe-4883-85e0-55154dcb955a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -274,22 +279,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg15226?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNTIyNj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg12882?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMjg4Mj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9a507d21-62d4-4f1f-b24c-d455fe88e0ce" + "ea4ce465-4d39-4ed5-b229-74f55acb7199" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15226\",\r\n \"name\": \"datalakerg15226\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg12882\",\r\n \"name\": \"datalakerg12882\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -301,7 +307,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 21:37:27 GMT" + "Wed, 19 Oct 2016 20:31:48 GMT" ], "Pragma": [ "no-cache" @@ -310,16 +316,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" + "14986" ], "x-ms-request-id": [ - "7bb8fde2-04c4-413e-a0c3-2dc02fed4ed3" + "b140e634-7b6a-4032-b8f9-28761c96910b" ], "x-ms-correlation-request-id": [ - "7bb8fde2-04c4-413e-a0c3-2dc02fed4ed3" + "b140e634-7b6a-4032-b8f9-28761c96910b" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T213728Z:7bb8fde2-04c4-413e-a0c3-2dc02fed4ed3" + "CENTRALUS:20161019T203148Z:b140e634-7b6a-4032-b8f9-28761c96910b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -328,8 +334,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg15226?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNTIyNj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg12882?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMjg4Mj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -340,16 +346,17 @@ "31" ], "x-ms-client-request-id": [ - "09827d0f-d220-4431-8a7a-327154190a32" + "6e8e536e-d5df-4ad5-8067-44adb26106ea" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15226\",\r\n \"name\": \"datalakerg15226\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg12882\",\r\n \"name\": \"datalakerg12882\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "184" @@ -364,22 +371,22 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 21:37:27 GMT" + "Wed, 19 Oct 2016 20:31:48 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1173" + "1191" ], "x-ms-request-id": [ - "dbb4ba50-b02c-4efb-994e-f4bd03448766" + "391a5adc-d0fc-4711-9d6b-d6cbd0e9d289" ], "x-ms-correlation-request-id": [ - "dbb4ba50-b02c-4efb-994e-f4bd03448766" + "391a5adc-d0fc-4711-9d6b-d6cbd0e9d289" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T213728Z:dbb4ba50-b02c-4efb-994e-f4bd03448766" + "CENTRALUS:20161019T203148Z:391a5adc-d0fc-4711-9d6b-d6cbd0e9d289" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -388,22 +395,23 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15226/providers/Microsoft.DataLakeStore/accounts/testadlfs12503?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTIyNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTI1MDM/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg12882/providers/Microsoft.DataLakeStore/accounts/testadlfs19510?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMjg4Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTk1MTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c693cb57-aafe-4475-ac17-be15d4cd9891" + "90324868-dd77-4d81-8fe2-7e6873069fd0" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs12503' under resource group 'datalakerg15226' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs19510' under resource group 'datalakerg12882' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "166" @@ -418,7 +426,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 21:37:28 GMT" + "Wed, 19 Oct 2016 20:31:48 GMT" ], "Pragma": [ "no-cache" @@ -427,13 +435,13 @@ "gateway" ], "x-ms-request-id": [ - "3c7fa182-a4da-4dbd-ac7a-ac033c3732a4" + "5acd03c8-f7d6-4351-b733-091ed6315b78" ], "x-ms-correlation-request-id": [ - "3c7fa182-a4da-4dbd-ac7a-ac033c3732a4" + "5acd03c8-f7d6-4351-b733-091ed6315b78" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T213728Z:3c7fa182-a4da-4dbd-ac7a-ac033c3732a4" + "CENTRALUS:20161019T203149Z:5acd03c8-f7d6-4351-b733-091ed6315b78" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -442,16 +450,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15226/providers/Microsoft.DataLakeStore/accounts/testadlfs12503?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTIyNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTI1MDM/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg12882/providers/Microsoft.DataLakeStore/accounts/testadlfs19510?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMjg4Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTk1MTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs12503.caboaccountdogfood.net\",\r\n \"accountId\": \"00630dd5-b553-4035-89f6-dbde6dd3778d\",\r\n \"creationTime\": \"2016-09-01T21:37:30.5644146Z\",\r\n \"lastModifiedTime\": \"2016-09-01T21:37:30.5644146Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15226/providers/Microsoft.DataLakeStore/accounts/testadlfs12503\",\r\n \"name\": \"testadlfs12503\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs19510.azuredatalakestore.net\",\r\n \"accountId\": \"c8abac0f-087d-4222-8878-4f94c4e1a599\",\r\n \"creationTime\": \"2016-10-19T20:31:49.6326877Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:31:49.6326877Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg12882/providers/Microsoft.DataLakeStore/accounts/testadlfs19510\",\r\n \"name\": \"testadlfs19510\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -466,7 +475,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 21:37:59 GMT" + "Wed, 19 Oct 2016 20:32:21 GMT" ], "Pragma": [ "no-cache" @@ -478,7 +487,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "57b91c5f-4f5d-4ed5-b3db-7ae3f60ff0ba" + "072e0275-7d63-48aa-99e4-3b7891604ba9" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -487,13 +499,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" + "14996" ], "x-ms-correlation-request-id": [ - "57aa4735-99a8-46d1-8cbc-ea6912a74db4" + "f8aa1d67-8338-421e-83e5-833b7fa7959d" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T213759Z:57aa4735-99a8-46d1-8cbc-ea6912a74db4" + "CENTRALUS:20161019T203221Z:f8aa1d67-8338-421e-83e5-833b7fa7959d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -502,22 +514,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15226/providers/Microsoft.DataLakeStore/accounts/testadlfs12503?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTIyNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTI1MDM/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg12882/providers/Microsoft.DataLakeStore/accounts/testadlfs19510?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMjg4Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTk1MTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ecf6b792-d2b6-44ad-aa04-60b7af320153" + "73a83fc5-c42d-49b4-836a-21c07ef4dfb5" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs12503.caboaccountdogfood.net\",\r\n \"accountId\": \"00630dd5-b553-4035-89f6-dbde6dd3778d\",\r\n \"creationTime\": \"2016-09-01T21:37:30.5644146Z\",\r\n \"lastModifiedTime\": \"2016-09-01T21:37:30.5644146Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15226/providers/Microsoft.DataLakeStore/accounts/testadlfs12503\",\r\n \"name\": \"testadlfs12503\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs19510.azuredatalakestore.net\",\r\n \"accountId\": \"c8abac0f-087d-4222-8878-4f94c4e1a599\",\r\n \"creationTime\": \"2016-10-19T20:31:49.6326877Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:31:49.6326877Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg12882/providers/Microsoft.DataLakeStore/accounts/testadlfs19510\",\r\n \"name\": \"testadlfs19510\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -532,7 +545,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 21:37:59 GMT" + "Wed, 19 Oct 2016 20:32:22 GMT" ], "Pragma": [ "no-cache" @@ -544,7 +557,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "bc9af0f3-db4e-41a5-a16d-0584d23633e3" + "deda2f4a-fd99-4872-a76d-ca1f4f628a53" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -553,13 +569,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" + "14994" ], "x-ms-correlation-request-id": [ - "85125409-cf5f-4a3b-a729-6f7bc8b01287" + "f6882f53-69bb-48b7-92f3-45a2e5f41b41" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T213800Z:85125409-cf5f-4a3b-a729-6f7bc8b01287" + "CENTRALUS:20161019T203222Z:f6882f53-69bb-48b7-92f3-45a2e5f41b41" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -568,10 +584,10 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15226/providers/Microsoft.DataLakeStore/accounts/testadlfs12503?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTIyNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTI1MDM/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg12882/providers/Microsoft.DataLakeStore/accounts/testadlfs19510?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMjg4Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTk1MTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs12503\"\r\n}", + "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs19510\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -580,16 +596,17 @@ "60" ], "x-ms-client-request-id": [ - "faf32f57-ddd8-430a-8762-9df9f79e796b" + "b2e3aab9-d866-4736-b405-2adb99a9072d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"00630dd5-b553-4035-89f6-dbde6dd3778d\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15226/providers/Microsoft.DataLakeStore/accounts/testadlfs12503\",\r\n \"name\": \"testadlfs12503\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"c8abac0f-087d-4222-8878-4f94c4e1a599\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg12882/providers/Microsoft.DataLakeStore/accounts/testadlfs19510\",\r\n \"name\": \"testadlfs19510\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ "420" @@ -607,13 +624,13 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 21:37:28 GMT" + "Wed, 19 Oct 2016 20:31:50 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg15226/providers/Microsoft.DataLakeStore/accounts/testadlfs12503/operationresults/0?api-version=2015-10-01-preview" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg12882/providers/Microsoft.DataLakeStore/accounts/testadlfs19510/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -622,10 +639,13 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/00630dd5-b553-4035-89f6-dbde6dd3778d0?api-version=2015-10-01-preview&expanded=true" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/c8abac0f-087d-4222-8878-4f94c4e1a5990?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "e3b8e04a-2496-4c37-ad29-cf5ce71620b9" + "0c973181-f523-40c8-8dba-4455071a571c" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -634,13 +654,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1175" + "1198" ], "x-ms-correlation-request-id": [ - "29336c30-2a56-43b4-83a0-2d7aaea2ce8e" + "ae98501f-adf8-492a-aaf0-27f1dff1cd66" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T213728Z:29336c30-2a56-43b4-83a0-2d7aaea2ce8e" + "CENTRALUS:20161019T203150Z:ae98501f-adf8-492a-aaf0-27f1dff1cd66" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -649,13 +669,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/00630dd5-b553-4035-89f6-dbde6dd3778d0?api-version=2015-10-01-preview&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzAwNjMwZGQ1LWI1NTMtNDAzNS04OWY2LWRiZGU2ZGQzNzc4ZDA/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3JmV4cGFuZGVkPXRydWU=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/c8abac0f-087d-4222-8878-4f94c4e1a5990?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzL2M4YWJhYzBmLTA4N2QtNDIyMi04ODc4LTRmOTRjNGUxYTU5OTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -673,7 +694,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 21:37:58 GMT" + "Wed, 19 Oct 2016 20:32:20 GMT" ], "Pragma": [ "no-cache" @@ -685,7 +706,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "b665eef7-1f4a-4650-87e0-53ae23243350" + "91f56729-e989-4067-88e9-9a18ce0d2901" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -694,13 +718,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" + "14997" ], "x-ms-correlation-request-id": [ - "90119db0-8d57-4903-8124-bbf9de095f81" + "86db40b3-f7f1-4172-b294-d911ae0b349a" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T213759Z:90119db0-8d57-4903-8124-bbf9de095f81" + "CENTRALUS:20161019T203221Z:86db40b3-f7f1-4172-b294-d911ae0b349a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -709,25 +733,26 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt7245?op=CREATE&write=true&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3MjQ1P29wPUNSRUFURSZ3cml0ZT10cnVlJmFwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt5725?op=CREATE&write=true&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ1NzI1P29wPUNSRUFURSZ3cml0ZT10cnVlJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "Content-Type": [ "application/octet-stream" ], - "x-ms-client-request-id": [ - "10394a38-a21f-4a56-b786-f7fabf0c7eff" + "Content-Length": [ + "0" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-client-request-id": [ + "126d4b99-157a-4e11-bbec-672ba70f5b3d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "", @@ -739,26 +764,23 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 21:38:01 GMT" + "Wed, 19 Oct 2016 20:32:23 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://testadlfs12503.caboaccountdogfood.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt7245?op=CREATE&write=true&api-version=2015-10-01-preview" + "https://testadlfs19510.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt5725?op=CREATE&write=true&api-version=2016-11-01" ], "x-ms-request-id": [ - "92ff164f-d9c6-4904-93ae-ea2c191c0009" + "aac6ca3e-cdb3-4800-bde8-3050411e704b" ], "ContentLength": [ "0" ], - "Server-Perf": [ - "[92ff164f-d9c6-4904-93ae-ea2c191c0009][ AuthTime::1227.48190854191::PostAuthTime::342.582929875284 ][S-HdfsGetFileStatusV2 :: 00:00:167 ms]%0a[S-FsOpenStream :: 00:00:154 ms]%0a[BufferingTime :: 00:00:000 ms]%0a[WriteTime :: 00:00:000 ms]%0a[S-FsAppendStream :: 00:00:028 ms]%0a[S-FsCloseHandle :: 00:00:001 ms]%0a[CREATE :: 00:00:356 ms]%0a" - ], "x-ms-webhdfs-version": [ "16.07.18.01" ], @@ -775,22 +797,23 @@ "StatusCode": 201 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt7245?op=MSGETFILESTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3MjQ1P29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt5725?op=MSGETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ1NzI1P29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c82d8de3-2316-4e7f-805d-ccb8d660fa78" + "f2f36d45-e5fc-4478-a900-e9292620d376" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1472765881981,\r\n \"modificationTime\": 1472765881981,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"group\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"expirationTime\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1476909143765,\r\n \"modificationTime\": 1476909143765,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"group\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"expirationTime\": 0\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "287" @@ -802,19 +825,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 21:38:01 GMT" + "Wed, 19 Oct 2016 20:32:23 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "da96568d-b76e-4c7f-a766-b22ad11987a5" - ], - "Server-Perf": [ - "[da96568d-b76e-4c7f-a766-b22ad11987a5][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetFileStatusV2 :: 00:00:060 ms]%0a[MSGETFILESTATUS :: 00:00:060 ms]%0a" + "1d80b8a8-d69d-4b3f-bcec-1d80e85f4949" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -832,22 +852,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt7245?op=MSGETFILESTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3MjQ1P29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt5725?op=MSGETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ1NzI1P29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "257da758-7c98-478e-a129-d6311ebae174" + "97875d15-7c54-47e0-99e6-4fab1f58adb1" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1472765881981,\r\n \"modificationTime\": 1472765881981,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"group\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"expirationTime\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1476909143765,\r\n \"modificationTime\": 1476909143765,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"group\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"expirationTime\": 0\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "287" @@ -859,19 +880,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 21:38:02 GMT" + "Wed, 19 Oct 2016 20:32:23 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "64255076-ce33-4234-a9d8-f3af5cb60c8b" - ], - "Server-Perf": [ - "[64255076-ce33-4234-a9d8-f3af5cb60c8b][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetFileStatusV2 :: 00:00:019 ms]%0a[MSGETFILESTATUS :: 00:00:020 ms]%0a" + "d1bb6b3d-928b-4e9b-80d9-833ce56041d0" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -889,22 +907,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt7245?op=MSGETFILESTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3MjQ1P29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt5725?op=MSGETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ1NzI1P29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "927b33f4-4b7b-47fa-a222-a9dc64b5b0fb" + "3ee4df7b-2ff2-4972-8b21-cf787617a12e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1472765881981,\r\n \"modificationTime\": 1472765881981,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"group\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"expirationTime\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1476909143765,\r\n \"modificationTime\": 1476909143765,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"group\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"expirationTime\": 0\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "287" @@ -916,19 +935,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 21:38:24 GMT" + "Wed, 19 Oct 2016 20:32:43 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "4b27f1ca-5525-4957-ab17-11560329fa74" - ], - "Server-Perf": [ - "[4b27f1ca-5525-4957-ab17-11560329fa74][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetFileStatusV2 :: 00:00:051 ms]%0a[MSGETFILESTATUS :: 00:00:052 ms]%0a" + "84afef2e-c868-4e69-a944-ff0813ab2800" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -946,25 +962,26 @@ "StatusCode": 200 }, { - "RequestUri": "/WebHdfsExt/SDKTestFolder01%2FSDKTestFile01.txt7245?expiryOption=Absolute&expireTime=1472765762000&op=SETEXPIRY&api-version=2015-10-01-preview", - "EncodedRequestUri": "L1dlYkhkZnNFeHQvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3MjQ1P2V4cGlyeU9wdGlvbj1BYnNvbHV0ZSZleHBpcmVUaW1lPTE0NzI3NjU3NjIwMDAmb3A9U0VURVhQSVJZJmFwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/WebHdfsExt/SDKTestFolder01%2FSDKTestFile01.txt5725?expiryOption=Absolute&expireTime=1476909024000&op=SETEXPIRY&api-version=2016-11-01", + "EncodedRequestUri": "L1dlYkhkZnNFeHQvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ1NzI1P2V4cGlyeU9wdGlvbj1BYnNvbHV0ZSZleHBpcmVUaW1lPTE0NzY5MDkwMjQwMDAmb3A9U0VURVhQSVJZJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "26b7256c-7d4b-451d-b10f-8e9e44a10b1c" + "d19d29d0-3291-498e-b31c-18134e2c9f01" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"IllegalArgumentException\",\r\n \"message\": \"Parameter expireTime is Invaild, Reason Invalid expireTime, PathAndQuery /WebHdfsExt/SDKTestFolder01/SDKTestFile01.txt7245?expiryOption=Absolute&expireTime=1472765762000&op=SETEXPIRY&api-version=2015-10-01-preview, Method PUT [][2016-09-01T14:38:02.8847565-07:00]\",\r\n \"javaClassName\": \"java.lang.IllegalArgumentException\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"IllegalArgumentException\",\r\n \"message\": \"Parameter expireTime is Invaild, Reason Invalid expireTime, PathAndQuery /WebHdfsExt/SDKTestFolder01/SDKTestFile01.txt5725?expiryOption=Absolute&expireTime=1476909024000&op=SETEXPIRY&api-version=2016-11-01, Method PUT [][2016-10-19T13:32:24.1688342-07:00]\",\r\n \"javaClassName\": \"java.lang.IllegalArgumentException\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "389" + "381" ], "Content-Type": [ "application/json; charset=utf-8" @@ -973,16 +990,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 21:38:02 GMT" + "Wed, 19 Oct 2016 20:32:23 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "02bee70a-fb3e-4889-8447-7df43bdb2b95" + "082cc789-50f4-4020-975e-650e7d90652c" ], "X-Content-Type-Options": [ "nosniff" @@ -994,22 +1011,23 @@ "StatusCode": 400 }, { - "RequestUri": "/WebHdfsExt/SDKTestFolder01%2FSDKTestFile01.txt7245?expiryOption=Absolute&expireTime=253402300800000&op=SETEXPIRY&api-version=2015-10-01-preview", - "EncodedRequestUri": "L1dlYkhkZnNFeHQvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3MjQ1P2V4cGlyeU9wdGlvbj1BYnNvbHV0ZSZleHBpcmVUaW1lPTI1MzQwMjMwMDgwMDAwMCZvcD1TRVRFWFBJUlkmYXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/WebHdfsExt/SDKTestFolder01%2FSDKTestFile01.txt5725?expiryOption=Absolute&expireTime=253402300800000&op=SETEXPIRY&api-version=2016-11-01", + "EncodedRequestUri": "L1dlYkhkZnNFeHQvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ1NzI1P2V4cGlyeU9wdGlvbj1BYnNvbHV0ZSZleHBpcmVUaW1lPTI1MzQwMjMwMDgwMDAwMCZvcD1TRVRFWFBJUlkmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1dd4070b-ff03-473e-8ca5-272d043aacfd" + "aeee3c30-d5a7-4ac8-8405-e7fc9444fa5d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"RuntimeException\",\r\n \"message\": \"The added or subtracted value results in an un-representable DateTime.\\r\\nParameter name: value [][2016-09-01T14:38:24.2847288-07:00]\",\r\n \"javaClassName\": \"java.lang.RuntimeException\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"RuntimeException\",\r\n \"message\": \"The added or subtracted value results in an un-representable DateTime.\\r\\nParameter name: value [][2016-10-19T13:32:44.3410479-07:00]\",\r\n \"javaClassName\": \"java.lang.RuntimeException\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "243" @@ -1021,16 +1039,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 21:38:23 GMT" + "Wed, 19 Oct 2016 20:32:43 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "80b55e34-7ce6-4fc7-8a8e-c02b0f013474" + "f0eb8ffe-2c21-4593-9c7d-a10f59ad5ef1" ], "X-Content-Type-Options": [ "nosniff" @@ -1042,19 +1060,20 @@ "StatusCode": 500 }, { - "RequestUri": "/WebHdfsExt/SDKTestFolder01%2FSDKTestFile01.txt7245?expiryOption=NeverExpire&expireTime=400&op=SETEXPIRY&api-version=2015-10-01-preview", - "EncodedRequestUri": "L1dlYkhkZnNFeHQvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3MjQ1P2V4cGlyeU9wdGlvbj1OZXZlckV4cGlyZSZleHBpcmVUaW1lPTQwMCZvcD1TRVRFWFBJUlkmYXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/WebHdfsExt/SDKTestFolder01%2FSDKTestFile01.txt5725?expiryOption=NeverExpire&expireTime=400&op=SETEXPIRY&api-version=2016-11-01", + "EncodedRequestUri": "L1dlYkhkZnNFeHQvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ1NzI1P2V4cGlyeU9wdGlvbj1OZXZlckV4cGlyZSZleHBpcmVUaW1lPTQwMCZvcD1TRVRFWFBJUlkmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "92baffee-ddb1-46c0-8380-8bbd6ea33aff" + "e128a284-6aec-42df-a86a-ed21692f6ac0" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "", @@ -1066,16 +1085,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 21:38:24 GMT" + "Wed, 19 Oct 2016 20:32:43 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "07f98c94-6804-45ec-9790-cd90d1619352" + "d02f2114-ff0c-4592-8545-4287961262e0" ], "X-Content-Type-Options": [ "nosniff" @@ -1089,16 +1108,16 @@ ], "Names": { ".ctor": [ - "datalakerg15226", - "testdatalake16807", - "testadlfs12503" + "datalakerg12882", + "testdatalake14839", + "testadlfs19510" ], "CreateFile": [ - "SDKTestFolder01/SDKTestFile01.txt7245" + "SDKTestFolder01/SDKTestFile01.txt5725" ] }, "Variables": { - "SubscriptionId": "90585f39-ab85-4921-bb37-0468f7efd1dd", - "absoluteNegativeTime": "9/1/2016 9:36:02 PM" + "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f", + "absoluteNegativeTime": "10/19/2016 8:30:24 PM" } } \ No newline at end of file diff --git a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemSetAcl.json b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemSetAcl.json index 74a5e4baade97..f2a7ba6695ce0 100644 --- a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemSetAcl.json +++ b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemSetAcl.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1169aae1-27b3-4fb9-95e4-c444077ad82e" + "ecbe48d6-bd1f-403e-9849-9d6e0745cda9" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:02:51 GMT" + "Wed, 19 Oct 2016 20:22:14 GMT" ], "Pragma": [ "no-cache" @@ -37,16 +38,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1108" + "1196" ], "x-ms-request-id": [ - "685d2bb3-147f-4304-b4ce-56f1653c604d" + "4e2cfdcd-8062-496d-94b7-e503a41a96a4" ], "x-ms-correlation-request-id": [ - "685d2bb3-147f-4304-b4ce-56f1653c604d" + "4e2cfdcd-8062-496d-94b7-e503a41a96a4" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170251Z:685d2bb3-147f-4304-b4ce-56f1653c604d" + "WESTUS2:20161019T202215Z:4e2cfdcd-8062-496d-94b7-e503a41a96a4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -55,22 +56,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1eb4d3b0-de26-4000-a81d-9602e6f79729" + "325657a3-7009-4d12-9a2b-9eaa93de3231" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -82,7 +84,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:02:51 GMT" + "Wed, 19 Oct 2016 20:22:14 GMT" ], "Pragma": [ "no-cache" @@ -91,16 +93,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14858" + "14987" ], "x-ms-request-id": [ - "257f9896-84b3-4fe8-ad17-ef6b6b535ed9" + "5b9b7bde-60a8-41a0-ae63-5adc26d0a474" ], "x-ms-correlation-request-id": [ - "257f9896-84b3-4fe8-ad17-ef6b6b535ed9" + "5b9b7bde-60a8-41a0-ae63-5adc26d0a474" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170251Z:257f9896-84b3-4fe8-ad17-ef6b6b535ed9" + "WESTUS2:20161019T202215Z:5b9b7bde-60a8-41a0-ae63-5adc26d0a474" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -109,22 +111,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "520f1b09-1715-4842-8b5c-036d550a91b0" + "e0ed5e33-fde0-415e-975e-50fcc66f1ef4" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -136,7 +139,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:02:51 GMT" + "Wed, 19 Oct 2016 20:22:15 GMT" ], "Pragma": [ "no-cache" @@ -145,16 +148,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1107" + "1195" ], "x-ms-request-id": [ - "a8500c27-9899-4e43-aa7a-53488471819a" + "7cf4852b-bb99-4eaf-887d-f2f0856702f6" ], "x-ms-correlation-request-id": [ - "a8500c27-9899-4e43-aa7a-53488471819a" + "7cf4852b-bb99-4eaf-887d-f2f0856702f6" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170252Z:a8500c27-9899-4e43-aa7a-53488471819a" + "WESTUS2:20161019T202216Z:7cf4852b-bb99-4eaf-887d-f2f0856702f6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -163,22 +166,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0507860c-d61b-4386-930e-b981b28bbf8d" + "f88c1a14-c721-40d2-8b97-13a5459a427d" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -190,7 +194,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:02:51 GMT" + "Wed, 19 Oct 2016 20:22:15 GMT" ], "Pragma": [ "no-cache" @@ -199,16 +203,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14857" + "14986" ], "x-ms-request-id": [ - "bd7cfdf0-6f57-47d5-bcb8-393d1e09b40b" + "56f0bacd-b4b2-4a6a-bd77-f1845953e9cc" ], "x-ms-correlation-request-id": [ - "bd7cfdf0-6f57-47d5-bcb8-393d1e09b40b" + "56f0bacd-b4b2-4a6a-bd77-f1845953e9cc" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170252Z:bd7cfdf0-6f57-47d5-bcb8-393d1e09b40b" + "WESTUS2:20161019T202216Z:56f0bacd-b4b2-4a6a-bd77-f1845953e9cc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -217,22 +221,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg13330?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMzMzMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg17944?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNzk0ND9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b016e72b-b2c8-451a-9df1-1d8903a34793" + "04f03c7e-ecc6-4427-90b5-8be17c93bb57" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg13330' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg17944' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "107" @@ -247,7 +252,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:02:51 GMT" + "Wed, 19 Oct 2016 20:22:15 GMT" ], "Pragma": [ "no-cache" @@ -256,16 +261,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14856" + "14985" ], "x-ms-request-id": [ - "ce7453e9-829c-4bad-a9e8-5890c68ca328" + "e0cf65b9-1756-4edd-8c83-b6de132c5edd" ], "x-ms-correlation-request-id": [ - "ce7453e9-829c-4bad-a9e8-5890c68ca328" + "e0cf65b9-1756-4edd-8c83-b6de132c5edd" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170252Z:ce7453e9-829c-4bad-a9e8-5890c68ca328" + "WESTUS2:20161019T202216Z:e0cf65b9-1756-4edd-8c83-b6de132c5edd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -274,22 +279,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg13330?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMzMzMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg17944?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNzk0ND9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e98f35ad-d90b-4716-b420-e2d0cb5ade6f" + "87332570-1446-449e-a647-81a137273fe7" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg13330\",\r\n \"name\": \"datalakerg13330\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17944\",\r\n \"name\": \"datalakerg17944\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -301,7 +307,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:02:52 GMT" + "Wed, 19 Oct 2016 20:22:16 GMT" ], "Pragma": [ "no-cache" @@ -310,16 +316,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14855" + "14984" ], "x-ms-request-id": [ - "1657e006-acad-4cb9-a7bf-14688260ebe2" + "1ee3ce3e-51c0-4aa5-b83e-d4608f45c4b0" ], "x-ms-correlation-request-id": [ - "1657e006-acad-4cb9-a7bf-14688260ebe2" + "1ee3ce3e-51c0-4aa5-b83e-d4608f45c4b0" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170252Z:1657e006-acad-4cb9-a7bf-14688260ebe2" + "WESTUS2:20161019T202217Z:1ee3ce3e-51c0-4aa5-b83e-d4608f45c4b0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -328,8 +334,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg13330?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMzMzMD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg17944?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNzk0ND9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -340,16 +346,17 @@ "31" ], "x-ms-client-request-id": [ - "2e1c1e80-3e5d-44c1-8716-536f2edb9d1e" + "b7d12ac4-6773-41b6-ac3a-db4ccf0491b9" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg13330\",\r\n \"name\": \"datalakerg13330\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17944\",\r\n \"name\": \"datalakerg17944\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "184" @@ -364,22 +371,22 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:02:51 GMT" + "Wed, 19 Oct 2016 20:22:16 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1106" + "1194" ], "x-ms-request-id": [ - "38b4fd85-a6a0-4e58-9e54-0390e601457c" + "d7d93d12-4be6-45e6-91eb-c2b2a9b60e9d" ], "x-ms-correlation-request-id": [ - "38b4fd85-a6a0-4e58-9e54-0390e601457c" + "d7d93d12-4be6-45e6-91eb-c2b2a9b60e9d" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170252Z:38b4fd85-a6a0-4e58-9e54-0390e601457c" + "WESTUS2:20161019T202217Z:d7d93d12-4be6-45e6-91eb-c2b2a9b60e9d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -388,25 +395,26 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg13330/providers/Microsoft.DataLakeStore/accounts/testadlfs14148?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzMzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTQxNDg/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17944/providers/Microsoft.DataLakeStore/accounts/testadlfs18072?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzk0NC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTgwNzI/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "79c41f9d-1f06-4900-be37-a622c9b5e7c0" + "e01fbb7d-d6e7-40cb-b31f-c19b3e9bc186" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs14148' under resource group 'datalakerg13330' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg17944' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "166" + "107" ], "Content-Type": [ "application/json; charset=utf-8" @@ -418,7 +426,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:02:53 GMT" + "Wed, 19 Oct 2016 20:22:17 GMT" ], "Pragma": [ "no-cache" @@ -427,13 +435,13 @@ "gateway" ], "x-ms-request-id": [ - "6dfc913d-ecc3-4bb2-8aaf-a5f53cce6362" + "1ffb5f77-7c05-4239-9894-31a0def364fd" ], "x-ms-correlation-request-id": [ - "6dfc913d-ecc3-4bb2-8aaf-a5f53cce6362" + "1ffb5f77-7c05-4239-9894-31a0def364fd" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170253Z:6dfc913d-ecc3-4bb2-8aaf-a5f53cce6362" + "CENTRALUS:20161019T202217Z:1ffb5f77-7c05-4239-9894-31a0def364fd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -442,16 +450,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg13330/providers/Microsoft.DataLakeStore/accounts/testadlfs14148?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzMzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTQxNDg/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17944/providers/Microsoft.DataLakeStore/accounts/testadlfs18072?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzk0NC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTgwNzI/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs14148.caboaccountdogfood.net\",\r\n \"accountId\": \"29ad3fcd-f5b9-4183-a218-541d6b625429\",\r\n \"creationTime\": \"2016-09-01T17:02:55.2700554Z\",\r\n \"lastModifiedTime\": \"2016-09-01T17:02:55.2700554Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg13330/providers/Microsoft.DataLakeStore/accounts/testadlfs14148\",\r\n \"name\": \"testadlfs14148\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs18072.azuredatalakestore.net\",\r\n \"accountId\": \"dd0b80ec-0523-4bf1-be36-57e59a27c36f\",\r\n \"creationTime\": \"2016-10-19T20:22:17.9711678Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:22:17.9711678Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17944/providers/Microsoft.DataLakeStore/accounts/testadlfs18072\",\r\n \"name\": \"testadlfs18072\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -466,7 +475,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 17:03:24 GMT" + "Wed, 19 Oct 2016 20:22:49 GMT" ], "Pragma": [ "no-cache" @@ -478,7 +487,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "b4474f6b-2a33-43ec-ae63-db4c4c324d87" + "3a9f5d42-122a-494e-9dd4-d989463c2f04" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -487,13 +499,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" + "14999" ], "x-ms-correlation-request-id": [ - "db218a02-e560-4554-9e88-005b12ad6604" + "920a649a-9bcf-4d26-9fe7-d694c80727e9" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170324Z:db218a02-e560-4554-9e88-005b12ad6604" + "CENTRALUS:20161019T202249Z:920a649a-9bcf-4d26-9fe7-d694c80727e9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -502,22 +514,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg13330/providers/Microsoft.DataLakeStore/accounts/testadlfs14148?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzMzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTQxNDg/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17944/providers/Microsoft.DataLakeStore/accounts/testadlfs18072?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzk0NC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTgwNzI/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "49f300a0-7ac0-4c6a-8b75-4a19dd2f0def" + "20714db5-b28c-4c87-b0b1-d52de28535a5" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs14148.caboaccountdogfood.net\",\r\n \"accountId\": \"29ad3fcd-f5b9-4183-a218-541d6b625429\",\r\n \"creationTime\": \"2016-09-01T17:02:55.2700554Z\",\r\n \"lastModifiedTime\": \"2016-09-01T17:02:55.2700554Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg13330/providers/Microsoft.DataLakeStore/accounts/testadlfs14148\",\r\n \"name\": \"testadlfs14148\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs18072.azuredatalakestore.net\",\r\n \"accountId\": \"dd0b80ec-0523-4bf1-be36-57e59a27c36f\",\r\n \"creationTime\": \"2016-10-19T20:22:17.9711678Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:22:17.9711678Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17944/providers/Microsoft.DataLakeStore/accounts/testadlfs18072\",\r\n \"name\": \"testadlfs18072\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -532,7 +545,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 17:03:24 GMT" + "Wed, 19 Oct 2016 20:22:49 GMT" ], "Pragma": [ "no-cache" @@ -544,7 +557,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c690fa21-e688-4ece-847b-5707a164d3f5" + "6179a525-7b18-4d19-a6c1-1b11fa9d3364" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -553,13 +569,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14854" + "14998" ], "x-ms-correlation-request-id": [ - "72015b86-5bc2-4dfd-8322-f444c6fe712c" + "abcfe3f8-0c5c-4ac5-a101-462790df0181" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170324Z:72015b86-5bc2-4dfd-8322-f444c6fe712c" + "CENTRALUS:20161019T202250Z:abcfe3f8-0c5c-4ac5-a101-462790df0181" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -568,10 +584,10 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg13330/providers/Microsoft.DataLakeStore/accounts/testadlfs14148?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzMzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTQxNDg/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17944/providers/Microsoft.DataLakeStore/accounts/testadlfs18072?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzk0NC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTgwNzI/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs14148\"\r\n}", + "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs18072\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -580,16 +596,17 @@ "60" ], "x-ms-client-request-id": [ - "6ce0d307-47f3-4e53-ade2-5312d2e606cc" + "18a8f0f2-13ff-42fd-a71b-e3918a825fe2" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"29ad3fcd-f5b9-4183-a218-541d6b625429\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg13330/providers/Microsoft.DataLakeStore/accounts/testadlfs14148\",\r\n \"name\": \"testadlfs14148\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"dd0b80ec-0523-4bf1-be36-57e59a27c36f\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17944/providers/Microsoft.DataLakeStore/accounts/testadlfs18072\",\r\n \"name\": \"testadlfs18072\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ "420" @@ -607,13 +624,13 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 17:02:53 GMT" + "Wed, 19 Oct 2016 20:22:18 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg13330/providers/Microsoft.DataLakeStore/accounts/testadlfs14148/operationresults/0?api-version=2015-10-01-preview" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg17944/providers/Microsoft.DataLakeStore/accounts/testadlfs18072/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -622,10 +639,13 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/29ad3fcd-f5b9-4183-a218-541d6b6254290?api-version=2015-10-01-preview&expanded=true" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/dd0b80ec-0523-4bf1-be36-57e59a27c36f0?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "2ebaa492-35a5-4efb-8e2e-dd78f94e95bd" + "1b5386b6-7264-41c0-8827-6308077aa003" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -634,13 +654,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1097" + "1199" ], "x-ms-correlation-request-id": [ - "5a407fbb-4b71-4af8-9708-7c92f42e2653" + "a1bfe6c7-b0af-49e3-84be-66b7917f57d5" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170253Z:5a407fbb-4b71-4af8-9708-7c92f42e2653" + "CENTRALUS:20161019T202218Z:a1bfe6c7-b0af-49e3-84be-66b7917f57d5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -649,13 +669,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/29ad3fcd-f5b9-4183-a218-541d6b6254290?api-version=2015-10-01-preview&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzI5YWQzZmNkLWY1YjktNDE4My1hMjE4LTU0MWQ2YjYyNTQyOTA/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3JmV4cGFuZGVkPXRydWU=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/dd0b80ec-0523-4bf1-be36-57e59a27c36f0?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzL2RkMGI4MGVjLTA1MjMtNGJmMS1iZTM2LTU3ZTU5YTI3YzM2ZjA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -673,7 +694,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 17:03:23 GMT" + "Wed, 19 Oct 2016 20:22:49 GMT" ], "Pragma": [ "no-cache" @@ -685,7 +706,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "90451972-cf6b-48a4-a364-6d72c775294f" + "08610386-bd5c-4ecf-af7e-f6f40e9aae50" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -694,13 +718,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14865" + "14997" ], "x-ms-correlation-request-id": [ - "e9b75875-ca65-4b0d-af7b-543fa96bf873" + "54a2169e-90a2-4e6c-a2ae-49ae8472b474" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170324Z:e9b75875-ca65-4b0d-af7b-543fa96bf873" + "CENTRALUS:20161019T202249Z:54a2169e-90a2-4e6c-a2ae-49ae8472b474" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -709,25 +733,26 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/%2F?op=MSGETACLSTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvJTJGP29wPU1TR0VUQUNMU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/webhdfs/v1/%2F?op=MSGETACLSTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvJTJGP29wPU1TR0VUQUNMU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "64749c82-98f2-477d-941c-ba238a2ee5ea" + "15aa5f43-5347-4aff-87d2-271e8447344a" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"AclStatus\": {\r\n \"entries\": [\r\n \"user::rwx\",\r\n \"group::rwx\",\r\n \"mask::rwx\",\r\n \"other::---\",\r\n \"default:user::rwx\",\r\n \"default:group::rwx\",\r\n \"default:mask::rwx\",\r\n \"default:other::---\"\r\n ],\r\n \"owner\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"group\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"permission\": \"770\",\r\n \"stickyBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"AclStatus\": {\r\n \"entries\": [\r\n \"user::rwx\",\r\n \"group::rwx\",\r\n \"other::---\"\r\n ],\r\n \"owner\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"group\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"permission\": \"770\",\r\n \"stickyBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "290" + "196" ], "Content-Type": [ "application/json; charset=utf-8" @@ -736,19 +761,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 17:03:26 GMT" + "Wed, 19 Oct 2016 20:22:51 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "70a03ef7-375a-4766-8b11-f01b9f05bf50" - ], - "Server-Perf": [ - "[70a03ef7-375a-4766-8b11-f01b9f05bf50][ AuthTime::1380.17281457312::PostAuthTime::334.030049018161 ][S-HdfsGetAclStatus :: 00:00:133 ms]%0a[MSGETACLSTATUS :: 00:00:134 ms]%0a" + "1a2d2c80-88e2-4230-a3de-eeee2243ae8a" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -766,25 +788,26 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/%2F?op=MSGETACLSTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvJTJGP29wPU1TR0VUQUNMU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/webhdfs/v1/%2F?op=MSGETACLSTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvJTJGP29wPU1TR0VUQUNMU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "169c8816-762d-43ea-a11f-167fda4cdfcc" + "f9de099e-ffaf-4532-83f0-02b9539a967e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"AclStatus\": {\r\n \"entries\": [\r\n \"user::rwx\",\r\n \"user:027c28d5-c91d-49f0-98c5-d10134b169b3:rwx\",\r\n \"group::rwx\",\r\n \"mask::rwx\",\r\n \"other::---\",\r\n \"default:user::rwx\",\r\n \"default:group::rwx\",\r\n \"default:mask::rwx\",\r\n \"default:other::---\"\r\n ],\r\n \"owner\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"group\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"permission\": \"770\",\r\n \"stickyBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"AclStatus\": {\r\n \"entries\": [\r\n \"user::rwx\",\r\n \"user:027c28d5-c91d-49f0-98c5-d10134b169b3:rwx\",\r\n \"group::rwx\",\r\n \"mask::rwx\",\r\n \"other::---\"\r\n ],\r\n \"owner\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"group\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"permission\": \"770\",\r\n \"stickyBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "338" + "256" ], "Content-Type": [ "application/json; charset=utf-8" @@ -793,19 +816,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 17:03:27 GMT" + "Wed, 19 Oct 2016 20:22:51 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "b7913f43-129f-49b1-8f16-13dff9352811" - ], - "Server-Perf": [ - "[b7913f43-129f-49b1-8f16-13dff9352811][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetAclStatus :: 00:00:035 ms]%0a[MSGETACLSTATUS :: 00:00:036 ms]%0a" + "a22efa6f-ab60-4a28-a849-d813124ca1d5" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -823,19 +843,20 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/%2F?aclspec=user::rwx%2Cgroup::rwx%2Cmask::rwx%2Cother::---%2Cdefault:user::rwx%2Cdefault:group::rwx%2Cdefault:mask::rwx%2Cdefault:other::---%2Cuser:027c28d5-c91d-49f0-98c5-d10134b169b3:rwx&op=SETACL&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvJTJGP2FjbHNwZWM9dXNlciUzQSUzQXJ3eCUyQ2dyb3VwJTNBJTNBcnd4JTJDbWFzayUzQSUzQXJ3eCUyQ290aGVyJTNBJTNBLS0tJTJDZGVmYXVsdCUzQXVzZXIlM0ElM0Fyd3glMkNkZWZhdWx0JTNBZ3JvdXAlM0ElM0Fyd3glMkNkZWZhdWx0JTNBbWFzayUzQSUzQXJ3eCUyQ2RlZmF1bHQlM0FvdGhlciUzQSUzQS0tLSUyQ3VzZXIlM0EwMjdjMjhkNS1jOTFkLTQ5ZjAtOThjNS1kMTAxMzRiMTY5YjMlM0Fyd3gmb3A9U0VUQUNMJmFwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/webhdfs/v1/%2F?aclspec=user::rwx%2Cgroup::rwx%2Cother::---%2Cuser:027c28d5-c91d-49f0-98c5-d10134b169b3:rwx&op=SETACL&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvJTJGP2FjbHNwZWM9dXNlciUzQSUzQXJ3eCUyQ2dyb3VwJTNBJTNBcnd4JTJDb3RoZXIlM0ElM0EtLS0lMkN1c2VyJTNBMDI3YzI4ZDUtYzkxZC00OWYwLTk4YzUtZDEwMTM0YjE2OWIzJTNBcnd4Jm9wPVNFVEFDTCZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4fdcea9b-9c9d-4184-bab5-e5176df2b34e" + "6c72c75e-a5d0-4c7e-9840-950d69b09255" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "", @@ -847,23 +868,20 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 17:03:26 GMT" + "Wed, 19 Oct 2016 20:22:51 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "97a99cbb-bb06-46f0-a5a8-656f8a9759b3" + "37b3b169-0615-4ba9-998c-6f1856f81094" ], "ContentLength": [ "0" ], - "Server-Perf": [ - "[97a99cbb-bb06-46f0-a5a8-656f8a9759b3][ AuthTime::0::PostAuthTime::0 ][S-HdfsSetAcl :: 00:00:828 ms]%0a[SETACL :: 00:00:849 ms]%0a" - ], "x-ms-webhdfs-version": [ "16.07.18.01" ], @@ -882,12 +900,12 @@ ], "Names": { ".ctor": [ - "datalakerg13330", - "testdatalake16969", - "testadlfs14148" + "datalakerg17944", + "testdatalake19842", + "testadlfs18072" ] }, "Variables": { - "SubscriptionId": "90585f39-ab85-4921-bb37-0468f7efd1dd" + "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" } } \ No newline at end of file diff --git a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemSetAndRemoveExpiry.json b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemSetAndRemoveExpiry.json index fa8262462dbbf..e6276182a91f0 100644 --- a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemSetAndRemoveExpiry.json +++ b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemSetAndRemoveExpiry.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "87c656ce-d4a1-4c49-8f4f-5acf4a349ae3" + "47fd4880-2ded-42ca-b409-a724f9b4b761" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 21:30:38 GMT" + "Wed, 19 Oct 2016 20:13:29 GMT" ], "Pragma": [ "no-cache" @@ -37,16 +38,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1165" + "1198" ], "x-ms-request-id": [ - "8506f7cb-43e0-4431-a0d3-4fce080a7e3f" + "9ea23706-dd74-4232-b8f1-72dca6c11a3c" ], "x-ms-correlation-request-id": [ - "8506f7cb-43e0-4431-a0d3-4fce080a7e3f" + "9ea23706-dd74-4232-b8f1-72dca6c11a3c" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T213039Z:8506f7cb-43e0-4431-a0d3-4fce080a7e3f" + "WESTUS2:20161019T201329Z:9ea23706-dd74-4232-b8f1-72dca6c11a3c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -55,22 +56,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a649ec65-ba29-434e-9f5f-90742824552f" + "be490b2b-9a37-4c03-89d7-ad6250ea6501" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -82,7 +84,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 21:30:38 GMT" + "Wed, 19 Oct 2016 20:13:29 GMT" ], "Pragma": [ "no-cache" @@ -91,16 +93,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" + "14998" ], "x-ms-request-id": [ - "ca6c59d9-f299-427f-8896-1e1a7dcd6f8e" + "0a7ed6c7-e4aa-4aa1-89f4-5ad4a4c01abe" ], "x-ms-correlation-request-id": [ - "ca6c59d9-f299-427f-8896-1e1a7dcd6f8e" + "0a7ed6c7-e4aa-4aa1-89f4-5ad4a4c01abe" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T213039Z:ca6c59d9-f299-427f-8896-1e1a7dcd6f8e" + "WESTUS2:20161019T201329Z:0a7ed6c7-e4aa-4aa1-89f4-5ad4a4c01abe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -109,22 +111,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "648f3cd3-2375-4519-9d4e-9726d6f0ebfa" + "fb7480ac-0c27-47d8-9a3d-3d6e52bf6a1a" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -136,7 +139,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 21:30:39 GMT" + "Wed, 19 Oct 2016 20:13:29 GMT" ], "Pragma": [ "no-cache" @@ -145,16 +148,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1164" + "1197" ], "x-ms-request-id": [ - "08c05666-be82-48ff-afe5-7d084fd58029" + "43fd247f-78ec-4ccd-a43c-7076796654b9" ], "x-ms-correlation-request-id": [ - "08c05666-be82-48ff-afe5-7d084fd58029" + "43fd247f-78ec-4ccd-a43c-7076796654b9" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T213039Z:08c05666-be82-48ff-afe5-7d084fd58029" + "WESTUS2:20161019T201330Z:43fd247f-78ec-4ccd-a43c-7076796654b9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -163,22 +166,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "754b0b57-dd89-477b-8ab0-bca88f4fac71" + "1eb1f806-80d6-4fb7-9f95-7f016e7dbef8" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -190,7 +194,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 21:30:39 GMT" + "Wed, 19 Oct 2016 20:13:29 GMT" ], "Pragma": [ "no-cache" @@ -199,16 +203,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" + "14997" ], "x-ms-request-id": [ - "6a0f7841-8511-4644-b35f-5fce48edd9da" + "8186b346-4c41-4341-ba1d-3c58c20d9a4d" ], "x-ms-correlation-request-id": [ - "6a0f7841-8511-4644-b35f-5fce48edd9da" + "8186b346-4c41-4341-ba1d-3c58c20d9a4d" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T213040Z:6a0f7841-8511-4644-b35f-5fce48edd9da" + "WESTUS2:20161019T201330Z:8186b346-4c41-4341-ba1d-3c58c20d9a4d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -217,25 +221,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg15484?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNTQ4ND9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg114?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMTQ/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e489ff89-b4b7-4a04-83f4-f61a7784fe06" + "2ad9fa8e-5384-40a4-88ba-05dee85c4ac6" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg15484' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg114' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "107" + "105" ], "Content-Type": [ "application/json; charset=utf-8" @@ -247,7 +252,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 21:30:39 GMT" + "Wed, 19 Oct 2016 20:13:29 GMT" ], "Pragma": [ "no-cache" @@ -256,16 +261,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" + "14996" ], "x-ms-request-id": [ - "ddf479c4-d5d4-4351-bf29-7f9b482d779b" + "4a4da36e-b72a-4014-8978-b1913b76b748" ], "x-ms-correlation-request-id": [ - "ddf479c4-d5d4-4351-bf29-7f9b482d779b" + "4a4da36e-b72a-4014-8978-b1913b76b748" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T213040Z:ddf479c4-d5d4-4351-bf29-7f9b482d779b" + "WESTUS2:20161019T201330Z:4a4da36e-b72a-4014-8978-b1913b76b748" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -274,22 +279,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg15484?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNTQ4ND9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg114?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMTQ/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5b93f217-3355-45a0-ae6e-a7e1f8e74fa6" + "202422d5-d30c-4a96-a045-ef1f0f61c7ff" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15484\",\r\n \"name\": \"datalakerg15484\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg114\",\r\n \"name\": \"datalakerg114\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -301,7 +307,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 21:30:39 GMT" + "Wed, 19 Oct 2016 20:13:30 GMT" ], "Pragma": [ "no-cache" @@ -310,16 +316,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" + "14995" ], "x-ms-request-id": [ - "ba5982ab-f1c4-4dfc-b056-81b0ba2b3a89" + "1420d76b-02a3-4350-9b20-26508ef7c39f" ], "x-ms-correlation-request-id": [ - "ba5982ab-f1c4-4dfc-b056-81b0ba2b3a89" + "1420d76b-02a3-4350-9b20-26508ef7c39f" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T213040Z:ba5982ab-f1c4-4dfc-b056-81b0ba2b3a89" + "WESTUS2:20161019T201331Z:1420d76b-02a3-4350-9b20-26508ef7c39f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -328,8 +334,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg15484?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNTQ4ND9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg114?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMTQ/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -340,19 +346,20 @@ "31" ], "x-ms-client-request-id": [ - "be241b61-cd97-473e-b058-8f8af549b76a" + "d5fb5898-04c3-4650-b593-c01fc0aa0184" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15484\",\r\n \"name\": \"datalakerg15484\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg114\",\r\n \"name\": \"datalakerg114\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "184" + "180" ], "Content-Type": [ "application/json; charset=utf-8" @@ -364,22 +371,22 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 21:30:39 GMT" + "Wed, 19 Oct 2016 20:13:30 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1163" + "1196" ], "x-ms-request-id": [ - "3e703216-0b32-4320-bd23-04cd6a864ca9" + "35bc4060-e8ea-466f-bceb-22fef664b56a" ], "x-ms-correlation-request-id": [ - "3e703216-0b32-4320-bd23-04cd6a864ca9" + "35bc4060-e8ea-466f-bceb-22fef664b56a" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T213040Z:3e703216-0b32-4320-bd23-04cd6a864ca9" + "WESTUS2:20161019T201331Z:35bc4060-e8ea-466f-bceb-22fef664b56a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -388,22 +395,23 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15484/providers/Microsoft.DataLakeStore/accounts/testadlfs127?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTQ4NC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTI3P2FwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg114/providers/Microsoft.DataLakeStore/accounts/testadlfs12456?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTQvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RhZGxmczEyNDU2P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ffbb9f47-b40c-464d-9af2-778d46e8a894" + "93ea038a-eef3-4594-ba25-cd4fc9668a7c" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs127' under resource group 'datalakerg15484' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs12456' under resource group 'datalakerg114' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "164" @@ -418,7 +426,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 21:30:39 GMT" + "Wed, 19 Oct 2016 20:13:31 GMT" ], "Pragma": [ "no-cache" @@ -427,13 +435,13 @@ "gateway" ], "x-ms-request-id": [ - "4853bc94-f3f5-49fe-893d-ab6f191c2bd1" + "873782a3-60a3-4b3f-b4a7-259ea5b82fdb" ], "x-ms-correlation-request-id": [ - "4853bc94-f3f5-49fe-893d-ab6f191c2bd1" + "873782a3-60a3-4b3f-b4a7-259ea5b82fdb" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T213040Z:4853bc94-f3f5-49fe-893d-ab6f191c2bd1" + "WESTUS2:20161019T201331Z:873782a3-60a3-4b3f-b4a7-259ea5b82fdb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -442,16 +450,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15484/providers/Microsoft.DataLakeStore/accounts/testadlfs127?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTQ4NC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTI3P2FwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg114/providers/Microsoft.DataLakeStore/accounts/testadlfs12456?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTQvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RhZGxmczEyNDU2P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs127.caboaccountdogfood.net\",\r\n \"accountId\": \"48ec421b-408e-47bf-b7ed-ebea99cffeee\",\r\n \"creationTime\": \"2016-09-01T21:30:43.6986482Z\",\r\n \"lastModifiedTime\": \"2016-09-01T21:30:43.6986482Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15484/providers/Microsoft.DataLakeStore/accounts/testadlfs127\",\r\n \"name\": \"testadlfs127\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs12456.azuredatalakestore.net\",\r\n \"accountId\": \"5247b5b8-459a-4f73-8dcf-10e3f803a30a\",\r\n \"creationTime\": \"2016-10-19T20:13:32.8304229Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:13:32.8304229Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg114/providers/Microsoft.DataLakeStore/accounts/testadlfs12456\",\r\n \"name\": \"testadlfs12456\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -466,7 +475,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 21:31:11 GMT" + "Wed, 19 Oct 2016 20:14:04 GMT" ], "Pragma": [ "no-cache" @@ -478,7 +487,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "226af3af-aa77-4ff0-b27c-61bafe52d771" + "78bdec29-97ea-4240-8da7-a1995fae0796" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -487,13 +499,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" + "14998" ], "x-ms-correlation-request-id": [ - "13e695aa-156d-480a-bc4d-68b9046a3679" + "2ceaf8eb-1131-4432-b214-05ce95b642d0" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T213112Z:13e695aa-156d-480a-bc4d-68b9046a3679" + "WESTUS2:20161019T201405Z:2ceaf8eb-1131-4432-b214-05ce95b642d0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -502,22 +514,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15484/providers/Microsoft.DataLakeStore/accounts/testadlfs127?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTQ4NC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTI3P2FwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg114/providers/Microsoft.DataLakeStore/accounts/testadlfs12456?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTQvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RhZGxmczEyNDU2P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "78166820-e6bd-45de-9b37-21864303778c" + "026df2ab-ff74-4c45-98fb-7aa2b252f16a" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs127.caboaccountdogfood.net\",\r\n \"accountId\": \"48ec421b-408e-47bf-b7ed-ebea99cffeee\",\r\n \"creationTime\": \"2016-09-01T21:30:43.6986482Z\",\r\n \"lastModifiedTime\": \"2016-09-01T21:30:43.6986482Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15484/providers/Microsoft.DataLakeStore/accounts/testadlfs127\",\r\n \"name\": \"testadlfs127\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs12456.azuredatalakestore.net\",\r\n \"accountId\": \"5247b5b8-459a-4f73-8dcf-10e3f803a30a\",\r\n \"creationTime\": \"2016-10-19T20:13:32.8304229Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:13:32.8304229Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg114/providers/Microsoft.DataLakeStore/accounts/testadlfs12456\",\r\n \"name\": \"testadlfs12456\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -532,7 +545,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 21:31:12 GMT" + "Wed, 19 Oct 2016 20:14:05 GMT" ], "Pragma": [ "no-cache" @@ -544,7 +557,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "fe7ccc5d-ed65-41e9-a300-3caad649f21a" + "41596db1-0d9b-4138-b8dd-6dd39e04ce4d" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -553,13 +569,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" + "14998" ], "x-ms-correlation-request-id": [ - "5c2aac7f-a77a-4b71-8305-7e977b208b12" + "5ae9a367-6ee6-4990-83fd-ef2cdae11d1e" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T213112Z:5c2aac7f-a77a-4b71-8305-7e977b208b12" + "WESTUS2:20161019T201405Z:5ae9a367-6ee6-4990-83fd-ef2cdae11d1e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -568,31 +584,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15484/providers/Microsoft.DataLakeStore/accounts/testadlfs127?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTQ4NC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTI3P2FwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg114/providers/Microsoft.DataLakeStore/accounts/testadlfs12456?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTQvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RhZGxmczEyNDU2P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs127\"\r\n}", + "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs12456\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "58" + "60" ], "x-ms-client-request-id": [ - "64a9addb-a5d3-4220-a156-d9fbc46faf91" + "8e6b7d20-5a78-4b3e-ac52-9656f5c7aa44" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"48ec421b-408e-47bf-b7ed-ebea99cffeee\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg15484/providers/Microsoft.DataLakeStore/accounts/testadlfs127\",\r\n \"name\": \"testadlfs127\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"5247b5b8-459a-4f73-8dcf-10e3f803a30a\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg114/providers/Microsoft.DataLakeStore/accounts/testadlfs12456\",\r\n \"name\": \"testadlfs12456\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ - "416" + "418" ], "Content-Type": [ "application/json" @@ -607,13 +624,13 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 21:30:41 GMT" + "Wed, 19 Oct 2016 20:13:32 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg15484/providers/Microsoft.DataLakeStore/accounts/testadlfs127/operationresults/0?api-version=2015-10-01-preview" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg114/providers/Microsoft.DataLakeStore/accounts/testadlfs12456/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -622,10 +639,13 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/48ec421b-408e-47bf-b7ed-ebea99cffeee0?api-version=2015-10-01-preview&expanded=true" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/5247b5b8-459a-4f73-8dcf-10e3f803a30a0?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "da79f648-fd8f-4cd2-9ed1-82fe0a5d6ce6" + "52d6fe8a-7b0e-4b83-ab2c-da8ecc13a761" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -634,13 +654,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1162" + "1198" ], "x-ms-correlation-request-id": [ - "346313ff-b3cd-48f3-b737-8a912860be9e" + "79f62c5f-e922-4fdf-94c6-0dc3e625d025" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T213041Z:346313ff-b3cd-48f3-b737-8a912860be9e" + "WESTUS2:20161019T201333Z:79f62c5f-e922-4fdf-94c6-0dc3e625d025" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -649,13 +669,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/48ec421b-408e-47bf-b7ed-ebea99cffeee0?api-version=2015-10-01-preview&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzQ4ZWM0MjFiLTQwOGUtNDdiZi1iN2VkLWViZWE5OWNmZmVlZTA/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3JmV4cGFuZGVkPXRydWU=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/5247b5b8-459a-4f73-8dcf-10e3f803a30a0?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzUyNDdiNWI4LTQ1OWEtNGY3My04ZGNmLTEwZTNmODAzYTMwYTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -673,7 +694,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 21:31:11 GMT" + "Wed, 19 Oct 2016 20:14:03 GMT" ], "Pragma": [ "no-cache" @@ -685,7 +706,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "04934726-6a07-403c-85c2-815b23db2ed8" + "e779f2c2-9d6e-4550-8746-312d290c67f7" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -694,13 +718,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" + "14997" ], "x-ms-correlation-request-id": [ - "b9dd3179-53da-4466-9dcd-96a7f6e736aa" + "8b57aa89-7197-4307-afce-e91f26e82c24" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T213112Z:b9dd3179-53da-4466-9dcd-96a7f6e736aa" + "WESTUS2:20161019T201403Z:8b57aa89-7197-4307-afce-e91f26e82c24" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -709,25 +733,26 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt407?op=CREATE&write=true&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ0MDc/b3A9Q1JFQVRFJndyaXRlPXRydWUmYXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt4723?op=CREATE&write=true&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ0NzIzP29wPUNSRUFURSZ3cml0ZT10cnVlJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "Content-Type": [ "application/octet-stream" ], - "x-ms-client-request-id": [ - "38501182-79b1-4c07-b3c4-9ea114a85460" + "Content-Length": [ + "0" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-client-request-id": [ + "d0aa794b-32c4-409f-8282-8abbef7b7af7" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "", @@ -739,26 +764,23 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 21:31:13 GMT" + "Wed, 19 Oct 2016 20:14:06 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://testadlfs127.caboaccountdogfood.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt407?op=CREATE&write=true&api-version=2015-10-01-preview" + "https://testadlfs12456.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt4723?op=CREATE&write=true&api-version=2016-11-01" ], "x-ms-request-id": [ - "f8a43a2a-04ec-4f25-9277-4ba4dbff4b1b" + "fff76f4a-05dc-4c96-9c4b-9b236f96f107" ], "ContentLength": [ "0" ], - "Server-Perf": [ - "[f8a43a2a-04ec-4f25-9277-4ba4dbff4b1b][ AuthTime::1294.61104786083::PostAuthTime::339.584133465974 ][S-HdfsGetFileStatusV2 :: 00:00:067 ms]%0a[S-FsOpenStream :: 00:00:154 ms]%0a[BufferingTime :: 00:00:000 ms]%0a[WriteTime :: 00:00:000 ms]%0a[S-FsAppendStream :: 00:00:019 ms]%0a[S-FsCloseHandle :: 00:00:001 ms]%0a[CREATE :: 00:00:248 ms]%0a" - ], "x-ms-webhdfs-version": [ "16.07.18.01" ], @@ -775,22 +797,23 @@ "StatusCode": 201 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt407?op=MSGETFILESTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ0MDc/b3A9TVNHRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt4723?op=MSGETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ0NzIzP29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e0738ad2-8546-49d6-be9d-37ca5720973b" + "84e1297d-f5fc-4693-9c8f-9c4731f2ac9b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1472765474378,\r\n \"modificationTime\": 1472765474378,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"group\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"expirationTime\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1476908046562,\r\n \"modificationTime\": 1476908046562,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"group\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"expirationTime\": 0\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "287" @@ -802,19 +825,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 21:31:14 GMT" + "Wed, 19 Oct 2016 20:14:06 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "36b7b40a-36ad-4418-96df-613fe6729d41" - ], - "Server-Perf": [ - "[36b7b40a-36ad-4418-96df-613fe6729d41][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetFileStatusV2 :: 00:00:124 ms]%0a[MSGETFILESTATUS :: 00:00:125 ms]%0a" + "514f145c-4644-4e97-988f-fdeabb8262d3" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -832,22 +852,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt407?op=MSGETFILESTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ0MDc/b3A9TVNHRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt4723?op=MSGETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ0NzIzP29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "72a44a53-3ad9-473b-adbd-32822d1f82ad" + "2e218cde-db31-459e-8743-5593f8d8f493" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1472765474378,\r\n \"modificationTime\": 1472765474378,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"group\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"expirationTime\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1476908046562,\r\n \"modificationTime\": 1476908046562,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"group\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"expirationTime\": 0\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "287" @@ -859,19 +880,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 21:31:14 GMT" + "Wed, 19 Oct 2016 20:14:06 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "076481d1-e283-4cf3-8d94-b31578353e30" - ], - "Server-Perf": [ - "[076481d1-e283-4cf3-8d94-b31578353e30][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetFileStatusV2 :: 00:00:021 ms]%0a[MSGETFILESTATUS :: 00:00:021 ms]%0a" + "a3cda9b6-9137-4d53-879b-97c4ea63f3d4" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -889,22 +907,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt407?op=MSGETFILESTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ0MDc/b3A9TVNHRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt4723?op=MSGETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ0NzIzP29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d2ba345b-a9aa-40e8-9b9f-c410702dc245" + "a318baba-046b-43d2-9e97-1ee312d69ef0" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1472765474378,\r\n \"modificationTime\": 1472765474378,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"group\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"expirationTime\": 1472765595015\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1476908046562,\r\n \"modificationTime\": 1476908046562,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"group\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"expirationTime\": 1476908166031\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "299" @@ -916,19 +935,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 21:31:15 GMT" + "Wed, 19 Oct 2016 20:14:06 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "7e8dda33-5925-4564-a4d6-8aaf9133a01e" - ], - "Server-Perf": [ - "[7e8dda33-5925-4564-a4d6-8aaf9133a01e][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetFileStatusV2 :: 00:00:055 ms]%0a[MSGETFILESTATUS :: 00:00:056 ms]%0a" + "3a27d422-0f7c-4a1e-a5a6-1d78d1e51df1" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -946,22 +962,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt407?op=MSGETFILESTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ0MDc/b3A9TVNHRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt4723?op=MSGETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ0NzIzP29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "10fb2572-13d1-4e5c-b3e0-3c377e8a989b" + "5a294762-ad06-41d8-8f98-fb918033a35b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1472765474378,\r\n \"modificationTime\": 1472765474378,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"group\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"expirationTime\": 1472765596395\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1476908046562,\r\n \"modificationTime\": 1476908046562,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"group\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"expirationTime\": 1476908167256\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "299" @@ -973,19 +990,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 21:31:15 GMT" + "Wed, 19 Oct 2016 20:14:06 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "c305480a-1d32-4576-9acd-2c2c4cbf5fe7" - ], - "Server-Perf": [ - "[c305480a-1d32-4576-9acd-2c2c4cbf5fe7][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetFileStatusV2 :: 00:00:053 ms]%0a[MSGETFILESTATUS :: 00:00:054 ms]%0a" + "1049ea31-2f80-4f79-b37d-b3430020a2cb" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -1003,22 +1017,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt407?op=MSGETFILESTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ0MDc/b3A9TVNHRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt4723?op=MSGETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ0NzIzP29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e584e886-64a2-4073-ac33-1a36d627d390" + "8c0c66e5-a693-40c8-8764-8f061201f7d7" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1472765474378,\r\n \"modificationTime\": 1472765474378,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"group\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"expirationTime\": 1472765594393\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1476908046562,\r\n \"modificationTime\": 1476908046562,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"group\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"expirationTime\": 1476908166562\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "299" @@ -1030,19 +1045,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 21:31:16 GMT" + "Wed, 19 Oct 2016 20:14:07 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "97bf8d33-56c8-4f45-ad7c-4192a0c1e201" - ], - "Server-Perf": [ - "[97bf8d33-56c8-4f45-ad7c-4192a0c1e201][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetFileStatusV2 :: 00:00:042 ms]%0a[MSGETFILESTATUS :: 00:00:043 ms]%0a" + "35f1227e-b00c-4b68-b9af-2169bd35fb89" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -1060,22 +1072,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt407?op=MSGETFILESTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ0MDc/b3A9TVNHRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt4723?op=MSGETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ0NzIzP29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "02719ccc-d21e-4cdd-b45b-9b599d164c57" + "2e938ae3-ab58-4ee1-a574-ed0d38819f4d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1472765474378,\r\n \"modificationTime\": 1472765474378,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"group\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"expirationTime\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1476908046562,\r\n \"modificationTime\": 1476908046562,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"group\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"expirationTime\": 0\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "287" @@ -1087,19 +1100,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 21:31:16 GMT" + "Wed, 19 Oct 2016 20:14:07 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "bd6b7bd8-6b5e-4c7c-8c0d-c0959d13e754" - ], - "Server-Perf": [ - "[bd6b7bd8-6b5e-4c7c-8c0d-c0959d13e754][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetFileStatusV2 :: 00:00:055 ms]%0a[MSGETFILESTATUS :: 00:00:055 ms]%0a" + "b641aebf-d546-47ec-9b66-c5b709bf30f8" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -1117,19 +1127,20 @@ "StatusCode": 200 }, { - "RequestUri": "/WebHdfsExt/SDKTestFolder01%2FSDKTestFile01.txt407?expiryOption=Absolute&expireTime=1472765595000&op=SETEXPIRY&api-version=2015-10-01-preview", - "EncodedRequestUri": "L1dlYkhkZnNFeHQvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ0MDc/ZXhwaXJ5T3B0aW9uPUFic29sdXRlJmV4cGlyZVRpbWU9MTQ3Mjc2NTU5NTAwMCZvcD1TRVRFWFBJUlkmYXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/WebHdfsExt/SDKTestFolder01%2FSDKTestFile01.txt4723?expiryOption=Absolute&expireTime=1476908166000&op=SETEXPIRY&api-version=2016-11-01", + "EncodedRequestUri": "L1dlYkhkZnNFeHQvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ0NzIzP2V4cGlyeU9wdGlvbj1BYnNvbHV0ZSZleHBpcmVUaW1lPTE0NzY5MDgxNjYwMDAmb3A9U0VURVhQSVJZJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "46aa8f60-93c7-4fd7-ac9a-339d97421fc5" + "cdf2262c-6fc3-46e6-87f9-b04e586d5a65" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "", @@ -1141,16 +1152,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 21:31:15 GMT" + "Wed, 19 Oct 2016 20:14:06 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "b28cc76d-14b1-4860-9ffa-ccdfda070f21" + "bac654e9-719d-43ea-bea3-8eb3f1bcc64d" ], "X-Content-Type-Options": [ "nosniff" @@ -1162,19 +1173,20 @@ "StatusCode": 200 }, { - "RequestUri": "/WebHdfsExt/SDKTestFolder01%2FSDKTestFile01.txt407?expiryOption=RelativeToNow&expireTime=120000&op=SETEXPIRY&api-version=2015-10-01-preview", - "EncodedRequestUri": "L1dlYkhkZnNFeHQvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ0MDc/ZXhwaXJ5T3B0aW9uPVJlbGF0aXZlVG9Ob3cmZXhwaXJlVGltZT0xMjAwMDAmb3A9U0VURVhQSVJZJmFwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/WebHdfsExt/SDKTestFolder01%2FSDKTestFile01.txt4723?expiryOption=RelativeToNow&expireTime=120000&op=SETEXPIRY&api-version=2016-11-01", + "EncodedRequestUri": "L1dlYkhkZnNFeHQvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ0NzIzP2V4cGlyeU9wdGlvbj1SZWxhdGl2ZVRvTm93JmV4cGlyZVRpbWU9MTIwMDAwJm9wPVNFVEVYUElSWSZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e4fddd25-1de6-44db-8c88-c91a714acd86" + "d877f800-2c01-4d96-a4e4-e5251ea09151" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "", @@ -1186,16 +1198,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 21:31:15 GMT" + "Wed, 19 Oct 2016 20:14:06 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "88634f06-340a-4bf8-941b-12dabb912b65" + "adfb98d2-bfdd-44e4-bac6-993b344bc1ac" ], "X-Content-Type-Options": [ "nosniff" @@ -1207,19 +1219,20 @@ "StatusCode": 200 }, { - "RequestUri": "/WebHdfsExt/SDKTestFolder01%2FSDKTestFile01.txt407?expiryOption=RelativeToCreationDate&expireTime=120000&op=SETEXPIRY&api-version=2015-10-01-preview", - "EncodedRequestUri": "L1dlYkhkZnNFeHQvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ0MDc/ZXhwaXJ5T3B0aW9uPVJlbGF0aXZlVG9DcmVhdGlvbkRhdGUmZXhwaXJlVGltZT0xMjAwMDAmb3A9U0VURVhQSVJZJmFwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/WebHdfsExt/SDKTestFolder01%2FSDKTestFile01.txt4723?expiryOption=RelativeToCreationDate&expireTime=120000&op=SETEXPIRY&api-version=2016-11-01", + "EncodedRequestUri": "L1dlYkhkZnNFeHQvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ0NzIzP2V4cGlyeU9wdGlvbj1SZWxhdGl2ZVRvQ3JlYXRpb25EYXRlJmV4cGlyZVRpbWU9MTIwMDAwJm9wPVNFVEVYUElSWSZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "537b0e08-8f2e-42bd-b942-76b9c8b62aad" + "0d35ff06-bb60-460b-aaa6-8d1f2abdeba0" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "", @@ -1231,16 +1244,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 21:31:16 GMT" + "Wed, 19 Oct 2016 20:14:07 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "e1347246-b225-43ce-b8f7-4143fd094236" + "c469e656-99c3-456f-8968-b34a44513b89" ], "X-Content-Type-Options": [ "nosniff" @@ -1252,19 +1265,20 @@ "StatusCode": 200 }, { - "RequestUri": "/WebHdfsExt/SDKTestFolder01%2FSDKTestFile01.txt407?expiryOption=NeverExpire&op=SETEXPIRY&api-version=2015-10-01-preview", - "EncodedRequestUri": "L1dlYkhkZnNFeHQvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ0MDc/ZXhwaXJ5T3B0aW9uPU5ldmVyRXhwaXJlJm9wPVNFVEVYUElSWSZhcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/WebHdfsExt/SDKTestFolder01%2FSDKTestFile01.txt4723?expiryOption=NeverExpire&op=SETEXPIRY&api-version=2016-11-01", + "EncodedRequestUri": "L1dlYkhkZnNFeHQvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ0NzIzP2V4cGlyeU9wdGlvbj1OZXZlckV4cGlyZSZvcD1TRVRFWFBJUlkmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e22ea91b-3c74-49f1-ad0f-f7b5003ce21c" + "39b0a42a-26bf-42f5-a6e1-ddc51fff7b03" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "", @@ -1276,16 +1290,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 21:31:16 GMT" + "Wed, 19 Oct 2016 20:14:07 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "fa66befe-af52-4e2f-b8e3-6ab83534af25" + "706c9682-4d86-47a4-b880-b49f045bc65b" ], "X-Content-Type-Options": [ "nosniff" @@ -1299,17 +1313,17 @@ ], "Names": { ".ctor": [ - "datalakerg15484", - "testdatalake16754", - "testadlfs127" + "datalakerg114", + "testdatalake19435", + "testadlfs12456" ], "CreateFile": [ - "SDKTestFolder01/SDKTestFile01.txt407" + "SDKTestFolder01/SDKTestFile01.txt4723" ] }, "Variables": { - "SubscriptionId": "90585f39-ab85-4921-bb37-0468f7efd1dd", - "absoluteTime": "9/1/2016 9:33:15 PM", - "relativeTime": "9/1/2016 9:33:16 PM" + "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f", + "absoluteTime": "10/19/2016 8:16:06 PM", + "relativeTime": "10/19/2016 8:16:07 PM" } } \ No newline at end of file diff --git a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemSetDeleteAclEntry.json b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemSetDeleteAclEntry.json index cf4a31f8b1125..6204431bfdb68 100644 --- a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemSetDeleteAclEntry.json +++ b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemSetDeleteAclEntry.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e70d02c8-5866-422f-a926-e97d661aa55f" + "3976b90e-deec-45e8-8780-bfc622c2f53d" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:55:10 GMT" + "Wed, 19 Oct 2016 20:15:30 GMT" ], "Pragma": [ "no-cache" @@ -37,16 +38,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1133" + "1196" ], "x-ms-request-id": [ - "e1669451-dd01-464c-8911-43f70e0323bd" + "daf584a5-7988-4df0-a338-b0a187b0f9ab" ], "x-ms-correlation-request-id": [ - "e1669451-dd01-464c-8911-43f70e0323bd" + "daf584a5-7988-4df0-a338-b0a187b0f9ab" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165510Z:e1669451-dd01-464c-8911-43f70e0323bd" + "WESTUS2:20161019T201531Z:daf584a5-7988-4df0-a338-b0a187b0f9ab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -55,22 +56,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e9dc965d-929e-4f3e-a294-064933aa0dc3" + "516cdc81-5cc2-49b8-afd4-8f729b810cee" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -82,7 +84,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:55:10 GMT" + "Wed, 19 Oct 2016 20:15:30 GMT" ], "Pragma": [ "no-cache" @@ -91,16 +93,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" + "14994" ], "x-ms-request-id": [ - "8775d206-4222-47e3-83f8-45b668e6d3d6" + "63a0fc85-b441-4cd4-9e4b-2326614f5e38" ], "x-ms-correlation-request-id": [ - "8775d206-4222-47e3-83f8-45b668e6d3d6" + "63a0fc85-b441-4cd4-9e4b-2326614f5e38" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165510Z:8775d206-4222-47e3-83f8-45b668e6d3d6" + "WESTUS2:20161019T201531Z:63a0fc85-b441-4cd4-9e4b-2326614f5e38" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -109,22 +111,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "599a9566-3f09-49ab-a3ca-09a7995a9cfa" + "602b6ab2-51bf-4c93-944b-a64886d61595" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -136,7 +139,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:55:10 GMT" + "Wed, 19 Oct 2016 20:15:30 GMT" ], "Pragma": [ "no-cache" @@ -145,16 +148,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1132" + "1195" ], "x-ms-request-id": [ - "7cd20409-517d-4643-83c7-27eee44befdd" + "8719dcac-892d-4aa5-a7fd-eb21ff21577f" ], "x-ms-correlation-request-id": [ - "7cd20409-517d-4643-83c7-27eee44befdd" + "8719dcac-892d-4aa5-a7fd-eb21ff21577f" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165510Z:7cd20409-517d-4643-83c7-27eee44befdd" + "WESTUS2:20161019T201531Z:8719dcac-892d-4aa5-a7fd-eb21ff21577f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -163,22 +166,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "78b99db4-c0ad-484e-a2d6-24f183b8fcd3" + "10c35750-3d22-44ae-910f-2b7256df4c07" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -190,7 +194,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:55:10 GMT" + "Wed, 19 Oct 2016 20:15:32 GMT" ], "Pragma": [ "no-cache" @@ -199,16 +203,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" + "14993" ], "x-ms-request-id": [ - "b01a6733-76a8-45d7-94ad-ccf850f8fb87" + "18ce4a39-efbf-431e-9f28-7abd5593babb" ], "x-ms-correlation-request-id": [ - "b01a6733-76a8-45d7-94ad-ccf850f8fb87" + "18ce4a39-efbf-431e-9f28-7abd5593babb" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165510Z:b01a6733-76a8-45d7-94ad-ccf850f8fb87" + "WESTUS2:20161019T201531Z:18ce4a39-efbf-431e-9f28-7abd5593babb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -217,25 +221,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg18493?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxODQ5Mz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg1718?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNzE4P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2282ba08-02a9-45c3-8bbf-be945ea762e3" + "db66d2d7-c6c6-4c49-bb63-2bf0cf2b8301" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg18493' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg1718' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "107" + "106" ], "Content-Type": [ "application/json; charset=utf-8" @@ -247,7 +252,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:55:10 GMT" + "Wed, 19 Oct 2016 20:15:32 GMT" ], "Pragma": [ "no-cache" @@ -256,16 +261,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" + "14992" ], "x-ms-request-id": [ - "169ee0a2-3641-404f-bd41-4afad56e898e" + "52dfe51f-15d9-4f67-8171-2b089560c144" ], "x-ms-correlation-request-id": [ - "169ee0a2-3641-404f-bd41-4afad56e898e" + "52dfe51f-15d9-4f67-8171-2b089560c144" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165511Z:169ee0a2-3641-404f-bd41-4afad56e898e" + "WESTUS2:20161019T201532Z:52dfe51f-15d9-4f67-8171-2b089560c144" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -274,22 +279,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg18493?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxODQ5Mz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg1718?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNzE4P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "72861eb8-a59f-40c7-901e-05edf3549c41" + "93df783e-3557-46c5-83d2-b2432b1fc938" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg18493\",\r\n \"name\": \"datalakerg18493\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1718\",\r\n \"name\": \"datalakerg1718\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -301,7 +307,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:55:10 GMT" + "Wed, 19 Oct 2016 20:15:32 GMT" ], "Pragma": [ "no-cache" @@ -310,16 +316,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14876" + "14991" ], "x-ms-request-id": [ - "3d448fd5-60c6-4146-8556-ad88bdecb2f4" + "b7926ce5-c99c-4b63-b144-d825455ceaa1" ], "x-ms-correlation-request-id": [ - "3d448fd5-60c6-4146-8556-ad88bdecb2f4" + "b7926ce5-c99c-4b63-b144-d825455ceaa1" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165511Z:3d448fd5-60c6-4146-8556-ad88bdecb2f4" + "WESTUS2:20161019T201532Z:b7926ce5-c99c-4b63-b144-d825455ceaa1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -328,8 +334,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg18493?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxODQ5Mz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg1718?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNzE4P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -340,19 +346,20 @@ "31" ], "x-ms-client-request-id": [ - "8e46abea-5f05-4c30-9234-cfeda1cff2fc" + "72a54bfe-b2ba-465d-bcce-ceb728836c7b" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg18493\",\r\n \"name\": \"datalakerg18493\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1718\",\r\n \"name\": \"datalakerg1718\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "184" + "182" ], "Content-Type": [ "application/json; charset=utf-8" @@ -364,22 +371,22 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:55:10 GMT" + "Wed, 19 Oct 2016 20:15:32 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1131" + "1194" ], "x-ms-request-id": [ - "8de037b1-dddd-4d86-8f77-486acdfc7ad6" + "7af3f7d8-6067-4bfd-b336-62aaf14a18c9" ], "x-ms-correlation-request-id": [ - "8de037b1-dddd-4d86-8f77-486acdfc7ad6" + "7af3f7d8-6067-4bfd-b336-62aaf14a18c9" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165511Z:8de037b1-dddd-4d86-8f77-486acdfc7ad6" + "WESTUS2:20161019T201532Z:7af3f7d8-6067-4bfd-b336-62aaf14a18c9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -388,25 +395,26 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg18493/providers/Microsoft.DataLakeStore/accounts/testadlfs12414?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODQ5My9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTI0MTQ/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1718/providers/Microsoft.DataLakeStore/accounts/testadlfs14514?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzE4L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxNDUxND9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "72f85f5a-2d62-42ea-8ee1-e70c49f6a25e" + "c23bc033-f406-484f-8412-ce348e5b0f1a" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs12414' under resource group 'datalakerg18493' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs14514' under resource group 'datalakerg1718' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "166" + "165" ], "Content-Type": [ "application/json; charset=utf-8" @@ -418,7 +426,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:55:11 GMT" + "Wed, 19 Oct 2016 20:15:32 GMT" ], "Pragma": [ "no-cache" @@ -427,13 +435,13 @@ "gateway" ], "x-ms-request-id": [ - "2c2d863f-6742-437f-a8eb-5d11a0fee060" + "de0e8214-5b98-4709-839f-32aa5cf6edc0" ], "x-ms-correlation-request-id": [ - "2c2d863f-6742-437f-a8eb-5d11a0fee060" + "de0e8214-5b98-4709-839f-32aa5cf6edc0" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165511Z:2c2d863f-6742-437f-a8eb-5d11a0fee060" + "WESTUS2:20161019T201533Z:de0e8214-5b98-4709-839f-32aa5cf6edc0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -442,16 +450,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg18493/providers/Microsoft.DataLakeStore/accounts/testadlfs12414?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODQ5My9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTI0MTQ/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1718/providers/Microsoft.DataLakeStore/accounts/testadlfs14514?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzE4L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxNDUxND9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs12414.caboaccountdogfood.net\",\r\n \"accountId\": \"2aa03d00-700d-498d-ac34-4a497adf18a5\",\r\n \"creationTime\": \"2016-09-01T16:55:13.7110994Z\",\r\n \"lastModifiedTime\": \"2016-09-01T16:55:13.7110994Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg18493/providers/Microsoft.DataLakeStore/accounts/testadlfs12414\",\r\n \"name\": \"testadlfs12414\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs14514.azuredatalakestore.net\",\r\n \"accountId\": \"caf7c5fc-592b-4d65-80f2-25c62bfb1cfd\",\r\n \"creationTime\": \"2016-10-19T20:15:35.8289389Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:15:35.8289389Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1718/providers/Microsoft.DataLakeStore/accounts/testadlfs14514\",\r\n \"name\": \"testadlfs14514\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -466,7 +475,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:55:58 GMT" + "Wed, 19 Oct 2016 20:16:06 GMT" ], "Pragma": [ "no-cache" @@ -478,7 +487,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "a46323b9-59cf-4a9c-9e66-b4996d907b20" + "d1a3d017-019b-4913-9702-785762093210" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -487,13 +499,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" + "14990" ], "x-ms-correlation-request-id": [ - "e21af2fc-a9d9-428e-8166-81c2e72babfb" + "7c01e318-a613-490e-8ee0-04284d4f96eb" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165558Z:e21af2fc-a9d9-428e-8166-81c2e72babfb" + "WESTUS2:20161019T201606Z:7c01e318-a613-490e-8ee0-04284d4f96eb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -502,22 +514,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg18493/providers/Microsoft.DataLakeStore/accounts/testadlfs12414?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODQ5My9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTI0MTQ/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1718/providers/Microsoft.DataLakeStore/accounts/testadlfs14514?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzE4L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxNDUxND9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "35c59e76-3888-4cb9-a4a8-003279d91457" + "887158bd-e863-42d6-a03d-d67f7855383a" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs12414.caboaccountdogfood.net\",\r\n \"accountId\": \"2aa03d00-700d-498d-ac34-4a497adf18a5\",\r\n \"creationTime\": \"2016-09-01T16:55:13.7110994Z\",\r\n \"lastModifiedTime\": \"2016-09-01T16:55:13.7110994Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg18493/providers/Microsoft.DataLakeStore/accounts/testadlfs12414\",\r\n \"name\": \"testadlfs12414\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs14514.azuredatalakestore.net\",\r\n \"accountId\": \"caf7c5fc-592b-4d65-80f2-25c62bfb1cfd\",\r\n \"creationTime\": \"2016-10-19T20:15:35.8289389Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:15:35.8289389Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1718/providers/Microsoft.DataLakeStore/accounts/testadlfs14514\",\r\n \"name\": \"testadlfs14514\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -532,7 +545,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:55:59 GMT" + "Wed, 19 Oct 2016 20:16:05 GMT" ], "Pragma": [ "no-cache" @@ -544,7 +557,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "ba7e3786-c11a-439d-95ec-c18f803202c0" + "6ba930bc-89b7-4e04-98f5-e52074bd931b" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -553,13 +569,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" + "14992" ], "x-ms-correlation-request-id": [ - "7c9ab4e2-8a4c-4dbd-8625-3cd404295c92" + "ba52f79a-5454-4112-a7a9-0ade3c380851" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165559Z:7c9ab4e2-8a4c-4dbd-8625-3cd404295c92" + "WESTUS2:20161019T201606Z:ba52f79a-5454-4112-a7a9-0ade3c380851" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -568,10 +584,10 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg18493/providers/Microsoft.DataLakeStore/accounts/testadlfs12414?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODQ5My9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTI0MTQ/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1718/providers/Microsoft.DataLakeStore/accounts/testadlfs14514?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzE4L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxNDUxND9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs12414\"\r\n}", + "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs14514\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -580,19 +596,20 @@ "60" ], "x-ms-client-request-id": [ - "09d2781e-5fe2-439d-86ac-e3edc5dfc98f" + "643f02da-3c46-4a4e-b840-d6c284b6790a" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"2aa03d00-700d-498d-ac34-4a497adf18a5\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg18493/providers/Microsoft.DataLakeStore/accounts/testadlfs12414\",\r\n \"name\": \"testadlfs12414\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"caf7c5fc-592b-4d65-80f2-25c62bfb1cfd\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1718/providers/Microsoft.DataLakeStore/accounts/testadlfs14514\",\r\n \"name\": \"testadlfs14514\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ - "420" + "419" ], "Content-Type": [ "application/json" @@ -607,13 +624,13 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:55:11 GMT" + "Wed, 19 Oct 2016 20:15:34 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg18493/providers/Microsoft.DataLakeStore/accounts/testadlfs12414/operationresults/0?api-version=2015-10-01-preview" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg1718/providers/Microsoft.DataLakeStore/accounts/testadlfs14514/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -622,10 +639,13 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/2aa03d00-700d-498d-ac34-4a497adf18a50?api-version=2015-10-01-preview&expanded=true" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/caf7c5fc-592b-4d65-80f2-25c62bfb1cfd0?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "95b97165-2a30-439c-9d1d-b9b20bb624c7" + "191607cc-8362-4768-8d5e-d52411bbc5fd" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -634,13 +654,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1138" + "1198" ], "x-ms-correlation-request-id": [ - "22df54cb-208c-47fd-b3f0-6be3a576196e" + "efa1cd18-2148-41c8-8aac-53c091a9e63a" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165512Z:22df54cb-208c-47fd-b3f0-6be3a576196e" + "WESTUS2:20161019T201534Z:efa1cd18-2148-41c8-8aac-53c091a9e63a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -649,13 +669,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/2aa03d00-700d-498d-ac34-4a497adf18a50?api-version=2015-10-01-preview&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzJhYTAzZDAwLTcwMGQtNDk4ZC1hYzM0LTRhNDk3YWRmMThhNTA/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3JmV4cGFuZGVkPXRydWU=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/caf7c5fc-592b-4d65-80f2-25c62bfb1cfd0?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzL2NhZjdjNWZjLTU5MmItNGQ2NS04MGYyLTI1YzYyYmZiMWNmZDA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -673,7 +694,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:55:58 GMT" + "Wed, 19 Oct 2016 20:16:04 GMT" ], "Pragma": [ "no-cache" @@ -685,7 +706,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "dd502e3a-23f4-401a-b09c-e35d1cd88f92" + "73823112-4b8b-4243-9d95-8e2529ec4593" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -694,13 +718,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14864" + "14992" ], "x-ms-correlation-request-id": [ - "b9b3670f-abda-4a62-87ed-07a21c36f09a" + "1423492c-1f32-4e37-9d87-8468bac26318" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165558Z:b9b3670f-abda-4a62-87ed-07a21c36f09a" + "WESTUS2:20161019T201605Z:1423492c-1f32-4e37-9d87-8468bac26318" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -709,25 +733,26 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/%2F?op=MSGETACLSTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvJTJGP29wPU1TR0VUQUNMU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/webhdfs/v1/%2F?op=MSGETACLSTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvJTJGP29wPU1TR0VUQUNMU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "16992e4e-c016-4bb3-83d1-b21739a35e34" + "b8c05b92-1875-408c-be8a-81353d9530d7" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"AclStatus\": {\r\n \"entries\": [\r\n \"user::rwx\",\r\n \"group::rwx\",\r\n \"mask::rwx\",\r\n \"other::---\",\r\n \"default:user::rwx\",\r\n \"default:group::rwx\",\r\n \"default:mask::rwx\",\r\n \"default:other::---\"\r\n ],\r\n \"owner\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"group\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"permission\": \"770\",\r\n \"stickyBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"AclStatus\": {\r\n \"entries\": [\r\n \"user::rwx\",\r\n \"group::rwx\",\r\n \"other::---\"\r\n ],\r\n \"owner\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"group\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"permission\": \"770\",\r\n \"stickyBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "290" + "196" ], "Content-Type": [ "application/json; charset=utf-8" @@ -736,19 +761,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:56:06 GMT" + "Wed, 19 Oct 2016 20:16:06 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "2881cd28-9a73-4c06-abe0-d80f84dfb193" - ], - "Server-Perf": [ - "[2881cd28-9a73-4c06-abe0-d80f84dfb193][ AuthTime::1354.08339973303::PostAuthTime::343.439346173602 ][S-HdfsGetAclStatus :: 00:00:051 ms]%0a[MSGETACLSTATUS :: 00:00:094 ms]%0a" + "4de824bb-fff2-45a1-a3ef-4c1e78c12011" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -766,25 +788,26 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/%2F?op=MSGETACLSTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvJTJGP29wPU1TR0VUQUNMU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/webhdfs/v1/%2F?op=MSGETACLSTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvJTJGP29wPU1TR0VUQUNMU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ab17b809-b7b1-413a-8a18-0263fd150648" + "a667099f-5f4e-46a8-b516-eac5ed70db1e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"AclStatus\": {\r\n \"entries\": [\r\n \"user::rwx\",\r\n \"user:027c28d5-c91d-49f0-98c5-d10134b169b3:rwx\",\r\n \"group::rwx\",\r\n \"mask::rwx\",\r\n \"other::---\",\r\n \"default:user::rwx\",\r\n \"default:group::rwx\",\r\n \"default:mask::rwx\",\r\n \"default:other::---\"\r\n ],\r\n \"owner\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"group\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"permission\": \"770\",\r\n \"stickyBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"AclStatus\": {\r\n \"entries\": [\r\n \"user::rwx\",\r\n \"user:027c28d5-c91d-49f0-98c5-d10134b169b3:rwx\",\r\n \"group::rwx\",\r\n \"mask::rwx\",\r\n \"other::---\"\r\n ],\r\n \"owner\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"group\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"permission\": \"770\",\r\n \"stickyBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "338" + "256" ], "Content-Type": [ "application/json; charset=utf-8" @@ -793,19 +816,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:56:07 GMT" + "Wed, 19 Oct 2016 20:16:07 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "51f2c1c8-59b8-4959-8a48-7bccf6b5f160" - ], - "Server-Perf": [ - "[51f2c1c8-59b8-4959-8a48-7bccf6b5f160][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetAclStatus :: 00:00:035 ms]%0a[MSGETACLSTATUS :: 00:00:037 ms]%0a" + "99185fc3-7b4f-4d2a-b7a0-fc16e93063b2" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -823,25 +843,26 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/%2F?op=MSGETACLSTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvJTJGP29wPU1TR0VUQUNMU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/webhdfs/v1/%2F?op=MSGETACLSTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvJTJGP29wPU1TR0VUQUNMU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a2c11caa-8abd-44b5-aa06-7cc81863e50d" + "d6f0a2ab-e0f4-4cce-93cd-eff47c931485" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"AclStatus\": {\r\n \"entries\": [\r\n \"user::rwx\",\r\n \"group::rwx\",\r\n \"mask::rwx\",\r\n \"other::---\",\r\n \"default:user::rwx\",\r\n \"default:group::rwx\",\r\n \"default:mask::rwx\",\r\n \"default:other::---\"\r\n ],\r\n \"owner\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"group\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"permission\": \"770\",\r\n \"stickyBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"AclStatus\": {\r\n \"entries\": [\r\n \"user::rwx\",\r\n \"group::rwx\",\r\n \"mask::rwx\",\r\n \"other::---\"\r\n ],\r\n \"owner\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"group\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"permission\": \"770\",\r\n \"stickyBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "290" + "208" ], "Content-Type": [ "application/json; charset=utf-8" @@ -850,19 +871,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:56:07 GMT" + "Wed, 19 Oct 2016 20:16:07 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "bf083c5d-3a68-40ed-bc64-5c55bd201714" - ], - "Server-Perf": [ - "[bf083c5d-3a68-40ed-bc64-5c55bd201714][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetAclStatus :: 00:00:035 ms]%0a[MSGETACLSTATUS :: 00:00:035 ms]%0a" + "51bd6138-0fa9-4cca-a4e3-3399ea0996f2" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -880,19 +898,20 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/%2F?aclspec=user:027c28d5-c91d-49f0-98c5-d10134b169b3:rwx&op=MODIFYACLENTRIES&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvJTJGP2FjbHNwZWM9dXNlciUzQTAyN2MyOGQ1LWM5MWQtNDlmMC05OGM1LWQxMDEzNGIxNjliMyUzQXJ3eCZvcD1NT0RJRllBQ0xFTlRSSUVTJmFwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/webhdfs/v1/%2F?aclspec=user:027c28d5-c91d-49f0-98c5-d10134b169b3:rwx&op=MODIFYACLENTRIES&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvJTJGP2FjbHNwZWM9dXNlciUzQTAyN2MyOGQ1LWM5MWQtNDlmMC05OGM1LWQxMDEzNGIxNjliMyUzQXJ3eCZvcD1NT0RJRllBQ0xFTlRSSUVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d29225f3-53ac-49a2-aa41-dbd06275c693" + "44ba647e-f183-4ed9-bb23-03bdfbeb35b7" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "", @@ -904,23 +923,20 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:56:06 GMT" + "Wed, 19 Oct 2016 20:16:06 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "bd09b4a6-ad45-4055-b4d1-a87a313b04bb" + "a76a6b32-6c99-4556-a495-705949055357" ], "ContentLength": [ "0" ], - "Server-Perf": [ - "[bd09b4a6-ad45-4055-b4d1-a87a313b04bb][ AuthTime::0::PostAuthTime::0 ][S-HdfsModifyAclEntries :: 00:00:070 ms]%0a[MODIFYACLENTRIES :: 00:00:110 ms]%0a" - ], "x-ms-webhdfs-version": [ "16.07.18.01" ], @@ -937,19 +953,20 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/%2F?aclspec=%2Cuser:027c28d5-c91d-49f0-98c5-d10134b169b3&op=REMOVEACLENTRIES&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvJTJGP2FjbHNwZWM9JTJDdXNlciUzQTAyN2MyOGQ1LWM5MWQtNDlmMC05OGM1LWQxMDEzNGIxNjliMyZvcD1SRU1PVkVBQ0xFTlRSSUVTJmFwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/webhdfs/v1/%2F?aclspec=%2Cuser:027c28d5-c91d-49f0-98c5-d10134b169b3&op=REMOVEACLENTRIES&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvJTJGP2FjbHNwZWM9JTJDdXNlciUzQTAyN2MyOGQ1LWM5MWQtNDlmMC05OGM1LWQxMDEzNGIxNjliMyZvcD1SRU1PVkVBQ0xFTlRSSUVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "83294136-90f2-44c7-8ca1-88886fb29a65" + "f36e4731-44ac-4606-acf1-e13ced3e97f5" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "", @@ -961,23 +978,20 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:56:07 GMT" + "Wed, 19 Oct 2016 20:16:07 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "f5258f61-ab7c-48ca-9733-353b888f10d3" + "6f1b8993-8ceb-4462-9b0b-1b5e14b5ac01" ], "ContentLength": [ "0" ], - "Server-Perf": [ - "[f5258f61-ab7c-48ca-9733-353b888f10d3][ AuthTime::0::PostAuthTime::0 ][S-HdfsRemoveAclEntries :: 00:00:170 ms]%0a[REMOVEACLENTRIES :: 00:00:190 ms]%0a" - ], "x-ms-webhdfs-version": [ "16.07.18.01" ], @@ -996,12 +1010,12 @@ ], "Names": { ".ctor": [ - "datalakerg18493", - "testdatalake17959", - "testadlfs12414" + "datalakerg1718", + "testdatalake18253", + "testadlfs14514" ] }, "Variables": { - "SubscriptionId": "90585f39-ab85-4921-bb37-0468f7efd1dd" + "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" } } \ No newline at end of file diff --git a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemSetFileProperties.json b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemSetFileProperties.json index 49d437ffecb79..f211199d9e6a8 100644 --- a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemSetFileProperties.json +++ b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemSetFileProperties.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "395a2791-6b4e-456b-b6ad-799c7c3e919e" + "3f528a47-08c0-45bb-a334-65f719f7e413" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:58:07 GMT" + "Wed, 19 Oct 2016 20:18:12 GMT" ], "Pragma": [ "no-cache" @@ -37,16 +38,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1107" + "1199" ], "x-ms-request-id": [ - "44a7495d-2a27-4e33-b2f5-837a3c4ad940" + "0eabfe81-41cd-48e4-9cfe-6e66941e3147" ], "x-ms-correlation-request-id": [ - "44a7495d-2a27-4e33-b2f5-837a3c4ad940" + "0eabfe81-41cd-48e4-9cfe-6e66941e3147" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165807Z:44a7495d-2a27-4e33-b2f5-837a3c4ad940" + "WESTUS2:20161019T201813Z:0eabfe81-41cd-48e4-9cfe-6e66941e3147" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -55,22 +56,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "63fbce60-9633-4355-80a8-932e0e96e2b2" + "ac829a93-19fe-409d-82f1-5fa8c456795c" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -82,7 +84,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:58:07 GMT" + "Wed, 19 Oct 2016 20:18:12 GMT" ], "Pragma": [ "no-cache" @@ -91,16 +93,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" + "14996" ], "x-ms-request-id": [ - "3e5a8930-62ee-47f9-a168-cb072ac7ee76" + "bc1f40fd-d9b3-4b62-97bd-a354fd36ff00" ], "x-ms-correlation-request-id": [ - "3e5a8930-62ee-47f9-a168-cb072ac7ee76" + "bc1f40fd-d9b3-4b62-97bd-a354fd36ff00" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165807Z:3e5a8930-62ee-47f9-a168-cb072ac7ee76" + "WESTUS2:20161019T201813Z:bc1f40fd-d9b3-4b62-97bd-a354fd36ff00" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -109,22 +111,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "66d366ab-8c09-4c28-9f66-6ec33036e058" + "d004d50d-f530-4c85-8433-1c2dd75b35f6" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -136,7 +139,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:58:07 GMT" + "Wed, 19 Oct 2016 20:18:13 GMT" ], "Pragma": [ "no-cache" @@ -145,16 +148,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1106" + "1198" ], "x-ms-request-id": [ - "e5b95f22-ae4c-41cf-8736-b0ef5d72ba80" + "5166d8b8-e4c5-4749-8da5-007fb7098c4d" ], "x-ms-correlation-request-id": [ - "e5b95f22-ae4c-41cf-8736-b0ef5d72ba80" + "5166d8b8-e4c5-4749-8da5-007fb7098c4d" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165808Z:e5b95f22-ae4c-41cf-8736-b0ef5d72ba80" + "WESTUS2:20161019T201813Z:5166d8b8-e4c5-4749-8da5-007fb7098c4d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -163,22 +166,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0884a427-63c3-4fcf-be41-e7338d06b2d8" + "f289108a-a491-4893-9f1f-86e20c71bd7b" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -190,7 +194,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:58:07 GMT" + "Wed, 19 Oct 2016 20:18:13 GMT" ], "Pragma": [ "no-cache" @@ -199,16 +203,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" + "14995" ], "x-ms-request-id": [ - "eb924137-1cba-46f5-8295-ca28c544a104" + "c4945aed-db11-471c-bb09-d7ceeec3c6df" ], "x-ms-correlation-request-id": [ - "eb924137-1cba-46f5-8295-ca28c544a104" + "c4945aed-db11-471c-bb09-d7ceeec3c6df" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165808Z:eb924137-1cba-46f5-8295-ca28c544a104" + "WESTUS2:20161019T201813Z:c4945aed-db11-471c-bb09-d7ceeec3c6df" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -217,25 +221,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg18029?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxODAyOT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg1160?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMTYwP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e3ee3de1-00b2-46b2-8337-96daa7058459" + "1dc7217e-1aea-4245-a425-2a2ff55027cf" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg18029' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg1160' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "107" + "106" ], "Content-Type": [ "application/json; charset=utf-8" @@ -247,7 +252,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:58:07 GMT" + "Wed, 19 Oct 2016 20:18:13 GMT" ], "Pragma": [ "no-cache" @@ -256,16 +261,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" + "14994" ], "x-ms-request-id": [ - "3d076877-4cdf-4558-b2a9-bdc8fe693071" + "525bde52-6476-47fb-b2fd-315fd6df8d3d" ], "x-ms-correlation-request-id": [ - "3d076877-4cdf-4558-b2a9-bdc8fe693071" + "525bde52-6476-47fb-b2fd-315fd6df8d3d" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165808Z:3d076877-4cdf-4558-b2a9-bdc8fe693071" + "WESTUS2:20161019T201813Z:525bde52-6476-47fb-b2fd-315fd6df8d3d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -274,22 +279,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg18029?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxODAyOT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg1160?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMTYwP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5c1e1c87-4f59-4681-a385-53b723905267" + "26982575-7c80-4976-a3b4-583774489b0f" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg18029\",\r\n \"name\": \"datalakerg18029\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1160\",\r\n \"name\": \"datalakerg1160\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -301,7 +307,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:58:07 GMT" + "Wed, 19 Oct 2016 20:18:14 GMT" ], "Pragma": [ "no-cache" @@ -310,16 +316,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" + "14993" ], "x-ms-request-id": [ - "22745b4c-3de0-431e-8477-a8807080dd5f" + "133c774b-2345-4516-9665-e215726d96ae" ], "x-ms-correlation-request-id": [ - "22745b4c-3de0-431e-8477-a8807080dd5f" + "133c774b-2345-4516-9665-e215726d96ae" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165808Z:22745b4c-3de0-431e-8477-a8807080dd5f" + "WESTUS2:20161019T201815Z:133c774b-2345-4516-9665-e215726d96ae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -328,8 +334,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg18029?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxODAyOT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg1160?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMTYwP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -340,19 +346,20 @@ "31" ], "x-ms-client-request-id": [ - "a0f95058-ae9b-44f8-828e-23c00337218c" + "f4a6cb13-fc71-4778-b4ed-103a506ffd33" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg18029\",\r\n \"name\": \"datalakerg18029\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1160\",\r\n \"name\": \"datalakerg1160\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "184" + "182" ], "Content-Type": [ "application/json; charset=utf-8" @@ -364,22 +371,22 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:58:07 GMT" + "Wed, 19 Oct 2016 20:18:14 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1105" + "1197" ], "x-ms-request-id": [ - "d3d45018-8135-4481-a316-02d4e880b217" + "2abbeb3e-fb89-4c5a-8737-5a055da99e4c" ], "x-ms-correlation-request-id": [ - "d3d45018-8135-4481-a316-02d4e880b217" + "2abbeb3e-fb89-4c5a-8737-5a055da99e4c" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165808Z:d3d45018-8135-4481-a316-02d4e880b217" + "WESTUS2:20161019T201815Z:2abbeb3e-fb89-4c5a-8737-5a055da99e4c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -388,25 +395,26 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg18029/providers/Microsoft.DataLakeStore/accounts/testadlfs11236?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODAyOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTEyMzY/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1160/providers/Microsoft.DataLakeStore/accounts/testadlfs1876?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTYwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxODc2P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d91b5ecc-861c-4b9a-a45a-8dc87ae6862b" + "dd39f1bb-2181-495d-9fe0-b55e7cb50d00" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs11236' under resource group 'datalakerg18029' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs1876' under resource group 'datalakerg1160' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "166" + "164" ], "Content-Type": [ "application/json; charset=utf-8" @@ -418,7 +426,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 16:58:08 GMT" + "Wed, 19 Oct 2016 20:18:14 GMT" ], "Pragma": [ "no-cache" @@ -427,13 +435,13 @@ "gateway" ], "x-ms-request-id": [ - "04dab763-df90-4381-9864-0312d3476ff5" + "e8420e81-0c1e-4a54-9e22-53ac5daa2d29" ], "x-ms-correlation-request-id": [ - "04dab763-df90-4381-9864-0312d3476ff5" + "e8420e81-0c1e-4a54-9e22-53ac5daa2d29" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165808Z:04dab763-df90-4381-9864-0312d3476ff5" + "WESTUS2:20161019T201815Z:e8420e81-0c1e-4a54-9e22-53ac5daa2d29" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -442,16 +450,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg18029/providers/Microsoft.DataLakeStore/accounts/testadlfs11236?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODAyOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTEyMzY/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1160/providers/Microsoft.DataLakeStore/accounts/testadlfs1876?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTYwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxODc2P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs11236.caboaccountdogfood.net\",\r\n \"accountId\": \"4572d09d-afe4-4dab-a11c-ee72d65b6e50\",\r\n \"creationTime\": \"2016-09-01T16:58:10.9162056Z\",\r\n \"lastModifiedTime\": \"2016-09-01T16:58:10.9162056Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg18029/providers/Microsoft.DataLakeStore/accounts/testadlfs11236\",\r\n \"name\": \"testadlfs11236\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs1876.azuredatalakestore.net\",\r\n \"accountId\": \"c3a83ae6-73c0-4dbb-b7f0-690fc54a71d5\",\r\n \"creationTime\": \"2016-10-19T20:18:16.7990039Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:18:16.7990039Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1160/providers/Microsoft.DataLakeStore/accounts/testadlfs1876\",\r\n \"name\": \"testadlfs1876\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -466,7 +475,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:58:39 GMT" + "Wed, 19 Oct 2016 20:18:47 GMT" ], "Pragma": [ "no-cache" @@ -478,7 +487,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "ebd2d19d-4bfe-4e03-88d5-7ce3ab481a43" + "2c9403f6-a563-420e-9b0f-9e645dcb338e" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -487,13 +499,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" + "14991" ], "x-ms-correlation-request-id": [ - "0036a36a-97d8-4d23-9458-bbfaa0b87265" + "1646c898-d58b-45c1-a039-ea0d645ac99c" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165840Z:0036a36a-97d8-4d23-9458-bbfaa0b87265" + "WESTUS2:20161019T201848Z:1646c898-d58b-45c1-a039-ea0d645ac99c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -502,22 +514,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg18029/providers/Microsoft.DataLakeStore/accounts/testadlfs11236?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODAyOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTEyMzY/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1160/providers/Microsoft.DataLakeStore/accounts/testadlfs1876?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTYwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxODc2P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "480d9915-ee9e-48aa-85b2-cee6ecbb12b8" + "6550a531-f46d-4cf9-95c1-c76256620f17" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs11236.caboaccountdogfood.net\",\r\n \"accountId\": \"4572d09d-afe4-4dab-a11c-ee72d65b6e50\",\r\n \"creationTime\": \"2016-09-01T16:58:10.9162056Z\",\r\n \"lastModifiedTime\": \"2016-09-01T16:58:10.9162056Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg18029/providers/Microsoft.DataLakeStore/accounts/testadlfs11236\",\r\n \"name\": \"testadlfs11236\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs1876.azuredatalakestore.net\",\r\n \"accountId\": \"c3a83ae6-73c0-4dbb-b7f0-690fc54a71d5\",\r\n \"creationTime\": \"2016-10-19T20:18:16.7990039Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:18:16.7990039Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1160/providers/Microsoft.DataLakeStore/accounts/testadlfs1876\",\r\n \"name\": \"testadlfs1876\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -532,7 +545,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:58:39 GMT" + "Wed, 19 Oct 2016 20:18:48 GMT" ], "Pragma": [ "no-cache" @@ -544,7 +557,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "b7d6333d-bc9d-4e84-96a9-7d5109a641ec" + "aa2b7eef-21cb-4d08-a2bc-af474556eb6e" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -553,13 +569,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" + "14994" ], "x-ms-correlation-request-id": [ - "205e9309-0163-49a9-939b-5a85588239d6" + "b376a6cf-0240-40f1-b167-b3c8a3cd4763" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165840Z:205e9309-0163-49a9-939b-5a85588239d6" + "WESTUS2:20161019T201848Z:b376a6cf-0240-40f1-b167-b3c8a3cd4763" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -568,31 +584,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg18029/providers/Microsoft.DataLakeStore/accounts/testadlfs11236?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODAyOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTEyMzY/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1160/providers/Microsoft.DataLakeStore/accounts/testadlfs1876?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTYwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxODc2P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs11236\"\r\n}", + "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs1876\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "60" + "59" ], "x-ms-client-request-id": [ - "425d3e74-ba59-4143-a9ad-36e8181a8753" + "53f22aa7-4d4a-4d71-88fe-af288a1f4acd" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"4572d09d-afe4-4dab-a11c-ee72d65b6e50\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg18029/providers/Microsoft.DataLakeStore/accounts/testadlfs11236\",\r\n \"name\": \"testadlfs11236\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"c3a83ae6-73c0-4dbb-b7f0-690fc54a71d5\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1160/providers/Microsoft.DataLakeStore/accounts/testadlfs1876\",\r\n \"name\": \"testadlfs1876\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ - "420" + "417" ], "Content-Type": [ "application/json" @@ -607,13 +624,13 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:58:08 GMT" + "Wed, 19 Oct 2016 20:18:16 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg18029/providers/Microsoft.DataLakeStore/accounts/testadlfs11236/operationresults/0?api-version=2015-10-01-preview" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg1160/providers/Microsoft.DataLakeStore/accounts/testadlfs1876/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -622,10 +639,13 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/4572d09d-afe4-4dab-a11c-ee72d65b6e500?api-version=2015-10-01-preview&expanded=true" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/c3a83ae6-73c0-4dbb-b7f0-690fc54a71d50?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "5c2740df-6213-494c-a5b9-244ba380b4a3" + "37fb1b7b-486c-48e4-9ea1-97b2ed5ec36f" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -634,13 +654,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1108" + "1194" ], "x-ms-correlation-request-id": [ - "c9b3d0fd-d8ed-45b9-bdc4-337d8dbf2dbe" + "28e991d8-d3ed-40d1-a89f-4df0c26a744d" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165809Z:c9b3d0fd-d8ed-45b9-bdc4-337d8dbf2dbe" + "WESTUS2:20161019T201817Z:28e991d8-d3ed-40d1-a89f-4df0c26a744d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -649,13 +669,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/4572d09d-afe4-4dab-a11c-ee72d65b6e500?api-version=2015-10-01-preview&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzQ1NzJkMDlkLWFmZTQtNGRhYi1hMTFjLWVlNzJkNjViNmU1MDA/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3JmV4cGFuZGVkPXRydWU=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/c3a83ae6-73c0-4dbb-b7f0-690fc54a71d50?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzL2MzYTgzYWU2LTczYzAtNGRiYi1iN2YwLTY5MGZjNTRhNzFkNTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -673,7 +694,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 16:58:39 GMT" + "Wed, 19 Oct 2016 20:18:47 GMT" ], "Pragma": [ "no-cache" @@ -685,7 +706,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c311cdfe-4a85-47f6-8b9e-52ee8a1a3aff" + "518bdf17-581c-4e29-919c-5125aebb6866" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -694,13 +718,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14862" + "14990" ], "x-ms-correlation-request-id": [ - "d77a371a-41e7-4e45-b9a1-a7a85e5c9a21" + "8cdb16bd-04f6-4f02-9ef7-2935479b821d" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T165839Z:d77a371a-41e7-4e45-b9a1-a7a85e5c9a21" + "WESTUS2:20161019T201847Z:8cdb16bd-04f6-4f02-9ef7-2935479b821d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -709,25 +733,26 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt9170?op=CREATE&write=true&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ5MTcwP29wPUNSRUFURSZ3cml0ZT10cnVlJmFwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt4926?op=CREATE&write=true&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ0OTI2P29wPUNSRUFURSZ3cml0ZT10cnVlJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "These are some random test contents 1234!@", "RequestHeaders": { "Content-Type": [ "application/octet-stream" ], - "x-ms-client-request-id": [ - "307c7bfc-bf4e-415f-b56a-212076595abe" + "Content-Length": [ + "42" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-client-request-id": [ + "a3cdc29f-9934-4b0c-ad27-08823e21d3cc" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "", @@ -739,26 +764,23 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:58:41 GMT" + "Wed, 19 Oct 2016 20:18:50 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://testadlfs11236.caboaccountdogfood.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt9170?op=CREATE&write=true&api-version=2015-10-01-preview" + "https://testadlfs1876.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt4926?op=CREATE&write=true&api-version=2016-11-01" ], "x-ms-request-id": [ - "8158f9e1-f4a9-42fb-9a11-3ba64253452c" + "87814aab-f9d0-4793-b48c-80881f6a6142" ], "ContentLength": [ "0" ], - "Server-Perf": [ - "[8158f9e1-f4a9-42fb-9a11-3ba64253452c][ AuthTime::1257.85087559851::PostAuthTime::384.070073542148 ][S-HdfsGetFileStatusV2 :: 00:00:169 ms]%0a[S-FsOpenStream :: 00:00:138 ms]%0a[S-FsAppendStream :: 00:00:127 ms]%0a[BufferingTime :: 00:00:000 ms]%0a[WriteTime :: 00:00:127 ms]%0a[S-FsAppendStream :: 00:00:019 ms]%0a[S-FsCloseHandle :: 00:00:001 ms]%0a[CREATE :: 00:00:461 ms]%0a" - ], "x-ms-webhdfs-version": [ "16.07.18.01" ], @@ -775,22 +797,23 @@ "StatusCode": 201 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt9170?op=MSGETFILESTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ5MTcwP29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt4926?op=MSGETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ0OTI2P29wPU1TR0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "767da6d0-ff80-4dff-aa8b-b95f0e5cd0be" + "f80afa98-b587-4b70-8407-b7ac7e0e6bf3" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1472749122241,\r\n \"modificationTime\": 1472749122485,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"group\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"expirationTime\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1476908329941,\r\n \"modificationTime\": 1476908330037,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"group\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"expirationTime\": 0\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "288" @@ -802,19 +825,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 16:58:42 GMT" + "Wed, 19 Oct 2016 20:18:50 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "40852f70-cfa9-424c-aa39-60ceb9b5ffaa" - ], - "Server-Perf": [ - "[40852f70-cfa9-424c-aa39-60ceb9b5ffaa][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetFileStatusV2 :: 00:00:021 ms]%0a[MSGETFILESTATUS :: 00:00:021 ms]%0a" + "e4c6e930-d5b5-432f-a203-40432199381d" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -834,15 +854,15 @@ ], "Names": { ".ctor": [ - "datalakerg18029", - "testdatalake11885", - "testadlfs11236" + "datalakerg1160", + "testdatalake14100", + "testadlfs1876" ], "CreateFile": [ - "SDKTestFolder01/SDKTestFile01.txt9170" + "SDKTestFolder01/SDKTestFile01.txt4926" ] }, "Variables": { - "SubscriptionId": "90585f39-ab85-4921-bb37-0468f7efd1dd" + "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" } } \ No newline at end of file diff --git a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemTestFile.json b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemTestFile.json index 1a6cf389b4b75..27d85f16fda1f 100644 --- a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemTestFile.json +++ b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemTestFile.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "25f04d40-12b3-4be6-8897-f672bc50df98" + "13826364-f4ab-4264-9a3a-1eadce4cc75b" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:03:28 GMT" + "Wed, 19 Oct 2016 20:22:53 GMT" ], "Pragma": [ "no-cache" @@ -37,16 +38,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1134" + "1197" ], "x-ms-request-id": [ - "21a7ccb7-bdbb-4df2-8020-5b44550f26ae" + "6c442a05-192e-4a26-b659-4e2f4196827c" ], "x-ms-correlation-request-id": [ - "21a7ccb7-bdbb-4df2-8020-5b44550f26ae" + "6c442a05-192e-4a26-b659-4e2f4196827c" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170329Z:21a7ccb7-bdbb-4df2-8020-5b44550f26ae" + "CENTRALUS:20161019T202254Z:6c442a05-192e-4a26-b659-4e2f4196827c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -55,22 +56,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "db2d074e-b585-40f6-8dce-85b819a6415d" + "0c8b4bce-3d1e-4b89-8c95-54b452c9407c" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -82,7 +84,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:03:28 GMT" + "Wed, 19 Oct 2016 20:22:53 GMT" ], "Pragma": [ "no-cache" @@ -91,16 +93,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" + "14997" ], "x-ms-request-id": [ - "ea4e94c9-0434-4b4a-a1c4-915d13163cd6" + "897ad974-b90b-4ab9-9578-85a5e18c3f05" ], "x-ms-correlation-request-id": [ - "ea4e94c9-0434-4b4a-a1c4-915d13163cd6" + "897ad974-b90b-4ab9-9578-85a5e18c3f05" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170329Z:ea4e94c9-0434-4b4a-a1c4-915d13163cd6" + "CENTRALUS:20161019T202254Z:897ad974-b90b-4ab9-9578-85a5e18c3f05" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -109,22 +111,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "91c63f57-ce70-45f0-ab49-35740b338eeb" + "922fcf44-282f-41fa-a3bb-25d73bb22814" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -136,7 +139,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:03:28 GMT" + "Wed, 19 Oct 2016 20:22:54 GMT" ], "Pragma": [ "no-cache" @@ -145,16 +148,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1133" + "1196" ], "x-ms-request-id": [ - "9876f0cd-be11-49b7-8b72-a9b9003f83de" + "c5881b53-b4e6-4b8e-8fc2-3d2a86379fe1" ], "x-ms-correlation-request-id": [ - "9876f0cd-be11-49b7-8b72-a9b9003f83de" + "c5881b53-b4e6-4b8e-8fc2-3d2a86379fe1" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170329Z:9876f0cd-be11-49b7-8b72-a9b9003f83de" + "CENTRALUS:20161019T202255Z:c5881b53-b4e6-4b8e-8fc2-3d2a86379fe1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -163,22 +166,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7f2c784c-f947-46f0-bf12-9b8cb3339607" + "4d7e8d48-6412-4185-8fa6-2284199f5492" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -190,7 +194,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:03:28 GMT" + "Wed, 19 Oct 2016 20:22:54 GMT" ], "Pragma": [ "no-cache" @@ -199,16 +203,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14876" + "14996" ], "x-ms-request-id": [ - "edad2b92-17cc-489b-8465-0b9248307d33" + "d7e9f87f-ef41-447d-859f-bfb9bc8e063d" ], "x-ms-correlation-request-id": [ - "edad2b92-17cc-489b-8465-0b9248307d33" + "d7e9f87f-ef41-447d-859f-bfb9bc8e063d" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170329Z:edad2b92-17cc-489b-8465-0b9248307d33" + "CENTRALUS:20161019T202255Z:d7e9f87f-ef41-447d-859f-bfb9bc8e063d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -217,22 +221,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg13236?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMzIzNj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg18480?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxODQ4MD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "caa8fefa-99d0-46a7-8acb-7e5b687d5fa4" + "c3db3f3b-8e50-4fec-bb76-e67b36162a77" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg13236' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg18480' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "107" @@ -247,7 +252,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:03:28 GMT" + "Wed, 19 Oct 2016 20:22:54 GMT" ], "Pragma": [ "no-cache" @@ -256,16 +261,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" + "14995" ], "x-ms-request-id": [ - "155a1254-6f68-4c98-8670-bc6c720ed9e7" + "2c35fa43-ff84-4c07-a63a-4e76b8b6d996" ], "x-ms-correlation-request-id": [ - "155a1254-6f68-4c98-8670-bc6c720ed9e7" + "2c35fa43-ff84-4c07-a63a-4e76b8b6d996" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170329Z:155a1254-6f68-4c98-8670-bc6c720ed9e7" + "CENTRALUS:20161019T202255Z:2c35fa43-ff84-4c07-a63a-4e76b8b6d996" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -274,22 +279,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg13236?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMzIzNj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg18480?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxODQ4MD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fda4abd6-6d46-48df-ac58-e786bb4670a8" + "78f0bbea-e43c-455e-939b-44510e645078" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg13236\",\r\n \"name\": \"datalakerg13236\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg18480\",\r\n \"name\": \"datalakerg18480\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -301,7 +307,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:03:29 GMT" + "Wed, 19 Oct 2016 20:22:55 GMT" ], "Pragma": [ "no-cache" @@ -310,16 +316,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14874" + "14994" ], "x-ms-request-id": [ - "cb3de88f-63a6-4cb8-b469-e18ddbf288a7" + "48ee7d25-1312-4521-b6d6-3abb0b014813" ], "x-ms-correlation-request-id": [ - "cb3de88f-63a6-4cb8-b469-e18ddbf288a7" + "48ee7d25-1312-4521-b6d6-3abb0b014813" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170329Z:cb3de88f-63a6-4cb8-b469-e18ddbf288a7" + "CENTRALUS:20161019T202256Z:48ee7d25-1312-4521-b6d6-3abb0b014813" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -328,8 +334,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg13236?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMzIzNj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg18480?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxODQ4MD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -340,16 +346,17 @@ "31" ], "x-ms-client-request-id": [ - "1f1d63c8-963d-47b0-a905-c812a32deceb" + "c8b9b76e-44be-4150-8b94-ed50c20d744a" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg13236\",\r\n \"name\": \"datalakerg13236\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg18480\",\r\n \"name\": \"datalakerg18480\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "184" @@ -364,22 +371,22 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:03:29 GMT" + "Wed, 19 Oct 2016 20:22:55 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1132" + "1195" ], "x-ms-request-id": [ - "526e5076-5cde-4845-99a1-045206a32e45" + "9da708b1-6d99-4178-907f-d92e6b6b8ec4" ], "x-ms-correlation-request-id": [ - "526e5076-5cde-4845-99a1-045206a32e45" + "9da708b1-6d99-4178-907f-d92e6b6b8ec4" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170329Z:526e5076-5cde-4845-99a1-045206a32e45" + "CENTRALUS:20161019T202256Z:9da708b1-6d99-4178-907f-d92e6b6b8ec4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -388,25 +395,26 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg13236/providers/Microsoft.DataLakeStore/accounts/testadlfs1939?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzIzNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTkzOT9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg18480/providers/Microsoft.DataLakeStore/accounts/testadlfs13814?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODQ4MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTM4MTQ/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e1a9a437-48c3-4862-ac0a-0265df73adc9" + "e91f92ba-afe5-4493-8455-e05aa887f083" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs1939' under resource group 'datalakerg13236' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs13814' under resource group 'datalakerg18480' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "165" + "166" ], "Content-Type": [ "application/json; charset=utf-8" @@ -418,7 +426,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:03:30 GMT" + "Wed, 19 Oct 2016 20:22:56 GMT" ], "Pragma": [ "no-cache" @@ -427,13 +435,13 @@ "gateway" ], "x-ms-request-id": [ - "bfa8dfd3-2121-4682-a89f-559c96e3bc01" + "417334f5-0893-47d9-b177-4593511b4e4f" ], "x-ms-correlation-request-id": [ - "bfa8dfd3-2121-4682-a89f-559c96e3bc01" + "417334f5-0893-47d9-b177-4593511b4e4f" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170330Z:bfa8dfd3-2121-4682-a89f-559c96e3bc01" + "CENTRALUS:20161019T202256Z:417334f5-0893-47d9-b177-4593511b4e4f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -442,16 +450,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg13236/providers/Microsoft.DataLakeStore/accounts/testadlfs1939?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzIzNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTkzOT9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg18480/providers/Microsoft.DataLakeStore/accounts/testadlfs13814?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODQ4MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTM4MTQ/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs1939.caboaccountdogfood.net\",\r\n \"accountId\": \"87e8f589-ad8a-415e-b9fc-d6a526c0d597\",\r\n \"creationTime\": \"2016-09-01T17:03:32.8828456Z\",\r\n \"lastModifiedTime\": \"2016-09-01T17:03:32.8828456Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg13236/providers/Microsoft.DataLakeStore/accounts/testadlfs1939\",\r\n \"name\": \"testadlfs1939\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs13814.azuredatalakestore.net\",\r\n \"accountId\": \"eb3aed7d-46e0-43b7-b0d1-d4de86e20977\",\r\n \"creationTime\": \"2016-10-19T20:22:58.7871389Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:22:58.7871389Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg18480/providers/Microsoft.DataLakeStore/accounts/testadlfs13814\",\r\n \"name\": \"testadlfs13814\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -466,7 +475,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 17:04:00 GMT" + "Wed, 19 Oct 2016 20:23:27 GMT" ], "Pragma": [ "no-cache" @@ -478,7 +487,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "24729ace-2c69-45cf-93bd-9eed1f6a3c59" + "735633d2-b237-45a5-bcb9-bc94911d9889" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -487,13 +499,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" + "14998" ], "x-ms-correlation-request-id": [ - "253fbd1a-59d8-444f-8b60-eb1c1489be21" + "cbd6f09b-3209-40fa-9fc2-e7d016a82fac" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170401Z:253fbd1a-59d8-444f-8b60-eb1c1489be21" + "CENTRALUS:20161019T202328Z:cbd6f09b-3209-40fa-9fc2-e7d016a82fac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -502,22 +514,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg13236/providers/Microsoft.DataLakeStore/accounts/testadlfs1939?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzIzNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTkzOT9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg18480/providers/Microsoft.DataLakeStore/accounts/testadlfs13814?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODQ4MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTM4MTQ/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e3f4b438-3483-4734-8796-e3d7cccd3929" + "bf072bab-1d78-44a3-bd07-af0f8b69f2c7" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs1939.caboaccountdogfood.net\",\r\n \"accountId\": \"87e8f589-ad8a-415e-b9fc-d6a526c0d597\",\r\n \"creationTime\": \"2016-09-01T17:03:32.8828456Z\",\r\n \"lastModifiedTime\": \"2016-09-01T17:03:32.8828456Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg13236/providers/Microsoft.DataLakeStore/accounts/testadlfs1939\",\r\n \"name\": \"testadlfs1939\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs13814.azuredatalakestore.net\",\r\n \"accountId\": \"eb3aed7d-46e0-43b7-b0d1-d4de86e20977\",\r\n \"creationTime\": \"2016-10-19T20:22:58.7871389Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:22:58.7871389Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg18480/providers/Microsoft.DataLakeStore/accounts/testadlfs13814\",\r\n \"name\": \"testadlfs13814\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -532,7 +545,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 17:04:01 GMT" + "Wed, 19 Oct 2016 20:23:29 GMT" ], "Pragma": [ "no-cache" @@ -544,7 +557,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "34a09ee1-1314-4e2d-8ed5-1b490f3b2ab8" + "7c34c38a-640e-40af-8a5f-ef1f8cdbe823" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -553,13 +569,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14852" + "14993" ], "x-ms-correlation-request-id": [ - "ec8ed62c-40ce-40ac-9615-078dc3e838c5" + "e2ba5eb2-83f6-4b79-a1e6-5eb88531a275" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170401Z:ec8ed62c-40ce-40ac-9615-078dc3e838c5" + "CENTRALUS:20161019T202329Z:e2ba5eb2-83f6-4b79-a1e6-5eb88531a275" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -568,31 +584,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg13236/providers/Microsoft.DataLakeStore/accounts/testadlfs1939?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzIzNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTkzOT9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg18480/providers/Microsoft.DataLakeStore/accounts/testadlfs13814?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODQ4MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTM4MTQ/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs1939\"\r\n}", + "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs13814\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "59" + "60" ], "x-ms-client-request-id": [ - "216d0a60-a574-4093-8ba0-8f47bcf0cd04" + "dc356588-ab4c-40db-b92f-2a9d6cbce30d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"87e8f589-ad8a-415e-b9fc-d6a526c0d597\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg13236/providers/Microsoft.DataLakeStore/accounts/testadlfs1939\",\r\n \"name\": \"testadlfs1939\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"eb3aed7d-46e0-43b7-b0d1-d4de86e20977\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg18480/providers/Microsoft.DataLakeStore/accounts/testadlfs13814\",\r\n \"name\": \"testadlfs13814\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ - "418" + "420" ], "Content-Type": [ "application/json" @@ -607,13 +624,13 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 17:03:30 GMT" + "Wed, 19 Oct 2016 20:22:57 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg13236/providers/Microsoft.DataLakeStore/accounts/testadlfs1939/operationresults/0?api-version=2015-10-01-preview" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg18480/providers/Microsoft.DataLakeStore/accounts/testadlfs13814/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -622,10 +639,13 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/87e8f589-ad8a-415e-b9fc-d6a526c0d5970?api-version=2015-10-01-preview&expanded=true" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/eb3aed7d-46e0-43b7-b0d1-d4de86e209770?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "15b34750-dde4-426c-86c9-1894dc9beaaa" + "6ca29d18-740c-4488-8691-918da9f4c640" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -634,13 +654,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1105" + "1199" ], "x-ms-correlation-request-id": [ - "8ab6dd39-e124-4baf-9594-3b1966e6e87b" + "c1e8c961-1f48-43ee-95fb-deb53b2c71f9" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170330Z:8ab6dd39-e124-4baf-9594-3b1966e6e87b" + "CENTRALUS:20161019T202257Z:c1e8c961-1f48-43ee-95fb-deb53b2c71f9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -649,13 +669,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/87e8f589-ad8a-415e-b9fc-d6a526c0d5970?api-version=2015-10-01-preview&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzg3ZThmNTg5LWFkOGEtNDE1ZS1iOWZjLWQ2YTUyNmMwZDU5NzA/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3JmV4cGFuZGVkPXRydWU=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/eb3aed7d-46e0-43b7-b0d1-d4de86e209770?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzL2ViM2FlZDdkLTQ2ZTAtNDNiNy1iMGQxLWQ0ZGU4NmUyMDk3NzA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -673,7 +694,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 17:04:00 GMT" + "Wed, 19 Oct 2016 20:23:27 GMT" ], "Pragma": [ "no-cache" @@ -685,7 +706,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "9b225d8d-2468-4720-a327-106bcb522b4a" + "e7dde31a-bd5a-4487-9721-19c1005f2738" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -694,13 +718,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14873" + "14996" ], "x-ms-correlation-request-id": [ - "88d85bb3-d131-465f-b94a-0879888bca4d" + "a72b28c0-6463-4148-a4c7-7521d8d8d09b" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170400Z:88d85bb3-d131-465f-b94a-0879888bca4d" + "CENTRALUS:20161019T202328Z:a72b28c0-6463-4148-a4c7-7521d8d8d09b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -709,22 +733,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/nonexistentfile?op=GETFILESTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvbm9uZXhpc3RlbnRmaWxlP29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/webhdfs/v1/nonexistentfile?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvbm9uZXhpc3RlbnRmaWxlP29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2574f604-5cae-4c44-af84-3d2f2024c7ef" + "a15c5923-624a-458d-8298-951339b1e7b3" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileNotFoundException\",\r\n \"message\": \"File/Folder does not exist: /nonexistentfile [7f55b144-8ec9-47be-9652-02d20a2967df][2016-09-01T10:04:02.9951011-07:00]\",\r\n \"javaClassName\": \"java.io.FileNotFoundException\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileNotFoundException\",\r\n \"message\": \"File/Folder does not exist: /nonexistentfile [78ca7098-ffd2-46ba-9862-a3a664fbaf75][2016-10-19T13:23:31.3470788-07:00]\",\r\n \"javaClassName\": \"java.io.FileNotFoundException\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "236" @@ -736,19 +761,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 17:04:02 GMT" + "Wed, 19 Oct 2016 20:23:30 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "7f55b144-8ec9-47be-9652-02d20a2967df" - ], - "Server-Perf": [ - "[7f55b144-8ec9-47be-9652-02d20a2967df][ AuthTime::1344.67410257759::PostAuthTime::343.86704149885 ][S-HdfsGetFileStatusV2 :: 00:00:130 ms]%0a[GETFILESTATUS :: 00:00:131 ms]%0a" + "78ca7098-ffd2-46ba-9862-a3a664fbaf75" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -766,25 +788,26 @@ "StatusCode": 404 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt7170?op=CREATE&write=true&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3MTcwP29wPUNSRUFURSZ3cml0ZT10cnVlJmFwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt4117?op=CREATE&write=true&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ0MTE3P29wPUNSRUFURSZ3cml0ZT10cnVlJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "Content-Type": [ "application/octet-stream" ], - "x-ms-client-request-id": [ - "947e4016-7f62-4217-b3be-512407f80214" + "Content-Length": [ + "0" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-client-request-id": [ + "1a9f163a-c115-47a3-b72b-0c909e925eca" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, "ResponseBody": "", @@ -796,26 +819,23 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 17:04:02 GMT" + "Wed, 19 Oct 2016 20:23:31 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://testadlfs1939.caboaccountdogfood.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt7170?op=CREATE&write=true&api-version=2015-10-01-preview" + "https://testadlfs13814.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt4117?op=CREATE&write=true&api-version=2016-11-01" ], "x-ms-request-id": [ - "d951487b-04b4-464b-b444-9581319d9346" + "de2e5acc-b864-4230-b58e-00731fb7e4e4" ], "ContentLength": [ "0" ], - "Server-Perf": [ - "[d951487b-04b4-464b-b444-9581319d9346][ AuthTime::1263.83968610585::PostAuthTime::301.525204299364 ][S-HdfsGetFileStatusV2 :: 00:00:034 ms]%0a[S-FsOpenStream :: 00:00:170 ms]%0a[BufferingTime :: 00:00:001 ms]%0a[WriteTime :: 00:00:000 ms]%0a[S-FsAppendStream :: 00:00:015 ms]%0a[S-FsCloseHandle :: 00:00:001 ms]%0a[CREATE :: 00:00:224 ms]%0a" - ], "x-ms-webhdfs-version": [ "16.07.18.01" ], @@ -832,22 +852,23 @@ "StatusCode": 201 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt7170?op=GETFILESTATUS&api-version=2015-10-01-preview", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3MTcwP29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt4117?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ0MTE3P29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "135500d3-239b-47d7-acc4-d43b5c5a653e" + "91ca3a6c-33c2-40c5-870d-fac6ce12f24d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1472749443160,\r\n \"modificationTime\": 1472749443160,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\",\r\n \"group\": \"6c239a52-63a0-4219-bcdc-c1ce354f95d4\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1476908611497,\r\n \"modificationTime\": 1476908611497,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"2e6c02d2-a364-4530-9137-d17403996cbf\",\r\n \"group\": \"2e6c02d2-a364-4530-9137-d17403996cbf\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "268" @@ -859,19 +880,16 @@ "-1" ], "Cache-Control": [ - "no-cache" + "no-store, no-cache, max-age=0" ], "Date": [ - "Thu, 01 Sep 2016 17:04:03 GMT" + "Wed, 19 Oct 2016 20:23:31 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "abd3c774-65e5-4890-ab2e-c4963c378070" - ], - "Server-Perf": [ - "[abd3c774-65e5-4890-ab2e-c4963c378070][ AuthTime::0::PostAuthTime::0 ][S-HdfsGetFileStatusV2 :: 00:00:090 ms]%0a[GETFILESTATUS :: 00:00:091 ms]%0a" + "d2a82fd6-7ce6-4dfd-b06f-3ebd4b88c6dc" ], "x-ms-webhdfs-version": [ "16.07.18.01" @@ -891,15 +909,15 @@ ], "Names": { ".ctor": [ - "datalakerg13236", - "testdatalake17475", - "testadlfs1939" + "datalakerg18480", + "testdatalake11449", + "testadlfs13814" ], "CreateFile": [ - "SDKTestFolder01/SDKTestFile01.txt7170" + "SDKTestFolder01/SDKTestFile01.txt4117" ] }, "Variables": { - "SubscriptionId": "90585f39-ab85-4921-bb37-0468f7efd1dd" + "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" } } \ No newline at end of file diff --git a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemValidateDefaultTimeout.json b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemValidateDefaultTimeout.json index c45a183a4c40d..4179e0230d8fa 100644 --- a/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemValidateDefaultTimeout.json +++ b/src/ResourceManagement/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemValidateDefaultTimeout.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7d4ce4a4-bb22-443d-b6c0-3bf5251d30c6" + "734f1533-e0f2-4728-9cf6-e5c3772cb17c" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:04:05 GMT" + "Wed, 19 Oct 2016 20:23:33 GMT" ], "Pragma": [ "no-cache" @@ -37,16 +38,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1096" + "1198" ], "x-ms-request-id": [ - "09a5d814-67f4-4679-9e52-5c201c44aed5" + "a6d8f12d-e283-434a-b3bc-69832f7f0700" ], "x-ms-correlation-request-id": [ - "09a5d814-67f4-4679-9e52-5c201c44aed5" + "a6d8f12d-e283-434a-b3bc-69832f7f0700" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170405Z:09a5d814-67f4-4679-9e52-5c201c44aed5" + "CENTRALUS:20161019T202334Z:a6d8f12d-e283-434a-b3bc-69832f7f0700" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -55,22 +56,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2e12a478-5e8e-40bb-a266-0bc5c34303b9" + "b7d6809f-5175-4e47-99ff-a51792660854" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"41c47f4b-8b45-4522-a73a-d20b16f0f1ec\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -82,7 +84,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:04:05 GMT" + "Wed, 19 Oct 2016 20:23:33 GMT" ], "Pragma": [ "no-cache" @@ -91,16 +93,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14882" + "14997" ], "x-ms-request-id": [ - "8826869c-58d7-40eb-a15d-91d76c7aad99" + "6f9a19a7-e7e0-4406-84c2-4a9816d8f3ac" ], "x-ms-correlation-request-id": [ - "8826869c-58d7-40eb-a15d-91d76c7aad99" + "6f9a19a7-e7e0-4406-84c2-4a9816d8f3ac" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170405Z:8826869c-58d7-40eb-a15d-91d76c7aad99" + "CENTRALUS:20161019T202334Z:6f9a19a7-e7e0-4406-84c2-4a9816d8f3ac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -109,22 +111,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3e5fa27d-bc6a-4cda-9862-2f4399d4a671" + "0ffd4d47-f4a1-4d96-ae1b-d6f3d755958c" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -136,7 +139,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:04:05 GMT" + "Wed, 19 Oct 2016 20:23:34 GMT" ], "Pragma": [ "no-cache" @@ -145,16 +148,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1095" + "1197" ], "x-ms-request-id": [ - "99bf13f3-453f-492a-b605-f2208db9379e" + "0b504f24-cec4-44a2-a0f0-f4f88af13922" ], "x-ms-correlation-request-id": [ - "99bf13f3-453f-492a-b605-f2208db9379e" + "0b504f24-cec4-44a2-a0f0-f4f88af13922" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170405Z:99bf13f3-453f-492a-b605-f2208db9379e" + "CENTRALUS:20161019T202334Z:0b504f24-cec4-44a2-a0f0-f4f88af13922" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -163,22 +166,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f861664f-5ea6-4bd6-839f-27800abdcb43" + "a391eeae-a004-400d-bcd8-74ed10436abd" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"cd0cad5c-ac96-4c4c-99cd-cfafc285ba36\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/customKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listReadOnlyKeys\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/generateSasCredentials\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\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/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\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 \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -190,7 +194,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:04:05 GMT" + "Wed, 19 Oct 2016 20:23:34 GMT" ], "Pragma": [ "no-cache" @@ -199,16 +203,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14881" + "14996" ], "x-ms-request-id": [ - "5985946d-438d-4fdb-b739-aa9da9cbfaef" + "2b39e140-57f2-43a3-a502-641194adef42" ], "x-ms-correlation-request-id": [ - "5985946d-438d-4fdb-b739-aa9da9cbfaef" + "2b39e140-57f2-43a3-a502-641194adef42" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170405Z:5985946d-438d-4fdb-b739-aa9da9cbfaef" + "CENTRALUS:20161019T202334Z:2b39e140-57f2-43a3-a502-641194adef42" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -217,22 +221,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg11548?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMTU0OD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg13354?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMzM1ND9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a4c35bf9-421e-4036-baf5-a7f563aa437c" + "9c5c686b-80f9-4ccf-97dc-e28f15b8ec6b" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg11548' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg13354' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "107" @@ -247,7 +252,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:04:05 GMT" + "Wed, 19 Oct 2016 20:23:34 GMT" ], "Pragma": [ "no-cache" @@ -256,16 +261,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" + "14995" ], "x-ms-request-id": [ - "a468ebf8-d447-4284-bfdc-5f915b1b17fe" + "f7bc362a-fc0a-4548-b77e-287d9a74b216" ], "x-ms-correlation-request-id": [ - "a468ebf8-d447-4284-bfdc-5f915b1b17fe" + "f7bc362a-fc0a-4548-b77e-287d9a74b216" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170406Z:a468ebf8-d447-4284-bfdc-5f915b1b17fe" + "CENTRALUS:20161019T202334Z:f7bc362a-fc0a-4548-b77e-287d9a74b216" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -274,22 +279,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg11548?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMTU0OD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg13354?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMzM1ND9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "169e3eca-6388-40d4-8e68-647eb02bc630" + "dec94182-8c08-4c27-99a1-b1f1465bb60d" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg11548\",\r\n \"name\": \"datalakerg11548\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13354\",\r\n \"name\": \"datalakerg13354\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -301,7 +307,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:04:05 GMT" + "Wed, 19 Oct 2016 20:23:35 GMT" ], "Pragma": [ "no-cache" @@ -310,16 +316,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" + "14994" ], "x-ms-request-id": [ - "31a2f8ef-d041-470e-a1af-b5c73b41364c" + "ee78a75c-7c7c-4910-b8b2-4a66270ccfbe" ], "x-ms-correlation-request-id": [ - "31a2f8ef-d041-470e-a1af-b5c73b41364c" + "ee78a75c-7c7c-4910-b8b2-4a66270ccfbe" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170406Z:31a2f8ef-d041-470e-a1af-b5c73b41364c" + "CENTRALUS:20161019T202336Z:ee78a75c-7c7c-4910-b8b2-4a66270ccfbe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -328,8 +334,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg11548?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMTU0OD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg13354?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMzM1ND9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -340,16 +346,17 @@ "31" ], "x-ms-client-request-id": [ - "a560b4b6-d7d9-44ea-9ef1-9aa379771fea" + "dff2007a-4d1d-4b62-b0cb-1c34be3358a7" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.24410.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg11548\",\r\n \"name\": \"datalakerg11548\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13354\",\r\n \"name\": \"datalakerg13354\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "184" @@ -364,22 +371,22 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:04:05 GMT" + "Wed, 19 Oct 2016 20:23:35 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1094" + "1196" ], "x-ms-request-id": [ - "ef26ca01-3ba0-4e6a-a794-a5dae17a93ad" + "8f75df45-ef33-47a8-989c-88acaa35c5b4" ], "x-ms-correlation-request-id": [ - "ef26ca01-3ba0-4e6a-a794-a5dae17a93ad" + "8f75df45-ef33-47a8-989c-88acaa35c5b4" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170406Z:ef26ca01-3ba0-4e6a-a794-a5dae17a93ad" + "CENTRALUS:20161019T202335Z:8f75df45-ef33-47a8-989c-88acaa35c5b4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -388,22 +395,23 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg11548/providers/Microsoft.DataLakeStore/accounts/testadlfs11217?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTU0OC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTEyMTc/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13354/providers/Microsoft.DataLakeStore/accounts/testadlfs18914?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzM1NC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTg5MTQ/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bc36f745-088a-4b1e-b647-247885f27181" + "5a14f165-cd62-4b00-bbb1-a70579d4c75e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs11217' under resource group 'datalakerg11548' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs18914' under resource group 'datalakerg13354' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "166" @@ -418,7 +426,7 @@ "no-cache" ], "Date": [ - "Thu, 01 Sep 2016 17:04:06 GMT" + "Wed, 19 Oct 2016 20:23:36 GMT" ], "Pragma": [ "no-cache" @@ -427,13 +435,13 @@ "gateway" ], "x-ms-request-id": [ - "1c726c89-4031-4ff8-9361-2dd191ac5242" + "9fe7e38f-eac1-49fc-a047-696ad630d7fa" ], "x-ms-correlation-request-id": [ - "1c726c89-4031-4ff8-9361-2dd191ac5242" + "9fe7e38f-eac1-49fc-a047-696ad630d7fa" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170406Z:1c726c89-4031-4ff8-9361-2dd191ac5242" + "CENTRALUS:20161019T202336Z:9fe7e38f-eac1-49fc-a047-696ad630d7fa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -442,16 +450,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg11548/providers/Microsoft.DataLakeStore/accounts/testadlfs11217?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTU0OC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTEyMTc/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13354/providers/Microsoft.DataLakeStore/accounts/testadlfs18914?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzM1NC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTg5MTQ/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs11217.caboaccountdogfood.net\",\r\n \"accountId\": \"cb788f10-7001-46c8-809b-7df9d911a303\",\r\n \"creationTime\": \"2016-09-01T17:04:11.9430463Z\",\r\n \"lastModifiedTime\": \"2016-09-01T17:04:11.9430463Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg11548/providers/Microsoft.DataLakeStore/accounts/testadlfs11217\",\r\n \"name\": \"testadlfs11217\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs18914.azuredatalakestore.net\",\r\n \"accountId\": \"74fbe7a3-8fd8-49ba-bc66-b0c2d8bdabe9\",\r\n \"creationTime\": \"2016-10-19T20:23:36.9167596Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:23:36.9167596Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13354/providers/Microsoft.DataLakeStore/accounts/testadlfs18914\",\r\n \"name\": \"testadlfs18914\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -466,7 +475,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 17:05:07 GMT" + "Wed, 19 Oct 2016 20:24:07 GMT" ], "Pragma": [ "no-cache" @@ -478,7 +487,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "b9924389-bb22-4fd8-9d39-7b4792b64a99" + "5dff96b0-bfac-47b7-bd03-bd1d21f28716" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -487,13 +499,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" + "14995" ], "x-ms-correlation-request-id": [ - "64138cc3-2a68-4321-aa84-7ac95acacd35" + "ce2d2395-1abf-4be9-83ae-a06a3856de68" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170508Z:64138cc3-2a68-4321-aa84-7ac95acacd35" + "CENTRALUS:20161019T202408Z:ce2d2395-1abf-4be9-83ae-a06a3856de68" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -502,22 +514,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg11548/providers/Microsoft.DataLakeStore/accounts/testadlfs11217?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTU0OC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTEyMTc/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13354/providers/Microsoft.DataLakeStore/accounts/testadlfs18914?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzM1NC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTg5MTQ/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e02a5ba8-0310-4111-88d0-eb7f4e208df1" + "7e0a5a0a-9ae6-4f97-bb26-62783bc27f04" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs11217.caboaccountdogfood.net\",\r\n \"accountId\": \"cb788f10-7001-46c8-809b-7df9d911a303\",\r\n \"creationTime\": \"2016-09-01T17:04:11.9430463Z\",\r\n \"lastModifiedTime\": \"2016-09-01T17:04:11.9430463Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg11548/providers/Microsoft.DataLakeStore/accounts/testadlfs11217\",\r\n \"name\": \"testadlfs11217\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionConfig\": {},\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs18914.azuredatalakestore.net\",\r\n \"accountId\": \"74fbe7a3-8fd8-49ba-bc66-b0c2d8bdabe9\",\r\n \"creationTime\": \"2016-10-19T20:23:36.9167596Z\",\r\n \"lastModifiedTime\": \"2016-10-19T20:23:36.9167596Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13354/providers/Microsoft.DataLakeStore/accounts/testadlfs18914\",\r\n \"name\": \"testadlfs18914\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -532,7 +545,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 17:05:08 GMT" + "Wed, 19 Oct 2016 20:24:08 GMT" ], "Pragma": [ "no-cache" @@ -544,7 +557,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "f671f8e1-1ebd-49b5-a5a4-9b5609c586ef" + "12095e24-c19f-4e71-94cb-a0c8d5d9d40b" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -553,13 +569,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14853" + "14998" ], "x-ms-correlation-request-id": [ - "dc99fb42-6e14-4935-99d1-bde38b7527f4" + "abfc130d-d927-4e1f-a94d-69ffefbbffb4" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170508Z:dc99fb42-6e14-4935-99d1-bde38b7527f4" + "CENTRALUS:20161019T202408Z:abfc130d-d927-4e1f-a94d-69ffefbbffb4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -568,10 +584,10 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg11548/providers/Microsoft.DataLakeStore/accounts/testadlfs11217?api-version=2015-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTU0OC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTEyMTc/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13354/providers/Microsoft.DataLakeStore/accounts/testadlfs18914?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzM1NC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTg5MTQ/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs11217\"\r\n}", + "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"name\": \"testadlfs18914\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -580,16 +596,17 @@ "60" ], "x-ms-client-request-id": [ - "1fbd65c9-3037-4dae-a404-b948b94d9a8d" + "6be325a1-ec76-49a6-86c3-b4e154396103" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"cb788f10-7001-46c8-809b-7df9d911a303\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourceGroups/datalakerg11548/providers/Microsoft.DataLakeStore/accounts/testadlfs11217\",\r\n \"name\": \"testadlfs11217\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"74fbe7a3-8fd8-49ba-bc66-b0c2d8bdabe9\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13354/providers/Microsoft.DataLakeStore/accounts/testadlfs18914\",\r\n \"name\": \"testadlfs18914\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ "420" @@ -607,13 +624,13 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 17:04:06 GMT" + "Wed, 19 Oct 2016 20:23:37 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/resourcegroups/datalakerg11548/providers/Microsoft.DataLakeStore/accounts/testadlfs11217/operationresults/0?api-version=2015-10-01-preview" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg13354/providers/Microsoft.DataLakeStore/accounts/testadlfs18914/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -622,10 +639,13 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/cb788f10-7001-46c8-809b-7df9d911a3030?api-version=2015-10-01-preview&expanded=true" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/74fbe7a3-8fd8-49ba-bc66-b0c2d8bdabe90?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "06924316-4068-48cb-8bb4-6cf6d0a28d6f" + "a9df2329-d58b-4608-9f08-9070e6f5b83a" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -634,13 +654,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1099" + "1194" ], "x-ms-correlation-request-id": [ - "e2f52115-72cc-4559-a724-8f538fcf3b87" + "2dd1768a-0b31-49e9-a3d9-032f32d6b7f4" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170407Z:e2f52115-72cc-4559-a724-8f538fcf3b87" + "CENTRALUS:20161019T202337Z:2dd1768a-0b31-49e9-a3d9-032f32d6b7f4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -649,73 +669,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/cb788f10-7001-46c8-809b-7df9d911a3030?api-version=2015-10-01-preview&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzL2NiNzg4ZjEwLTcwMDEtNDZjOC04MDliLTdkZjlkOTExYTMwMzA/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3JmV4cGFuZGVkPXRydWU=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/74fbe7a3-8fd8-49ba-bc66-b0c2d8bdabe90?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzc0ZmJlN2EzLThmZDgtNDliYS1iYzY2LWIwYzJkOGJkYWJlOTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Connection": [ - "close" - ], - "Date": [ - "Thu, 01 Sep 2016 17:04:37 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "6d233c68-b41c-424d-9e8a-fe0de9624e58" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14871" - ], - "x-ms-correlation-request-id": [ - "31b5b46d-a652-4a1f-bb2f-cbeded5126f0" - ], - "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170437Z:31b5b46d-a652-4a1f-bb2f-cbeded5126f0" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/90585f39-ab85-4921-bb37-0468f7efd1dd/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/cb788f10-7001-46c8-809b-7df9d911a3030?api-version=2015-10-01-preview&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTA1ODVmMzktYWI4NS00OTIxLWJiMzctMDQ2OGY3ZWZkMWRkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzL2NiNzg4ZjEwLTcwMDEtNDZjOC04MDliLTdkZjlkOTExYTMwMzA/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3JmV4cGFuZGVkPXRydWU=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.5-preview" + "FxVersion/4.6.24410.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/0.12.6-preview" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -733,7 +694,7 @@ "close" ], "Date": [ - "Thu, 01 Sep 2016 17:05:07 GMT" + "Wed, 19 Oct 2016 20:24:06 GMT" ], "Pragma": [ "no-cache" @@ -745,7 +706,10 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "3ea0466c-aadf-4fb9-8219-2a5216e6ee26" + "ed68b5a9-a9b9-4c8e-ab8d-52936a14d53e" + ], + "X-Content-Type-Options": [ + "nosniff" ], "X-AspNet-Version": [ "4.0.30319" @@ -754,13 +718,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14883" + "14998" ], "x-ms-correlation-request-id": [ - "56acfa0d-a08b-417e-be45-11bbfb99d22a" + "41c97f8d-f705-42f7-9584-3f9fdeb4a373" ], "x-ms-routing-request-id": [ - "CENTRALUS:20160901T170507Z:56acfa0d-a08b-417e-be45-11bbfb99d22a" + "CENTRALUS:20161019T202407Z:41c97f8d-f705-42f7-9584-3f9fdeb4a373" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -771,12 +735,12 @@ ], "Names": { ".ctor": [ - "datalakerg11548", - "testdatalake11006", - "testadlfs11217" + "datalakerg13354", + "testdatalake14299", + "testadlfs18914" ] }, "Variables": { - "SubscriptionId": "90585f39-ab85-4921-bb37-0468f7efd1dd" + "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" } } \ No newline at end of file diff --git a/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Customizations/DataLakeStoreCustomizationHelper.cs b/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Customizations/DataLakeStoreCustomizationHelper.cs index 815e0d920e4bc..956df3868c38b 100644 --- a/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Customizations/DataLakeStoreCustomizationHelper.cs +++ b/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Customizations/DataLakeStoreCustomizationHelper.cs @@ -18,7 +18,7 @@ internal static class DataLakeStoreCustomizationHelper /// This constant is used as the default package version to place in the user agent. /// It should mirror the package version in the project.json file. /// - internal const string PackageVersion = "0.12.6-preview"; + internal const string PackageVersion = "0.12.8-preview"; internal const string DefaultAdlsFileSystemDnsSuffix = "azuredatalakestore.net"; diff --git a/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Generated/AccountOperations.cs b/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Generated/AccountOperations.cs index 7e636e7577e10..85faa9f11f820 100644 --- a/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Generated/AccountOperations.cs +++ b/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Generated/AccountOperations.cs @@ -838,6 +838,793 @@ internal AccountOperations(DataLakeStoreAccountManagementClient client) return _result; } + /// + /// Creates or updates the specified trusted identity provider + /// + /// + /// The name of the Azure resource group that contains the Data Lake Store + /// account. + /// + /// + /// The name of the Data Lake Store account to which to add the trusted + /// identity provider. + /// + /// + /// The name of the trusted identity provider. This is used for + /// differentiation of providers in the account. + /// + /// + /// Parameters supplied to create the create the trusted identity provider. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task> CreateOrUpdateTrustedIdProviderWithHttpMessagesAsync(string resourceGroupName, string accountName, string trustedIdProviderName, TrustedIdProvider parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (accountName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "accountName"); + } + if (trustedIdProviderName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "trustedIdProviderName"); + } + if (parameters == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); + } + if (this.Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (this.Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("accountName", accountName); + tracingParameters.Add("trustedIdProviderName", trustedIdProviderName); + tracingParameters.Add("parameters", parameters); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdateTrustedIdProvider", tracingParameters); + } + // Construct URL + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new Uri(new Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeStore/accounts/{accountName}/trustedIdProviders/{trustedIdProviderName}").ToString(); + _url = _url.Replace("{resourceGroupName}", Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{accountName}", Uri.EscapeDataString(accountName)); + _url = _url.Replace("{trustedIdProviderName}", Uri.EscapeDataString(trustedIdProviderName)); + _url = _url.Replace("{subscriptionId}", Uri.EscapeDataString(this.Client.SubscriptionId)); + List _queryParameters = new List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += "?" + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + HttpRequestMessage _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("PUT"); + _httpRequest.RequestUri = new Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + if(parameters != null) + { + _requestContent = SafeJsonConvert.SerializeObject(parameters, this.Client.SerializationSettings); + _httpRequest.Content = new StringContent(_requestContent, Encoding.UTF8); + _httpRequest.Content.Headers.ContentType = MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + } + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Deletes the specified trusted identity provider from the specified Data + /// Lake Store account + /// + /// + /// The name of the Azure resource group that contains the Data Lake Store + /// account. + /// + /// + /// The name of the Data Lake Store account from which to delete the trusted + /// identity provider. + /// + /// + /// The name of the trusted identity provider to delete. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task DeleteTrustedIdProviderWithHttpMessagesAsync(string resourceGroupName, string accountName, string trustedIdProviderName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (accountName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "accountName"); + } + if (trustedIdProviderName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "trustedIdProviderName"); + } + if (this.Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (this.Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("accountName", accountName); + tracingParameters.Add("trustedIdProviderName", trustedIdProviderName); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "DeleteTrustedIdProvider", tracingParameters); + } + // Construct URL + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new Uri(new Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeStore/accounts/{accountName}/trustedIdProviders/{trustedIdProviderName}").ToString(); + _url = _url.Replace("{resourceGroupName}", Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{accountName}", Uri.EscapeDataString(accountName)); + _url = _url.Replace("{trustedIdProviderName}", Uri.EscapeDataString(trustedIdProviderName)); + _url = _url.Replace("{subscriptionId}", Uri.EscapeDataString(this.Client.SubscriptionId)); + List _queryParameters = new List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += "?" + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + HttpRequestMessage _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("DELETE"); + _httpRequest.RequestUri = new Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200 && (int)_statusCode != 204) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + if (_httpResponse.Content != null) { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + } + else { + _responseContent = string.Empty; + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Gets the specified Data Lake Store trusted identity provider. + /// + /// + /// The name of the Azure resource group that contains the Data Lake Store + /// account. + /// + /// + /// The name of the Data Lake Store account from which to get the trusted + /// identity provider. + /// + /// + /// The name of the trusted identity provider to retrieve. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task> GetTrustedIdProviderWithHttpMessagesAsync(string resourceGroupName, string accountName, string trustedIdProviderName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (accountName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "accountName"); + } + if (trustedIdProviderName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "trustedIdProviderName"); + } + if (this.Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (this.Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("accountName", accountName); + tracingParameters.Add("trustedIdProviderName", trustedIdProviderName); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "GetTrustedIdProvider", tracingParameters); + } + // Construct URL + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new Uri(new Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeStore/accounts/{accountName}/trustedIdProviders/{trustedIdProviderName}").ToString(); + _url = _url.Replace("{resourceGroupName}", Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{accountName}", Uri.EscapeDataString(accountName)); + _url = _url.Replace("{trustedIdProviderName}", Uri.EscapeDataString(trustedIdProviderName)); + _url = _url.Replace("{subscriptionId}", Uri.EscapeDataString(this.Client.SubscriptionId)); + List _queryParameters = new List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += "?" + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + HttpRequestMessage _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Lists the Data Lake Store trusted identity providers within the specified + /// Data Lake Store account. + /// + /// + /// The name of the Azure resource group that contains the Data Lake Store + /// account. + /// + /// + /// The name of the Data Lake Store account from which to get the trusted + /// identity providers. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task>> ListTrustedIdProvidersWithHttpMessagesAsync(string resourceGroupName, string accountName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (accountName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "accountName"); + } + if (this.Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (this.Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("accountName", accountName); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "ListTrustedIdProviders", tracingParameters); + } + // Construct URL + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new Uri(new Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeStore/accounts/{accountName}/trustedIdProviders").ToString(); + _url = _url.Replace("{resourceGroupName}", Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{accountName}", Uri.EscapeDataString(accountName)); + _url = _url.Replace("{subscriptionId}", Uri.EscapeDataString(this.Client.SubscriptionId)); + List _queryParameters = new List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += "?" + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + HttpRequestMessage _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = SafeJsonConvert.DeserializeObject>(_responseContent, this.Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + /// /// Creates the specified Data Lake Store account. /// @@ -2517,6 +3304,175 @@ internal AccountOperations(DataLakeStoreAccountManagementClient client) return _result; } + /// + /// Lists the Data Lake Store trusted identity providers within the specified + /// Data Lake Store account. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task>> ListTrustedIdProvidersNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (nextPageLink == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "nextPageLink"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("nextPageLink", nextPageLink); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "ListTrustedIdProvidersNext", tracingParameters); + } + // Construct URL + string _url = "{nextLink}"; + _url = _url.Replace("{nextLink}", nextPageLink); + List _queryParameters = new List(); + if (_queryParameters.Count > 0) + { + _url += "?" + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + HttpRequestMessage _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = SafeJsonConvert.DeserializeObject>(_responseContent, this.Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + /// /// Lists the Data Lake Store accounts within a specific resource group. The /// response includes a link to the next page of results, if any. diff --git a/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Generated/AccountOperationsExtensions.cs b/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Generated/AccountOperationsExtensions.cs index 47eddc598795f..b3f54565b28d8 100644 --- a/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Generated/AccountOperationsExtensions.cs +++ b/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Generated/AccountOperationsExtensions.cs @@ -222,6 +222,209 @@ public static FirewallRule CreateOrUpdateFirewallRule(this IAccountOperations op } } + /// + /// Creates or updates the specified trusted identity provider + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the Azure resource group that contains the Data Lake Store + /// account. + /// + /// + /// The name of the Data Lake Store account to which to add the trusted + /// identity provider. + /// + /// + /// The name of the trusted identity provider. This is used for + /// differentiation of providers in the account. + /// + /// + /// Parameters supplied to create the create the trusted identity provider. + /// + public static TrustedIdProvider CreateOrUpdateTrustedIdProvider(this IAccountOperations operations, string resourceGroupName, string accountName, string trustedIdProviderName, TrustedIdProvider parameters) + { + return Task.Factory.StartNew(s => ((IAccountOperations)s).CreateOrUpdateTrustedIdProviderAsync(resourceGroupName, accountName, trustedIdProviderName, parameters), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult(); + } + + /// + /// Creates or updates the specified trusted identity provider + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the Azure resource group that contains the Data Lake Store + /// account. + /// + /// + /// The name of the Data Lake Store account to which to add the trusted + /// identity provider. + /// + /// + /// The name of the trusted identity provider. This is used for + /// differentiation of providers in the account. + /// + /// + /// Parameters supplied to create the create the trusted identity provider. + /// + /// + /// The cancellation token. + /// + public static async Task CreateOrUpdateTrustedIdProviderAsync(this IAccountOperations operations, string resourceGroupName, string accountName, string trustedIdProviderName, TrustedIdProvider parameters, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.CreateOrUpdateTrustedIdProviderWithHttpMessagesAsync(resourceGroupName, accountName, trustedIdProviderName, parameters, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Deletes the specified trusted identity provider from the specified Data + /// Lake Store account + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the Azure resource group that contains the Data Lake Store + /// account. + /// + /// + /// The name of the Data Lake Store account from which to delete the trusted + /// identity provider. + /// + /// + /// The name of the trusted identity provider to delete. + /// + public static void DeleteTrustedIdProvider(this IAccountOperations operations, string resourceGroupName, string accountName, string trustedIdProviderName) + { + Task.Factory.StartNew(s => ((IAccountOperations)s).DeleteTrustedIdProviderAsync(resourceGroupName, accountName, trustedIdProviderName), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult(); + } + + /// + /// Deletes the specified trusted identity provider from the specified Data + /// Lake Store account + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the Azure resource group that contains the Data Lake Store + /// account. + /// + /// + /// The name of the Data Lake Store account from which to delete the trusted + /// identity provider. + /// + /// + /// The name of the trusted identity provider to delete. + /// + /// + /// The cancellation token. + /// + public static async Task DeleteTrustedIdProviderAsync(this IAccountOperations operations, string resourceGroupName, string accountName, string trustedIdProviderName, CancellationToken cancellationToken = default(CancellationToken)) + { + await operations.DeleteTrustedIdProviderWithHttpMessagesAsync(resourceGroupName, accountName, trustedIdProviderName, null, cancellationToken).ConfigureAwait(false); + } + + /// + /// Gets the specified Data Lake Store trusted identity provider. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the Azure resource group that contains the Data Lake Store + /// account. + /// + /// + /// The name of the Data Lake Store account from which to get the trusted + /// identity provider. + /// + /// + /// The name of the trusted identity provider to retrieve. + /// + public static TrustedIdProvider GetTrustedIdProvider(this IAccountOperations operations, string resourceGroupName, string accountName, string trustedIdProviderName) + { + return Task.Factory.StartNew(s => ((IAccountOperations)s).GetTrustedIdProviderAsync(resourceGroupName, accountName, trustedIdProviderName), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult(); + } + + /// + /// Gets the specified Data Lake Store trusted identity provider. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the Azure resource group that contains the Data Lake Store + /// account. + /// + /// + /// The name of the Data Lake Store account from which to get the trusted + /// identity provider. + /// + /// + /// The name of the trusted identity provider to retrieve. + /// + /// + /// The cancellation token. + /// + public static async Task GetTrustedIdProviderAsync(this IAccountOperations operations, string resourceGroupName, string accountName, string trustedIdProviderName, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.GetTrustedIdProviderWithHttpMessagesAsync(resourceGroupName, accountName, trustedIdProviderName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Lists the Data Lake Store trusted identity providers within the specified + /// Data Lake Store account. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the Azure resource group that contains the Data Lake Store + /// account. + /// + /// + /// The name of the Data Lake Store account from which to get the trusted + /// identity providers. + /// + public static IPage ListTrustedIdProviders(this IAccountOperations operations, string resourceGroupName, string accountName) + { + return Task.Factory.StartNew(s => ((IAccountOperations)s).ListTrustedIdProvidersAsync(resourceGroupName, accountName), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult(); + } + + /// + /// Lists the Data Lake Store trusted identity providers within the specified + /// Data Lake Store account. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the Azure resource group that contains the Data Lake Store + /// account. + /// + /// + /// The name of the Data Lake Store account from which to get the trusted + /// identity providers. + /// + /// + /// The cancellation token. + /// + public static async Task> ListTrustedIdProvidersAsync(this IAccountOperations operations, string resourceGroupName, string accountName, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListTrustedIdProvidersWithHttpMessagesAsync(resourceGroupName, accountName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// /// Creates the specified Data Lake Store account. /// @@ -769,6 +972,42 @@ public static IPage ListFirewallRulesNext(this IAccountOperations } } + /// + /// Lists the Data Lake Store trusted identity providers within the specified + /// Data Lake Store account. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + public static IPage ListTrustedIdProvidersNext(this IAccountOperations operations, string nextPageLink) + { + return Task.Factory.StartNew(s => ((IAccountOperations)s).ListTrustedIdProvidersNextAsync(nextPageLink), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult(); + } + + /// + /// Lists the Data Lake Store trusted identity providers within the specified + /// Data Lake Store account. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The cancellation token. + /// + public static async Task> ListTrustedIdProvidersNextAsync(this IAccountOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListTrustedIdProvidersNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// /// Lists the Data Lake Store accounts within a specific resource group. The /// response includes a link to the next page of results, if any. diff --git a/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Generated/DataLakeStoreAccountManagementClient.cs b/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Generated/DataLakeStoreAccountManagementClient.cs index 09592d727700e..7f0a7fdc17152 100644 --- a/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Generated/DataLakeStoreAccountManagementClient.cs +++ b/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Generated/DataLakeStoreAccountManagementClient.cs @@ -287,7 +287,7 @@ private void Initialize() { this.Account = new AccountOperations(this); this.BaseUri = new Uri("https://management.azure.com"); - this.ApiVersion = "2015-10-01-preview"; + this.ApiVersion = "2016-11-01"; this.AcceptLanguage = "en-US"; this.LongRunningOperationRetryTimeout = 30; this.GenerateClientRequestId = true; diff --git a/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Generated/DataLakeStoreFileSystemManagementClient.cs b/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Generated/DataLakeStoreFileSystemManagementClient.cs index 22b97938fee8b..9b9e0d53f9264 100644 --- a/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Generated/DataLakeStoreFileSystemManagementClient.cs +++ b/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Generated/DataLakeStoreFileSystemManagementClient.cs @@ -171,7 +171,7 @@ private void Initialize() { this.FileSystem = new FileSystemOperations(this); this.BaseUri = "https://{accountName}.{adlsFileSystemDnsSuffix}"; - this.ApiVersion = "2015-10-01-preview"; + this.ApiVersion = "2016-11-01"; this.AdlsFileSystemDnsSuffix = "azuredatalakestore.net"; this.AcceptLanguage = "en-US"; this.LongRunningOperationRetryTimeout = 30; diff --git a/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Generated/FileSystemOperations.cs b/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Generated/FileSystemOperations.cs index 331d4c92d6287..657f70de85607 100644 --- a/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Generated/FileSystemOperations.cs +++ b/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Generated/FileSystemOperations.cs @@ -54,9 +54,12 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) /// /// Appends to the specified file. This method supports multiple concurrent - /// appends to the file. NOTE: Concurrent append and normal (serial) append - /// CANNOT be used interchangeably. Once a file has been appended to using - /// either append option, it can only be appended to using that append option. + /// appends to the file. NOTE: ConcurrentAppend and normal (serial) Append + /// CANNOT be used interchangeably; once a file has been appended to using + /// either of these append options, it can only be appended to using that + /// append option. ConcurrentAppend DOES NOT guarantee order and can result + /// in duplicated data landing in the target file. In order to close a file + /// after using ConcurrentAppend, call the Flush method. /// /// /// The Azure Data Lake Store account to execute filesystem operations on. @@ -1824,6 +1827,191 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) return _result; } + /// + /// Flushes the specified file to the store. This forces an update to the + /// metadata of the file (returned from GetFileStatus), and is required by + /// ConcurrentAppend once the file is done to populate finalized metadata. + /// + /// + /// The Azure Data Lake Store account to execute filesystem operations on. + /// + /// + /// The Data Lake Store path (starting with '/') of the file to which to flush. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task FlushWithHttpMessagesAsync(string accountName, string flushFilePath, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (accountName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "accountName"); + } + if (this.Client.AdlsFileSystemDnsSuffix == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.AdlsFileSystemDnsSuffix"); + } + if (flushFilePath == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "flushFilePath"); + } + if (this.Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + string op = "APPEND"; + string append = "true"; + string syncFlag = "close"; + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("accountName", accountName); + tracingParameters.Add("flushFilePath", flushFilePath); + tracingParameters.Add("op", op); + tracingParameters.Add("append", append); + tracingParameters.Add("syncFlag", syncFlag); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "Flush", tracingParameters); + } + // Construct URL + var _baseUrl = this.Client.BaseUri; + var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "webhdfs/v1/{flushFilePath}"; + _url = _url.Replace("{accountName}", accountName); + _url = _url.Replace("{adlsFileSystemDnsSuffix}", this.Client.AdlsFileSystemDnsSuffix); + _url = _url.Replace("{flushFilePath}", Uri.EscapeDataString(flushFilePath)); + List _queryParameters = new List(); + if (op != null) + { + _queryParameters.Add(string.Format("op={0}", Uri.EscapeDataString(op))); + } + if (append != null) + { + _queryParameters.Add(string.Format("append={0}", Uri.EscapeDataString(append))); + } + if (syncFlag != null) + { + _queryParameters.Add(string.Format("syncFlag={0}", Uri.EscapeDataString(syncFlag))); + } + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += "?" + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + HttpRequestMessage _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("POST"); + _httpRequest.RequestUri = new Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new AdlsErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + AdlsError _errorBody = SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + /// /// Appends to the specified file. This method does not support multiple /// concurrent appends to the file. NOTE: Concurrent append and normal @@ -2361,6 +2549,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) { ServiceClientTracing.SendRequest(_invocationId, _httpRequest); } + cancellationToken.ThrowIfCancellationRequested(); _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); if (_shouldTrace) diff --git a/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Generated/FileSystemOperationsExtensions.cs b/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Generated/FileSystemOperationsExtensions.cs index 3933481536ec0..ff01f40a2a1ba 100644 --- a/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Generated/FileSystemOperationsExtensions.cs +++ b/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Generated/FileSystemOperationsExtensions.cs @@ -24,9 +24,12 @@ public static partial class FileSystemOperationsExtensions { /// /// Appends to the specified file. This method supports multiple concurrent - /// appends to the file. NOTE: Concurrent append and normal (serial) append - /// CANNOT be used interchangeably. Once a file has been appended to using - /// either append option, it can only be appended to using that append option. + /// appends to the file. NOTE: ConcurrentAppend and normal (serial) Append + /// CANNOT be used interchangeably; once a file has been appended to using + /// either of these append options, it can only be appended to using that + /// append option. ConcurrentAppend DOES NOT guarantee order and can result + /// in duplicated data landing in the target file. In order to close a file + /// after using ConcurrentAppend, call the Flush method. /// /// /// The operations group for this extension method. @@ -53,9 +56,12 @@ public static partial class FileSystemOperationsExtensions /// /// Appends to the specified file. This method supports multiple concurrent - /// appends to the file. NOTE: Concurrent append and normal (serial) append - /// CANNOT be used interchangeably. Once a file has been appended to using - /// either append option, it can only be appended to using that append option. + /// appends to the file. NOTE: ConcurrentAppend and normal (serial) Append + /// CANNOT be used interchangeably; once a file has been appended to using + /// either of these append options, it can only be appended to using that + /// append option. ConcurrentAppend DOES NOT guarantee order and can result + /// in duplicated data landing in the target file. In order to close a file + /// after using ConcurrentAppend, call the Flush method. /// /// /// The operations group for this extension method. @@ -515,6 +521,47 @@ public static FileStatusResult GetFileStatus(this IFileSystemOperations operatio } } + /// + /// Flushes the specified file to the store. This forces an update to the + /// metadata of the file (returned from GetFileStatus), and is required by + /// ConcurrentAppend once the file is done to populate finalized metadata. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The Azure Data Lake Store account to execute filesystem operations on. + /// + /// + /// The Data Lake Store path (starting with '/') of the file to which to flush. + /// + public static void Flush(this IFileSystemOperations operations, string accountName, string flushFilePath) + { + Task.Factory.StartNew(s => ((IFileSystemOperations)s).FlushAsync(accountName, flushFilePath), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult(); + } + + /// + /// Flushes the specified file to the store. This forces an update to the + /// metadata of the file (returned from GetFileStatus), and is required by + /// ConcurrentAppend once the file is done to populate finalized metadata. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The Azure Data Lake Store account to execute filesystem operations on. + /// + /// + /// The Data Lake Store path (starting with '/') of the file to which to flush. + /// + /// + /// The cancellation token. + /// + public static async Task FlushAsync(this IFileSystemOperations operations, string accountName, string flushFilePath, CancellationToken cancellationToken = default(CancellationToken)) + { + await operations.FlushWithHttpMessagesAsync(accountName, flushFilePath, null, cancellationToken).ConfigureAwait(false); + } + /// /// Appends to the specified file. This method does not support multiple /// concurrent appends to the file. NOTE: Concurrent append and normal diff --git a/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Generated/IAccountOperations.cs b/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Generated/IAccountOperations.cs index 5473eae8958f7..036b6c6a94b5e 100644 --- a/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Generated/IAccountOperations.cs +++ b/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Generated/IAccountOperations.cs @@ -143,6 +143,127 @@ public partial interface IAccountOperations /// Task> CreateOrUpdateFirewallRuleWithHttpMessagesAsync(string resourceGroupName, string accountName, string name, FirewallRule parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// + /// Creates or updates the specified trusted identity provider + /// + /// + /// The name of the Azure resource group that contains the Data Lake + /// Store account. + /// + /// + /// The name of the Data Lake Store account to which to add the + /// trusted identity provider. + /// + /// + /// The name of the trusted identity provider. This is used for + /// differentiation of providers in the account. + /// + /// + /// Parameters supplied to create the create the trusted identity + /// provider. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> CreateOrUpdateTrustedIdProviderWithHttpMessagesAsync(string resourceGroupName, string accountName, string trustedIdProviderName, TrustedIdProvider parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Deletes the specified trusted identity provider from the specified + /// Data Lake Store account + /// + /// + /// The name of the Azure resource group that contains the Data Lake + /// Store account. + /// + /// + /// The name of the Data Lake Store account from which to delete the + /// trusted identity provider. + /// + /// + /// The name of the trusted identity provider to delete. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when a required parameter is null + /// + Task DeleteTrustedIdProviderWithHttpMessagesAsync(string resourceGroupName, string accountName, string trustedIdProviderName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Gets the specified Data Lake Store trusted identity provider. + /// + /// + /// The name of the Azure resource group that contains the Data Lake + /// Store account. + /// + /// + /// The name of the Data Lake Store account from which to get the + /// trusted identity provider. + /// + /// + /// The name of the trusted identity provider to retrieve. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> GetTrustedIdProviderWithHttpMessagesAsync(string resourceGroupName, string accountName, string trustedIdProviderName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Lists the Data Lake Store trusted identity providers within the + /// specified Data Lake Store account. + /// + /// + /// The name of the Azure resource group that contains the Data Lake + /// Store account. + /// + /// + /// The name of the Data Lake Store account from which to get the + /// trusted identity providers. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task>> ListTrustedIdProvidersWithHttpMessagesAsync(string resourceGroupName, string accountName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// /// Creates the specified Data Lake Store account. /// /// @@ -470,6 +591,29 @@ public partial interface IAccountOperations /// Task>> ListFirewallRulesNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// + /// Lists the Data Lake Store trusted identity providers within the + /// specified Data Lake Store account. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task>> ListTrustedIdProvidersNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// /// Lists the Data Lake Store accounts within a specific resource /// group. The response includes a link to the next page of results, /// if any. diff --git a/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Generated/IFileSystemOperations.cs b/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Generated/IFileSystemOperations.cs index c0cac3d5f4f63..b6cfd3794fe12 100644 --- a/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Generated/IFileSystemOperations.cs +++ b/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Generated/IFileSystemOperations.cs @@ -24,10 +24,13 @@ public partial interface IFileSystemOperations { /// /// Appends to the specified file. This method supports multiple - /// concurrent appends to the file. NOTE: Concurrent append and - /// normal (serial) append CANNOT be used interchangeably. Once a - /// file has been appended to using either append option, it can only - /// be appended to using that append option. + /// concurrent appends to the file. NOTE: ConcurrentAppend and normal + /// (serial) Append CANNOT be used interchangeably; once a file has + /// been appended to using either of these append options, it can + /// only be appended to using that append option. ConcurrentAppend + /// DOES NOT guarantee order and can result in duplicated data + /// landing in the target file. In order to close a file after using + /// ConcurrentAppend, call the Flush method. /// /// /// The Azure Data Lake Store account to execute filesystem operations @@ -325,6 +328,33 @@ public partial interface IFileSystemOperations /// Task> GetFileStatusWithHttpMessagesAsync(string accountName, string getFilePath, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// + /// Flushes the specified file to the store. This forces an update to + /// the metadata of the file (returned from GetFileStatus), and is + /// required by ConcurrentAppend once the file is done to populate + /// finalized metadata. + /// + /// + /// The Azure Data Lake Store account to execute filesystem operations + /// on. + /// + /// + /// The Data Lake Store path (starting with '/') of the file to which + /// to flush. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when a required parameter is null + /// + Task FlushWithHttpMessagesAsync(string accountName, string flushFilePath, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// /// Appends to the specified file. This method does not support /// multiple concurrent appends to the file. NOTE: Concurrent append /// and normal (serial) append CANNOT be used interchangeably. Once a diff --git a/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Generated/Models/DataLakeStoreAccountProperties.cs b/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Generated/Models/DataLakeStoreAccountProperties.cs index a0793e35ab087..4033150f77860 100644 --- a/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Generated/Models/DataLakeStoreAccountProperties.cs +++ b/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Generated/Models/DataLakeStoreAccountProperties.cs @@ -47,12 +47,22 @@ public DataLakeStoreAccountProperties() { } /// Possible values include: 'Creating', 'Succeeded' /// The Key vault encryption /// configuration. + /// The current state of the IP address + /// firewall for this Data Lake store account. Possible values + /// include: 'Enabled', 'Disabled' + /// The list of firewall rules associated + /// with this Data Lake store account. + /// The current state of the + /// trusted identity provider feature for this Data Lake store + /// account. Possible values include: 'Enabled', 'Disabled' + /// The list of trusted identity + /// providers associated with this Data Lake store account. /// the account last modified /// time. /// the gateway host. /// the default owner group for all new /// folders and files created in the Data Lake Store account. - public DataLakeStoreAccountProperties(DataLakeStoreAccountStatus? provisioningState = default(DataLakeStoreAccountStatus?), DataLakeStoreAccountState? state = default(DataLakeStoreAccountState?), DateTime? creationTime = default(DateTime?), EncryptionState? encryptionState = default(EncryptionState?), EncryptionProvisioningState? encryptionProvisioningState = default(EncryptionProvisioningState?), EncryptionConfig encryptionConfig = default(EncryptionConfig), DateTime? lastModifiedTime = default(DateTime?), string endpoint = default(string), string defaultGroup = default(string)) + public DataLakeStoreAccountProperties(DataLakeStoreAccountStatus? provisioningState = default(DataLakeStoreAccountStatus?), DataLakeStoreAccountState? state = default(DataLakeStoreAccountState?), DateTime? creationTime = default(DateTime?), EncryptionState? encryptionState = default(EncryptionState?), EncryptionProvisioningState? encryptionProvisioningState = default(EncryptionProvisioningState?), EncryptionConfig encryptionConfig = default(EncryptionConfig), FirewallState? firewallState = default(FirewallState?), IList firewallRules = default(IList), TrustedIdProviderState? trustedIdProviderState = default(TrustedIdProviderState?), IList trustedIdProviders = default(IList), DateTime? lastModifiedTime = default(DateTime?), string endpoint = default(string), string defaultGroup = default(string)) { ProvisioningState = provisioningState; State = state; @@ -60,6 +70,10 @@ public DataLakeStoreAccountProperties() { } EncryptionState = encryptionState; EncryptionProvisioningState = encryptionProvisioningState; EncryptionConfig = encryptionConfig; + FirewallState = firewallState; + FirewallRules = firewallRules; + TrustedIdProviderState = trustedIdProviderState; + TrustedIdProviders = trustedIdProviders; LastModifiedTime = lastModifiedTime; Endpoint = endpoint; DefaultGroup = defaultGroup; @@ -108,6 +122,36 @@ public DataLakeStoreAccountProperties() { } [JsonProperty(PropertyName = "encryptionConfig")] public EncryptionConfig EncryptionConfig { get; set; } + /// + /// Gets or sets the current state of the IP address firewall for this + /// Data Lake store account. Possible values include: 'Enabled', + /// 'Disabled' + /// + [JsonProperty(PropertyName = "firewallState")] + public FirewallState? FirewallState { get; set; } + + /// + /// Gets or sets the list of firewall rules associated with this Data + /// Lake store account. + /// + [JsonProperty(PropertyName = "firewallRules")] + public IList FirewallRules { get; set; } + + /// + /// Gets or sets the current state of the trusted identity provider + /// feature for this Data Lake store account. Possible values + /// include: 'Enabled', 'Disabled' + /// + [JsonProperty(PropertyName = "trustedIdProviderState")] + public TrustedIdProviderState? TrustedIdProviderState { get; set; } + + /// + /// Gets or sets the list of trusted identity providers associated + /// with this Data Lake store account. + /// + [JsonProperty(PropertyName = "trustedIdProviders")] + public IList TrustedIdProviders { get; set; } + /// /// Gets the account last modified time. /// diff --git a/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Generated/Models/FirewallRule.cs b/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Generated/Models/FirewallRule.cs index dc37ebebd6dc3..bf9382787d68c 100644 --- a/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Generated/Models/FirewallRule.cs +++ b/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Generated/Models/FirewallRule.cs @@ -32,17 +32,14 @@ public FirewallRule() { } /// the firewall rule's name. /// the namespace and type of the firewall /// Rule. - /// the firewall rule's subscription ID. - /// the firewall rule's regional - /// location. + /// the firewall rule's full ID. /// the properties of the firewall /// rule. - public FirewallRule(string name = default(string), string type = default(string), string id = default(string), string location = default(string), FirewallRuleProperties properties = default(FirewallRuleProperties)) + public FirewallRule(string name = default(string), string type = default(string), string id = default(string), FirewallRuleProperties properties = default(FirewallRuleProperties)) { Name = name; Type = type; Id = id; - Location = location; Properties = properties; } @@ -59,17 +56,11 @@ public FirewallRule() { } public string Type { get; private set; } /// - /// Gets or sets the firewall rule's subscription ID. + /// Gets or sets the firewall rule's full ID. /// [JsonProperty(PropertyName = "id")] public string Id { get; set; } - /// - /// Gets or sets the firewall rule's regional location. - /// - [JsonProperty(PropertyName = "location")] - public string Location { get; set; } - /// /// Gets or sets the properties of the firewall rule. /// diff --git a/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Generated/Models/FirewallState.cs b/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Generated/Models/FirewallState.cs new file mode 100644 index 0000000000000..a0eff6b4461a2 --- /dev/null +++ b/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Generated/Models/FirewallState.cs @@ -0,0 +1,26 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0 +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. + +namespace Microsoft.Azure.Management.DataLake.Store.Models +{ + using Newtonsoft.Json; + using Newtonsoft.Json.Converters; + using System.Runtime.Serialization; + + /// + /// Defines values for FirewallState. + /// + [JsonConverter(typeof(StringEnumConverter))] + public enum FirewallState + { + [EnumMember(Value = "Enabled")] + Enabled, + [EnumMember(Value = "Disabled")] + Disabled + } +} diff --git a/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Generated/Models/TrustedIdProvider.cs b/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Generated/Models/TrustedIdProvider.cs new file mode 100644 index 0000000000000..a202405415614 --- /dev/null +++ b/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Generated/Models/TrustedIdProvider.cs @@ -0,0 +1,71 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0 +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. + +namespace Microsoft.Azure.Management.DataLake.Store.Models +{ + using System; + using System.Linq; + using System.Collections.Generic; + using Newtonsoft.Json; + using Microsoft.Rest; + using Microsoft.Rest.Serialization; + using Microsoft.Rest.Azure; + + /// + /// Data Lake Store firewall rule information + /// + public partial class TrustedIdProvider + { + /// + /// Initializes a new instance of the TrustedIdProvider class. + /// + public TrustedIdProvider() { } + + /// + /// Initializes a new instance of the TrustedIdProvider class. + /// + /// the trusted identity provider's name. + /// the namespace and type of the trusted identity + /// provider. + /// the trusted identity provider's full ID. + /// the properties of the trusted identity + /// provider. + public TrustedIdProvider(string name = default(string), string type = default(string), string id = default(string), TrustedIdProviderProperties properties = default(TrustedIdProviderProperties)) + { + Name = name; + Type = type; + Id = id; + Properties = properties; + } + + /// + /// Gets or sets the trusted identity provider's name. + /// + [JsonProperty(PropertyName = "name")] + public string Name { get; set; } + + /// + /// Gets the namespace and type of the trusted identity provider. + /// + [JsonProperty(PropertyName = "type")] + public string Type { get; private set; } + + /// + /// Gets or sets the trusted identity provider's full ID. + /// + [JsonProperty(PropertyName = "id")] + public string Id { get; set; } + + /// + /// Gets or sets the properties of the trusted identity provider. + /// + [JsonProperty(PropertyName = "properties")] + public TrustedIdProviderProperties Properties { get; set; } + + } +} diff --git a/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Generated/Models/TrustedIdProviderProperties.cs b/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Generated/Models/TrustedIdProviderProperties.cs new file mode 100644 index 0000000000000..4580e272927de --- /dev/null +++ b/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Generated/Models/TrustedIdProviderProperties.cs @@ -0,0 +1,48 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0 +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. + +namespace Microsoft.Azure.Management.DataLake.Store.Models +{ + using System; + using System.Linq; + using System.Collections.Generic; + using Newtonsoft.Json; + using Microsoft.Rest; + using Microsoft.Rest.Serialization; + using Microsoft.Rest.Azure; + + /// + /// Data Lake Store trusted identity provider properties information + /// + public partial class TrustedIdProviderProperties + { + /// + /// Initializes a new instance of the TrustedIdProviderProperties + /// class. + /// + public TrustedIdProviderProperties() { } + + /// + /// Initializes a new instance of the TrustedIdProviderProperties + /// class. + /// + /// The URL of this trusted identity + /// provider + public TrustedIdProviderProperties(string idProvider = default(string)) + { + IdProvider = idProvider; + } + + /// + /// Gets or sets the URL of this trusted identity provider + /// + [JsonProperty(PropertyName = "idProvider")] + public string IdProvider { get; set; } + + } +} diff --git a/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Generated/Models/TrustedIdProviderState.cs b/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Generated/Models/TrustedIdProviderState.cs new file mode 100644 index 0000000000000..a30bf5949384f --- /dev/null +++ b/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Generated/Models/TrustedIdProviderState.cs @@ -0,0 +1,26 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0 +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. + +namespace Microsoft.Azure.Management.DataLake.Store.Models +{ + using Newtonsoft.Json; + using Newtonsoft.Json.Converters; + using System.Runtime.Serialization; + + /// + /// Defines values for TrustedIdProviderState. + /// + [JsonConverter(typeof(StringEnumConverter))] + public enum TrustedIdProviderState + { + [EnumMember(Value = "Enabled")] + Enabled, + [EnumMember(Value = "Disabled")] + Disabled + } +} diff --git a/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Properties/AssemblyInfo.cs b/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Properties/AssemblyInfo.cs index 3e8c3a96f5fc5..c18ba2c9472c8 100644 --- a/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Properties/AssemblyInfo.cs +++ b/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/Properties/AssemblyInfo.cs @@ -20,7 +20,7 @@ [assembly: AssemblyDescription("Provides Microsoft Azure Data Lake Store management operations including account and filesystem management.")] [assembly: AssemblyVersion("0.12.0.0")] -[assembly: AssemblyFileVersion("0.12.6.0")] +[assembly: AssemblyFileVersion("0.12.8.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyProduct("Azure .NET SDK")] diff --git a/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/generate.cmd b/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/generate.cmd index b079cc59e58a7..80392f13dfac8 100644 --- a/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/generate.cmd +++ b/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/generate.cmd @@ -8,8 +8,8 @@ setlocal set autoRestVersion=0.17.0-Nightly20160731 set source=-Source https://www.myget.org/F/autorest/api/v2 -set accountSpecFile="https://raw.githubusercontent.com/begoldsm/azure-rest-api-specs/master/arm-datalake-store/account/2015-10-01-preview/swagger/account.json" -set filesystemSpecFile="https://raw.githubusercontent.com/begoldsm/azure-rest-api-specs/master/arm-datalake-store/filesystem/2015-10-01-preview/swagger/filesystem.json" +set accountSpecFile="https://raw.githubusercontent.com/begoldsm/azure-rest-api-specs/master/arm-datalake-store/account/2016-11-01/swagger/account.json" +set filesystemSpecFile="https://raw.githubusercontent.com/begoldsm/azure-rest-api-specs/master/arm-datalake-store/filesystem/2016-11-01/swagger/filesystem.json" set repoRoot=%~dp0..\..\..\.. set generateFolder=%~dp0Generated diff --git a/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/project.json b/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/project.json index 32a94e6e77e2d..903a72575aecf 100644 --- a/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/project.json +++ b/src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/project.json @@ -1,5 +1,5 @@ { - "version": "0.12.6-preview", + "version": "0.12.8-preview", "description": "Provides Data Lake Store account and filesystem management capabilities for Microsoft Azure.", "authors": [ "Microsoft" ], diff --git a/src/ResourceManagement/DataLake.StoreUploader/src/DataLakeStoreUploader/DataLakeStoreUploader.cs b/src/ResourceManagement/DataLake.StoreUploader/src/DataLakeStoreUploader/DataLakeStoreUploader.cs index 953770cc811af..3a5ba77a2f26a 100644 --- a/src/ResourceManagement/DataLake.StoreUploader/src/DataLakeStoreUploader/DataLakeStoreUploader.cs +++ b/src/ResourceManagement/DataLake.StoreUploader/src/DataLakeStoreUploader/DataLakeStoreUploader.cs @@ -950,6 +950,9 @@ private void DownloadFile(UploadMetadata metadata, IProgress _progressTracker; @@ -175,15 +175,27 @@ private void DownloadSegmentContents() { _token.ThrowIfCancellationRequested(); int attemptCount = 0; + int partialDataAttempts = 0; bool downloadCompleted = false; + long dataReceived = 0; + bool modifyLengthAndOffset = false; while (!downloadCompleted && attemptCount < MaxBufferDownloadAttemptCount) { _token.ThrowIfCancellationRequested(); - attemptCount++; try { - // test to make sure that the remaining length is larger than the max size, otherwise just download the remaining length long lengthToDownload = (long)BufferLength; + + // in the case where we got less than the expected amount of data, + // only download the rest of the data from the previous request + // instead of a new full buffer. + if (modifyLengthAndOffset) + { + lengthToDownload -= dataReceived; + } + + // test to make sure that the remaining length is larger than the max size, + // otherwise just download the remaining length. if (lengthRemaining - lengthToDownload < 0) { lengthToDownload = lengthRemaining; @@ -194,14 +206,50 @@ private void DownloadSegmentContents() readStream.CopyTo(outputStream, (int)lengthToDownload); } - downloadCompleted = true; - lengthRemaining -= lengthToDownload; - curOffset += lengthToDownload; - localOffset += lengthToDownload; - ReportProgress(localOffset, false); + var lengthReturned = outputStream.Position - curOffset; + + // if we got more data than we asked for something went wrong and we should retry, since we can't trust the extra data + if(lengthReturned > lengthToDownload) + { + throw new UploadFailedException(string.Format("{4}: Did not download the expected amount of data in the request. Expected: {0}. Actual: {1}. From offset: {2} in remote file: {3}", lengthToDownload, outputStream.Position - curOffset, curOffset, _metadata.InputFilePath, DateTime.Now.ToString())); + } + + // we need to validate how many bytes have actually been copied to the read stream + if (lengthReturned < lengthToDownload) + { + partialDataAttempts++; + lengthRemaining -= lengthReturned; + curOffset += lengthReturned; + localOffset += lengthReturned; + modifyLengthAndOffset = true; + dataReceived += lengthReturned; + ReportProgress(localOffset, false); + + // we will wait before the next iteration, since something went wrong and we did not receive enough data. + // this could be a throttling issue or an issue with the service itself. Either way, waiting should help + // reduce the liklihood of additional failures. + if(partialDataAttempts >= MaxBufferDownloadAttemptCount) + { + throw new UploadFailedException(string.Format("Failed to retrieve the requested data after {0} attempts for file {1}. This usually indicates repeateded server-side throttling due to exceeding account bandwidth.", MaxBufferDownloadAttemptCount, _segmentMetadata.Path)); + } + + WaitForRetry(partialDataAttempts, this.UseBackOffRetryStrategy, _token); + } + else + { + downloadCompleted = true; + lengthRemaining -= lengthToDownload; + curOffset += lengthToDownload; + localOffset += lengthToDownload; + ReportProgress(localOffset, false); + } } catch (Exception ex) { + // update counts and reset for internal attempts + attemptCount++; + partialDataAttempts = 0; + //if we tried more than the number of times we were allowed to, give up and throw the exception if (attemptCount >= MaxBufferDownloadAttemptCount) { @@ -218,6 +266,12 @@ private void DownloadSegmentContents() } } } + + // full validation of the segment. + if(outputStream.Position - _segmentMetadata.Offset != _segmentMetadata.Length) + { + throw new UploadFailedException(string.Format("Post-download stream segment verification failed for file {2}: target stream has a length of {0}, expected {1}. This usually indicates repeateded server-side throttling due to exceeding account bandwidth.", outputStream.Position - _segmentMetadata.Offset, _segmentMetadata.Length, _segmentMetadata.Path)); + } } } @@ -234,8 +288,12 @@ internal static void WaitForRetry(int attemptCount, bool useBackOffRetryStrategy return; } - int intervalSeconds = Math.Min(MaximumBackoffWaitSeconds, (int)Math.Pow(2, attemptCount)); - Thread.Sleep(TimeSpan.FromSeconds(intervalSeconds)); + int intervalMs = Math.Min(MaximumBackoffWaitSeconds, (int)Math.Pow(2, attemptCount)) * 1000; + + // add up to 10% to the sleep to allow for randomness in the retry so that thread contention is unlikely + var randomMS = new Random(); + intervalMs += randomMS.Next((int)Math.Ceiling(intervalMs * .1)); + Thread.Sleep(TimeSpan.FromMilliseconds(intervalMs)); } /// diff --git a/src/ResourceManagement/DataLake.StoreUploader/src/DataLakeStoreUploader/SingleSegmentUploader.cs b/src/ResourceManagement/DataLake.StoreUploader/src/DataLakeStoreUploader/SingleSegmentUploader.cs index 6db04bf9fa724..a9ecc4b547627 100644 --- a/src/ResourceManagement/DataLake.StoreUploader/src/DataLakeStoreUploader/SingleSegmentUploader.cs +++ b/src/ResourceManagement/DataLake.StoreUploader/src/DataLakeStoreUploader/SingleSegmentUploader.cs @@ -397,8 +397,12 @@ internal static void WaitForRetry(int attemptCount, bool useBackOffRetryStrategy return; } - int intervalSeconds = Math.Min(MaximumBackoffWaitSeconds, (int)Math.Pow(2, attemptCount)); - Thread.Sleep(TimeSpan.FromSeconds(intervalSeconds)); + int intervalMs = Math.Min(MaximumBackoffWaitSeconds, (int)Math.Pow(2, attemptCount)) * 1000; + + // add up to 10% to the sleep to allow for randomness in the retry so that thread contention is unlikely + var randomMS = new Random(); + intervalMs += randomMS.Next((int)Math.Ceiling(intervalMs * .1)); + Thread.Sleep(TimeSpan.FromMilliseconds(intervalMs)); } /// diff --git a/src/ResourceManagement/DataLake.StoreUploader/src/Microsoft.Azure.Management.DataLake.StoreUploader.nuget.proj b/src/ResourceManagement/DataLake.StoreUploader/src/Microsoft.Azure.Management.DataLake.StoreUploader.nuget.proj index af357e6188d27..499c021418042 100644 --- a/src/ResourceManagement/DataLake.StoreUploader/src/Microsoft.Azure.Management.DataLake.StoreUploader.nuget.proj +++ b/src/ResourceManagement/DataLake.StoreUploader/src/Microsoft.Azure.Management.DataLake.StoreUploader.nuget.proj @@ -5,7 +5,7 @@ Microsoft.Azure.Management.DataLake.StoreUploader --> - 0.10.7-preview + 0.10.8-preview $(MSBuildThisFileDirectory) diff --git a/src/ResourceManagement/DataLake.StoreUploader/src/Microsoft.Azure.Management.DataLake.StoreUploader.nuspec b/src/ResourceManagement/DataLake.StoreUploader/src/Microsoft.Azure.Management.DataLake.StoreUploader.nuspec index a6a29cd52da9d..22527d3279de2 100644 --- a/src/ResourceManagement/DataLake.StoreUploader/src/Microsoft.Azure.Management.DataLake.StoreUploader.nuspec +++ b/src/ResourceManagement/DataLake.StoreUploader/src/Microsoft.Azure.Management.DataLake.StoreUploader.nuspec @@ -26,7 +26,7 @@ - + diff --git a/src/ResourceManagement/DataLake.StoreUploader/src/Properties/AssemblyInfo.cs b/src/ResourceManagement/DataLake.StoreUploader/src/Properties/AssemblyInfo.cs index de1ff1257cef1..c1023a79b478f 100644 --- a/src/ResourceManagement/DataLake.StoreUploader/src/Properties/AssemblyInfo.cs +++ b/src/ResourceManagement/DataLake.StoreUploader/src/Properties/AssemblyInfo.cs @@ -22,7 +22,7 @@ [assembly: AssemblyDescription("Provides Microsoft Azure DataLakeUploader functions for managing the Microsoft Azure DataLakeUploader service.")] [assembly: AssemblyVersion("0.10.0.0")] -[assembly: AssemblyFileVersion("0.10.7.0")] +[assembly: AssemblyFileVersion("0.10.8.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")]