diff --git a/src/SDKs/DataLake.Analytics/DataLakeAnalytics.Tests/ScenarioTests/CatalogOperationTests.cs b/src/SDKs/DataLake.Analytics/DataLakeAnalytics.Tests/ScenarioTests/CatalogOperationTests.cs index 3cb0c2239c63e..8c32433a83967 100644 --- a/src/SDKs/DataLake.Analytics/DataLakeAnalytics.Tests/ScenarioTests/CatalogOperationTests.cs +++ b/src/SDKs/DataLake.Analytics/DataLakeAnalytics.Tests/ScenarioTests/CatalogOperationTests.cs @@ -55,6 +55,16 @@ public void GetCatalogItemsTest() // look for the table we created Assert.True(tableListResponse.Any(table => table.Name.Equals(commonData.TableName))); + // get the table list in just the db + tableListResponse = clientToUse.Catalog.ListTablesByDatabase( + commonData.SecondDataLakeAnalyticsAccountName, + commonData.DatabaseName); + + Assert.True(tableListResponse.Count() >= 1); + + // look for the table we created + Assert.True(tableListResponse.Any(table => table.Name.Equals(commonData.TableName))); + // Get the specific table as well var tableGetResponse = clientToUse.Catalog.GetTable( commonData.SecondDataLakeAnalyticsAccountName, @@ -72,6 +82,16 @@ public void GetCatalogItemsTest() // look for the tvf we created Assert.True(tvfListResponse.Any(tvf => tvf.Name.Equals(commonData.TvfName))); + // get tvf list in the database + tvfListResponse = clientToUse.Catalog.ListTableValuedFunctionsByDatabase( + commonData.SecondDataLakeAnalyticsAccountName, + commonData.DatabaseName); + + Assert.True(tvfListResponse.Count() >= 1); + + // look for the tvf we created + Assert.True(tvfListResponse.Any(tvf => tvf.Name.Equals(commonData.TvfName))); + // Get the specific TVF as well var tvfGetResponse = clientToUse.Catalog.GetTableValuedFunction( commonData.SecondDataLakeAnalyticsAccountName, @@ -89,6 +109,16 @@ public void GetCatalogItemsTest() // look for the view we created Assert.True(viewListResponse.Any(view => view.Name.Equals(commonData.ViewName))); + // get the view list from just the database + viewListResponse = clientToUse.Catalog.ListViewsByDatabase( + commonData.SecondDataLakeAnalyticsAccountName, + commonData.DatabaseName); + + Assert.True(viewListResponse.Count() >= 1); + + // look for the view we created + Assert.True(viewListResponse.Any(view => view.Name.Equals(commonData.ViewName))); + // Get the specific view as well var viewGetResponse = clientToUse.Catalog.GetView( commonData.SecondDataLakeAnalyticsAccountName, diff --git a/src/SDKs/DataLake.Analytics/DataLakeAnalytics.Tests/SessionRecords/DataLakeAnalytics.Tests.CatalogOperationTests/GetCatalogItemsTest.json b/src/SDKs/DataLake.Analytics/DataLakeAnalytics.Tests/SessionRecords/DataLakeAnalytics.Tests.CatalogOperationTests/GetCatalogItemsTest.json index 199eb315b5af3..6adfe3d3c21cc 100644 --- a/src/SDKs/DataLake.Analytics/DataLakeAnalytics.Tests/SessionRecords/DataLakeAnalytics.Tests.CatalogOperationTests/GetCatalogItemsTest.json +++ b/src/SDKs/DataLake.Analytics/DataLakeAnalytics.Tests/SessionRecords/DataLakeAnalytics.Tests.CatalogOperationTests/GetCatalogItemsTest.json @@ -7,12 +7,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0cb42f25-eb03-45b9-9e47-66aad683fc50" + "3cf1d715-2bba-4a00-abee-84b3d6d1ac77" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.25009.03", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" ] }, @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 20:01:00 GMT" + "Fri, 21 Apr 2017 00:18:15 GMT" ], "Pragma": [ "no-cache" @@ -40,16 +41,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1199" ], "x-ms-request-id": [ - "238ede0b-79c4-4061-8f33-d03e6c3b3c12" + "ca80628e-6012-4c8d-80f6-605afae54543" ], "x-ms-correlation-request-id": [ - "238ede0b-79c4-4061-8f33-d03e6c3b3c12" + "ca80628e-6012-4c8d-80f6-605afae54543" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T200100Z:238ede0b-79c4-4061-8f33-d03e6c3b3c12" + "WESTUS2:20170421T001816Z:ca80628e-6012-4c8d-80f6-605afae54543" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -64,12 +65,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5d8d251a-76a7-49f5-b70b-ee29dd62e739" + "30605fb6-a14d-46fa-a457-49225e7036c9" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.25009.03", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" ] }, @@ -85,7 +87,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 20:01:00 GMT" + "Fri, 21 Apr 2017 00:18:15 GMT" ], "Pragma": [ "no-cache" @@ -94,16 +96,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14978" + "14998" ], "x-ms-request-id": [ - "3593ae11-47ed-4e3e-bf45-01a8c8d034fc" + "e8c37a7c-3ac9-4658-bbb1-ba9a46b7fd79" ], "x-ms-correlation-request-id": [ - "3593ae11-47ed-4e3e-bf45-01a8c8d034fc" + "e8c37a7c-3ac9-4658-bbb1-ba9a46b7fd79" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T200100Z:3593ae11-47ed-4e3e-bf45-01a8c8d034fc" + "WESTUS2:20170421T001816Z:e8c37a7c-3ac9-4658-bbb1-ba9a46b7fd79" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -118,16 +120,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "11ac0303-6795-4419-acd9-e3295fea1527" + "a1ad3a44-4858-438f-9435-693b69343cda" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.25009.03", "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 \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\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 \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\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-12-01\",\r\n \"2016-05-01\",\r\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-12-01\",\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-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\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-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\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-12-01\",\r\n \"2016-05-01\",\r\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 \"Korea Central\",\r\n \"Korea South\"\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 \"Korea Central\",\r\n \"Korea South\"\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 \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\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 \"South India\",\r\n \"Central India\",\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 \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\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, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\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 \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\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 \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\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 \"South India\",\r\n \"Central India\",\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 \"Korea Central\",\r\n \"Korea South\"\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 \"South India\",\r\n \"Central India\",\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 \"Korea Central\",\r\n \"Korea South\"\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" @@ -139,7 +142,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 20:01:01 GMT" + "Fri, 21 Apr 2017 00:18:16 GMT" ], "Pragma": [ "no-cache" @@ -151,16 +154,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1198" ], "x-ms-request-id": [ - "162fbce2-a31d-47b8-a3cf-5d5c3f62cb48" + "2596c8a4-9d3b-4539-8137-69718e689790" ], "x-ms-correlation-request-id": [ - "162fbce2-a31d-47b8-a3cf-5d5c3f62cb48" + "2596c8a4-9d3b-4539-8137-69718e689790" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T200101Z:162fbce2-a31d-47b8-a3cf-5d5c3f62cb48" + "WESTUS2:20170421T001817Z:2596c8a4-9d3b-4539-8137-69718e689790" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -175,16 +178,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1b291e3c-879d-4e95-bf5e-102173c62ec5" + "4c6b1a6e-edb2-4e9b-80ef-04d1bcaf97a7" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.25009.03", "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 \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\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 \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\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-12-01\",\r\n \"2016-05-01\",\r\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-12-01\",\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-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\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-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\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-12-01\",\r\n \"2016-05-01\",\r\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 \"Korea Central\",\r\n \"Korea South\"\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 \"Korea Central\",\r\n \"Korea South\"\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 \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\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 \"South India\",\r\n \"Central India\",\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 \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\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, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\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 \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\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 \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\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 \"South India\",\r\n \"Central India\",\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 \"Korea Central\",\r\n \"Korea South\"\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 \"South India\",\r\n \"Central India\",\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 \"Korea Central\",\r\n \"Korea South\"\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" @@ -196,7 +200,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 20:01:01 GMT" + "Fri, 21 Apr 2017 00:18:16 GMT" ], "Pragma": [ "no-cache" @@ -205,16 +209,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14977" + "14997" ], "x-ms-request-id": [ - "488b71dc-99e8-4e3b-beeb-76ae1a6556c7" + "434686f6-d14c-47b2-94e2-e93e95cf22a7" ], "x-ms-correlation-request-id": [ - "488b71dc-99e8-4e3b-beeb-76ae1a6556c7" + "434686f6-d14c-47b2-94e2-e93e95cf22a7" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T200101Z:488b71dc-99e8-4e3b-beeb-76ae1a6556c7" + "WESTUS2:20170421T001817Z:434686f6-d14c-47b2-94e2-e93e95cf22a7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -229,12 +233,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e4507261-826a-4a20-9a68-c159db3f1c29" + "942bef42-f94c-45bd-b33a-63687b52f23a" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.25009.03", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" ] }, @@ -250,7 +255,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 20:01:02 GMT" + "Fri, 21 Apr 2017 00:18:17 GMT" ], "Pragma": [ "no-cache" @@ -262,16 +267,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1197" ], "x-ms-request-id": [ - "1b0679a6-9a7d-4176-80aa-782eef100e5a" + "b55236bc-f2a8-444f-a4a3-3e856f041e3f" ], "x-ms-correlation-request-id": [ - "1b0679a6-9a7d-4176-80aa-782eef100e5a" + "b55236bc-f2a8-444f-a4a3-3e856f041e3f" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T200102Z:1b0679a6-9a7d-4176-80aa-782eef100e5a" + "WESTUS2:20170421T001818Z:b55236bc-f2a8-444f-a4a3-3e856f041e3f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -286,12 +291,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "431cf295-175c-4d4f-b676-571794297c9d" + "d9164df0-4ff1-42ba-9ff4-c6968bf105ee" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.25009.03", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" ] }, @@ -307,7 +313,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 20:01:02 GMT" + "Fri, 21 Apr 2017 00:18:17 GMT" ], "Pragma": [ "no-cache" @@ -316,16 +322,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14976" + "14996" ], "x-ms-request-id": [ - "a1288e72-7177-4800-9eb4-41ef172e3f16" + "8b544580-f812-4f2a-b90e-d3891963eb6b" ], "x-ms-correlation-request-id": [ - "a1288e72-7177-4800-9eb4-41ef172e3f16" + "8b544580-f812-4f2a-b90e-d3891963eb6b" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T200102Z:a1288e72-7177-4800-9eb4-41ef172e3f16" + "WESTUS2:20170421T001818Z:8b544580-f812-4f2a-b90e-d3891963eb6b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -334,22 +340,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba12062?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL3JnYWJhMTIwNjI/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba15581?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL3JnYWJhMTU1ODE/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b933dd41-88b5-447d-9d2b-c57f9e95e14f" + "b214e63b-3fcc-42ad-9fab-f10b24066d40" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.25009.03", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'rgaba12062' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'rgaba15581' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "102" @@ -364,7 +371,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 20:01:02 GMT" + "Fri, 21 Apr 2017 00:18:17 GMT" ], "Pragma": [ "no-cache" @@ -373,16 +380,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14975" + "14995" ], "x-ms-request-id": [ - "2d783fd0-cede-4a5e-8714-4e8133254270" + "12397102-43ea-4485-a7f4-2fdf2470f6ac" ], "x-ms-correlation-request-id": [ - "2d783fd0-cede-4a5e-8714-4e8133254270" + "12397102-43ea-4485-a7f4-2fdf2470f6ac" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T200102Z:2d783fd0-cede-4a5e-8714-4e8133254270" + "WESTUS2:20170421T001818Z:12397102-43ea-4485-a7f4-2fdf2470f6ac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -391,22 +398,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba12062?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL3JnYWJhMTIwNjI/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba15581?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL3JnYWJhMTU1ODE/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5fb0e148-04a8-4ef3-90d0-966d965e1174" + "1185e23b-0c5d-43d7-aaf8-1c46a24c5cd9" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.25009.03", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12062\",\r\n \"name\": \"rgaba12062\",\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/rgaba15581\",\r\n \"name\": \"rgaba15581\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -418,7 +426,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 20:01:03 GMT" + "Fri, 21 Apr 2017 00:18:19 GMT" ], "Pragma": [ "no-cache" @@ -427,16 +435,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14974" + "14994" ], "x-ms-request-id": [ - "61a4f0e0-c6f0-479e-8758-6fe77645039a" + "3f6cf6a9-d7d5-49a4-8ad6-03a2e6f9bb31" ], "x-ms-correlation-request-id": [ - "61a4f0e0-c6f0-479e-8758-6fe77645039a" + "3f6cf6a9-d7d5-49a4-8ad6-03a2e6f9bb31" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T200104Z:61a4f0e0-c6f0-479e-8758-6fe77645039a" + "WESTUS2:20170421T001820Z:3f6cf6a9-d7d5-49a4-8ad6-03a2e6f9bb31" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -445,8 +453,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba12062?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL3JnYWJhMTIwNjI/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba15581?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL3JnYWJhMTU1ODE/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -457,16 +465,17 @@ "31" ], "x-ms-client-request-id": [ - "efb8e7b9-0411-499c-8fe2-0a133ebe642b" + "377decd5-e2be-4c26-9880-06b02dc8b7ea" ], "accept-language": [ "en-US" ], "User-Agent": [ + "FxVersion/4.6.25009.03", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12062\",\r\n \"name\": \"rgaba12062\",\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/rgaba15581\",\r\n \"name\": \"rgaba15581\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "174" @@ -481,22 +490,22 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 20:01:03 GMT" + "Fri, 21 Apr 2017 00:18:19 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1196" ], "x-ms-request-id": [ - "7de5efdc-1278-495c-802d-d756a11147bf" + "08af7acf-988b-485b-a0c0-8309229c0afb" ], "x-ms-correlation-request-id": [ - "7de5efdc-1278-495c-802d-d756a11147bf" + "08af7acf-988b-485b-a0c0-8309229c0afb" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T200104Z:7de5efdc-1278-495c-802d-d756a11147bf" + "WESTUS2:20170421T001820Z:08af7acf-988b-485b-a0c0-8309229c0afb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -505,22 +514,23 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12062/providers/Microsoft.DataLakeStore/accounts/testdatalake18414?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTIwNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTE4NDE0P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15581/providers/Microsoft.DataLakeStore/accounts/testdatalake14891?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTU1ODEvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTE0ODkxP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e701e513-f6ad-4d58-a61e-9e70ad3b91d4" + "52176076-c5dc-4295-bd90-d12887073a9c" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.1-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testdatalake18414' under resource group 'rgaba12062' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testdatalake14891' under resource group 'rgaba15581' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "164" @@ -535,7 +545,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 20:01:04 GMT" + "Fri, 21 Apr 2017 00:18:19 GMT" ], "Pragma": [ "no-cache" @@ -544,13 +554,13 @@ "gateway" ], "x-ms-request-id": [ - "6f6b9ee9-7608-4cf3-ab7f-1a0d0dfb932b" + "6fcbf6db-682e-43a3-886c-8008a63cf661" ], "x-ms-correlation-request-id": [ - "6f6b9ee9-7608-4cf3-ab7f-1a0d0dfb932b" + "6fcbf6db-682e-43a3-886c-8008a63cf661" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T200104Z:6f6b9ee9-7608-4cf3-ab7f-1a0d0dfb932b" + "WESTUS2:20170421T001820Z:6fcbf6db-682e-43a3-886c-8008a63cf661" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -559,16 +569,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12062/providers/Microsoft.DataLakeStore/accounts/testdatalake18414?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTIwNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTE4NDE0P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15581/providers/Microsoft.DataLakeStore/accounts/testdatalake14891?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTU1ODEvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTE0ODkxP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.1-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 \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake18414.azuredatalakestore.net\",\r\n \"accountId\": \"6b24d269-afea-4043-80e1-73b30a0a348e\",\r\n \"creationTime\": \"2017-03-27T20:01:05.3742699Z\",\r\n \"lastModifiedTime\": \"2017-03-27T20:01:05.3742699Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12062/providers/Microsoft.DataLakeStore/accounts/testdatalake18414\",\r\n \"name\": \"testdatalake18414\",\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 \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake14891.azuredatalakestore.net\",\r\n \"accountId\": \"ddedc630-de41-4375-8017-ec985ac0d7ab\",\r\n \"creationTime\": \"2017-04-21T00:18:21.3861962Z\",\r\n \"lastModifiedTime\": \"2017-04-21T00:18:21.3861962Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15581/providers/Microsoft.DataLakeStore/accounts/testdatalake14891\",\r\n \"name\": \"testdatalake14891\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -583,7 +594,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 20:01:36 GMT" + "Fri, 21 Apr 2017 00:18:53 GMT" ], "Pragma": [ "no-cache" @@ -595,7 +606,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "6051f2cb-5f9c-4aa9-8e4b-9812b49b3cb9" + "1ebc70ca-d25e-4d9b-a90f-a327192f4392" ], "X-Content-Type-Options": [ "nosniff" @@ -607,13 +618,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14983" + "14999" ], "x-ms-correlation-request-id": [ - "f65070d6-4981-48e7-894c-63d3273b2cde" + "05412f65-f814-43ab-a061-9d1fae8ec95a" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T200137Z:f65070d6-4981-48e7-894c-63d3273b2cde" + "WESTUS2:20170421T001854Z:05412f65-f814-43ab-a061-9d1fae8ec95a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -622,22 +633,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12062/providers/Microsoft.DataLakeStore/accounts/testdatalake18414?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTIwNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTE4NDE0P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15581/providers/Microsoft.DataLakeStore/accounts/testdatalake14891?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTU1ODEvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTE0ODkxP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a1336e4f-1356-4d36-a8e9-0b2265cbc7eb" + "b982cb6d-c57d-42af-819d-3a57fa8ec31d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.1-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 \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake18414.azuredatalakestore.net\",\r\n \"accountId\": \"6b24d269-afea-4043-80e1-73b30a0a348e\",\r\n \"creationTime\": \"2017-03-27T20:01:05.3742699Z\",\r\n \"lastModifiedTime\": \"2017-03-27T20:01:05.3742699Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12062/providers/Microsoft.DataLakeStore/accounts/testdatalake18414\",\r\n \"name\": \"testdatalake18414\",\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 \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake14891.azuredatalakestore.net\",\r\n \"accountId\": \"ddedc630-de41-4375-8017-ec985ac0d7ab\",\r\n \"creationTime\": \"2017-04-21T00:18:21.3861962Z\",\r\n \"lastModifiedTime\": \"2017-04-21T00:18:21.3861962Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15581/providers/Microsoft.DataLakeStore/accounts/testdatalake14891\",\r\n \"name\": \"testdatalake14891\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -652,7 +664,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 20:01:37 GMT" + "Fri, 21 Apr 2017 00:18:54 GMT" ], "Pragma": [ "no-cache" @@ -664,7 +676,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "0dccec82-ee18-422b-9a61-95ef2379866a" + "74b9316b-f939-436c-8497-cc5927310fb4" ], "X-Content-Type-Options": [ "nosniff" @@ -676,13 +688,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" + "14999" ], "x-ms-correlation-request-id": [ - "dac64897-370e-4ddf-a5bd-eef5e2ad954a" + "8f3ac039-aeb3-4420-8d85-78c7fad842b9" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T200138Z:dac64897-370e-4ddf-a5bd-eef5e2ad954a" + "WESTUS2:20170421T001854Z:8f3ac039-aeb3-4420-8d85-78c7fad842b9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -691,22 +703,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12062/providers/Microsoft.DataLakeStore/accounts/testdatalake18414?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTIwNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTE4NDE0P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15581/providers/Microsoft.DataLakeStore/accounts/testdatalake14891?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTU1ODEvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTE0ODkxP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "77b93a01-3920-4cc3-aa58-91013fd94da2" + "a56da675-09f9-4f0e-b18e-dfcc1e3bedd6" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.1-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 \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake18414.azuredatalakestore.net\",\r\n \"accountId\": \"6b24d269-afea-4043-80e1-73b30a0a348e\",\r\n \"creationTime\": \"2017-03-27T20:01:05.3742699Z\",\r\n \"lastModifiedTime\": \"2017-03-27T20:01:05.3742699Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12062/providers/Microsoft.DataLakeStore/accounts/testdatalake18414\",\r\n \"name\": \"testdatalake18414\",\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 \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake14891.azuredatalakestore.net\",\r\n \"accountId\": \"ddedc630-de41-4375-8017-ec985ac0d7ab\",\r\n \"creationTime\": \"2017-04-21T00:18:21.3861962Z\",\r\n \"lastModifiedTime\": \"2017-04-21T00:18:21.3861962Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15581/providers/Microsoft.DataLakeStore/accounts/testdatalake14891\",\r\n \"name\": \"testdatalake14891\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -721,7 +734,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 20:02:12 GMT" + "Fri, 21 Apr 2017 00:19:30 GMT" ], "Pragma": [ "no-cache" @@ -733,7 +746,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "e4ba7b48-a57c-426f-b3ea-582c717641f9" + "97a81e78-edaf-4317-b3e8-a72ef30dc44e" ], "X-Content-Type-Options": [ "nosniff" @@ -745,13 +758,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14980" + "14998" ], "x-ms-correlation-request-id": [ - "910a8956-a132-469a-a763-bfb2f7c7308b" + "2ef639b4-b8bd-410e-9a1c-11a6d6c0c568" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T200212Z:910a8956-a132-469a-a763-bfb2f7c7308b" + "WESTUS2:20170421T001930Z:2ef639b4-b8bd-410e-9a1c-11a6d6c0c568" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -760,8 +773,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12062/providers/Microsoft.DataLakeStore/accounts/testdatalake18414?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTIwNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTE4NDE0P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15581/providers/Microsoft.DataLakeStore/accounts/testdatalake14891?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTU1ODEvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTE0ODkxP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -772,16 +785,17 @@ "31" ], "x-ms-client-request-id": [ - "221d7f6b-f538-49e8-a8ee-6b67e358cc83" + "54a94e62-6488-41bd-a09c-d3577cb62776" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.1-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"6b24d269-afea-4043-80e1-73b30a0a348e\",\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/rgaba12062/providers/Microsoft.DataLakeStore/accounts/testdatalake18414\",\r\n \"name\": \"testdatalake18414\",\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\": \"ddedc630-de41-4375-8017-ec985ac0d7ab\",\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/rgaba15581/providers/Microsoft.DataLakeStore/accounts/testdatalake14891\",\r\n \"name\": \"testdatalake14891\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ "421" @@ -799,13 +813,13 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 20:01:06 GMT" + "Fri, 21 Apr 2017 00:18:21 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba12062/providers/Microsoft.DataLakeStore/accounts/testdatalake18414/operationresults/0?api-version=2016-11-01" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba15581/providers/Microsoft.DataLakeStore/accounts/testdatalake14891/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -814,10 +828,10 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/6b24d269-afea-4043-80e1-73b30a0a348e0?api-version=2016-11-01&expanded=true" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/ddedc630-de41-4375-8017-ec985ac0d7ab0?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "fcd5417b-83c7-49dc-8435-b390da89fe64" + "1cfafdd2-9a59-43e3-b617-7f1b60c574fa" ], "X-Content-Type-Options": [ "nosniff" @@ -829,13 +843,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1199" ], "x-ms-correlation-request-id": [ - "04a56051-a0da-41b5-8f8c-ba4c47b69364" + "313ad85d-e022-4718-b4d2-f8a9bcd61b20" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T200106Z:04a56051-a0da-41b5-8f8c-ba4c47b69364" + "WESTUS2:20170421T001822Z:313ad85d-e022-4718-b4d2-f8a9bcd61b20" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -844,13 +858,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/6b24d269-afea-4043-80e1-73b30a0a348e0?api-version=2016-11-01&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzZiMjRkMjY5LWFmZWEtNDA0My04MGUxLTczYjMwYTBhMzQ4ZTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/ddedc630-de41-4375-8017-ec985ac0d7ab0?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzL2RkZWRjNjMwLWRlNDEtNDM3NS04MDE3LWVjOTg1YWMwZDdhYjA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.1-preview" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -868,7 +883,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 20:01:36 GMT" + "Fri, 21 Apr 2017 00:18:52 GMT" ], "Pragma": [ "no-cache" @@ -880,7 +895,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "f5ab4d2d-1c20-4e34-a28b-098baaf9f701" + "75e1c894-e187-46df-9bf2-27aa10feba00" ], "X-Content-Type-Options": [ "nosniff" @@ -892,13 +907,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14984" + "14998" ], "x-ms-correlation-request-id": [ - "092477de-ec5d-4daf-b8e8-949043973c03" + "024c0254-166e-4029-bd82-e03f5bb5dd4b" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T200137Z:092477de-ec5d-4daf-b8e8-949043973c03" + "WESTUS2:20170421T001853Z:024c0254-166e-4029-bd82-e03f5bb5dd4b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -907,22 +922,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12062/providers/Microsoft.DataLakeStore/accounts/testdatalake26319?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTIwNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTI2MzE5P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15581/providers/Microsoft.DataLakeStore/accounts/testdatalake28972?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTU1ODEvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTI4OTcyP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e0e6e14b-0738-4a36-a08b-d17f2f453f0e" + "5176a168-0c93-4136-9245-1358b6d66ea3" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.1-preview" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testdatalake26319' under resource group 'rgaba12062' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testdatalake28972' under resource group 'rgaba15581' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "164" @@ -937,7 +953,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 20:01:38 GMT" + "Fri, 21 Apr 2017 00:18:54 GMT" ], "Pragma": [ "no-cache" @@ -946,13 +962,13 @@ "gateway" ], "x-ms-request-id": [ - "440a2c19-2583-4c2a-ba05-0f4f586263f2" + "0233245c-976a-4f06-b439-2e9649f30f5a" ], "x-ms-correlation-request-id": [ - "440a2c19-2583-4c2a-ba05-0f4f586263f2" + "0233245c-976a-4f06-b439-2e9649f30f5a" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T200138Z:440a2c19-2583-4c2a-ba05-0f4f586263f2" + "WESTUS2:20170421T001855Z:0233245c-976a-4f06-b439-2e9649f30f5a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -961,16 +977,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12062/providers/Microsoft.DataLakeStore/accounts/testdatalake26319?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTIwNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTI2MzE5P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15581/providers/Microsoft.DataLakeStore/accounts/testdatalake28972?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTU1ODEvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTI4OTcyP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.1-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 \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake26319.azuredatalakestore.net\",\r\n \"accountId\": \"76c4d631-03c6-4e69-9fea-344270358fc1\",\r\n \"creationTime\": \"2017-03-27T20:01:41.0239612Z\",\r\n \"lastModifiedTime\": \"2017-03-27T20:01:41.0239612Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12062/providers/Microsoft.DataLakeStore/accounts/testdatalake26319\",\r\n \"name\": \"testdatalake26319\",\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 \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake28972.azuredatalakestore.net\",\r\n \"accountId\": \"6ac76ed6-e845-4f81-a8a6-2706483e2691\",\r\n \"creationTime\": \"2017-04-21T00:18:58.4943112Z\",\r\n \"lastModifiedTime\": \"2017-04-21T00:18:58.4943112Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15581/providers/Microsoft.DataLakeStore/accounts/testdatalake28972\",\r\n \"name\": \"testdatalake28972\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -985,7 +1002,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 20:02:11 GMT" + "Fri, 21 Apr 2017 00:19:28 GMT" ], "Pragma": [ "no-cache" @@ -997,7 +1014,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "96ffc6b1-568c-441d-a549-fa276d2cbe60" + "4376fa74-e0ef-484c-9556-e08499a4e005" ], "X-Content-Type-Options": [ "nosniff" @@ -1009,13 +1026,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" + "14999" ], "x-ms-correlation-request-id": [ - "0a54d898-7006-425c-94a2-063340d6d5bf" + "7a3c09b9-89d7-426d-9796-92f4c858566c" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T200211Z:0a54d898-7006-425c-94a2-063340d6d5bf" + "WESTUS2:20170421T001929Z:7a3c09b9-89d7-426d-9796-92f4c858566c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1024,22 +1041,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12062/providers/Microsoft.DataLakeStore/accounts/testdatalake26319?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTIwNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTI2MzE5P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15581/providers/Microsoft.DataLakeStore/accounts/testdatalake28972?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTU1ODEvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTI4OTcyP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "86c7368e-e7b4-4b47-aeaf-685a3e7ba5ee" + "52b2ef2b-11b7-46c9-a4dd-b94fd94d29ba" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.1-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 \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake26319.azuredatalakestore.net\",\r\n \"accountId\": \"76c4d631-03c6-4e69-9fea-344270358fc1\",\r\n \"creationTime\": \"2017-03-27T20:01:41.0239612Z\",\r\n \"lastModifiedTime\": \"2017-03-27T20:01:41.0239612Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12062/providers/Microsoft.DataLakeStore/accounts/testdatalake26319\",\r\n \"name\": \"testdatalake26319\",\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 \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake28972.azuredatalakestore.net\",\r\n \"accountId\": \"6ac76ed6-e845-4f81-a8a6-2706483e2691\",\r\n \"creationTime\": \"2017-04-21T00:18:58.4943112Z\",\r\n \"lastModifiedTime\": \"2017-04-21T00:18:58.4943112Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15581/providers/Microsoft.DataLakeStore/accounts/testdatalake28972\",\r\n \"name\": \"testdatalake28972\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -1054,7 +1072,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 20:02:11 GMT" + "Fri, 21 Apr 2017 00:19:28 GMT" ], "Pragma": [ "no-cache" @@ -1066,7 +1084,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "6371f01e-2cf7-440b-8759-3c5f340ba62b" + "de98e3ef-16b6-4491-aeeb-6183d06c4cc0" ], "X-Content-Type-Options": [ "nosniff" @@ -1078,13 +1096,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14988" + "14997" ], "x-ms-correlation-request-id": [ - "05f66e72-170c-4b24-a12c-c61a1a119590" + "37c21a0b-7e9b-4ddc-b6d2-53a5c3765347" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T200212Z:05f66e72-170c-4b24-a12c-c61a1a119590" + "WESTUS2:20170421T001929Z:37c21a0b-7e9b-4ddc-b6d2-53a5c3765347" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1093,8 +1111,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12062/providers/Microsoft.DataLakeStore/accounts/testdatalake26319?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTIwNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTI2MzE5P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15581/providers/Microsoft.DataLakeStore/accounts/testdatalake28972?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTU1ODEvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTI4OTcyP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -1105,16 +1123,17 @@ "31" ], "x-ms-client-request-id": [ - "84b0dcc7-57e2-4950-b82f-1826364ef44f" + "c1cf575e-ba10-4c65-b3a8-ea52f28a1317" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.1-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"76c4d631-03c6-4e69-9fea-344270358fc1\",\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/rgaba12062/providers/Microsoft.DataLakeStore/accounts/testdatalake26319\",\r\n \"name\": \"testdatalake26319\",\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\": \"6ac76ed6-e845-4f81-a8a6-2706483e2691\",\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/rgaba15581/providers/Microsoft.DataLakeStore/accounts/testdatalake28972\",\r\n \"name\": \"testdatalake28972\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ "421" @@ -1132,13 +1151,13 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 20:01:40 GMT" + "Fri, 21 Apr 2017 00:18:56 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba12062/providers/Microsoft.DataLakeStore/accounts/testdatalake26319/operationresults/0?api-version=2016-11-01" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba15581/providers/Microsoft.DataLakeStore/accounts/testdatalake28972/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -1147,10 +1166,10 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/76c4d631-03c6-4e69-9fea-344270358fc10?api-version=2016-11-01&expanded=true" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/6ac76ed6-e845-4f81-a8a6-2706483e26910?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "19d8883f-1a77-48cd-b5a9-5dacd2591410" + "ecf5a920-c7cc-47f9-bbd1-1e1b728daa28" ], "X-Content-Type-Options": [ "nosniff" @@ -1162,13 +1181,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1199" ], "x-ms-correlation-request-id": [ - "654b63c4-3edd-44f2-8f38-318f3fbd0735" + "25e8cf7d-64fb-4f2d-8db7-74581023647c" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T200140Z:654b63c4-3edd-44f2-8f38-318f3fbd0735" + "WESTUS2:20170421T001857Z:25e8cf7d-64fb-4f2d-8db7-74581023647c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1177,13 +1196,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/76c4d631-03c6-4e69-9fea-344270358fc10?api-version=2016-11-01&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzc2YzRkNjMxLTAzYzYtNGU2OS05ZmVhLTM0NDI3MDM1OGZjMTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/6ac76ed6-e845-4f81-a8a6-2706483e26910?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzZhYzc2ZWQ2LWU4NDUtNGY4MS1hOGE2LTI3MDY0ODNlMjY5MTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.1-preview" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -1201,7 +1221,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 20:02:11 GMT" + "Fri, 21 Apr 2017 00:19:27 GMT" ], "Pragma": [ "no-cache" @@ -1213,7 +1233,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "fbe33c06-b3b9-4a5e-a824-d626890a0d6b" + "d32fc8e1-e328-4d69-a61d-a5969881335f" ], "X-Content-Type-Options": [ "nosniff" @@ -1225,13 +1245,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14986" + "14998" ], "x-ms-correlation-request-id": [ - "e4ac9835-acee-4b62-8d0e-4ea079e20005" + "c3a5c478-9b4d-4bef-a2df-3546e9630413" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T200211Z:e4ac9835-acee-4b62-8d0e-4ea079e20005" + "WESTUS2:20170421T001928Z:c3a5c478-9b4d-4bef-a2df-3546e9630413" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1240,10 +1260,10 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12062/providers/Microsoft.DataLakeAnalytics/accounts/testaba24858?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTIwNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMjQ4NTg/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15581/providers/Microsoft.DataLakeAnalytics/accounts/testaba21640?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTU1ODEvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMjE2NDA/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake18414\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"name\": \"testdatalake18414\"\r\n }\r\n ]\r\n },\r\n \"location\": \"East US 2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake14891\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"name\": \"testdatalake14891\"\r\n }\r\n ]\r\n },\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1252,16 +1272,17 @@ "290" ], "x-ms-client-request-id": [ - "3ae9fbc3-6cd4-4f1d-8a3e-cccd0f1ef939" + "39a2f539-7424-4fe0-a5d7-3e387f2069ee" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/2.2.0-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake18414\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"name\": \"testdatalake18414\"\r\n }\r\n ],\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"4ebb4031-a323-4746-a6ec-fbab5be03820\",\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/rgaba12062/providers/Microsoft.DataLakeAnalytics/accounts/testaba24858\",\r\n \"name\": \"testaba24858\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake14891\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"name\": \"testdatalake14891\"\r\n }\r\n ],\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"76411d12-b78b-4ac4-ab9d-96e75f620545\",\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/rgaba15581/providers/Microsoft.DataLakeAnalytics/accounts/testaba21640\",\r\n \"name\": \"testaba21640\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ "573" @@ -1279,13 +1300,13 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 20:02:14 GMT" + "Fri, 21 Apr 2017 00:19:32 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba12062/providers/Microsoft.DataLakeAnalytics/accounts/testaba24858/operationresults/0?api-version=2016-11-01" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba15581/providers/Microsoft.DataLakeAnalytics/accounts/testaba21640/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -1294,10 +1315,10 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeAnalytics/locations/EastUS2/operationResults/4ebb4031-a323-4746-a6ec-fbab5be038200?api-version=2016-11-01&expanded=true" + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeAnalytics/locations/EastUS2/operationResults/76411d12-b78b-4ac4-ab9d-96e75f6205450?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "5025484f-eaa6-4744-9288-3945dd3cf52a" + "2d089022-e8ae-48e8-ae39-89dd42c9657e" ], "X-Content-Type-Options": [ "nosniff" @@ -1309,13 +1330,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "5b81bd86-b26c-4eb0-b73c-976d2251bf83" + "e264164c-57ed-4393-8e7b-7aafdd28e117" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T200215Z:5b81bd86-b26c-4eb0-b73c-976d2251bf83" + "WESTUS2:20170421T001932Z:e264164c-57ed-4393-8e7b-7aafdd28e117" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1324,13 +1345,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeAnalytics/locations/EastUS2/operationResults/4ebb4031-a323-4746-a6ec-fbab5be038200?api-version=2016-11-01&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvbG9jYXRpb25zL0Vhc3RVUzIvb3BlcmF0aW9uUmVzdWx0cy80ZWJiNDAzMS1hMzIzLTQ3NDYtYTZlYy1mYmFiNWJlMDM4MjAwP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDEmZXhwYW5kZWQ9dHJ1ZQ==", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeAnalytics/locations/EastUS2/operationResults/76411d12-b78b-4ac4-ab9d-96e75f6205450?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvbG9jYXRpb25zL0Vhc3RVUzIvb3BlcmF0aW9uUmVzdWx0cy83NjQxMWQxMi1iNzhiLTRhYzQtYWI5ZC05NmU3NWY2MjA1NDUwP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDEmZXhwYW5kZWQ9dHJ1ZQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/2.2.0-preview" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -1348,7 +1370,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 20:02:44 GMT" + "Fri, 21 Apr 2017 00:20:03 GMT" ], "Pragma": [ "no-cache" @@ -1360,7 +1382,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "fb5e86a5-30da-4d98-bfbc-01445e1eb397" + "5ab345c4-59c5-4d04-98d8-c0637b93e374" ], "X-Content-Type-Options": [ "nosniff" @@ -1372,13 +1394,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" + "14996" ], "x-ms-correlation-request-id": [ - "ee77b841-8509-482e-b295-4479d8cf2fe9" + "5f357993-3af3-48f2-8954-6e0e9a13c75b" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T200245Z:ee77b841-8509-482e-b295-4479d8cf2fe9" + "WESTUS2:20170421T002003Z:5f357993-3af3-48f2-8954-6e0e9a13c75b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1387,16 +1409,17 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12062/providers/Microsoft.DataLakeAnalytics/accounts/testaba24858?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTIwNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMjQ4NTg/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15581/providers/Microsoft.DataLakeAnalytics/accounts/testaba21640?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTU1ODEvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMjE2NDA/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/2.2.0-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"defaultDataLakeStoreAccount\": \"testdatalake18414\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"name\": \"testdatalake18414\"\r\n }\r\n ],\r\n \"storageAccounts\": [],\r\n \"maxDegreeOfParallelism\": 250,\r\n \"maxJobCount\": 10,\r\n \"systemMaxDegreeOfParallelism\": 250,\r\n \"systemMaxJobCount\": 20,\r\n \"queryStoreRetention\": 30,\r\n \"hiveMetastores\": [],\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testaba24858.azuredatalakeanalytics.net\",\r\n \"accountId\": \"4ebb4031-a323-4746-a6ec-fbab5be03820\",\r\n \"creationTime\": \"2017-03-27T20:02:17.7965133Z\",\r\n \"lastModifiedTime\": \"2017-03-27T20:02:17.7965133Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12062/providers/Microsoft.DataLakeAnalytics/accounts/testaba24858\",\r\n \"name\": \"testaba24858\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"defaultDataLakeStoreAccount\": \"testdatalake14891\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"name\": \"testdatalake14891\"\r\n }\r\n ],\r\n \"storageAccounts\": [],\r\n \"maxDegreeOfParallelism\": 250,\r\n \"maxJobCount\": 20,\r\n \"systemMaxDegreeOfParallelism\": 250,\r\n \"systemMaxJobCount\": 20,\r\n \"queryStoreRetention\": 30,\r\n \"hiveMetastores\": [],\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testaba21640.azuredatalakeanalytics.net\",\r\n \"accountId\": \"76411d12-b78b-4ac4-ab9d-96e75f620545\",\r\n \"creationTime\": \"2017-04-21T00:19:40.3202307Z\",\r\n \"lastModifiedTime\": \"2017-04-21T00:19:40.3202307Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15581/providers/Microsoft.DataLakeAnalytics/accounts/testaba21640\",\r\n \"name\": \"testaba21640\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -1411,7 +1434,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 20:02:46 GMT" + "Fri, 21 Apr 2017 00:20:03 GMT" ], "Pragma": [ "no-cache" @@ -1423,7 +1446,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c805eb6b-38ab-479d-878d-1f30943d2bcf" + "2533364e-0873-4832-9a72-915d83264558" ], "X-Content-Type-Options": [ "nosniff" @@ -1438,10 +1461,10 @@ "14997" ], "x-ms-correlation-request-id": [ - "e1b69f1f-ac43-441c-b470-6c1b1977d4fb" + "7eb4e55d-e58c-4086-8568-e201b2f79022" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T200246Z:e1b69f1f-ac43-441c-b470-6c1b1977d4fb" + "WESTUS2:20170421T002004Z:7eb4e55d-e58c-4086-8568-e201b2f79022" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1450,22 +1473,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12062/providers/Microsoft.DataLakeAnalytics/accounts/testaba24858?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTIwNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMjQ4NTg/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15581/providers/Microsoft.DataLakeAnalytics/accounts/testaba21640?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTU1ODEvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMjE2NDA/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d9613bbb-98c0-4cce-b41a-2f3354250179" + "66ac63a7-90a5-41c2-b720-b0cd113ed93f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/2.2.0-preview" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"defaultDataLakeStoreAccount\": \"testdatalake18414\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"name\": \"testdatalake18414\"\r\n }\r\n ],\r\n \"storageAccounts\": [],\r\n \"maxDegreeOfParallelism\": 250,\r\n \"maxJobCount\": 10,\r\n \"systemMaxDegreeOfParallelism\": 250,\r\n \"systemMaxJobCount\": 20,\r\n \"queryStoreRetention\": 30,\r\n \"hiveMetastores\": [],\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testaba24858.azuredatalakeanalytics.net\",\r\n \"accountId\": \"4ebb4031-a323-4746-a6ec-fbab5be03820\",\r\n \"creationTime\": \"2017-03-27T20:02:17.7965133Z\",\r\n \"lastModifiedTime\": \"2017-03-27T20:02:17.7965133Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba12062/providers/Microsoft.DataLakeAnalytics/accounts/testaba24858\",\r\n \"name\": \"testaba24858\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"defaultDataLakeStoreAccount\": \"testdatalake14891\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"name\": \"testdatalake14891\"\r\n }\r\n ],\r\n \"storageAccounts\": [],\r\n \"maxDegreeOfParallelism\": 250,\r\n \"maxJobCount\": 20,\r\n \"systemMaxDegreeOfParallelism\": 250,\r\n \"systemMaxJobCount\": 20,\r\n \"queryStoreRetention\": 30,\r\n \"hiveMetastores\": [],\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testaba21640.azuredatalakeanalytics.net\",\r\n \"accountId\": \"76411d12-b78b-4ac4-ab9d-96e75f620545\",\r\n \"creationTime\": \"2017-04-21T00:19:40.3202307Z\",\r\n \"lastModifiedTime\": \"2017-04-21T00:19:40.3202307Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15581/providers/Microsoft.DataLakeAnalytics/accounts/testaba21640\",\r\n \"name\": \"testaba21640\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -1480,7 +1504,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 20:02:45 GMT" + "Fri, 21 Apr 2017 00:20:04 GMT" ], "Pragma": [ "no-cache" @@ -1492,7 +1516,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "7d8a08e6-39e9-4a45-bfc8-1baed4eca7f6" + "21601897-94eb-4dd9-bfd5-641f91b3d302" ], "X-Content-Type-Options": [ "nosniff" @@ -1504,13 +1528,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "14998" ], "x-ms-correlation-request-id": [ - "ceecc342-66e9-4dc5-9611-d173762af55a" + "d62f55a9-aaa6-4b44-8b23-aa0682dd60fd" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T200246Z:ceecc342-66e9-4dc5-9611-d173762af55a" + "WESTUS2:20170421T002004Z:d62f55a9-aaa6-4b44-8b23-aa0682dd60fd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1519,10 +1543,10 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3?api-version=2016-11-01", - "EncodedRequestUri": "L0pvYnMvNzg3YWNiN2ItN2VkZC00Y2E3LThiYTEtZWEwMGEwYzBiZmIzP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/Jobs/8db295d6-15ff-4ba2-af9d-080730a2dd75?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvOGRiMjk1ZDYtMTVmZi00YmEyLWFmOWQtMDgwNzMwYTJkZDc1P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"testjob13068\",\r\n \"type\": \"USql\",\r\n \"degreeOfParallelism\": 2,\r\n \"properties\": {\r\n \"type\": \"USql\",\r\n \"script\": \"\\r\\nDROP DATABASE IF EXISTS testdb18438; CREATE DATABASE testdb18438; \\r\\n//Create Table\\r\\nCREATE TABLE testdb18438.dbo.testtbl17545\\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 (UserId) HASH (Region) //Column to partition by\\r\\n);\\r\\n\\r\\nALTER TABLE testdb18438.dbo.testtbl17545 ADD IF NOT EXISTS PARTITION (1);\\r\\n\\r\\nDROP FUNCTION IF EXISTS testdb18438.dbo.testtvf12667;\\r\\n\\r\\n//create table weblogs on space-delimited website log data\\r\\nCREATE FUNCTION testdb18438.dbo.testtvf12667()\\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 testdb18438.dbo.testview15912 \\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 testdb18438.dbo.testproc19005()\\r\\nAS BEGIN\\r\\n CREATE VIEW testdb18438.dbo.testview15912 \\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 \"name\": \"testjob18826\",\r\n \"type\": \"USql\",\r\n \"degreeOfParallelism\": 2,\r\n \"properties\": {\r\n \"type\": \"USql\",\r\n \"script\": \"\\r\\nDROP DATABASE IF EXISTS testdb15920; CREATE DATABASE testdb15920; \\r\\n//Create Table\\r\\nCREATE TABLE testdb15920.dbo.testtbl11379\\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 (UserId) HASH (Region) //Column to partition by\\r\\n);\\r\\n\\r\\nALTER TABLE testdb15920.dbo.testtbl11379 ADD IF NOT EXISTS PARTITION (1);\\r\\n\\r\\nDROP FUNCTION IF EXISTS testdb15920.dbo.testtvf18049;\\r\\n\\r\\n//create table weblogs on space-delimited website log data\\r\\nCREATE FUNCTION testdb15920.dbo.testtvf18049()\\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 testdb15920.dbo.testview12770 \\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 testdb15920.dbo.testproc11086()\\r\\nAS BEGIN\\r\\n CREATE VIEW testdb15920.dbo.testview12770 \\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" @@ -1531,16 +1555,63 @@ "2531" ], "x-ms-client-request-id": [ - "ecbab512-e57b-4bed-a479-faa8ae3fc7e8" + "aa5e59f8-e8b1-4370-9a4d-1961b930274a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/2.2.0-preview" + ] + }, + "ResponseBody": "{\r\n \"jobId\": \"8db295d6-15ff-4ba2-af9d-080730a2dd75\",\r\n \"name\": \"testjob18826\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01app@SPI\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2017-04-20T17:20:07.6356319-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"None\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2017-04-20T17:20:07.6356319-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01app@SPI\",\r\n \"resources\": [],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"algebraFilePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/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 \"expirationTimeUtc\": \"0001-01-01T00:00:00Z\",\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": [ + "Fri, 21 Apr 2017 00:20:07 GMT" + ], + "Transfer-Encoding": [ + "chunked" + ], + "x-ms-request-id": [ + "7a2ded94-3494-4ff7-be97-ba53ad442fc6" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=15724800; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/Jobs/8db295d6-15ff-4ba2-af9d-080730a2dd75?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvOGRiMjk1ZDYtMTVmZi00YmEyLWFmOWQtMDgwNzMwYTJkZDc1P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8f112fc4-ebce-4a59-a519-5e654c2b6dbf" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/2.1.0-preview" + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/2.2.0-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3\",\r\n \"name\": \"testjob13068\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01app@SPI\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2017-03-27T13:02:49.3924073-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"None\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2017-03-27T13:02:49.3924073-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01app@SPI\",\r\n \"resources\": [],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"algebraFilePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/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 \"expirationTimeUtc\": \"0001-01-01T00:00:00Z\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"8db295d6-15ff-4ba2-af9d-080730a2dd75\",\r\n \"name\": \"testjob18826\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01app@SPI\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2017-04-20T17:20:07.6356319-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"None\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2017-04-20T17:20:07.6356319-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2017-04-20T17:20:08.0106182-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01app@SPI\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__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 testdb15920; CREATE DATABASE testdb15920; \\n//Create Table\\nCREATE TABLE testdb15920.dbo.testtbl11379\\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 (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb15920.dbo.testtbl11379 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb15920.dbo.testtvf18049;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb15920.dbo.testtvf18049()\\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 testdb15920.dbo.testview12770 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb15920.dbo.testproc11086()\\nAS BEGIN\\n CREATE VIEW testdb15920.dbo.testview12770 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT0.2154124S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"expirationTimeUtc\": \"0001-01-01T00:00:00\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1552,13 +1623,13 @@ "no-store, no-cache, max-age=0, private" ], "Date": [ - "Mon, 27 Mar 2017 20:02:49 GMT" + "Fri, 21 Apr 2017 00:20:07 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "fc3afb8d-23eb-4f9d-807a-16b89e47fbb6" + "dcb2ee5c-d370-4e61-bfbd-87ec3863101d" ], "X-Content-Type-Options": [ "nosniff" @@ -1570,22 +1641,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3?api-version=2016-11-01", - "EncodedRequestUri": "L0pvYnMvNzg3YWNiN2ItN2VkZC00Y2E3LThiYTEtZWEwMGEwYzBiZmIzP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/Jobs/8db295d6-15ff-4ba2-af9d-080730a2dd75?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvOGRiMjk1ZDYtMTVmZi00YmEyLWFmOWQtMDgwNzMwYTJkZDc1P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "58068923-33cb-4c4f-be8a-740193305f4f" + "c8057353-dee9-4d63-af78-11e260cfed42" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/2.1.0-preview" + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/2.2.0-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3\",\r\n \"name\": \"testjob13068\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01app@SPI\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2017-03-27T13:02:49.3924073-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"None\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2017-03-27T13:02:49.3924073-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2017-03-27T13:02:49.7673933-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01app@SPI\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__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 testdb18438; CREATE DATABASE testdb18438; \\n//Create Table\\nCREATE TABLE testdb18438.dbo.testtbl17545\\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 (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb18438.dbo.testtbl17545 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb18438.dbo.testtvf12667;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb18438.dbo.testtvf12667()\\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 testdb18438.dbo.testview15912 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb18438.dbo.testproc19005()\\nAS BEGIN\\n CREATE VIEW testdb18438.dbo.testview15912 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT0.2349367S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"expirationTimeUtc\": \"0001-01-01T00:00:00\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"8db295d6-15ff-4ba2-af9d-080730a2dd75\",\r\n \"name\": \"testjob18826\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01app@SPI\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2017-04-20T17:20:07.6356319-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"None\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2017-04-20T17:20:07.6356319-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2017-04-20T17:20:08.0106182-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01app@SPI\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__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 testdb15920; CREATE DATABASE testdb15920; \\n//Create Table\\nCREATE TABLE testdb15920.dbo.testtbl11379\\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 (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb15920.dbo.testtbl11379 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb15920.dbo.testtvf18049;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb15920.dbo.testtvf18049()\\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 testdb15920.dbo.testview12770 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb15920.dbo.testproc11086()\\nAS BEGIN\\n CREATE VIEW testdb15920.dbo.testview12770 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT5.574844S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"expirationTimeUtc\": \"0001-01-01T00:00:00\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1597,13 +1669,13 @@ "no-store, no-cache, max-age=0, private" ], "Date": [ - "Mon, 27 Mar 2017 20:02:49 GMT" + "Fri, 21 Apr 2017 00:20:12 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "6b54e334-142b-4391-b374-fd07bbbd737e" + "c810cf30-e61c-4852-9334-391085fb72c4" ], "X-Content-Type-Options": [ "nosniff" @@ -1615,22 +1687,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3?api-version=2016-11-01", - "EncodedRequestUri": "L0pvYnMvNzg3YWNiN2ItN2VkZC00Y2E3LThiYTEtZWEwMGEwYzBiZmIzP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/Jobs/8db295d6-15ff-4ba2-af9d-080730a2dd75?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvOGRiMjk1ZDYtMTVmZi00YmEyLWFmOWQtMDgwNzMwYTJkZDc1P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "790a8dfb-c912-4d00-8216-7143d6a24014" + "3102f975-22f4-4163-bb57-d8b0c73e6751" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/2.1.0-preview" + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/2.2.0-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3\",\r\n \"name\": \"testjob13068\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01app@SPI\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2017-03-27T13:02:49.3924073-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"None\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2017-03-27T13:02:49.3924073-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2017-03-27T13:02:49.7673933-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01app@SPI\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__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 testdb18438; CREATE DATABASE testdb18438; \\n//Create Table\\nCREATE TABLE testdb18438.dbo.testtbl17545\\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 (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb18438.dbo.testtbl17545 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb18438.dbo.testtvf12667;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb18438.dbo.testtvf12667()\\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 testdb18438.dbo.testview15912 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb18438.dbo.testproc19005()\\nAS BEGIN\\n CREATE VIEW testdb18438.dbo.testview15912 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT5.5319214S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"expirationTimeUtc\": \"0001-01-01T00:00:00\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"8db295d6-15ff-4ba2-af9d-080730a2dd75\",\r\n \"name\": \"testjob18826\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01app@SPI\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2017-04-20T17:20:07.6356319-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"None\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2017-04-20T17:20:07.6356319-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2017-04-20T17:20:08.0106182-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01app@SPI\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__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 testdb15920; CREATE DATABASE testdb15920; \\n//Create Table\\nCREATE TABLE testdb15920.dbo.testtbl11379\\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 (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb15920.dbo.testtbl11379 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb15920.dbo.testtvf18049;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb15920.dbo.testtvf18049()\\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 testdb15920.dbo.testview12770 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb15920.dbo.testproc11086()\\nAS BEGIN\\n CREATE VIEW testdb15920.dbo.testview12770 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT10.8473661S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"expirationTimeUtc\": \"0001-01-01T00:00:00\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1642,13 +1715,13 @@ "no-store, no-cache, max-age=0, private" ], "Date": [ - "Mon, 27 Mar 2017 20:02:54 GMT" + "Fri, 21 Apr 2017 00:20:18 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "30f5eaa7-82eb-4612-abfd-ab93d48fc93f" + "9e6b731c-b7f8-4dc1-a570-8576162cd24f" ], "X-Content-Type-Options": [ "nosniff" @@ -1660,22 +1733,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3?api-version=2016-11-01", - "EncodedRequestUri": "L0pvYnMvNzg3YWNiN2ItN2VkZC00Y2E3LThiYTEtZWEwMGEwYzBiZmIzP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/Jobs/8db295d6-15ff-4ba2-af9d-080730a2dd75?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvOGRiMjk1ZDYtMTVmZi00YmEyLWFmOWQtMDgwNzMwYTJkZDc1P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "56c48245-a7cc-4466-8df7-5b766608a73a" + "38e83896-fc8a-48fc-862c-bc1d13430871" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/2.1.0-preview" + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/2.2.0-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3\",\r\n \"name\": \"testjob13068\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01app@SPI\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2017-03-27T13:02:49.3924073-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"None\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2017-03-27T13:02:49.3924073-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2017-03-27T13:02:49.7673933-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01app@SPI\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__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 testdb18438; CREATE DATABASE testdb18438; \\n//Create Table\\nCREATE TABLE testdb18438.dbo.testtbl17545\\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 (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb18438.dbo.testtbl17545 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb18438.dbo.testtvf12667;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb18438.dbo.testtvf12667()\\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 testdb18438.dbo.testview15912 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb18438.dbo.testproc19005()\\nAS BEGIN\\n CREATE VIEW testdb18438.dbo.testview15912 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT10.7195389S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"expirationTimeUtc\": \"0001-01-01T00:00:00\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"8db295d6-15ff-4ba2-af9d-080730a2dd75\",\r\n \"name\": \"testjob18826\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01app@SPI\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2017-04-20T17:20:07.6356319-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"None\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2017-04-20T17:20:07.6356319-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2017-04-20T17:20:08.0106182-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01app@SPI\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__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 testdb15920; CREATE DATABASE testdb15920; \\n//Create Table\\nCREATE TABLE testdb15920.dbo.testtbl11379\\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 (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb15920.dbo.testtbl11379 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb15920.dbo.testtvf18049;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb15920.dbo.testtvf18049()\\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 testdb15920.dbo.testview12770 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb15920.dbo.testproc11086()\\nAS BEGIN\\n CREATE VIEW testdb15920.dbo.testview12770 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT16.1844049S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"expirationTimeUtc\": \"0001-01-01T00:00:00\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1687,13 +1761,13 @@ "no-store, no-cache, max-age=0, private" ], "Date": [ - "Mon, 27 Mar 2017 20:03:00 GMT" + "Fri, 21 Apr 2017 00:20:23 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "1e0f3d2f-8c87-4d89-a227-549b0ea4566f" + "4c5da2d2-23c3-465e-81f8-2ba9c66c78e9" ], "X-Content-Type-Options": [ "nosniff" @@ -1705,22 +1779,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3?api-version=2016-11-01", - "EncodedRequestUri": "L0pvYnMvNzg3YWNiN2ItN2VkZC00Y2E3LThiYTEtZWEwMGEwYzBiZmIzP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/Jobs/8db295d6-15ff-4ba2-af9d-080730a2dd75?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvOGRiMjk1ZDYtMTVmZi00YmEyLWFmOWQtMDgwNzMwYTJkZDc1P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "23402612-bd4b-4edc-b3c6-2b6703536dd8" + "17b5cbf1-da90-46ff-807e-c4274bfa2a29" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/2.1.0-preview" + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/2.2.0-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3\",\r\n \"name\": \"testjob13068\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01app@SPI\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2017-03-27T13:02:49.3924073-07:00\",\r\n \"state\": \"Starting\",\r\n \"result\": \"None\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2017-03-27T13:02:49.3924073-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2017-03-27T13:02:49.7673933-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2017-03-27T13:03:05.4909094-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2017-03-27T13:03:05.5065198-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:190329ce-2070-4cbd-8cfb-1c3d8c0ecfe3\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2017-03-27T13:03:05.5065198-07:00\",\r\n \"details\": \"runtimeVersion:kobo_vnext_signed_5291470\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01app@SPI\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__CompilerTrace.log\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__CompilerTrace.log\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__CompilerPlan.json\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__CompilerPlan.json\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__AST.json\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__AST.json\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_vnext_signed_5291470\",\r\n \"rootProcessNodeId\": \"190329ce-2070-4cbd-8cfb-1c3d8c0ecfe3\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb18438; CREATE DATABASE testdb18438; \\n//Create Table\\nCREATE TABLE testdb18438.dbo.testtbl17545\\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 (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb18438.dbo.testtbl17545 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb18438.dbo.testtvf12667;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb18438.dbo.testtvf12667()\\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 testdb18438.dbo.testview15912 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb18438.dbo.testproc19005()\\nAS BEGIN\\n CREATE VIEW testdb18438.dbo.testview15912 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/algebra.xml\",\r\n \"yarnApplicationId\": 90649,\r\n \"yarnApplicationTimeStamp\": 1490324134829,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT15.7235161S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0.0156104S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"expirationTimeUtc\": \"0001-01-01T00:00:00\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"8db295d6-15ff-4ba2-af9d-080730a2dd75\",\r\n \"name\": \"testjob18826\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01app@SPI\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2017-04-20T17:20:07.6356319-07:00\",\r\n \"state\": \"Starting\",\r\n \"result\": \"None\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2017-04-20T17:20:07.6356319-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2017-04-20T17:20:08.0106182-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2017-04-20T17:20:24.6045689-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2017-04-20T17:20:24.6045689-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:342b628f-5eb9-485d-ba30-93d0822bef59\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2017-04-20T17:20:24.6201941-07:00\",\r\n \"details\": \"runtimeVersion:kobo_live_signed_5309115\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01app@SPI\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__CompilerTrace.log\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__CompilerTrace.log\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__CompilerPlan.json\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__CompilerPlan.json\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__AST.json\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__AST.json\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_live_signed_5309115\",\r\n \"rootProcessNodeId\": \"342b628f-5eb9-485d-ba30-93d0822bef59\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb15920; CREATE DATABASE testdb15920; \\n//Create Table\\nCREATE TABLE testdb15920.dbo.testtbl11379\\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 (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb15920.dbo.testtbl11379 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb15920.dbo.testtvf18049;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb15920.dbo.testtvf18049()\\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 testdb15920.dbo.testview12770 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb15920.dbo.testproc11086()\\nAS BEGIN\\n CREATE VIEW testdb15920.dbo.testview12770 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/algebra.xml\",\r\n \"yarnApplicationId\": 706057,\r\n \"yarnApplicationTimeStamp\": 1491814886043,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT16.5939507S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"expirationTimeUtc\": \"0001-01-01T00:00:00\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1732,13 +1807,13 @@ "no-store, no-cache, max-age=0, private" ], "Date": [ - "Mon, 27 Mar 2017 20:03:05 GMT" + "Fri, 21 Apr 2017 00:20:28 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "fd6b97bf-1443-4c95-8fb0-f1445ffc8609" + "94342677-997b-4113-9005-bccfcd397679" ], "X-Content-Type-Options": [ "nosniff" @@ -1750,22 +1825,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3?api-version=2016-11-01", - "EncodedRequestUri": "L0pvYnMvNzg3YWNiN2ItN2VkZC00Y2E3LThiYTEtZWEwMGEwYzBiZmIzP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/Jobs/8db295d6-15ff-4ba2-af9d-080730a2dd75?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvOGRiMjk1ZDYtMTVmZi00YmEyLWFmOWQtMDgwNzMwYTJkZDc1P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a779c82a-21ac-4d15-bb65-3adb015bc117" + "b63974a9-3886-47d3-b038-cfce663120e6" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/2.1.0-preview" + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/2.2.0-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3\",\r\n \"name\": \"testjob13068\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01app@SPI\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2017-03-27T13:02:49.3924073-07:00\",\r\n \"state\": \"Starting\",\r\n \"result\": \"None\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2017-03-27T13:02:49.3924073-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2017-03-27T13:02:49.7673933-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2017-03-27T13:03:05.4909094-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2017-03-27T13:03:05.5065198-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:190329ce-2070-4cbd-8cfb-1c3d8c0ecfe3\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2017-03-27T13:03:05.5065198-07:00\",\r\n \"details\": \"runtimeVersion:kobo_vnext_signed_5291470\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01app@SPI\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__CompilerTrace.log\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__CompilerTrace.log\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__CompilerPlan.json\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__CompilerPlan.json\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__AST.json\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__AST.json\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_vnext_signed_5291470\",\r\n \"rootProcessNodeId\": \"190329ce-2070-4cbd-8cfb-1c3d8c0ecfe3\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb18438; CREATE DATABASE testdb18438; \\n//Create Table\\nCREATE TABLE testdb18438.dbo.testtbl17545\\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 (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb18438.dbo.testtbl17545 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb18438.dbo.testtvf12667;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb18438.dbo.testtvf12667()\\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 testdb18438.dbo.testview15912 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb18438.dbo.testproc19005()\\nAS BEGIN\\n CREATE VIEW testdb18438.dbo.testview15912 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/algebra.xml\",\r\n \"yarnApplicationId\": 90649,\r\n \"yarnApplicationTimeStamp\": 1490324134829,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT15.7235161S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0.0156104S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"expirationTimeUtc\": \"0001-01-01T00:00:00\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"8db295d6-15ff-4ba2-af9d-080730a2dd75\",\r\n \"name\": \"testjob18826\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01app@SPI\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2017-04-20T17:20:07.6356319-07:00\",\r\n \"startTime\": \"2017-04-20T17:20:33.9484671-07:00\",\r\n \"state\": \"Running\",\r\n \"result\": \"None\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2017-04-20T17:20:07.6356319-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2017-04-20T17:20:08.0106182-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2017-04-20T17:20:24.6045689-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2017-04-20T17:20:24.6045689-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:342b628f-5eb9-485d-ba30-93d0822bef59\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2017-04-20T17:20:24.6201941-07:00\",\r\n \"details\": \"runtimeVersion:kobo_live_signed_5309115\"\r\n },\r\n {\r\n \"newState\": \"Running\",\r\n \"timeStamp\": \"2017-04-20T17:20:33.9484671-07:00\",\r\n \"details\": \"runAttempt:1\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01app@SPI\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__CompilerTrace.log\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__CompilerTrace.log\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__CompilerPlan.json\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__CompilerPlan.json\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__AST.json\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__AST.json\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_live_signed_5309115\",\r\n \"rootProcessNodeId\": \"342b628f-5eb9-485d-ba30-93d0822bef59\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb15920; CREATE DATABASE testdb15920; \\n//Create Table\\nCREATE TABLE testdb15920.dbo.testtbl11379\\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 (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb15920.dbo.testtbl11379 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb15920.dbo.testtvf18049;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb15920.dbo.testtvf18049()\\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 testdb15920.dbo.testview12770 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb15920.dbo.testproc11086()\\nAS BEGIN\\n CREATE VIEW testdb15920.dbo.testview12770 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/algebra.xml\",\r\n \"yarnApplicationId\": 706057,\r\n \"yarnApplicationTimeStamp\": 1491814886043,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT16.5939507S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0.800511S\",\r\n \"expirationTimeUtc\": \"0001-01-01T00:00:00\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1777,13 +1853,13 @@ "no-store, no-cache, max-age=0, private" ], "Date": [ - "Mon, 27 Mar 2017 20:03:10 GMT" + "Fri, 21 Apr 2017 00:20:34 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "92ce2193-97cd-4110-a84a-d7c98b1a1b64" + "1ec7f7d7-9dc5-4b31-9285-a0276101f9d4" ], "X-Content-Type-Options": [ "nosniff" @@ -1795,22 +1871,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3?api-version=2016-11-01", - "EncodedRequestUri": "L0pvYnMvNzg3YWNiN2ItN2VkZC00Y2E3LThiYTEtZWEwMGEwYzBiZmIzP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/Jobs/8db295d6-15ff-4ba2-af9d-080730a2dd75?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvOGRiMjk1ZDYtMTVmZi00YmEyLWFmOWQtMDgwNzMwYTJkZDc1P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8cb381cd-4c87-45fe-b5ba-5ba54edc522b" + "5ad03ebd-883f-4774-ad30-1bae7bae5878" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/2.1.0-preview" + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/2.2.0-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3\",\r\n \"name\": \"testjob13068\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01app@SPI\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2017-03-27T13:02:49.3924073-07:00\",\r\n \"state\": \"Starting\",\r\n \"result\": \"None\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2017-03-27T13:02:49.3924073-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2017-03-27T13:02:49.7673933-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2017-03-27T13:03:05.4909094-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2017-03-27T13:03:05.5065198-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:190329ce-2070-4cbd-8cfb-1c3d8c0ecfe3\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2017-03-27T13:03:05.5065198-07:00\",\r\n \"details\": \"runtimeVersion:kobo_vnext_signed_5291470\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01app@SPI\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__CompilerTrace.log\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__CompilerTrace.log\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__CompilerPlan.json\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__CompilerPlan.json\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__AST.json\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__AST.json\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_vnext_signed_5291470\",\r\n \"rootProcessNodeId\": \"190329ce-2070-4cbd-8cfb-1c3d8c0ecfe3\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb18438; CREATE DATABASE testdb18438; \\n//Create Table\\nCREATE TABLE testdb18438.dbo.testtbl17545\\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 (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb18438.dbo.testtbl17545 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb18438.dbo.testtvf12667;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb18438.dbo.testtvf12667()\\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 testdb18438.dbo.testview15912 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb18438.dbo.testproc19005()\\nAS BEGIN\\n CREATE VIEW testdb18438.dbo.testview15912 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/algebra.xml\",\r\n \"yarnApplicationId\": 90649,\r\n \"yarnApplicationTimeStamp\": 1490324134829,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT15.7235161S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0.0156104S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"expirationTimeUtc\": \"0001-01-01T00:00:00\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"8db295d6-15ff-4ba2-af9d-080730a2dd75\",\r\n \"name\": \"testjob18826\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01app@SPI\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2017-04-20T17:20:07.6356319-07:00\",\r\n \"startTime\": \"2017-04-20T17:20:33.9484671-07:00\",\r\n \"state\": \"Running\",\r\n \"result\": \"None\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2017-04-20T17:20:07.6356319-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2017-04-20T17:20:08.0106182-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2017-04-20T17:20:24.6045689-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2017-04-20T17:20:24.6045689-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:342b628f-5eb9-485d-ba30-93d0822bef59\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2017-04-20T17:20:24.6201941-07:00\",\r\n \"details\": \"runtimeVersion:kobo_live_signed_5309115\"\r\n },\r\n {\r\n \"newState\": \"Running\",\r\n \"timeStamp\": \"2017-04-20T17:20:33.9484671-07:00\",\r\n \"details\": \"runAttempt:1\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01app@SPI\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__CompilerTrace.log\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__CompilerTrace.log\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__CompilerPlan.json\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__CompilerPlan.json\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__AST.json\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__AST.json\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_live_signed_5309115\",\r\n \"rootProcessNodeId\": \"342b628f-5eb9-485d-ba30-93d0822bef59\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb15920; CREATE DATABASE testdb15920; \\n//Create Table\\nCREATE TABLE testdb15920.dbo.testtbl11379\\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 (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb15920.dbo.testtbl11379 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb15920.dbo.testtvf18049;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb15920.dbo.testtvf18049()\\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 testdb15920.dbo.testview12770 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb15920.dbo.testproc11086()\\nAS BEGIN\\n CREATE VIEW testdb15920.dbo.testview12770 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/algebra.xml\",\r\n \"yarnApplicationId\": 706057,\r\n \"yarnApplicationTimeStamp\": 1491814886043,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT16.5939507S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT6.0713269S\",\r\n \"expirationTimeUtc\": \"0001-01-01T00:00:00\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1822,13 +1899,13 @@ "no-store, no-cache, max-age=0, private" ], "Date": [ - "Mon, 27 Mar 2017 20:03:15 GMT" + "Fri, 21 Apr 2017 00:20:39 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "7d83296b-6304-41c3-a523-09e0459f612a" + "a2537b1a-6061-4c62-8b90-a2b61a67e29c" ], "X-Content-Type-Options": [ "nosniff" @@ -1840,22 +1917,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3?api-version=2016-11-01", - "EncodedRequestUri": "L0pvYnMvNzg3YWNiN2ItN2VkZC00Y2E3LThiYTEtZWEwMGEwYzBiZmIzP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/Jobs/8db295d6-15ff-4ba2-af9d-080730a2dd75?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvOGRiMjk1ZDYtMTVmZi00YmEyLWFmOWQtMDgwNzMwYTJkZDc1P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e416d956-0ed1-48b5-835e-f6a95152870d" + "3cc0b401-4986-411b-8959-982d06ec9281" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/2.1.0-preview" + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/2.2.0-preview" ] }, - "ResponseBody": "{\r\n \"jobId\": \"787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3\",\r\n \"name\": \"testjob13068\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01app@SPI\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2017-03-27T13:02:49.3924073-07:00\",\r\n \"startTime\": \"2017-03-27T13:03:19.0693374-07:00\",\r\n \"endTime\": \"2017-03-27T13:03:19.084964-07:00\",\r\n \"state\": \"Ended\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2017-03-27T13:02:49.3924073-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2017-03-27T13:02:49.7673933-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2017-03-27T13:03:05.4909094-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2017-03-27T13:03:05.5065198-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:190329ce-2070-4cbd-8cfb-1c3d8c0ecfe3\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2017-03-27T13:03:05.5065198-07:00\",\r\n \"details\": \"runtimeVersion:kobo_vnext_signed_5291470\"\r\n },\r\n {\r\n \"newState\": \"Running\",\r\n \"timeStamp\": \"2017-03-27T13:03:19.0693374-07:00\",\r\n \"details\": \"runAttempt:1\"\r\n },\r\n {\r\n \"newState\": \"Ended\",\r\n \"timeStamp\": \"2017-03-27T13:03:19.084964-07:00\",\r\n \"details\": \"result:Succeeded\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01app@SPI\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__CompilerTrace.log\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__CompilerTrace.log\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__CompilerPlan.json\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__CompilerPlan.json\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__AST.json\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__AST.json\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_vnext_signed_5291470\",\r\n \"rootProcessNodeId\": \"190329ce-2070-4cbd-8cfb-1c3d8c0ecfe3\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb18438; CREATE DATABASE testdb18438; \\n//Create Table\\nCREATE TABLE testdb18438.dbo.testtbl17545\\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 (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb18438.dbo.testtbl17545 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb18438.dbo.testtvf12667;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb18438.dbo.testtvf12667()\\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 testdb18438.dbo.testview15912 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb18438.dbo.testproc19005()\\nAS BEGIN\\n CREATE VIEW testdb18438.dbo.testview15912 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake18414.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/03/27/20/02/787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3/algebra.xml\",\r\n \"yarnApplicationId\": 90649,\r\n \"yarnApplicationTimeStamp\": 1490324134829,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT15.7235161S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0.0156104S\",\r\n \"totalRunningTime\": \"PT0.0156266S\",\r\n \"expirationTimeUtc\": \"0001-01-01T00:00:00\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"8db295d6-15ff-4ba2-af9d-080730a2dd75\",\r\n \"name\": \"testjob18826\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01app@SPI\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2017-04-20T17:20:07.6356319-07:00\",\r\n \"startTime\": \"2017-04-20T17:20:33.9484671-07:00\",\r\n \"endTime\": \"2017-04-20T17:20:39.9485524-07:00\",\r\n \"state\": \"Ended\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2017-04-20T17:20:07.6356319-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2017-04-20T17:20:08.0106182-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2017-04-20T17:20:24.6045689-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2017-04-20T17:20:24.6045689-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:342b628f-5eb9-485d-ba30-93d0822bef59\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2017-04-20T17:20:24.6201941-07:00\",\r\n \"details\": \"runtimeVersion:kobo_live_signed_5309115\"\r\n },\r\n {\r\n \"newState\": \"Running\",\r\n \"timeStamp\": \"2017-04-20T17:20:33.9484671-07:00\",\r\n \"details\": \"runAttempt:1\"\r\n },\r\n {\r\n \"newState\": \"Ended\",\r\n \"timeStamp\": \"2017-04-20T17:20:39.9485524-07:00\",\r\n \"details\": \"result:Succeeded\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01app@SPI\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__CompilerTrace.log\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__CompilerTrace.log\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__CompilerPlan.json\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__CompilerPlan.json\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__AST.json\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__AST.json\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_live_signed_5309115\",\r\n \"rootProcessNodeId\": \"342b628f-5eb9-485d-ba30-93d0822bef59\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb15920; CREATE DATABASE testdb15920; \\n//Create Table\\nCREATE TABLE testdb15920.dbo.testtbl11379\\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 (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb15920.dbo.testtbl11379 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb15920.dbo.testtvf18049;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb15920.dbo.testtvf18049()\\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 testdb15920.dbo.testview12770 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb15920.dbo.testproc11086()\\nAS BEGIN\\n CREATE VIEW testdb15920.dbo.testview12770 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/algebra.xml\",\r\n \"yarnApplicationId\": 706057,\r\n \"yarnApplicationTimeStamp\": 1491814886043,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT16.5939507S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT6.0000853S\",\r\n \"expirationTimeUtc\": \"0001-01-01T00:00:00\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1867,13 +1945,13 @@ "no-store, no-cache, max-age=0, private" ], "Date": [ - "Mon, 27 Mar 2017 20:03:21 GMT" + "Fri, 21 Apr 2017 00:20:45 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "bf31ff44-8d90-4eee-8e99-d4a6fd298915" + "7595e67e-0cf4-4e5d-88ab-b5c3fb0725e6" ], "X-Content-Type-Options": [ "nosniff" @@ -1891,16 +1969,164 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a75d3e2e-6882-4a28-aa97-cc6af0f9f473" + "38e30eab-4a05-4f5f-8ed5-bb93d0f47fd2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/2.2.0-preview" + ] + }, + "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba21640.azuredatalakeanalytics.net/sqlip/$metadata#databases\",\r\n \"value\": [\r\n {\r\n \"computeAccountName\": \"testaba21640\",\r\n \"databaseName\": \"master\",\r\n \"version\": \"7dd05e60-72ab-4a94-ac44-0f9e6a714913\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba21640\",\r\n \"databaseName\": \"testdb15920\",\r\n \"version\": \"b2267aec-78fa-4889-83f9-2e650b91e730\"\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; odata.metadata=minimal; odata.streaming=true" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-store, no-cache, max-age=0, private" + ], + "Date": [ + "Fri, 21 Apr 2017 00:20:46 GMT" + ], + "Transfer-Encoding": [ + "chunked" + ], + "x-ms-request-id": [ + "c44ce6f4-787c-4df8-a988-dfd202729c6b" + ], + "OData-Version": [ + "4.0" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=15724800; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/catalog/usql/databases/testdb15920?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTU5MjA/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1d8ae9ea-fff1-43fc-a538-edb1626852ff" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/2.2.0-preview" + ] + }, + "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba21640.azuredatalakeanalytics.net/sqlip/$metadata#databases/$entity\",\r\n \"computeAccountName\": \"testaba21640\",\r\n \"databaseName\": \"testdb15920\",\r\n \"version\": \"b2267aec-78fa-4889-83f9-2e650b91e730\"\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; odata.metadata=minimal; odata.streaming=true" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-store, no-cache, max-age=0, private" + ], + "Date": [ + "Fri, 21 Apr 2017 00:20:46 GMT" + ], + "Transfer-Encoding": [ + "chunked" + ], + "x-ms-request-id": [ + "b9048231-1ee4-4cf3-91f3-0bb1c4ede60b" + ], + "OData-Version": [ + "4.0" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=15724800; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/catalog/usql/databases/testdb15920/schemas/dbo/tables?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTU5MjAvc2NoZW1hcy9kYm8vdGFibGVzP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7bc55d7b-73b0-4229-975a-fd720294a9ce" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/2.2.0-preview" + ] + }, + "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba21640.azuredatalakeanalytics.net/sqlip/$metadata#tables\",\r\n \"value\": [\r\n {\r\n \"computeAccountName\": \"testaba21640\",\r\n \"databaseName\": \"testdb15920\",\r\n \"schemaName\": \"dbo\",\r\n \"tableName\": \"testtbl11379\",\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\": \"203e0580-f070-43c1-a355-3397b122c219\",\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\": \"7068facc-c943-4931-ad04-e8c999e440de\"\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; odata.metadata=minimal; odata.streaming=true" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-store, no-cache, max-age=0, private" + ], + "Date": [ + "Fri, 21 Apr 2017 00:20:46 GMT" + ], + "Transfer-Encoding": [ + "chunked" + ], + "x-ms-request-id": [ + "22c2c57a-8443-4cf9-9aaf-863c071cc2ab" + ], + "OData-Version": [ + "4.0" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=15724800; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/catalog/usql/databases/testdb15920/tables?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTU5MjAvdGFibGVzP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6a929932-7997-4fe2-a20c-c9015e15f0ec" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/2.1.0-preview" + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/2.2.0-preview" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba24858.azuredatalakeanalytics.net/sqlip/$metadata#databases\",\r\n \"value\": [\r\n {\r\n \"computeAccountName\": \"testaba24858\",\r\n \"databaseName\": \"master\",\r\n \"version\": \"0285c445-83f8-4ab2-b875-cdc4de7b6e0f\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba24858\",\r\n \"databaseName\": \"testdb18438\",\r\n \"version\": \"9f69665f-a126-490b-8dda-dbf62089f96f\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba21640.azuredatalakeanalytics.net/sqlip/$metadata#tables\",\r\n \"value\": [\r\n {\r\n \"computeAccountName\": \"testaba21640\",\r\n \"databaseName\": \"testdb15920\",\r\n \"schemaName\": \"dbo\",\r\n \"tableName\": \"testtbl11379\",\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\": \"203e0580-f070-43c1-a355-3397b122c219\",\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\": \"7068facc-c943-4931-ad04-e8c999e440de\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -1912,13 +2138,13 @@ "no-store, no-cache, max-age=0, private" ], "Date": [ - "Mon, 27 Mar 2017 20:03:21 GMT" + "Fri, 21 Apr 2017 00:20:46 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "95fb486b-0019-4f12-84c3-8a1bd1380cb1" + "d15b55f5-1127-496e-8c09-2420bd6a6629" ], "OData-Version": [ "4.0" @@ -1933,22 +2159,23 @@ "StatusCode": 200 }, { - "RequestUri": "/catalog/usql/databases/testdb18438?api-version=2016-11-01", - "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTg0Mzg/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/catalog/usql/databases/testdb15920/schemas/dbo/tables/testtbl11379?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTU5MjAvc2NoZW1hcy9kYm8vdGFibGVzL3Rlc3R0YmwxMTM3OT9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7c1a4170-2db5-4b23-8627-7215dde4b975" + "582049f1-fea2-4e32-a3c2-5d8890cf622c" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/2.1.0-preview" + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/2.2.0-preview" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba24858.azuredatalakeanalytics.net/sqlip/$metadata#databases/$entity\",\r\n \"computeAccountName\": \"testaba24858\",\r\n \"databaseName\": \"testdb18438\",\r\n \"version\": \"9f69665f-a126-490b-8dda-dbf62089f96f\"\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba21640.azuredatalakeanalytics.net/sqlip/$metadata#tables/$entity\",\r\n \"computeAccountName\": \"testaba21640\",\r\n \"databaseName\": \"testdb15920\",\r\n \"schemaName\": \"dbo\",\r\n \"tableName\": \"testtbl11379\",\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\": \"203e0580-f070-43c1-a355-3397b122c219\",\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\": \"7068facc-c943-4931-ad04-e8c999e440de\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -1960,13 +2187,13 @@ "no-store, no-cache, max-age=0, private" ], "Date": [ - "Mon, 27 Mar 2017 20:03:21 GMT" + "Fri, 21 Apr 2017 00:20:47 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "4da7327e-d63d-4478-abdf-c7bb2e235db4" + "9626f84b-af9f-452d-9dfe-76ef3515084a" ], "OData-Version": [ "4.0" @@ -1981,22 +2208,23 @@ "StatusCode": 200 }, { - "RequestUri": "/catalog/usql/databases/testdb18438/schemas/dbo/tables?api-version=2016-11-01", - "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTg0Mzgvc2NoZW1hcy9kYm8vdGFibGVzP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/catalog/usql/databases/testdb15920/schemas/dbo/tablevaluedfunctions?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTU5MjAvc2NoZW1hcy9kYm8vdGFibGV2YWx1ZWRmdW5jdGlvbnM/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8039f5b7-e3c0-43a1-b279-dcff853f6daa" + "7c2ec418-4813-4818-a45f-000069d6b277" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/2.1.0-preview" + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/2.2.0-preview" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba24858.azuredatalakeanalytics.net/sqlip/$metadata#tables\",\r\n \"value\": [\r\n {\r\n \"computeAccountName\": \"testaba24858\",\r\n \"databaseName\": \"testdb18438\",\r\n \"schemaName\": \"dbo\",\r\n \"tableName\": \"testtbl17545\",\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\": \"b513a70e-4e21-4951-ad04-095af21068d8\",\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\": \"89dbeb68-94bc-4da3-95d0-8ec93935a89a\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba21640.azuredatalakeanalytics.net/sqlip/$metadata#tablevaluedfunctions\",\r\n \"value\": [\r\n {\r\n \"computeAccountName\": \"testaba21640\",\r\n \"databaseName\": \"testdb15920\",\r\n \"schemaName\": \"dbo\",\r\n \"tvfName\": \"testtvf18049\",\r\n \"definition\": \"//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb15920.dbo.testtvf18049()\\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\": \"1744b90d-18b8-4d2a-9de5-0e0ab518c3fe\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -2008,13 +2236,13 @@ "no-store, no-cache, max-age=0, private" ], "Date": [ - "Mon, 27 Mar 2017 20:03:22 GMT" + "Fri, 21 Apr 2017 00:20:47 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "60c1445b-c7aa-42c7-ae17-a53fc9109c21" + "d0cb73b1-3b5a-4d04-80a8-7578e4f1fa3a" ], "OData-Version": [ "4.0" @@ -2029,22 +2257,23 @@ "StatusCode": 200 }, { - "RequestUri": "/catalog/usql/databases/testdb18438/schemas/dbo/tables/testtbl17545?api-version=2016-11-01", - "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTg0Mzgvc2NoZW1hcy9kYm8vdGFibGVzL3Rlc3R0YmwxNzU0NT9hcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/catalog/usql/databases/testdb15920/tablevaluedfunctions?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTU5MjAvdGFibGV2YWx1ZWRmdW5jdGlvbnM/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "38311e7f-f687-4bfb-b881-56873e28c6ee" + "4f4986e5-80cc-4050-995d-2b53bd27c4dd" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/2.1.0-preview" + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/2.2.0-preview" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba24858.azuredatalakeanalytics.net/sqlip/$metadata#tables/$entity\",\r\n \"computeAccountName\": \"testaba24858\",\r\n \"databaseName\": \"testdb18438\",\r\n \"schemaName\": \"dbo\",\r\n \"tableName\": \"testtbl17545\",\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\": \"b513a70e-4e21-4951-ad04-095af21068d8\",\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\": \"89dbeb68-94bc-4da3-95d0-8ec93935a89a\"\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba21640.azuredatalakeanalytics.net/sqlip/$metadata#tablevaluedfunctions\",\r\n \"value\": [\r\n {\r\n \"computeAccountName\": \"testaba21640\",\r\n \"databaseName\": \"testdb15920\",\r\n \"schemaName\": \"dbo\",\r\n \"tvfName\": \"testtvf18049\",\r\n \"definition\": \"//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb15920.dbo.testtvf18049()\\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\": \"1744b90d-18b8-4d2a-9de5-0e0ab518c3fe\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -2056,13 +2285,13 @@ "no-store, no-cache, max-age=0, private" ], "Date": [ - "Mon, 27 Mar 2017 20:03:22 GMT" + "Fri, 21 Apr 2017 00:20:47 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "89a91e73-2104-40f9-bd68-d4fef2380de6" + "3a6511b5-a26a-4586-a792-40e1422c9b86" ], "OData-Version": [ "4.0" @@ -2077,22 +2306,23 @@ "StatusCode": 200 }, { - "RequestUri": "/catalog/usql/databases/testdb18438/schemas/dbo/tablevaluedfunctions?api-version=2016-11-01", - "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTg0Mzgvc2NoZW1hcy9kYm8vdGFibGV2YWx1ZWRmdW5jdGlvbnM/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/catalog/usql/databases/testdb15920/schemas/dbo/tablevaluedfunctions/testtvf18049?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTU5MjAvc2NoZW1hcy9kYm8vdGFibGV2YWx1ZWRmdW5jdGlvbnMvdGVzdHR2ZjE4MDQ5P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1f7f327d-c131-4128-be46-23c2729bbe4b" + "a77357ea-1114-48e4-99db-51df0e97ee35" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/2.1.0-preview" + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/2.2.0-preview" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba24858.azuredatalakeanalytics.net/sqlip/$metadata#tablevaluedfunctions\",\r\n \"value\": [\r\n {\r\n \"computeAccountName\": \"testaba24858\",\r\n \"databaseName\": \"testdb18438\",\r\n \"schemaName\": \"dbo\",\r\n \"tvfName\": \"testtvf12667\",\r\n \"definition\": \"//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb18438.dbo.testtvf12667()\\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\": \"47834a00-1a6e-4029-9e74-af38bd1de13b\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba21640.azuredatalakeanalytics.net/sqlip/$metadata#tablevaluedfunctions/$entity\",\r\n \"computeAccountName\": \"testaba21640\",\r\n \"databaseName\": \"testdb15920\",\r\n \"schemaName\": \"dbo\",\r\n \"tvfName\": \"testtvf18049\",\r\n \"definition\": \"//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb15920.dbo.testtvf18049()\\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\": \"1744b90d-18b8-4d2a-9de5-0e0ab518c3fe\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -2104,13 +2334,13 @@ "no-store, no-cache, max-age=0, private" ], "Date": [ - "Mon, 27 Mar 2017 20:03:22 GMT" + "Fri, 21 Apr 2017 00:20:47 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "ab0534b2-a48f-48e6-ace3-80728d58d458" + "f9eb8bb3-7bb6-449e-974c-0e7a15498318" ], "OData-Version": [ "4.0" @@ -2125,22 +2355,23 @@ "StatusCode": 200 }, { - "RequestUri": "/catalog/usql/databases/testdb18438/schemas/dbo/tablevaluedfunctions/testtvf12667?api-version=2016-11-01", - "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTg0Mzgvc2NoZW1hcy9kYm8vdGFibGV2YWx1ZWRmdW5jdGlvbnMvdGVzdHR2ZjEyNjY3P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/catalog/usql/databases/testdb15920/schemas/dbo/views?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTU5MjAvc2NoZW1hcy9kYm8vdmlld3M/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f4804122-34e1-4a23-b817-cb992dd295c5" + "e8c27035-8214-4a2e-8724-ef886e2b3ac5" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/2.1.0-preview" + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/2.2.0-preview" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba24858.azuredatalakeanalytics.net/sqlip/$metadata#tablevaluedfunctions/$entity\",\r\n \"computeAccountName\": \"testaba24858\",\r\n \"databaseName\": \"testdb18438\",\r\n \"schemaName\": \"dbo\",\r\n \"tvfName\": \"testtvf12667\",\r\n \"definition\": \"//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb18438.dbo.testtvf12667()\\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\": \"47834a00-1a6e-4029-9e74-af38bd1de13b\"\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba21640.azuredatalakeanalytics.net/sqlip/$metadata#views\",\r\n \"value\": [\r\n {\r\n \"computeAccountName\": \"testaba21640\",\r\n \"databaseName\": \"testdb15920\",\r\n \"schemaName\": \"dbo\",\r\n \"viewName\": \"testview12770\",\r\n \"definition\": \"CREATE VIEW testdb15920.dbo.testview12770 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\",\r\n \"version\": \"4e7356c6-d8f3-46a1-aff7-2169eb3d8bd7\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -2152,13 +2383,13 @@ "no-store, no-cache, max-age=0, private" ], "Date": [ - "Mon, 27 Mar 2017 20:03:22 GMT" + "Fri, 21 Apr 2017 00:20:47 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "d75e946a-d182-4aec-96b9-dcfce64afb5a" + "d3492ae7-e480-49a7-aa45-69550f108e04" ], "OData-Version": [ "4.0" @@ -2173,22 +2404,23 @@ "StatusCode": 200 }, { - "RequestUri": "/catalog/usql/databases/testdb18438/schemas/dbo/views?api-version=2016-11-01", - "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTg0Mzgvc2NoZW1hcy9kYm8vdmlld3M/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/catalog/usql/databases/testdb15920/views?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTU5MjAvdmlld3M/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c8781715-5cf1-433e-aa24-ee34dd3586ab" + "83dcd47a-0a5c-4fc5-bedc-01838b4b3600" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/2.1.0-preview" + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/2.2.0-preview" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba24858.azuredatalakeanalytics.net/sqlip/$metadata#views\",\r\n \"value\": [\r\n {\r\n \"computeAccountName\": \"testaba24858\",\r\n \"databaseName\": \"testdb18438\",\r\n \"schemaName\": \"dbo\",\r\n \"viewName\": \"testview15912\",\r\n \"definition\": \"CREATE VIEW testdb18438.dbo.testview15912 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\",\r\n \"version\": \"17e15e3b-aebe-4c67-a94d-90dfba59790b\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba21640.azuredatalakeanalytics.net/sqlip/$metadata#views\",\r\n \"value\": [\r\n {\r\n \"computeAccountName\": \"testaba21640\",\r\n \"databaseName\": \"testdb15920\",\r\n \"schemaName\": \"dbo\",\r\n \"viewName\": \"testview12770\",\r\n \"definition\": \"CREATE VIEW testdb15920.dbo.testview12770 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\",\r\n \"version\": \"4e7356c6-d8f3-46a1-aff7-2169eb3d8bd7\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -2200,13 +2432,13 @@ "no-store, no-cache, max-age=0, private" ], "Date": [ - "Mon, 27 Mar 2017 20:03:22 GMT" + "Fri, 21 Apr 2017 00:20:48 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "d4841b02-df8c-4f48-ba56-3b4bd6623458" + "5dcdb5b8-ab75-435b-8589-7f6e93dc6a3d" ], "OData-Version": [ "4.0" @@ -2221,22 +2453,23 @@ "StatusCode": 200 }, { - "RequestUri": "/catalog/usql/databases/testdb18438/schemas/dbo/views/testview15912?api-version=2016-11-01", - "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTg0Mzgvc2NoZW1hcy9kYm8vdmlld3MvdGVzdHZpZXcxNTkxMj9hcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/catalog/usql/databases/testdb15920/schemas/dbo/views/testview12770?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTU5MjAvc2NoZW1hcy9kYm8vdmlld3MvdGVzdHZpZXcxMjc3MD9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5102de56-2591-4f47-90c5-cd33e1d84729" + "c78c369e-72b3-4100-9e79-6c945347738b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/2.1.0-preview" + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/2.2.0-preview" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba24858.azuredatalakeanalytics.net/sqlip/$metadata#views/$entity\",\r\n \"computeAccountName\": \"testaba24858\",\r\n \"databaseName\": \"testdb18438\",\r\n \"schemaName\": \"dbo\",\r\n \"viewName\": \"testview15912\",\r\n \"definition\": \"CREATE VIEW testdb18438.dbo.testview15912 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\",\r\n \"version\": \"17e15e3b-aebe-4c67-a94d-90dfba59790b\"\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba21640.azuredatalakeanalytics.net/sqlip/$metadata#views/$entity\",\r\n \"computeAccountName\": \"testaba21640\",\r\n \"databaseName\": \"testdb15920\",\r\n \"schemaName\": \"dbo\",\r\n \"viewName\": \"testview12770\",\r\n \"definition\": \"CREATE VIEW testdb15920.dbo.testview12770 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\",\r\n \"version\": \"4e7356c6-d8f3-46a1-aff7-2169eb3d8bd7\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -2248,13 +2481,13 @@ "no-store, no-cache, max-age=0, private" ], "Date": [ - "Mon, 27 Mar 2017 20:03:23 GMT" + "Fri, 21 Apr 2017 00:20:48 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "d40eb461-3af9-48c3-962f-c7db6bd8e246" + "d1d39e72-288a-485d-8ef0-66591a0c308b" ], "OData-Version": [ "4.0" @@ -2269,22 +2502,23 @@ "StatusCode": 200 }, { - "RequestUri": "/catalog/usql/databases/testdb18438/schemas/dbo/procedures?api-version=2016-11-01", - "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTg0Mzgvc2NoZW1hcy9kYm8vcHJvY2VkdXJlcz9hcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/catalog/usql/databases/testdb15920/schemas/dbo/procedures?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTU5MjAvc2NoZW1hcy9kYm8vcHJvY2VkdXJlcz9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "67001b17-fe3d-4f92-b120-37adf9e5e7b5" + "85e52c55-2361-43bd-8023-68222796391a" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/2.1.0-preview" + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/2.2.0-preview" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba24858.azuredatalakeanalytics.net/sqlip/$metadata#procedures\",\r\n \"value\": [\r\n {\r\n \"computeAccountName\": \"testaba24858\",\r\n \"databaseName\": \"testdb18438\",\r\n \"schemaName\": \"dbo\",\r\n \"procName\": \"testproc19005\",\r\n \"definition\": \"CREATE PROCEDURE testdb18438.dbo.testproc19005()\\nAS BEGIN\\n CREATE VIEW testdb18438.dbo.testview15912 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"version\": \"f54d58e7-90fe-4431-9af7-7042af3c6604\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba21640.azuredatalakeanalytics.net/sqlip/$metadata#procedures\",\r\n \"value\": [\r\n {\r\n \"computeAccountName\": \"testaba21640\",\r\n \"databaseName\": \"testdb15920\",\r\n \"schemaName\": \"dbo\",\r\n \"procName\": \"testproc11086\",\r\n \"definition\": \"CREATE PROCEDURE testdb15920.dbo.testproc11086()\\nAS BEGIN\\n CREATE VIEW testdb15920.dbo.testview12770 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"version\": \"9190e6b0-ad06-4b9e-b2cc-83bf0c7de82c\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -2296,13 +2530,13 @@ "no-store, no-cache, max-age=0, private" ], "Date": [ - "Mon, 27 Mar 2017 20:03:23 GMT" + "Fri, 21 Apr 2017 00:20:48 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "a2806bfc-9ed9-406d-8981-8d1a56b6ef57" + "471a62e7-f278-41c5-9a90-f10c37ff3c24" ], "OData-Version": [ "4.0" @@ -2317,22 +2551,23 @@ "StatusCode": 200 }, { - "RequestUri": "/catalog/usql/databases/testdb18438/schemas/dbo/procedures/testproc19005?api-version=2016-11-01", - "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTg0Mzgvc2NoZW1hcy9kYm8vcHJvY2VkdXJlcy90ZXN0cHJvYzE5MDA1P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/catalog/usql/databases/testdb15920/schemas/dbo/procedures/testproc11086?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTU5MjAvc2NoZW1hcy9kYm8vcHJvY2VkdXJlcy90ZXN0cHJvYzExMDg2P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c03f04e6-214e-445a-bef6-b5bd938a994d" + "8a3c94d2-9eca-498d-b762-2aea3f891557" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/2.1.0-preview" + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/2.2.0-preview" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba24858.azuredatalakeanalytics.net/sqlip/$metadata#procedures/$entity\",\r\n \"computeAccountName\": \"testaba24858\",\r\n \"databaseName\": \"testdb18438\",\r\n \"schemaName\": \"dbo\",\r\n \"procName\": \"testproc19005\",\r\n \"definition\": \"CREATE PROCEDURE testdb18438.dbo.testproc19005()\\nAS BEGIN\\n CREATE VIEW testdb18438.dbo.testview15912 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"version\": \"f54d58e7-90fe-4431-9af7-7042af3c6604\"\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba21640.azuredatalakeanalytics.net/sqlip/$metadata#procedures/$entity\",\r\n \"computeAccountName\": \"testaba21640\",\r\n \"databaseName\": \"testdb15920\",\r\n \"schemaName\": \"dbo\",\r\n \"procName\": \"testproc11086\",\r\n \"definition\": \"CREATE PROCEDURE testdb15920.dbo.testproc11086()\\nAS BEGIN\\n CREATE VIEW testdb15920.dbo.testview12770 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"version\": \"9190e6b0-ad06-4b9e-b2cc-83bf0c7de82c\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -2344,13 +2579,13 @@ "no-store, no-cache, max-age=0, private" ], "Date": [ - "Mon, 27 Mar 2017 20:03:23 GMT" + "Fri, 21 Apr 2017 00:20:48 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "d259346c-aa02-4a7f-badf-ad4ae0ac6ed9" + "1ea3633f-9fd3-4b44-8fef-f8e12157154a" ], "OData-Version": [ "4.0" @@ -2365,22 +2600,23 @@ "StatusCode": 200 }, { - "RequestUri": "/catalog/usql/databases/testdb18438/schemas/dbo/tables/testtbl17545/partitions?api-version=2016-11-01", - "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTg0Mzgvc2NoZW1hcy9kYm8vdGFibGVzL3Rlc3R0YmwxNzU0NS9wYXJ0aXRpb25zP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/catalog/usql/databases/testdb15920/schemas/dbo/tables/testtbl11379/partitions?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTU5MjAvc2NoZW1hcy9kYm8vdGFibGVzL3Rlc3R0YmwxMTM3OS9wYXJ0aXRpb25zP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9dadccdd-a2a3-4c8a-a86a-c2a7c7732441" + "a066d0da-7bc2-46d4-9a53-3baf45695571" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/2.1.0-preview" + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/2.2.0-preview" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba24858.azuredatalakeanalytics.net/sqlip/$metadata#partitions\",\r\n \"value\": [\r\n {\r\n \"computeAccountName\": \"testaba24858\",\r\n \"databaseName\": \"testdb18438\",\r\n \"schemaName\": \"dbo\",\r\n \"partitionName\": \"testtbl17545_Partition_b9bdd796-6ee6-4c15-916e-9de16985f6ac\",\r\n \"indexId\": 1,\r\n \"label\": [\r\n \"1\"\r\n ],\r\n \"createDate\": \"2017-03-27T20:03:13.537-07:00\",\r\n \"parentName\": {\r\n \"server\": \"4ebb4031-a323-4746-a6ec-fbab5be03820\",\r\n \"firstPart\": \"testdb18438\",\r\n \"secondPart\": \"dbo\",\r\n \"thirdPart\": \"testtbl17545\",\r\n \"fourthPart\": null\r\n },\r\n \"version\": \"b154f876-f780-4550-a20a-56c6584fd1a1\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba21640.azuredatalakeanalytics.net/sqlip/$metadata#partitions\",\r\n \"value\": [\r\n {\r\n \"computeAccountName\": \"testaba21640\",\r\n \"databaseName\": \"testdb15920\",\r\n \"schemaName\": \"dbo\",\r\n \"partitionName\": \"testtbl11379_Partition_1d483546-663c-4d52-859c-ff953f6fbdd7\",\r\n \"indexId\": 1,\r\n \"label\": [\r\n \"1\"\r\n ],\r\n \"createDate\": \"2017-04-21T00:20:32.203-07:00\",\r\n \"parentName\": {\r\n \"server\": \"76411d12-b78b-4ac4-ab9d-96e75f620545\",\r\n \"firstPart\": \"testdb15920\",\r\n \"secondPart\": \"dbo\",\r\n \"thirdPart\": \"testtbl11379\",\r\n \"fourthPart\": null\r\n },\r\n \"version\": \"00051689-adf2-4021-9a52-8fe2f709a31b\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -2392,13 +2628,13 @@ "no-store, no-cache, max-age=0, private" ], "Date": [ - "Mon, 27 Mar 2017 20:03:24 GMT" + "Fri, 21 Apr 2017 00:20:48 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "aee43c10-a757-4626-8a6e-8da7a7ed0c6a" + "79dc7841-0a86-4718-9b3d-e9f1cdcf9735" ], "OData-Version": [ "4.0" @@ -2413,22 +2649,23 @@ "StatusCode": 200 }, { - "RequestUri": "/catalog/usql/databases/testdb18438/schemas/dbo/tables/testtbl17545/partitions/testtbl17545_Partition_b9bdd796-6ee6-4c15-916e-9de16985f6ac?api-version=2016-11-01", - "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTg0Mzgvc2NoZW1hcy9kYm8vdGFibGVzL3Rlc3R0YmwxNzU0NS9wYXJ0aXRpb25zL3Rlc3R0YmwxNzU0NV9QYXJ0aXRpb25fYjliZGQ3OTYtNmVlNi00YzE1LTkxNmUtOWRlMTY5ODVmNmFjP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/catalog/usql/databases/testdb15920/schemas/dbo/tables/testtbl11379/partitions/testtbl11379_Partition_1d483546-663c-4d52-859c-ff953f6fbdd7?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTU5MjAvc2NoZW1hcy9kYm8vdGFibGVzL3Rlc3R0YmwxMTM3OS9wYXJ0aXRpb25zL3Rlc3R0YmwxMTM3OV9QYXJ0aXRpb25fMWQ0ODM1NDYtNjYzYy00ZDUyLTg1OWMtZmY5NTNmNmZiZGQ3P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "09c8de61-dbda-42a0-878e-cede2739fe62" + "137d9988-2d1f-491e-a985-57d107120a98" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/2.1.0-preview" + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/2.2.0-preview" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba24858.azuredatalakeanalytics.net/sqlip/$metadata#partitions/$entity\",\r\n \"computeAccountName\": \"testaba24858\",\r\n \"databaseName\": \"testdb18438\",\r\n \"schemaName\": \"dbo\",\r\n \"partitionName\": \"testtbl17545_Partition_b9bdd796-6ee6-4c15-916e-9de16985f6ac\",\r\n \"indexId\": 1,\r\n \"label\": [\r\n \"1\"\r\n ],\r\n \"createDate\": \"2017-03-27T20:03:13.537-07:00\",\r\n \"parentName\": {\r\n \"server\": \"4ebb4031-a323-4746-a6ec-fbab5be03820\",\r\n \"firstPart\": \"testdb18438\",\r\n \"secondPart\": \"dbo\",\r\n \"thirdPart\": \"testtbl17545\",\r\n \"fourthPart\": null\r\n },\r\n \"version\": \"b154f876-f780-4550-a20a-56c6584fd1a1\"\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba21640.azuredatalakeanalytics.net/sqlip/$metadata#partitions/$entity\",\r\n \"computeAccountName\": \"testaba21640\",\r\n \"databaseName\": \"testdb15920\",\r\n \"schemaName\": \"dbo\",\r\n \"partitionName\": \"testtbl11379_Partition_1d483546-663c-4d52-859c-ff953f6fbdd7\",\r\n \"indexId\": 1,\r\n \"label\": [\r\n \"1\"\r\n ],\r\n \"createDate\": \"2017-04-21T00:20:32.203-07:00\",\r\n \"parentName\": {\r\n \"server\": \"76411d12-b78b-4ac4-ab9d-96e75f620545\",\r\n \"firstPart\": \"testdb15920\",\r\n \"secondPart\": \"dbo\",\r\n \"thirdPart\": \"testtbl11379\",\r\n \"fourthPart\": null\r\n },\r\n \"version\": \"00051689-adf2-4021-9a52-8fe2f709a31b\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -2440,13 +2677,13 @@ "no-store, no-cache, max-age=0, private" ], "Date": [ - "Mon, 27 Mar 2017 20:03:24 GMT" + "Fri, 21 Apr 2017 00:20:49 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "0b212b1a-569c-4990-a5dd-29e446c9f868" + "8573bf84-2ba3-4e0c-ba9c-40269a50a3c2" ], "OData-Version": [ "4.0" @@ -2461,22 +2698,23 @@ "StatusCode": 200 }, { - "RequestUri": "/catalog/usql/databases/testdb18438/schemas/dbo/types?api-version=2016-11-01", - "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTg0Mzgvc2NoZW1hcy9kYm8vdHlwZXM/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/catalog/usql/databases/testdb15920/schemas/dbo/types?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTU5MjAvc2NoZW1hcy9kYm8vdHlwZXM/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f08a3006-3c49-4023-87bd-72fc986af257" + "f351f8a0-a7b7-41a0-aac7-c77497c2c28e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/2.1.0-preview" + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/2.2.0-preview" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba24858.azuredatalakeanalytics.net/sqlip/$metadata#types\",\r\n \"value\": [\r\n {\r\n \"computeAccountName\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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://testaba21640.azuredatalakeanalytics.net/sqlip/$metadata#types\",\r\n \"value\": [\r\n {\r\n \"computeAccountName\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 173,\r\n \"userTypeId\": 173,\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\": \"testaba21640\",\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\": 104,\r\n \"userTypeId\": 104,\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\": \"testaba21640\",\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\": 48,\r\n \"userTypeId\": 48,\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\": \"testaba21640\",\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\": 42,\r\n \"userTypeId\": 42,\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\": \"testaba21640\",\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\": 106,\r\n \"userTypeId\": 106,\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\": \"testaba21640\",\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\": 62,\r\n \"userTypeId\": 62,\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\": \"testaba21640\",\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\": 36,\r\n \"userTypeId\": 36,\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\": \"testaba21640\",\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\": 52,\r\n \"userTypeId\": 52,\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\": \"testaba21640\",\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\": 56,\r\n \"userTypeId\": 56,\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\": \"testaba21640\",\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\": 127,\r\n \"userTypeId\": 127,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 60,\r\n \"userTypeId\": 60,\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\": \"testaba21640\",\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\": 59,\r\n \"userTypeId\": 59,\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\": \"testaba21640\",\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\": 231,\r\n \"userTypeId\": 231,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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" @@ -2488,13 +2726,13 @@ "no-store, no-cache, max-age=0, private" ], "Date": [ - "Mon, 27 Mar 2017 20:03:24 GMT" + "Fri, 21 Apr 2017 00:20:49 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "ab63afab-29d6-463f-bf5b-f921f9062781" + "7806b702-6069-4dce-bae9-f92057907e06" ], "OData-Version": [ "4.0" @@ -2509,22 +2747,23 @@ "StatusCode": 200 }, { - "RequestUri": "/catalog/usql/databases/testdb18438/schemas/dbo/types?$filter=isComplexType%20eq%20false&api-version=2016-11-01", - "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTg0Mzgvc2NoZW1hcy9kYm8vdHlwZXM/JGZpbHRlcj1pc0NvbXBsZXhUeXBlJTIwZXElMjBmYWxzZSZhcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/catalog/usql/databases/testdb15920/schemas/dbo/types?$filter=isComplexType%20eq%20false&api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTU5MjAvc2NoZW1hcy9kYm8vdHlwZXM/JGZpbHRlcj1pc0NvbXBsZXhUeXBlJTIwZXElMjBmYWxzZSZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "068205e8-0f6f-4033-8801-292770830de2" + "d1f96881-088a-4675-95bb-d325706ba82a" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/2.1.0-preview" + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/2.2.0-preview" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba24858.azuredatalakeanalytics.net/sqlip/$metadata#types\",\r\n \"value\": [\r\n {\r\n \"computeAccountName\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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\": \"testaba24858\",\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://testaba21640.azuredatalakeanalytics.net/sqlip/$metadata#types\",\r\n \"value\": [\r\n {\r\n \"computeAccountName\": \"testaba21640\",\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\": 173,\r\n \"userTypeId\": 173,\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\": \"testaba21640\",\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\": 104,\r\n \"userTypeId\": 104,\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\": \"testaba21640\",\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\": 48,\r\n \"userTypeId\": 48,\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\": \"testaba21640\",\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\": 42,\r\n \"userTypeId\": 42,\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\": \"testaba21640\",\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\": 106,\r\n \"userTypeId\": 106,\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\": \"testaba21640\",\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\": 62,\r\n \"userTypeId\": 62,\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\": \"testaba21640\",\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\": 36,\r\n \"userTypeId\": 36,\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\": \"testaba21640\",\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\": 52,\r\n \"userTypeId\": 52,\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\": \"testaba21640\",\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\": 56,\r\n \"userTypeId\": 56,\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\": \"testaba21640\",\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\": 127,\r\n \"userTypeId\": 127,\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\": \"testaba21640\",\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\": 60,\r\n \"userTypeId\": 60,\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\": \"testaba21640\",\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\": 59,\r\n \"userTypeId\": 59,\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\": \"testaba21640\",\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\": 231,\r\n \"userTypeId\": 231,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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" @@ -2536,13 +2775,13 @@ "no-store, no-cache, max-age=0, private" ], "Date": [ - "Mon, 27 Mar 2017 20:03:27 GMT" + "Fri, 21 Apr 2017 00:20:49 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "03a6575a-4634-4af0-90e0-d3602222ee8b" + "bef892a4-1644-4265-8e75-71d7b99b7dea" ], "OData-Version": [ "4.0" @@ -2559,27 +2798,27 @@ ], "Names": { ".ctor": [ - "rgaba12062", - "testaba14276", - "testaba24858", - "teststorage16801", - "testdatalake18414", - "testdatalake26319", - "testazureblob19364", - "testdb18438", - "testtbl17545", - "testtvf12667", - "testproc19005", - "testview15912", - "testcred16578", - "testsecret1897", - "testsecretpwd19446" + "rgaba15581", + "testaba19024", + "testaba21640", + "teststorage15929", + "testdatalake14891", + "testdatalake28972", + "testazureblob14878", + "testdb15920", + "testtbl11379", + "testtvf18049", + "testproc11086", + "testview12770", + "testcred11108", + "testsecret13434", + "testsecretpwd18978" ], "CreateCatalog": [ - "787acb7b-7edd-4ca7-8ba1-ea00a0c0bfb3" + "8db295d6-15ff-4ba2-af9d-080730a2dd75" ], "RunJobToCompletion": [ - "testjob13068" + "testjob18826" ] }, "Variables": { diff --git a/src/SDKs/DataLake.Analytics/DataLakeAnalytics.Tests/SessionRecords/DataLakeAnalyticsCatalog.Tests.CatalogOperationTests/GetCatalogItemsTest.json b/src/SDKs/DataLake.Analytics/DataLakeAnalytics.Tests/SessionRecords/DataLakeAnalyticsCatalog.Tests.CatalogOperationTests/GetCatalogItemsTest.json index e41a4d22fb02b..6adfe3d3c21cc 100644 --- a/src/SDKs/DataLake.Analytics/DataLakeAnalytics.Tests/SessionRecords/DataLakeAnalyticsCatalog.Tests.CatalogOperationTests/GetCatalogItemsTest.json +++ b/src/SDKs/DataLake.Analytics/DataLakeAnalytics.Tests/SessionRecords/DataLakeAnalyticsCatalog.Tests.CatalogOperationTests/GetCatalogItemsTest.json @@ -1,29 +1,2083 @@ { "Entries": [ { - "RequestUri": "/catalog/usql/databases?api-version=2015-10-01-preview", - "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXM/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeAnalytics/register?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvcmVnaXN0ZXI/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3cf1d715-2bba-4a00-abee-84b3d6d1ac77" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "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\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\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 \"North Europe\",\r\n \"Central US\"\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 \"North Europe\",\r\n \"Central US\"\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 \"North Europe\",\r\n \"Central US\"\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 \"North Europe\",\r\n \"Central US\"\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": [ + "Fri, 21 Apr 2017 00:18:15 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-request-id": [ + "ca80628e-6012-4c8d-80f6-605afae54543" + ], + "x-ms-correlation-request-id": [ + "ca80628e-6012-4c8d-80f6-605afae54543" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20170421T001816Z:ca80628e-6012-4c8d-80f6-605afae54543" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeAnalytics?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3M/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "30605fb6-a14d-46fa-a457-49225e7036c9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "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\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\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 \"North Europe\",\r\n \"Central US\"\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 \"North Europe\",\r\n \"Central US\"\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 \"North Europe\",\r\n \"Central US\"\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 \"North Europe\",\r\n \"Central US\"\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": [ + "Fri, 21 Apr 2017 00:18:15 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14998" + ], + "x-ms-request-id": [ + "e8c37a7c-3ac9-4658-bbb1-ba9a46b7fd79" + ], + "x-ms-correlation-request-id": [ + "e8c37a7c-3ac9-4658-bbb1-ba9a46b7fd79" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20170421T001816Z:e8c37a7c-3ac9-4658-bbb1-ba9a46b7fd79" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a1ad3a44-4858-438f-9435-693b69343cda" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "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 \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\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 \"South India\",\r\n \"Central India\",\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 \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\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, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\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 \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\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 \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\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 \"South India\",\r\n \"Central India\",\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 \"Korea Central\",\r\n \"Korea South\"\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 \"South India\",\r\n \"Central India\",\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 \"Korea Central\",\r\n \"Korea South\"\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": [ + "Fri, 21 Apr 2017 00:18:16 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-request-id": [ + "2596c8a4-9d3b-4539-8137-69718e689790" + ], + "x-ms-correlation-request-id": [ + "2596c8a4-9d3b-4539-8137-69718e689790" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20170421T001817Z:2596c8a4-9d3b-4539-8137-69718e689790" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4c6b1a6e-edb2-4e9b-80ef-04d1bcaf97a7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "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 \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\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 \"South India\",\r\n \"Central India\",\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 \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\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, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\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 \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\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 \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\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 \"South India\",\r\n \"Central India\",\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 \"Korea Central\",\r\n \"Korea South\"\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 \"South India\",\r\n \"Central India\",\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 \"Korea Central\",\r\n \"Korea South\"\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": [ + "Fri, 21 Apr 2017 00:18:16 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14997" + ], + "x-ms-request-id": [ + "434686f6-d14c-47b2-94e2-e93e95cf22a7" + ], + "x-ms-correlation-request-id": [ + "434686f6-d14c-47b2-94e2-e93e95cf22a7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20170421T001817Z:434686f6-d14c-47b2-94e2-e93e95cf22a7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "942bef42-f94c-45bd-b33a-63687b52f23a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "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 \"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 \"North Europe\",\r\n \"Central US\"\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 \"North Europe\",\r\n \"Central US\"\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": [ + "Fri, 21 Apr 2017 00:18:17 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1197" + ], + "x-ms-request-id": [ + "b55236bc-f2a8-444f-a4a3-3e856f041e3f" + ], + "x-ms-correlation-request-id": [ + "b55236bc-f2a8-444f-a4a3-3e856f041e3f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20170421T001818Z:b55236bc-f2a8-444f-a4a3-3e856f041e3f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d9164df0-4ff1-42ba-9ff4-c6968bf105ee" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "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 \"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 \"North Europe\",\r\n \"Central US\"\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 \"North Europe\",\r\n \"Central US\"\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": [ + "Fri, 21 Apr 2017 00:18:17 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14996" + ], + "x-ms-request-id": [ + "8b544580-f812-4f2a-b90e-d3891963eb6b" + ], + "x-ms-correlation-request-id": [ + "8b544580-f812-4f2a-b90e-d3891963eb6b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20170421T001818Z:8b544580-f812-4f2a-b90e-d3891963eb6b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba15581?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL3JnYWJhMTU1ODE/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b214e63b-3fcc-42ad-9fab-f10b24066d40" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'rgaba15581' could not be found.\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "102" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 21 Apr 2017 00:18:17 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-failure-cause": [ + "gateway" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14995" + ], + "x-ms-request-id": [ + "12397102-43ea-4485-a7f4-2fdf2470f6ac" + ], + "x-ms-correlation-request-id": [ + "12397102-43ea-4485-a7f4-2fdf2470f6ac" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20170421T001818Z:12397102-43ea-4485-a7f4-2fdf2470f6ac" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 404 + }, + { + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba15581?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL3JnYWJhMTU1ODE/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1185e23b-0c5d-43d7-aaf8-1c46a24c5cd9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15581\",\r\n \"name\": \"rgaba15581\",\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": [ + "Fri, 21 Apr 2017 00:18:19 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14994" + ], + "x-ms-request-id": [ + "3f6cf6a9-d7d5-49a4-8ad6-03a2e6f9bb31" + ], + "x-ms-correlation-request-id": [ + "3f6cf6a9-d7d5-49a4-8ad6-03a2e6f9bb31" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20170421T001820Z:3f6cf6a9-d7d5-49a4-8ad6-03a2e6f9bb31" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba15581?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL3JnYWJhMTU1ODE/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "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": [ + "377decd5-e2be-4c26-9880-06b02dc8b7ea" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15581\",\r\n \"name\": \"rgaba15581\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "174" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 21 Apr 2017 00:18:19 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1196" + ], + "x-ms-request-id": [ + "08af7acf-988b-485b-a0c0-8309229c0afb" + ], + "x-ms-correlation-request-id": [ + "08af7acf-988b-485b-a0c0-8309229c0afb" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20170421T001820Z:08af7acf-988b-485b-a0c0-8309229c0afb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15581/providers/Microsoft.DataLakeStore/accounts/testdatalake14891?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTU1ODEvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTE0ODkxP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "52176076-c5dc-4295-bd90-d12887073a9c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.1-preview" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testdatalake14891' under resource group 'rgaba15581' was not found.\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "164" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 21 Apr 2017 00:18:19 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-failure-cause": [ + "gateway" + ], + "x-ms-request-id": [ + "6fcbf6db-682e-43a3-886c-8008a63cf661" + ], + "x-ms-correlation-request-id": [ + "6fcbf6db-682e-43a3-886c-8008a63cf661" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20170421T001820Z:6fcbf6db-682e-43a3-886c-8008a63cf661" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 404 + }, + { + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15581/providers/Microsoft.DataLakeStore/accounts/testdatalake14891?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTU1ODEvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTE0ODkxP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.1-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 \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake14891.azuredatalakestore.net\",\r\n \"accountId\": \"ddedc630-de41-4375-8017-ec985ac0d7ab\",\r\n \"creationTime\": \"2017-04-21T00:18:21.3861962Z\",\r\n \"lastModifiedTime\": \"2017-04-21T00:18:21.3861962Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15581/providers/Microsoft.DataLakeStore/accounts/testdatalake14891\",\r\n \"name\": \"testdatalake14891\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Connection": [ + "close" + ], + "Date": [ + "Fri, 21 Apr 2017 00:18:53 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "1ebc70ca-d25e-4d9b-a90f-a327192f4392" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "05412f65-f814-43ab-a061-9d1fae8ec95a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20170421T001854Z:05412f65-f814-43ab-a061-9d1fae8ec95a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15581/providers/Microsoft.DataLakeStore/accounts/testdatalake14891?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTU1ODEvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTE0ODkxP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b982cb6d-c57d-42af-819d-3a57fa8ec31d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.1-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 \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake14891.azuredatalakestore.net\",\r\n \"accountId\": \"ddedc630-de41-4375-8017-ec985ac0d7ab\",\r\n \"creationTime\": \"2017-04-21T00:18:21.3861962Z\",\r\n \"lastModifiedTime\": \"2017-04-21T00:18:21.3861962Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15581/providers/Microsoft.DataLakeStore/accounts/testdatalake14891\",\r\n \"name\": \"testdatalake14891\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Connection": [ + "close" + ], + "Date": [ + "Fri, 21 Apr 2017 00:18:54 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "74b9316b-f939-436c-8497-cc5927310fb4" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "8f3ac039-aeb3-4420-8d85-78c7fad842b9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20170421T001854Z:8f3ac039-aeb3-4420-8d85-78c7fad842b9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15581/providers/Microsoft.DataLakeStore/accounts/testdatalake14891?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTU1ODEvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTE0ODkxP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a56da675-09f9-4f0e-b18e-dfcc1e3bedd6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.1-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 \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake14891.azuredatalakestore.net\",\r\n \"accountId\": \"ddedc630-de41-4375-8017-ec985ac0d7ab\",\r\n \"creationTime\": \"2017-04-21T00:18:21.3861962Z\",\r\n \"lastModifiedTime\": \"2017-04-21T00:18:21.3861962Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15581/providers/Microsoft.DataLakeStore/accounts/testdatalake14891\",\r\n \"name\": \"testdatalake14891\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Connection": [ + "close" + ], + "Date": [ + "Fri, 21 Apr 2017 00:19:30 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "97a81e78-edaf-4317-b3e8-a72ef30dc44e" + ], + "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": [ + "2ef639b4-b8bd-410e-9a1c-11a6d6c0c568" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20170421T001930Z:2ef639b4-b8bd-410e-9a1c-11a6d6c0c568" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15581/providers/Microsoft.DataLakeStore/accounts/testdatalake14891?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTU1ODEvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTE0ODkxP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "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": [ + "54a94e62-6488-41bd-a09c-d3577cb62776" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.1-preview" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"ddedc630-de41-4375-8017-ec985ac0d7ab\",\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/rgaba15581/providers/Microsoft.DataLakeStore/accounts/testdatalake14891\",\r\n \"name\": \"testdatalake14891\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "421" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Connection": [ + "close" + ], + "Date": [ + "Fri, 21 Apr 2017 00:18:21 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba15581/providers/Microsoft.DataLakeStore/accounts/testdatalake14891/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/ddedc630-de41-4375-8017-ec985ac0d7ab0?api-version=2016-11-01&expanded=true" + ], + "x-ms-request-id": [ + "1cfafdd2-9a59-43e3-b617-7f1b60c574fa" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "313ad85d-e022-4718-b4d2-f8a9bcd61b20" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20170421T001822Z:313ad85d-e022-4718-b4d2-f8a9bcd61b20" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/ddedc630-de41-4375-8017-ec985ac0d7ab0?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzL2RkZWRjNjMwLWRlNDEtNDM3NS04MDE3LWVjOTg1YWMwZDdhYjA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.1-preview" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Connection": [ + "close" + ], + "Date": [ + "Fri, 21 Apr 2017 00:18:52 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "75e1c894-e187-46df-9bf2-27aa10feba00" + ], + "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": [ + "024c0254-166e-4029-bd82-e03f5bb5dd4b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20170421T001853Z:024c0254-166e-4029-bd82-e03f5bb5dd4b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15581/providers/Microsoft.DataLakeStore/accounts/testdatalake28972?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTU1ODEvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTI4OTcyP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5176a168-0c93-4136-9245-1358b6d66ea3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.1-preview" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testdatalake28972' under resource group 'rgaba15581' was not found.\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "164" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 21 Apr 2017 00:18:54 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-failure-cause": [ + "gateway" + ], + "x-ms-request-id": [ + "0233245c-976a-4f06-b439-2e9649f30f5a" + ], + "x-ms-correlation-request-id": [ + "0233245c-976a-4f06-b439-2e9649f30f5a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20170421T001855Z:0233245c-976a-4f06-b439-2e9649f30f5a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 404 + }, + { + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15581/providers/Microsoft.DataLakeStore/accounts/testdatalake28972?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTU1ODEvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTI4OTcyP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.1-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 \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake28972.azuredatalakestore.net\",\r\n \"accountId\": \"6ac76ed6-e845-4f81-a8a6-2706483e2691\",\r\n \"creationTime\": \"2017-04-21T00:18:58.4943112Z\",\r\n \"lastModifiedTime\": \"2017-04-21T00:18:58.4943112Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15581/providers/Microsoft.DataLakeStore/accounts/testdatalake28972\",\r\n \"name\": \"testdatalake28972\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Connection": [ + "close" + ], + "Date": [ + "Fri, 21 Apr 2017 00:19:28 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "4376fa74-e0ef-484c-9556-e08499a4e005" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "7a3c09b9-89d7-426d-9796-92f4c858566c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20170421T001929Z:7a3c09b9-89d7-426d-9796-92f4c858566c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15581/providers/Microsoft.DataLakeStore/accounts/testdatalake28972?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTU1ODEvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTI4OTcyP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "52b2ef2b-11b7-46c9-a4dd-b94fd94d29ba" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.1-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 \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake28972.azuredatalakestore.net\",\r\n \"accountId\": \"6ac76ed6-e845-4f81-a8a6-2706483e2691\",\r\n \"creationTime\": \"2017-04-21T00:18:58.4943112Z\",\r\n \"lastModifiedTime\": \"2017-04-21T00:18:58.4943112Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15581/providers/Microsoft.DataLakeStore/accounts/testdatalake28972\",\r\n \"name\": \"testdatalake28972\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Connection": [ + "close" + ], + "Date": [ + "Fri, 21 Apr 2017 00:19:28 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "de98e3ef-16b6-4491-aeeb-6183d06c4cc0" + ], + "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": [ + "37c21a0b-7e9b-4ddc-b6d2-53a5c3765347" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20170421T001929Z:37c21a0b-7e9b-4ddc-b6d2-53a5c3765347" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15581/providers/Microsoft.DataLakeStore/accounts/testdatalake28972?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTU1ODEvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTI4OTcyP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "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": [ + "c1cf575e-ba10-4c65-b3a8-ea52f28a1317" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.1-preview" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"6ac76ed6-e845-4f81-a8a6-2706483e2691\",\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/rgaba15581/providers/Microsoft.DataLakeStore/accounts/testdatalake28972\",\r\n \"name\": \"testdatalake28972\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "421" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Connection": [ + "close" + ], + "Date": [ + "Fri, 21 Apr 2017 00:18:56 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba15581/providers/Microsoft.DataLakeStore/accounts/testdatalake28972/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/6ac76ed6-e845-4f81-a8a6-2706483e26910?api-version=2016-11-01&expanded=true" + ], + "x-ms-request-id": [ + "ecf5a920-c7cc-47f9-bbd1-1e1b728daa28" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "25e8cf7d-64fb-4f2d-8db7-74581023647c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20170421T001857Z:25e8cf7d-64fb-4f2d-8db7-74581023647c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/6ac76ed6-e845-4f81-a8a6-2706483e26910?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzZhYzc2ZWQ2LWU4NDUtNGY4MS1hOGE2LTI3MDY0ODNlMjY5MTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.1-preview" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Connection": [ + "close" + ], + "Date": [ + "Fri, 21 Apr 2017 00:19:27 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "d32fc8e1-e328-4d69-a61d-a5969881335f" + ], + "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": [ + "c3a5c478-9b4d-4bef-a2df-3546e9630413" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20170421T001928Z:c3a5c478-9b4d-4bef-a2df-3546e9630413" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15581/providers/Microsoft.DataLakeAnalytics/accounts/testaba21640?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTU1ODEvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMjE2NDA/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake14891\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"name\": \"testdatalake14891\"\r\n }\r\n ]\r\n },\r\n \"location\": \"East US 2\"\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "290" + ], + "x-ms-client-request-id": [ + "39a2f539-7424-4fe0-a5d7-3e387f2069ee" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/2.2.0-preview" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake14891\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"name\": \"testdatalake14891\"\r\n }\r\n ],\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"76411d12-b78b-4ac4-ab9d-96e75f620545\",\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/rgaba15581/providers/Microsoft.DataLakeAnalytics/accounts/testaba21640\",\r\n \"name\": \"testaba21640\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "573" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Connection": [ + "close" + ], + "Date": [ + "Fri, 21 Apr 2017 00:19:32 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba15581/providers/Microsoft.DataLakeAnalytics/accounts/testaba21640/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.DataLakeAnalytics/locations/EastUS2/operationResults/76411d12-b78b-4ac4-ab9d-96e75f6205450?api-version=2016-11-01&expanded=true" + ], + "x-ms-request-id": [ + "2d089022-e8ae-48e8-ae39-89dd42c9657e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "e264164c-57ed-4393-8e7b-7aafdd28e117" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20170421T001932Z:e264164c-57ed-4393-8e7b-7aafdd28e117" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeAnalytics/locations/EastUS2/operationResults/76411d12-b78b-4ac4-ab9d-96e75f6205450?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvbG9jYXRpb25zL0Vhc3RVUzIvb3BlcmF0aW9uUmVzdWx0cy83NjQxMWQxMi1iNzhiLTRhYzQtYWI5ZC05NmU3NWY2MjA1NDUwP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDEmZXhwYW5kZWQ9dHJ1ZQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/2.2.0-preview" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Connection": [ + "close" + ], + "Date": [ + "Fri, 21 Apr 2017 00:20:03 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "5ab345c4-59c5-4d04-98d8-c0637b93e374" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14996" + ], + "x-ms-correlation-request-id": [ + "5f357993-3af3-48f2-8954-6e0e9a13c75b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20170421T002003Z:5f357993-3af3-48f2-8954-6e0e9a13c75b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15581/providers/Microsoft.DataLakeAnalytics/accounts/testaba21640?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTU1ODEvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMjE2NDA/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/2.2.0-preview" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"defaultDataLakeStoreAccount\": \"testdatalake14891\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"name\": \"testdatalake14891\"\r\n }\r\n ],\r\n \"storageAccounts\": [],\r\n \"maxDegreeOfParallelism\": 250,\r\n \"maxJobCount\": 20,\r\n \"systemMaxDegreeOfParallelism\": 250,\r\n \"systemMaxJobCount\": 20,\r\n \"queryStoreRetention\": 30,\r\n \"hiveMetastores\": [],\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testaba21640.azuredatalakeanalytics.net\",\r\n \"accountId\": \"76411d12-b78b-4ac4-ab9d-96e75f620545\",\r\n \"creationTime\": \"2017-04-21T00:19:40.3202307Z\",\r\n \"lastModifiedTime\": \"2017-04-21T00:19:40.3202307Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15581/providers/Microsoft.DataLakeAnalytics/accounts/testaba21640\",\r\n \"name\": \"testaba21640\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Connection": [ + "close" + ], + "Date": [ + "Fri, 21 Apr 2017 00:20:03 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "2533364e-0873-4832-9a72-915d83264558" + ], + "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": [ + "7eb4e55d-e58c-4086-8568-e201b2f79022" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20170421T002004Z:7eb4e55d-e58c-4086-8568-e201b2f79022" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15581/providers/Microsoft.DataLakeAnalytics/accounts/testaba21640?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTU1ODEvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMjE2NDA/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "66ac63a7-90a5-41c2-b720-b0cd113ed93f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/2.2.0-preview" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"defaultDataLakeStoreAccount\": \"testdatalake14891\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"name\": \"testdatalake14891\"\r\n }\r\n ],\r\n \"storageAccounts\": [],\r\n \"maxDegreeOfParallelism\": 250,\r\n \"maxJobCount\": 20,\r\n \"systemMaxDegreeOfParallelism\": 250,\r\n \"systemMaxJobCount\": 20,\r\n \"queryStoreRetention\": 30,\r\n \"hiveMetastores\": [],\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testaba21640.azuredatalakeanalytics.net\",\r\n \"accountId\": \"76411d12-b78b-4ac4-ab9d-96e75f620545\",\r\n \"creationTime\": \"2017-04-21T00:19:40.3202307Z\",\r\n \"lastModifiedTime\": \"2017-04-21T00:19:40.3202307Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15581/providers/Microsoft.DataLakeAnalytics/accounts/testaba21640\",\r\n \"name\": \"testaba21640\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Connection": [ + "close" + ], + "Date": [ + "Fri, 21 Apr 2017 00:20:04 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "21601897-94eb-4dd9-bfd5-641f91b3d302" + ], + "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": [ + "d62f55a9-aaa6-4b44-8b23-aa0682dd60fd" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20170421T002004Z:d62f55a9-aaa6-4b44-8b23-aa0682dd60fd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/Jobs/8db295d6-15ff-4ba2-af9d-080730a2dd75?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvOGRiMjk1ZDYtMTVmZi00YmEyLWFmOWQtMDgwNzMwYTJkZDc1P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"name\": \"testjob18826\",\r\n \"type\": \"USql\",\r\n \"degreeOfParallelism\": 2,\r\n \"properties\": {\r\n \"type\": \"USql\",\r\n \"script\": \"\\r\\nDROP DATABASE IF EXISTS testdb15920; CREATE DATABASE testdb15920; \\r\\n//Create Table\\r\\nCREATE TABLE testdb15920.dbo.testtbl11379\\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 (UserId) HASH (Region) //Column to partition by\\r\\n);\\r\\n\\r\\nALTER TABLE testdb15920.dbo.testtbl11379 ADD IF NOT EXISTS PARTITION (1);\\r\\n\\r\\nDROP FUNCTION IF EXISTS testdb15920.dbo.testtvf18049;\\r\\n\\r\\n//create table weblogs on space-delimited website log data\\r\\nCREATE FUNCTION testdb15920.dbo.testtvf18049()\\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 testdb15920.dbo.testview12770 \\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 testdb15920.dbo.testproc11086()\\r\\nAS BEGIN\\r\\n CREATE VIEW testdb15920.dbo.testview12770 \\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": [ + "2531" + ], + "x-ms-client-request-id": [ + "aa5e59f8-e8b1-4370-9a4d-1961b930274a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/2.2.0-preview" + ] + }, + "ResponseBody": "{\r\n \"jobId\": \"8db295d6-15ff-4ba2-af9d-080730a2dd75\",\r\n \"name\": \"testjob18826\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01app@SPI\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2017-04-20T17:20:07.6356319-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"None\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2017-04-20T17:20:07.6356319-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01app@SPI\",\r\n \"resources\": [],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"algebraFilePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/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 \"expirationTimeUtc\": \"0001-01-01T00:00:00Z\",\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": [ + "Fri, 21 Apr 2017 00:20:07 GMT" + ], + "Transfer-Encoding": [ + "chunked" + ], + "x-ms-request-id": [ + "7a2ded94-3494-4ff7-be97-ba53ad442fc6" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=15724800; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/Jobs/8db295d6-15ff-4ba2-af9d-080730a2dd75?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvOGRiMjk1ZDYtMTVmZi00YmEyLWFmOWQtMDgwNzMwYTJkZDc1P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8f112fc4-ebce-4a59-a519-5e654c2b6dbf" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/2.2.0-preview" + ] + }, + "ResponseBody": "{\r\n \"jobId\": \"8db295d6-15ff-4ba2-af9d-080730a2dd75\",\r\n \"name\": \"testjob18826\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01app@SPI\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2017-04-20T17:20:07.6356319-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"None\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2017-04-20T17:20:07.6356319-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2017-04-20T17:20:08.0106182-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01app@SPI\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__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 testdb15920; CREATE DATABASE testdb15920; \\n//Create Table\\nCREATE TABLE testdb15920.dbo.testtbl11379\\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 (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb15920.dbo.testtbl11379 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb15920.dbo.testtvf18049;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb15920.dbo.testtvf18049()\\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 testdb15920.dbo.testview12770 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb15920.dbo.testproc11086()\\nAS BEGIN\\n CREATE VIEW testdb15920.dbo.testview12770 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT0.2154124S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"expirationTimeUtc\": \"0001-01-01T00:00:00\",\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": [ + "Fri, 21 Apr 2017 00:20:07 GMT" + ], + "Transfer-Encoding": [ + "chunked" + ], + "x-ms-request-id": [ + "dcb2ee5c-d370-4e61-bfbd-87ec3863101d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=15724800; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/Jobs/8db295d6-15ff-4ba2-af9d-080730a2dd75?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvOGRiMjk1ZDYtMTVmZi00YmEyLWFmOWQtMDgwNzMwYTJkZDc1P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c8057353-dee9-4d63-af78-11e260cfed42" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/2.2.0-preview" + ] + }, + "ResponseBody": "{\r\n \"jobId\": \"8db295d6-15ff-4ba2-af9d-080730a2dd75\",\r\n \"name\": \"testjob18826\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01app@SPI\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2017-04-20T17:20:07.6356319-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"None\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2017-04-20T17:20:07.6356319-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2017-04-20T17:20:08.0106182-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01app@SPI\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__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 testdb15920; CREATE DATABASE testdb15920; \\n//Create Table\\nCREATE TABLE testdb15920.dbo.testtbl11379\\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 (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb15920.dbo.testtbl11379 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb15920.dbo.testtvf18049;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb15920.dbo.testtvf18049()\\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 testdb15920.dbo.testview12770 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb15920.dbo.testproc11086()\\nAS BEGIN\\n CREATE VIEW testdb15920.dbo.testview12770 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT5.574844S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"expirationTimeUtc\": \"0001-01-01T00:00:00\",\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": [ + "Fri, 21 Apr 2017 00:20:12 GMT" + ], + "Transfer-Encoding": [ + "chunked" + ], + "x-ms-request-id": [ + "c810cf30-e61c-4852-9334-391085fb72c4" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=15724800; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/Jobs/8db295d6-15ff-4ba2-af9d-080730a2dd75?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvOGRiMjk1ZDYtMTVmZi00YmEyLWFmOWQtMDgwNzMwYTJkZDc1P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3102f975-22f4-4163-bb57-d8b0c73e6751" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/2.2.0-preview" + ] + }, + "ResponseBody": "{\r\n \"jobId\": \"8db295d6-15ff-4ba2-af9d-080730a2dd75\",\r\n \"name\": \"testjob18826\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01app@SPI\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2017-04-20T17:20:07.6356319-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"None\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2017-04-20T17:20:07.6356319-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2017-04-20T17:20:08.0106182-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01app@SPI\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__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 testdb15920; CREATE DATABASE testdb15920; \\n//Create Table\\nCREATE TABLE testdb15920.dbo.testtbl11379\\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 (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb15920.dbo.testtbl11379 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb15920.dbo.testtvf18049;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb15920.dbo.testtvf18049()\\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 testdb15920.dbo.testview12770 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb15920.dbo.testproc11086()\\nAS BEGIN\\n CREATE VIEW testdb15920.dbo.testview12770 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT10.8473661S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"expirationTimeUtc\": \"0001-01-01T00:00:00\",\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": [ + "Fri, 21 Apr 2017 00:20:18 GMT" + ], + "Transfer-Encoding": [ + "chunked" + ], + "x-ms-request-id": [ + "9e6b731c-b7f8-4dc1-a570-8576162cd24f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=15724800; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/Jobs/8db295d6-15ff-4ba2-af9d-080730a2dd75?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvOGRiMjk1ZDYtMTVmZi00YmEyLWFmOWQtMDgwNzMwYTJkZDc1P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "38e83896-fc8a-48fc-862c-bc1d13430871" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/2.2.0-preview" + ] + }, + "ResponseBody": "{\r\n \"jobId\": \"8db295d6-15ff-4ba2-af9d-080730a2dd75\",\r\n \"name\": \"testjob18826\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01app@SPI\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2017-04-20T17:20:07.6356319-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"None\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2017-04-20T17:20:07.6356319-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2017-04-20T17:20:08.0106182-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01app@SPI\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__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 testdb15920; CREATE DATABASE testdb15920; \\n//Create Table\\nCREATE TABLE testdb15920.dbo.testtbl11379\\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 (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb15920.dbo.testtbl11379 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb15920.dbo.testtvf18049;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb15920.dbo.testtvf18049()\\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 testdb15920.dbo.testview12770 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb15920.dbo.testproc11086()\\nAS BEGIN\\n CREATE VIEW testdb15920.dbo.testview12770 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT16.1844049S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"expirationTimeUtc\": \"0001-01-01T00:00:00\",\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": [ + "Fri, 21 Apr 2017 00:20:23 GMT" + ], + "Transfer-Encoding": [ + "chunked" + ], + "x-ms-request-id": [ + "4c5da2d2-23c3-465e-81f8-2ba9c66c78e9" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=15724800; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/Jobs/8db295d6-15ff-4ba2-af9d-080730a2dd75?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvOGRiMjk1ZDYtMTVmZi00YmEyLWFmOWQtMDgwNzMwYTJkZDc1P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "17b5cbf1-da90-46ff-807e-c4274bfa2a29" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/2.2.0-preview" + ] + }, + "ResponseBody": "{\r\n \"jobId\": \"8db295d6-15ff-4ba2-af9d-080730a2dd75\",\r\n \"name\": \"testjob18826\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01app@SPI\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2017-04-20T17:20:07.6356319-07:00\",\r\n \"state\": \"Starting\",\r\n \"result\": \"None\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2017-04-20T17:20:07.6356319-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2017-04-20T17:20:08.0106182-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2017-04-20T17:20:24.6045689-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2017-04-20T17:20:24.6045689-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:342b628f-5eb9-485d-ba30-93d0822bef59\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2017-04-20T17:20:24.6201941-07:00\",\r\n \"details\": \"runtimeVersion:kobo_live_signed_5309115\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01app@SPI\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__CompilerTrace.log\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__CompilerTrace.log\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__CompilerPlan.json\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__CompilerPlan.json\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__AST.json\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__AST.json\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_live_signed_5309115\",\r\n \"rootProcessNodeId\": \"342b628f-5eb9-485d-ba30-93d0822bef59\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb15920; CREATE DATABASE testdb15920; \\n//Create Table\\nCREATE TABLE testdb15920.dbo.testtbl11379\\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 (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb15920.dbo.testtbl11379 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb15920.dbo.testtvf18049;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb15920.dbo.testtvf18049()\\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 testdb15920.dbo.testview12770 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb15920.dbo.testproc11086()\\nAS BEGIN\\n CREATE VIEW testdb15920.dbo.testview12770 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/algebra.xml\",\r\n \"yarnApplicationId\": 706057,\r\n \"yarnApplicationTimeStamp\": 1491814886043,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT16.5939507S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"expirationTimeUtc\": \"0001-01-01T00:00:00\",\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": [ + "Fri, 21 Apr 2017 00:20:28 GMT" + ], + "Transfer-Encoding": [ + "chunked" + ], + "x-ms-request-id": [ + "94342677-997b-4113-9005-bccfcd397679" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=15724800; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/Jobs/8db295d6-15ff-4ba2-af9d-080730a2dd75?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvOGRiMjk1ZDYtMTVmZi00YmEyLWFmOWQtMDgwNzMwYTJkZDc1P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b63974a9-3886-47d3-b038-cfce663120e6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/2.2.0-preview" + ] + }, + "ResponseBody": "{\r\n \"jobId\": \"8db295d6-15ff-4ba2-af9d-080730a2dd75\",\r\n \"name\": \"testjob18826\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01app@SPI\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2017-04-20T17:20:07.6356319-07:00\",\r\n \"startTime\": \"2017-04-20T17:20:33.9484671-07:00\",\r\n \"state\": \"Running\",\r\n \"result\": \"None\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2017-04-20T17:20:07.6356319-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2017-04-20T17:20:08.0106182-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2017-04-20T17:20:24.6045689-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2017-04-20T17:20:24.6045689-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:342b628f-5eb9-485d-ba30-93d0822bef59\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2017-04-20T17:20:24.6201941-07:00\",\r\n \"details\": \"runtimeVersion:kobo_live_signed_5309115\"\r\n },\r\n {\r\n \"newState\": \"Running\",\r\n \"timeStamp\": \"2017-04-20T17:20:33.9484671-07:00\",\r\n \"details\": \"runAttempt:1\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01app@SPI\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__CompilerTrace.log\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__CompilerTrace.log\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__CompilerPlan.json\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__CompilerPlan.json\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__AST.json\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__AST.json\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_live_signed_5309115\",\r\n \"rootProcessNodeId\": \"342b628f-5eb9-485d-ba30-93d0822bef59\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb15920; CREATE DATABASE testdb15920; \\n//Create Table\\nCREATE TABLE testdb15920.dbo.testtbl11379\\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 (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb15920.dbo.testtbl11379 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb15920.dbo.testtvf18049;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb15920.dbo.testtvf18049()\\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 testdb15920.dbo.testview12770 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb15920.dbo.testproc11086()\\nAS BEGIN\\n CREATE VIEW testdb15920.dbo.testview12770 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/algebra.xml\",\r\n \"yarnApplicationId\": 706057,\r\n \"yarnApplicationTimeStamp\": 1491814886043,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT16.5939507S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0.800511S\",\r\n \"expirationTimeUtc\": \"0001-01-01T00:00:00\",\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": [ + "Fri, 21 Apr 2017 00:20:34 GMT" + ], + "Transfer-Encoding": [ + "chunked" + ], + "x-ms-request-id": [ + "1ec7f7d7-9dc5-4b31-9285-a0276101f9d4" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=15724800; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/Jobs/8db295d6-15ff-4ba2-af9d-080730a2dd75?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvOGRiMjk1ZDYtMTVmZi00YmEyLWFmOWQtMDgwNzMwYTJkZDc1P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5ad03ebd-883f-4774-ad30-1bae7bae5878" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/2.2.0-preview" + ] + }, + "ResponseBody": "{\r\n \"jobId\": \"8db295d6-15ff-4ba2-af9d-080730a2dd75\",\r\n \"name\": \"testjob18826\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01app@SPI\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2017-04-20T17:20:07.6356319-07:00\",\r\n \"startTime\": \"2017-04-20T17:20:33.9484671-07:00\",\r\n \"state\": \"Running\",\r\n \"result\": \"None\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2017-04-20T17:20:07.6356319-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2017-04-20T17:20:08.0106182-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2017-04-20T17:20:24.6045689-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2017-04-20T17:20:24.6045689-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:342b628f-5eb9-485d-ba30-93d0822bef59\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2017-04-20T17:20:24.6201941-07:00\",\r\n \"details\": \"runtimeVersion:kobo_live_signed_5309115\"\r\n },\r\n {\r\n \"newState\": \"Running\",\r\n \"timeStamp\": \"2017-04-20T17:20:33.9484671-07:00\",\r\n \"details\": \"runAttempt:1\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01app@SPI\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__CompilerTrace.log\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__CompilerTrace.log\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__CompilerPlan.json\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__CompilerPlan.json\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__AST.json\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__AST.json\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_live_signed_5309115\",\r\n \"rootProcessNodeId\": \"342b628f-5eb9-485d-ba30-93d0822bef59\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb15920; CREATE DATABASE testdb15920; \\n//Create Table\\nCREATE TABLE testdb15920.dbo.testtbl11379\\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 (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb15920.dbo.testtbl11379 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb15920.dbo.testtvf18049;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb15920.dbo.testtvf18049()\\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 testdb15920.dbo.testview12770 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb15920.dbo.testproc11086()\\nAS BEGIN\\n CREATE VIEW testdb15920.dbo.testview12770 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/algebra.xml\",\r\n \"yarnApplicationId\": 706057,\r\n \"yarnApplicationTimeStamp\": 1491814886043,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT16.5939507S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT6.0713269S\",\r\n \"expirationTimeUtc\": \"0001-01-01T00:00:00\",\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": [ + "Fri, 21 Apr 2017 00:20:39 GMT" + ], + "Transfer-Encoding": [ + "chunked" + ], + "x-ms-request-id": [ + "a2537b1a-6061-4c62-8b90-a2b61a67e29c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=15724800; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/Jobs/8db295d6-15ff-4ba2-af9d-080730a2dd75?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvOGRiMjk1ZDYtMTVmZi00YmEyLWFmOWQtMDgwNzMwYTJkZDc1P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3cc0b401-4986-411b-8959-982d06ec9281" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/2.2.0-preview" + ] + }, + "ResponseBody": "{\r\n \"jobId\": \"8db295d6-15ff-4ba2-af9d-080730a2dd75\",\r\n \"name\": \"testjob18826\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01app@SPI\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2017-04-20T17:20:07.6356319-07:00\",\r\n \"startTime\": \"2017-04-20T17:20:33.9484671-07:00\",\r\n \"endTime\": \"2017-04-20T17:20:39.9485524-07:00\",\r\n \"state\": \"Ended\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2017-04-20T17:20:07.6356319-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2017-04-20T17:20:08.0106182-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2017-04-20T17:20:24.6045689-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2017-04-20T17:20:24.6045689-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:342b628f-5eb9-485d-ba30-93d0822bef59\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2017-04-20T17:20:24.6201941-07:00\",\r\n \"details\": \"runtimeVersion:kobo_live_signed_5309115\"\r\n },\r\n {\r\n \"newState\": \"Running\",\r\n \"timeStamp\": \"2017-04-20T17:20:33.9484671-07:00\",\r\n \"details\": \"runAttempt:1\"\r\n },\r\n {\r\n \"newState\": \"Ended\",\r\n \"timeStamp\": \"2017-04-20T17:20:39.9485524-07:00\",\r\n \"details\": \"result:Succeeded\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01app@SPI\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__CompilerTrace.log\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__CompilerTrace.log\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__CompilerPlan.json\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__CompilerPlan.json\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__AST.json\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__AST.json\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_live_signed_5309115\",\r\n \"rootProcessNodeId\": \"342b628f-5eb9-485d-ba30-93d0822bef59\",\r\n \"script\": \"\\nDROP DATABASE IF EXISTS testdb15920; CREATE DATABASE testdb15920; \\n//Create Table\\nCREATE TABLE testdb15920.dbo.testtbl11379\\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 (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb15920.dbo.testtbl11379 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb15920.dbo.testtvf18049;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb15920.dbo.testtvf18049()\\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 testdb15920.dbo.testview12770 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb15920.dbo.testproc11086()\\nAS BEGIN\\n CREATE VIEW testdb15920.dbo.testview12770 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"algebraFilePath\": \"adl://testdatalake14891.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/04/21/00/20/8db295d6-15ff-4ba2-af9d-080730a2dd75/algebra.xml\",\r\n \"yarnApplicationId\": 706057,\r\n \"yarnApplicationTimeStamp\": 1491814886043,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT16.5939507S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT6.0000853S\",\r\n \"expirationTimeUtc\": \"0001-01-01T00:00:00\",\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": [ + "Fri, 21 Apr 2017 00:20:45 GMT" + ], + "Transfer-Encoding": [ + "chunked" + ], + "x-ms-request-id": [ + "7595e67e-0cf4-4e5d-88ab-b5c3fb0725e6" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=15724800; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/catalog/usql/databases?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXM/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "38e30eab-4a05-4f5f-8ed5-bb93d0f47fd2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/2.2.0-preview" + ] + }, + "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba21640.azuredatalakeanalytics.net/sqlip/$metadata#databases\",\r\n \"value\": [\r\n {\r\n \"computeAccountName\": \"testaba21640\",\r\n \"databaseName\": \"master\",\r\n \"version\": \"7dd05e60-72ab-4a94-ac44-0f9e6a714913\"\r\n },\r\n {\r\n \"computeAccountName\": \"testaba21640\",\r\n \"databaseName\": \"testdb15920\",\r\n \"version\": \"b2267aec-78fa-4889-83f9-2e650b91e730\"\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; odata.metadata=minimal; odata.streaming=true" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-store, no-cache, max-age=0, private" + ], + "Date": [ + "Fri, 21 Apr 2017 00:20:46 GMT" + ], + "Transfer-Encoding": [ + "chunked" + ], + "x-ms-request-id": [ + "c44ce6f4-787c-4df8-a988-dfd202729c6b" + ], + "OData-Version": [ + "4.0" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=15724800; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/catalog/usql/databases/testdb15920?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTU5MjA/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1d8ae9ea-fff1-43fc-a538-edb1626852ff" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/2.2.0-preview" + ] + }, + "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba21640.azuredatalakeanalytics.net/sqlip/$metadata#databases/$entity\",\r\n \"computeAccountName\": \"testaba21640\",\r\n \"databaseName\": \"testdb15920\",\r\n \"version\": \"b2267aec-78fa-4889-83f9-2e650b91e730\"\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; odata.metadata=minimal; odata.streaming=true" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-store, no-cache, max-age=0, private" + ], + "Date": [ + "Fri, 21 Apr 2017 00:20:46 GMT" + ], + "Transfer-Encoding": [ + "chunked" + ], + "x-ms-request-id": [ + "b9048231-1ee4-4cf3-91f3-0bb1c4ede60b" + ], + "OData-Version": [ + "4.0" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=15724800; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/catalog/usql/databases/testdb15920/schemas/dbo/tables?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTU5MjAvc2NoZW1hcy9kYm8vdGFibGVzP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "useragent": [ - "Azure SDK - Microsoft.Azure.Management.DataLake.AnalyticsCatalog 0.9.3-preview" - ], - "User-Agent": [ - "Azure", - "SDK", - "-", - "Microsoft.Azure.Management.DataLake.AnalyticsCatalog", - "0.9.3-preview" + "x-ms-client-request-id": [ + "7bc55d7b-73b0-4229-975a-fd720294a9ce" ], - "x-ms-client-resource-group-name": [ - "abarg19711" + "accept-language": [ + "en-US" ], - "x-ms-client-subscription-id": [ - "46153750-fa3b-4140-bf57-8beb7d5c971a" + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/2.2.0-preview" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://testadlac16849.azuredatalakeanalytics.net/sqlip/$metadata#databases\",\r\n \"value\": [\r\n {\r\n \"computeAccountName\": \"testadlac16849\",\r\n \"databaseName\": \"master\",\r\n \"version\": \"f9ffefa1-8f82-4653-8bfd-d8b643c6263a\"\r\n },\r\n {\r\n \"computeAccountName\": \"testadlac16849\",\r\n \"databaseName\": \"testdb12673\",\r\n \"version\": \"e8fdb7ec-8477-4a53-ba63-7a64290ac726\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba21640.azuredatalakeanalytics.net/sqlip/$metadata#tables\",\r\n \"value\": [\r\n {\r\n \"computeAccountName\": \"testaba21640\",\r\n \"databaseName\": \"testdb15920\",\r\n \"schemaName\": \"dbo\",\r\n \"tableName\": \"testtbl11379\",\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\": \"203e0580-f070-43c1-a355-3397b122c219\",\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\": \"7068facc-c943-4931-ad04-e8c999e440de\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -31,14 +2085,17 @@ "Expires": [ "-1" ], - "Pragma": [ - "no-cache" + "Cache-Control": [ + "no-store, no-cache, max-age=0, private" + ], + "Date": [ + "Fri, 21 Apr 2017 00:20:46 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "b8703892-0b54-413c-a5cc-57511e692c96" + "22c2c57a-8443-4cf9-9aaf-863c071cc2ab" ], "OData-Version": [ "4.0" @@ -48,40 +2105,28 @@ ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" - ], - "Cache-Control": [ - "private" - ], - "Date": [ - "Fri, 20 Nov 2015 22:20:12 GMT" ] }, "StatusCode": 200 }, { - "RequestUri": "/catalog/usql/databases/testdb12673?api-version=2015-10-01-preview", - "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTI2NzM/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/catalog/usql/databases/testdb15920/tables?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTU5MjAvdGFibGVzP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "useragent": [ - "Azure SDK - Microsoft.Azure.Management.DataLake.AnalyticsCatalog 0.9.3-preview" - ], - "User-Agent": [ - "Azure", - "SDK", - "-", - "Microsoft.Azure.Management.DataLake.AnalyticsCatalog", - "0.9.3-preview" + "x-ms-client-request-id": [ + "6a929932-7997-4fe2-a20c-c9015e15f0ec" ], - "x-ms-client-resource-group-name": [ - "abarg19711" + "accept-language": [ + "en-US" ], - "x-ms-client-subscription-id": [ - "46153750-fa3b-4140-bf57-8beb7d5c971a" + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/2.2.0-preview" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://testadlac16849.azuredatalakeanalytics.net/sqlip/$metadata#databases/$entity\",\r\n \"computeAccountName\": \"testadlac16849\",\r\n \"databaseName\": \"testdb12673\",\r\n \"version\": \"e8fdb7ec-8477-4a53-ba63-7a64290ac726\"\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba21640.azuredatalakeanalytics.net/sqlip/$metadata#tables\",\r\n \"value\": [\r\n {\r\n \"computeAccountName\": \"testaba21640\",\r\n \"databaseName\": \"testdb15920\",\r\n \"schemaName\": \"dbo\",\r\n \"tableName\": \"testtbl11379\",\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\": \"203e0580-f070-43c1-a355-3397b122c219\",\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\": \"7068facc-c943-4931-ad04-e8c999e440de\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -89,14 +2134,17 @@ "Expires": [ "-1" ], - "Pragma": [ - "no-cache" + "Cache-Control": [ + "no-store, no-cache, max-age=0, private" + ], + "Date": [ + "Fri, 21 Apr 2017 00:20:46 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "ad1d6f65-7424-4928-898b-29becbaf4282" + "d15b55f5-1127-496e-8c09-2420bd6a6629" ], "OData-Version": [ "4.0" @@ -106,40 +2154,28 @@ ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" - ], - "Cache-Control": [ - "private" - ], - "Date": [ - "Fri, 20 Nov 2015 22:20:12 GMT" ] }, "StatusCode": 200 }, { - "RequestUri": "/catalog/usql/databases/testdb12673/schemas/dbo/tables?api-version=2015-10-01-preview", - "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTI2NzMvc2NoZW1hcy9kYm8vdGFibGVzP2FwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/catalog/usql/databases/testdb15920/schemas/dbo/tables/testtbl11379?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTU5MjAvc2NoZW1hcy9kYm8vdGFibGVzL3Rlc3R0YmwxMTM3OT9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "useragent": [ - "Azure SDK - Microsoft.Azure.Management.DataLake.AnalyticsCatalog 0.9.3-preview" - ], - "User-Agent": [ - "Azure", - "SDK", - "-", - "Microsoft.Azure.Management.DataLake.AnalyticsCatalog", - "0.9.3-preview" + "x-ms-client-request-id": [ + "582049f1-fea2-4e32-a3c2-5d8890cf622c" ], - "x-ms-client-resource-group-name": [ - "abarg19711" + "accept-language": [ + "en-US" ], - "x-ms-client-subscription-id": [ - "46153750-fa3b-4140-bf57-8beb7d5c971a" + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/2.2.0-preview" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://testadlac16849.azuredatalakeanalytics.net/sqlip/$metadata#tables\",\r\n \"value\": [\r\n {\r\n \"computeAccountName\": \"testadlac16849\",\r\n \"databaseName\": \"testdb12673\",\r\n \"schemaName\": \"dbo\",\r\n \"tableName\": \"testtbl19839\",\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 ],\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\": \"0c260949-7c0a-466f-95e7-505e1c9ff5c6\",\r\n \"partitionKeyList\": [],\r\n \"streamNames\": [],\r\n \"distributionGroups\": [],\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 \"version\": \"f9585228-86ca-417c-bda4-aafbe1192911\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba21640.azuredatalakeanalytics.net/sqlip/$metadata#tables/$entity\",\r\n \"computeAccountName\": \"testaba21640\",\r\n \"databaseName\": \"testdb15920\",\r\n \"schemaName\": \"dbo\",\r\n \"tableName\": \"testtbl11379\",\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\": \"203e0580-f070-43c1-a355-3397b122c219\",\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\": \"7068facc-c943-4931-ad04-e8c999e440de\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -147,14 +2183,17 @@ "Expires": [ "-1" ], - "Pragma": [ - "no-cache" + "Cache-Control": [ + "no-store, no-cache, max-age=0, private" + ], + "Date": [ + "Fri, 21 Apr 2017 00:20:47 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "6cf1435f-2d80-4581-a74b-da1c70e323b1" + "9626f84b-af9f-452d-9dfe-76ef3515084a" ], "OData-Version": [ "4.0" @@ -164,40 +2203,28 @@ ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" - ], - "Cache-Control": [ - "private" - ], - "Date": [ - "Fri, 20 Nov 2015 22:20:12 GMT" ] }, "StatusCode": 200 }, { - "RequestUri": "/catalog/usql/databases/testdb12673/schemas/dbo/tables/testtbl19839?api-version=2015-10-01-preview", - "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTI2NzMvc2NoZW1hcy9kYm8vdGFibGVzL3Rlc3R0YmwxOTgzOT9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/catalog/usql/databases/testdb15920/schemas/dbo/tablevaluedfunctions?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTU5MjAvc2NoZW1hcy9kYm8vdGFibGV2YWx1ZWRmdW5jdGlvbnM/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "useragent": [ - "Azure SDK - Microsoft.Azure.Management.DataLake.AnalyticsCatalog 0.9.3-preview" - ], - "User-Agent": [ - "Azure", - "SDK", - "-", - "Microsoft.Azure.Management.DataLake.AnalyticsCatalog", - "0.9.3-preview" + "x-ms-client-request-id": [ + "7c2ec418-4813-4818-a45f-000069d6b277" ], - "x-ms-client-resource-group-name": [ - "abarg19711" + "accept-language": [ + "en-US" ], - "x-ms-client-subscription-id": [ - "46153750-fa3b-4140-bf57-8beb7d5c971a" + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/2.2.0-preview" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://testadlac16849.azuredatalakeanalytics.net/sqlip/$metadata#tables/$entity\",\r\n \"computeAccountName\": \"testadlac16849\",\r\n \"databaseName\": \"testdb12673\",\r\n \"schemaName\": \"dbo\",\r\n \"tableName\": \"testtbl19839\",\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 ],\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\": \"0c260949-7c0a-466f-95e7-505e1c9ff5c6\",\r\n \"partitionKeyList\": [],\r\n \"streamNames\": [],\r\n \"distributionGroups\": [],\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 \"version\": \"f9585228-86ca-417c-bda4-aafbe1192911\"\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba21640.azuredatalakeanalytics.net/sqlip/$metadata#tablevaluedfunctions\",\r\n \"value\": [\r\n {\r\n \"computeAccountName\": \"testaba21640\",\r\n \"databaseName\": \"testdb15920\",\r\n \"schemaName\": \"dbo\",\r\n \"tvfName\": \"testtvf18049\",\r\n \"definition\": \"//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb15920.dbo.testtvf18049()\\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\": \"1744b90d-18b8-4d2a-9de5-0e0ab518c3fe\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -205,14 +2232,17 @@ "Expires": [ "-1" ], - "Pragma": [ - "no-cache" + "Cache-Control": [ + "no-store, no-cache, max-age=0, private" + ], + "Date": [ + "Fri, 21 Apr 2017 00:20:47 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "585a6589-890d-4703-b11f-36e914000c24" + "d0cb73b1-3b5a-4d04-80a8-7578e4f1fa3a" ], "OData-Version": [ "4.0" @@ -222,40 +2252,28 @@ ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" - ], - "Cache-Control": [ - "private" - ], - "Date": [ - "Fri, 20 Nov 2015 22:20:13 GMT" ] }, "StatusCode": 200 }, { - "RequestUri": "/catalog/usql/databases/testdb12673/schemas/dbo/tablevaluedfunctions?api-version=2015-10-01-preview", - "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTI2NzMvc2NoZW1hcy9kYm8vdGFibGV2YWx1ZWRmdW5jdGlvbnM/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/catalog/usql/databases/testdb15920/tablevaluedfunctions?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTU5MjAvdGFibGV2YWx1ZWRmdW5jdGlvbnM/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "useragent": [ - "Azure SDK - Microsoft.Azure.Management.DataLake.AnalyticsCatalog 0.9.3-preview" - ], - "User-Agent": [ - "Azure", - "SDK", - "-", - "Microsoft.Azure.Management.DataLake.AnalyticsCatalog", - "0.9.3-preview" + "x-ms-client-request-id": [ + "4f4986e5-80cc-4050-995d-2b53bd27c4dd" ], - "x-ms-client-resource-group-name": [ - "abarg19711" + "accept-language": [ + "en-US" ], - "x-ms-client-subscription-id": [ - "46153750-fa3b-4140-bf57-8beb7d5c971a" + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/2.2.0-preview" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://testadlac16849.azuredatalakeanalytics.net/sqlip/$metadata#tablevaluedfunctions\",\r\n \"value\": [\r\n {\r\n \"computeAccountName\": \"testadlac16849\",\r\n \"databaseName\": \"testdb12673\",\r\n \"schemaName\": \"dbo\",\r\n \"tvfName\": \"testtvf150\",\r\n \"definition\": \"//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb12673.dbo.testtvf150()\\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\": \"bebdce34-5c01-4aa8-99cb-7f85d2840a4b\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba21640.azuredatalakeanalytics.net/sqlip/$metadata#tablevaluedfunctions\",\r\n \"value\": [\r\n {\r\n \"computeAccountName\": \"testaba21640\",\r\n \"databaseName\": \"testdb15920\",\r\n \"schemaName\": \"dbo\",\r\n \"tvfName\": \"testtvf18049\",\r\n \"definition\": \"//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb15920.dbo.testtvf18049()\\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\": \"1744b90d-18b8-4d2a-9de5-0e0ab518c3fe\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -263,14 +2281,17 @@ "Expires": [ "-1" ], - "Pragma": [ - "no-cache" + "Cache-Control": [ + "no-store, no-cache, max-age=0, private" + ], + "Date": [ + "Fri, 21 Apr 2017 00:20:47 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "51a9f3dd-9835-44af-aeed-c06c6c77eb4e" + "3a6511b5-a26a-4586-a792-40e1422c9b86" ], "OData-Version": [ "4.0" @@ -280,40 +2301,28 @@ ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" - ], - "Cache-Control": [ - "private" - ], - "Date": [ - "Fri, 20 Nov 2015 22:20:13 GMT" ] }, "StatusCode": 200 }, { - "RequestUri": "/catalog/usql/databases/testdb12673/schemas/dbo/tablevaluedfunctions/testtvf150?api-version=2015-10-01-preview", - "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTI2NzMvc2NoZW1hcy9kYm8vdGFibGV2YWx1ZWRmdW5jdGlvbnMvdGVzdHR2ZjE1MD9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/catalog/usql/databases/testdb15920/schemas/dbo/tablevaluedfunctions/testtvf18049?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTU5MjAvc2NoZW1hcy9kYm8vdGFibGV2YWx1ZWRmdW5jdGlvbnMvdGVzdHR2ZjE4MDQ5P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "useragent": [ - "Azure SDK - Microsoft.Azure.Management.DataLake.AnalyticsCatalog 0.9.3-preview" - ], - "User-Agent": [ - "Azure", - "SDK", - "-", - "Microsoft.Azure.Management.DataLake.AnalyticsCatalog", - "0.9.3-preview" + "x-ms-client-request-id": [ + "a77357ea-1114-48e4-99db-51df0e97ee35" ], - "x-ms-client-resource-group-name": [ - "abarg19711" + "accept-language": [ + "en-US" ], - "x-ms-client-subscription-id": [ - "46153750-fa3b-4140-bf57-8beb7d5c971a" + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/2.2.0-preview" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://testadlac16849.azuredatalakeanalytics.net/sqlip/$metadata#tablevaluedfunctions/$entity\",\r\n \"computeAccountName\": \"testadlac16849\",\r\n \"databaseName\": \"testdb12673\",\r\n \"schemaName\": \"dbo\",\r\n \"tvfName\": \"testtvf150\",\r\n \"definition\": \"//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb12673.dbo.testtvf150()\\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\": \"bebdce34-5c01-4aa8-99cb-7f85d2840a4b\"\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba21640.azuredatalakeanalytics.net/sqlip/$metadata#tablevaluedfunctions/$entity\",\r\n \"computeAccountName\": \"testaba21640\",\r\n \"databaseName\": \"testdb15920\",\r\n \"schemaName\": \"dbo\",\r\n \"tvfName\": \"testtvf18049\",\r\n \"definition\": \"//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb15920.dbo.testtvf18049()\\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\": \"1744b90d-18b8-4d2a-9de5-0e0ab518c3fe\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -321,14 +2330,17 @@ "Expires": [ "-1" ], - "Pragma": [ - "no-cache" + "Cache-Control": [ + "no-store, no-cache, max-age=0, private" + ], + "Date": [ + "Fri, 21 Apr 2017 00:20:47 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "f4c03ef8-e808-4dd0-9e8e-1401affb71b0" + "f9eb8bb3-7bb6-449e-974c-0e7a15498318" ], "OData-Version": [ "4.0" @@ -338,40 +2350,28 @@ ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" - ], - "Cache-Control": [ - "private" - ], - "Date": [ - "Fri, 20 Nov 2015 22:20:13 GMT" ] }, "StatusCode": 200 }, { - "RequestUri": "/catalog/usql/databases/testdb12673/schemas/dbo/views?api-version=2015-10-01-preview", - "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTI2NzMvc2NoZW1hcy9kYm8vdmlld3M/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/catalog/usql/databases/testdb15920/schemas/dbo/views?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTU5MjAvc2NoZW1hcy9kYm8vdmlld3M/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "useragent": [ - "Azure SDK - Microsoft.Azure.Management.DataLake.AnalyticsCatalog 0.9.3-preview" - ], - "User-Agent": [ - "Azure", - "SDK", - "-", - "Microsoft.Azure.Management.DataLake.AnalyticsCatalog", - "0.9.3-preview" + "x-ms-client-request-id": [ + "e8c27035-8214-4a2e-8724-ef886e2b3ac5" ], - "x-ms-client-resource-group-name": [ - "abarg19711" + "accept-language": [ + "en-US" ], - "x-ms-client-subscription-id": [ - "46153750-fa3b-4140-bf57-8beb7d5c971a" + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/2.2.0-preview" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://testadlac16849.azuredatalakeanalytics.net/sqlip/$metadata#views\",\r\n \"value\": [\r\n {\r\n \"computeAccountName\": \"testadlac16849\",\r\n \"databaseName\": \"testdb12673\",\r\n \"schemaName\": \"dbo\",\r\n \"viewName\": \"testview11914\",\r\n \"definition\": \"CREATE VIEW testdb12673.dbo.testview11914 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\",\r\n \"version\": \"e6217321-f4bb-44f6-be2b-9e1c665eca4e\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba21640.azuredatalakeanalytics.net/sqlip/$metadata#views\",\r\n \"value\": [\r\n {\r\n \"computeAccountName\": \"testaba21640\",\r\n \"databaseName\": \"testdb15920\",\r\n \"schemaName\": \"dbo\",\r\n \"viewName\": \"testview12770\",\r\n \"definition\": \"CREATE VIEW testdb15920.dbo.testview12770 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\",\r\n \"version\": \"4e7356c6-d8f3-46a1-aff7-2169eb3d8bd7\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -379,14 +2379,17 @@ "Expires": [ "-1" ], - "Pragma": [ - "no-cache" + "Cache-Control": [ + "no-store, no-cache, max-age=0, private" + ], + "Date": [ + "Fri, 21 Apr 2017 00:20:47 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "b73449c6-feca-4c8e-88a4-226b2564be5b" + "d3492ae7-e480-49a7-aa45-69550f108e04" ], "OData-Version": [ "4.0" @@ -396,40 +2399,28 @@ ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" - ], - "Cache-Control": [ - "private" - ], - "Date": [ - "Fri, 20 Nov 2015 22:20:14 GMT" ] }, "StatusCode": 200 }, { - "RequestUri": "/catalog/usql/databases/testdb12673/schemas/dbo/views/testview11914?api-version=2015-10-01-preview", - "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTI2NzMvc2NoZW1hcy9kYm8vdmlld3MvdGVzdHZpZXcxMTkxND9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/catalog/usql/databases/testdb15920/views?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTU5MjAvdmlld3M/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "useragent": [ - "Azure SDK - Microsoft.Azure.Management.DataLake.AnalyticsCatalog 0.9.3-preview" - ], - "User-Agent": [ - "Azure", - "SDK", - "-", - "Microsoft.Azure.Management.DataLake.AnalyticsCatalog", - "0.9.3-preview" + "x-ms-client-request-id": [ + "83dcd47a-0a5c-4fc5-bedc-01838b4b3600" ], - "x-ms-client-resource-group-name": [ - "abarg19711" + "accept-language": [ + "en-US" ], - "x-ms-client-subscription-id": [ - "46153750-fa3b-4140-bf57-8beb7d5c971a" + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/2.2.0-preview" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://testadlac16849.azuredatalakeanalytics.net/sqlip/$metadata#views/$entity\",\r\n \"computeAccountName\": \"testadlac16849\",\r\n \"databaseName\": \"testdb12673\",\r\n \"schemaName\": \"dbo\",\r\n \"viewName\": \"testview11914\",\r\n \"definition\": \"CREATE VIEW testdb12673.dbo.testview11914 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\",\r\n \"version\": \"e6217321-f4bb-44f6-be2b-9e1c665eca4e\"\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba21640.azuredatalakeanalytics.net/sqlip/$metadata#views\",\r\n \"value\": [\r\n {\r\n \"computeAccountName\": \"testaba21640\",\r\n \"databaseName\": \"testdb15920\",\r\n \"schemaName\": \"dbo\",\r\n \"viewName\": \"testview12770\",\r\n \"definition\": \"CREATE VIEW testdb15920.dbo.testview12770 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\",\r\n \"version\": \"4e7356c6-d8f3-46a1-aff7-2169eb3d8bd7\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -437,14 +2428,17 @@ "Expires": [ "-1" ], - "Pragma": [ - "no-cache" + "Cache-Control": [ + "no-store, no-cache, max-age=0, private" + ], + "Date": [ + "Fri, 21 Apr 2017 00:20:48 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "db6f5b13-1a02-4326-b5de-bd033f592b6b" + "5dcdb5b8-ab75-435b-8589-7f6e93dc6a3d" ], "OData-Version": [ "4.0" @@ -454,40 +2448,28 @@ ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" - ], - "Cache-Control": [ - "private" - ], - "Date": [ - "Fri, 20 Nov 2015 22:20:14 GMT" ] }, "StatusCode": 200 }, { - "RequestUri": "/catalog/usql/databases/testdb12673/schemas/dbo/procedures?api-version=2015-10-01-preview", - "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTI2NzMvc2NoZW1hcy9kYm8vcHJvY2VkdXJlcz9hcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/catalog/usql/databases/testdb15920/schemas/dbo/views/testview12770?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTU5MjAvc2NoZW1hcy9kYm8vdmlld3MvdGVzdHZpZXcxMjc3MD9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "useragent": [ - "Azure SDK - Microsoft.Azure.Management.DataLake.AnalyticsCatalog 0.9.3-preview" - ], - "User-Agent": [ - "Azure", - "SDK", - "-", - "Microsoft.Azure.Management.DataLake.AnalyticsCatalog", - "0.9.3-preview" + "x-ms-client-request-id": [ + "c78c369e-72b3-4100-9e79-6c945347738b" ], - "x-ms-client-resource-group-name": [ - "abarg19711" + "accept-language": [ + "en-US" ], - "x-ms-client-subscription-id": [ - "46153750-fa3b-4140-bf57-8beb7d5c971a" + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/2.2.0-preview" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://testadlac16849.azuredatalakeanalytics.net/sqlip/$metadata#procedures\",\r\n \"value\": [\r\n {\r\n \"computeAccountName\": \"testadlac16849\",\r\n \"databaseName\": \"testdb12673\",\r\n \"schemaName\": \"dbo\",\r\n \"procName\": \"testproc15434\",\r\n \"definition\": \"CREATE PROCEDURE testdb12673.dbo.testproc15434()\\nAS BEGIN\\n CREATE VIEW testdb12673.dbo.testview11914 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"version\": \"47127319-3740-446f-be12-6568791a0bb7\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba21640.azuredatalakeanalytics.net/sqlip/$metadata#views/$entity\",\r\n \"computeAccountName\": \"testaba21640\",\r\n \"databaseName\": \"testdb15920\",\r\n \"schemaName\": \"dbo\",\r\n \"viewName\": \"testview12770\",\r\n \"definition\": \"CREATE VIEW testdb15920.dbo.testview12770 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\",\r\n \"version\": \"4e7356c6-d8f3-46a1-aff7-2169eb3d8bd7\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -495,14 +2477,17 @@ "Expires": [ "-1" ], - "Pragma": [ - "no-cache" + "Cache-Control": [ + "no-store, no-cache, max-age=0, private" + ], + "Date": [ + "Fri, 21 Apr 2017 00:20:48 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "006a9ef5-f47a-4837-b6e4-c85d4a2fc934" + "d1d39e72-288a-485d-8ef0-66591a0c308b" ], "OData-Version": [ "4.0" @@ -512,40 +2497,28 @@ ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" - ], - "Cache-Control": [ - "private" - ], - "Date": [ - "Fri, 20 Nov 2015 22:20:14 GMT" ] }, "StatusCode": 200 }, { - "RequestUri": "/catalog/usql/databases/testdb12673/schemas/dbo/procedures/testproc15434?api-version=2015-10-01-preview", - "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTI2NzMvc2NoZW1hcy9kYm8vcHJvY2VkdXJlcy90ZXN0cHJvYzE1NDM0P2FwaS12ZXJzaW9uPTIwMTUtMTAtMDEtcHJldmlldw==", + "RequestUri": "/catalog/usql/databases/testdb15920/schemas/dbo/procedures?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTU5MjAvc2NoZW1hcy9kYm8vcHJvY2VkdXJlcz9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "useragent": [ - "Azure SDK - Microsoft.Azure.Management.DataLake.AnalyticsCatalog 0.9.3-preview" - ], - "User-Agent": [ - "Azure", - "SDK", - "-", - "Microsoft.Azure.Management.DataLake.AnalyticsCatalog", - "0.9.3-preview" + "x-ms-client-request-id": [ + "85e52c55-2361-43bd-8023-68222796391a" ], - "x-ms-client-resource-group-name": [ - "abarg19711" + "accept-language": [ + "en-US" ], - "x-ms-client-subscription-id": [ - "46153750-fa3b-4140-bf57-8beb7d5c971a" + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/2.2.0-preview" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://testadlac16849.azuredatalakeanalytics.net/sqlip/$metadata#procedures/$entity\",\r\n \"computeAccountName\": \"testadlac16849\",\r\n \"databaseName\": \"testdb12673\",\r\n \"schemaName\": \"dbo\",\r\n \"procName\": \"testproc15434\",\r\n \"definition\": \"CREATE PROCEDURE testdb12673.dbo.testproc15434()\\nAS BEGIN\\n CREATE VIEW testdb12673.dbo.testview11914 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"version\": \"47127319-3740-446f-be12-6568791a0bb7\"\r\n}", + "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba21640.azuredatalakeanalytics.net/sqlip/$metadata#procedures\",\r\n \"value\": [\r\n {\r\n \"computeAccountName\": \"testaba21640\",\r\n \"databaseName\": \"testdb15920\",\r\n \"schemaName\": \"dbo\",\r\n \"procName\": \"testproc11086\",\r\n \"definition\": \"CREATE PROCEDURE testdb15920.dbo.testproc11086()\\nAS BEGIN\\n CREATE VIEW testdb15920.dbo.testview12770 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"version\": \"9190e6b0-ad06-4b9e-b2cc-83bf0c7de82c\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -553,14 +2526,17 @@ "Expires": [ "-1" ], - "Pragma": [ - "no-cache" + "Cache-Control": [ + "no-store, no-cache, max-age=0, private" + ], + "Date": [ + "Fri, 21 Apr 2017 00:20:48 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "aaf26a57-43b9-4473-bb22-f70983e05031" + "471a62e7-f278-41c5-9a90-f10c37ff3c24" ], "OData-Version": [ "4.0" @@ -570,40 +2546,77 @@ ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/catalog/usql/databases/testdb15920/schemas/dbo/procedures/testproc11086?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTU5MjAvc2NoZW1hcy9kYm8vcHJvY2VkdXJlcy90ZXN0cHJvYzExMDg2P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8a3c94d2-9eca-498d-b762-2aea3f891557" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/2.2.0-preview" + ] + }, + "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba21640.azuredatalakeanalytics.net/sqlip/$metadata#procedures/$entity\",\r\n \"computeAccountName\": \"testaba21640\",\r\n \"databaseName\": \"testdb15920\",\r\n \"schemaName\": \"dbo\",\r\n \"procName\": \"testproc11086\",\r\n \"definition\": \"CREATE PROCEDURE testdb15920.dbo.testproc11086()\\nAS BEGIN\\n CREATE VIEW testdb15920.dbo.testview12770 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\r\n \"version\": \"9190e6b0-ad06-4b9e-b2cc-83bf0c7de82c\"\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; odata.metadata=minimal; odata.streaming=true" + ], + "Expires": [ + "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 20 Nov 2015 22:20:15 GMT" + "Fri, 21 Apr 2017 00:20:48 GMT" + ], + "Transfer-Encoding": [ + "chunked" + ], + "x-ms-request-id": [ + "1ea3633f-9fd3-4b44-8fef-f8e12157154a" + ], + "OData-Version": [ + "4.0" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=15724800; includeSubDomains" ] }, "StatusCode": 200 }, { - "RequestUri": "/catalog/usql/databases/testdb12673/schemas/dbo/types?api-version=2015-10-01-preview", - "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTI2NzMvc2NoZW1hcy9kYm8vdHlwZXM/YXBpLXZlcnNpb249MjAxNS0xMC0wMS1wcmV2aWV3", + "RequestUri": "/catalog/usql/databases/testdb15920/schemas/dbo/tables/testtbl11379/partitions?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTU5MjAvc2NoZW1hcy9kYm8vdGFibGVzL3Rlc3R0YmwxMTM3OS9wYXJ0aXRpb25zP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "useragent": [ - "Azure SDK - Microsoft.Azure.Management.DataLake.AnalyticsCatalog 0.9.3-preview" - ], - "User-Agent": [ - "Azure", - "SDK", - "-", - "Microsoft.Azure.Management.DataLake.AnalyticsCatalog", - "0.9.3-preview" + "x-ms-client-request-id": [ + "a066d0da-7bc2-46d4-9a53-3baf45695571" ], - "x-ms-client-resource-group-name": [ - "abarg19711" + "accept-language": [ + "en-US" ], - "x-ms-client-subscription-id": [ - "46153750-fa3b-4140-bf57-8beb7d5c971a" + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/2.2.0-preview" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://testadlac16849.azuredatalakeanalytics.net/sqlip/$metadata#types\",\r\n \"value\": [\r\n {\r\n \"computeAccountName\": \"testadlac16849\",\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\": false,\r\n \"version\": \"1137ad93-d19b-4d4e-b726-011f76d4d833\"\r\n },\r\n {\r\n \"computeAccountName\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": false,\r\n \"version\": \"18cf5d12-3651-44fe-ad16-cf5068f0b112\"\r\n },\r\n {\r\n \"computeAccountName\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": false,\r\n \"version\": \"f89f413d-bd5f-440a-b069-8fc345643648\"\r\n },\r\n {\r\n \"computeAccountName\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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://testaba21640.azuredatalakeanalytics.net/sqlip/$metadata#partitions\",\r\n \"value\": [\r\n {\r\n \"computeAccountName\": \"testaba21640\",\r\n \"databaseName\": \"testdb15920\",\r\n \"schemaName\": \"dbo\",\r\n \"partitionName\": \"testtbl11379_Partition_1d483546-663c-4d52-859c-ff953f6fbdd7\",\r\n \"indexId\": 1,\r\n \"label\": [\r\n \"1\"\r\n ],\r\n \"createDate\": \"2017-04-21T00:20:32.203-07:00\",\r\n \"parentName\": {\r\n \"server\": \"76411d12-b78b-4ac4-ab9d-96e75f620545\",\r\n \"firstPart\": \"testdb15920\",\r\n \"secondPart\": \"dbo\",\r\n \"thirdPart\": \"testtbl11379\",\r\n \"fourthPart\": null\r\n },\r\n \"version\": \"00051689-adf2-4021-9a52-8fe2f709a31b\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -611,14 +2624,17 @@ "Expires": [ "-1" ], - "Pragma": [ - "no-cache" + "Cache-Control": [ + "no-store, no-cache, max-age=0, private" + ], + "Date": [ + "Fri, 21 Apr 2017 00:20:48 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "eb8e8cdb-b9d9-4da4-8feb-4c8dd4756163" + "79dc7841-0a86-4718-9b3d-e9f1cdcf9735" ], "OData-Version": [ "4.0" @@ -628,40 +2644,77 @@ ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/catalog/usql/databases/testdb15920/schemas/dbo/tables/testtbl11379/partitions/testtbl11379_Partition_1d483546-663c-4d52-859c-ff953f6fbdd7?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTU5MjAvc2NoZW1hcy9kYm8vdGFibGVzL3Rlc3R0YmwxMTM3OS9wYXJ0aXRpb25zL3Rlc3R0YmwxMTM3OV9QYXJ0aXRpb25fMWQ0ODM1NDYtNjYzYy00ZDUyLTg1OWMtZmY5NTNmNmZiZGQ3P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "137d9988-2d1f-491e-a985-57d107120a98" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/2.2.0-preview" + ] + }, + "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba21640.azuredatalakeanalytics.net/sqlip/$metadata#partitions/$entity\",\r\n \"computeAccountName\": \"testaba21640\",\r\n \"databaseName\": \"testdb15920\",\r\n \"schemaName\": \"dbo\",\r\n \"partitionName\": \"testtbl11379_Partition_1d483546-663c-4d52-859c-ff953f6fbdd7\",\r\n \"indexId\": 1,\r\n \"label\": [\r\n \"1\"\r\n ],\r\n \"createDate\": \"2017-04-21T00:20:32.203-07:00\",\r\n \"parentName\": {\r\n \"server\": \"76411d12-b78b-4ac4-ab9d-96e75f620545\",\r\n \"firstPart\": \"testdb15920\",\r\n \"secondPart\": \"dbo\",\r\n \"thirdPart\": \"testtbl11379\",\r\n \"fourthPart\": null\r\n },\r\n \"version\": \"00051689-adf2-4021-9a52-8fe2f709a31b\"\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; odata.metadata=minimal; odata.streaming=true" + ], + "Expires": [ + "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 20 Nov 2015 22:20:15 GMT" + "Fri, 21 Apr 2017 00:20:49 GMT" + ], + "Transfer-Encoding": [ + "chunked" + ], + "x-ms-request-id": [ + "8573bf84-2ba3-4e0c-ba9c-40269a50a3c2" + ], + "OData-Version": [ + "4.0" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=15724800; includeSubDomains" ] }, "StatusCode": 200 }, { - "RequestUri": "/catalog/usql/databases/testdb12673/schemas/dbo/types?$filter=isComplexType%20eq%20false&api-version=2015-10-01-preview", - "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTI2NzMvc2NoZW1hcy9kYm8vdHlwZXM/JGZpbHRlcj1pc0NvbXBsZXhUeXBlJTIwZXElMjBmYWxzZSZhcGktdmVyc2lvbj0yMDE1LTEwLTAxLXByZXZpZXc=", + "RequestUri": "/catalog/usql/databases/testdb15920/schemas/dbo/types?api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTU5MjAvc2NoZW1hcy9kYm8vdHlwZXM/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "useragent": [ - "Azure SDK - Microsoft.Azure.Management.DataLake.AnalyticsCatalog 0.9.3-preview" - ], - "User-Agent": [ - "Azure", - "SDK", - "-", - "Microsoft.Azure.Management.DataLake.AnalyticsCatalog", - "0.9.3-preview" + "x-ms-client-request-id": [ + "f351f8a0-a7b7-41a0-aac7-c77497c2c28e" ], - "x-ms-client-resource-group-name": [ - "abarg19711" + "accept-language": [ + "en-US" ], - "x-ms-client-subscription-id": [ - "46153750-fa3b-4140-bf57-8beb7d5c971a" + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/2.2.0-preview" ] }, - "ResponseBody": "{\r\n \"@odata.context\": \"https://testadlac16849.azuredatalakeanalytics.net/sqlip/$metadata#types\",\r\n \"value\": [\r\n {\r\n \"computeAccountName\": \"testadlac16849\",\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\": false,\r\n \"version\": \"1137ad93-d19b-4d4e-b726-011f76d4d833\"\r\n },\r\n {\r\n \"computeAccountName\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": false,\r\n \"version\": \"18cf5d12-3651-44fe-ad16-cf5068f0b112\"\r\n },\r\n {\r\n \"computeAccountName\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": false,\r\n \"version\": \"f89f413d-bd5f-440a-b069-8fc345643648\"\r\n },\r\n {\r\n \"computeAccountName\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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\": \"testadlac16849\",\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://testaba21640.azuredatalakeanalytics.net/sqlip/$metadata#types\",\r\n \"value\": [\r\n {\r\n \"computeAccountName\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 173,\r\n \"userTypeId\": 173,\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\": \"testaba21640\",\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\": 104,\r\n \"userTypeId\": 104,\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\": \"testaba21640\",\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\": 48,\r\n \"userTypeId\": 48,\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\": \"testaba21640\",\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\": 42,\r\n \"userTypeId\": 42,\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\": \"testaba21640\",\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\": 106,\r\n \"userTypeId\": 106,\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\": \"testaba21640\",\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\": 62,\r\n \"userTypeId\": 62,\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\": \"testaba21640\",\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\": 36,\r\n \"userTypeId\": 36,\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\": \"testaba21640\",\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\": 52,\r\n \"userTypeId\": 52,\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\": \"testaba21640\",\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\": 56,\r\n \"userTypeId\": 56,\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\": \"testaba21640\",\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\": 127,\r\n \"userTypeId\": 127,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 60,\r\n \"userTypeId\": 60,\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\": \"testaba21640\",\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\": 59,\r\n \"userTypeId\": 59,\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\": \"testaba21640\",\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\": 231,\r\n \"userTypeId\": 231,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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" @@ -669,14 +2722,17 @@ "Expires": [ "-1" ], - "Pragma": [ - "no-cache" + "Cache-Control": [ + "no-store, no-cache, max-age=0, private" + ], + "Date": [ + "Fri, 21 Apr 2017 00:20:49 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "4c2f92bf-e37b-452f-b831-32c72f608706" + "7806b702-6069-4dce-bae9-f92057907e06" ], "OData-Version": [ "4.0" @@ -686,19 +2742,86 @@ ], "Strict-Transport-Security": [ "max-age=15724800; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/catalog/usql/databases/testdb15920/schemas/dbo/types?$filter=isComplexType%20eq%20false&api-version=2016-11-01", + "EncodedRequestUri": "L2NhdGFsb2cvdXNxbC9kYXRhYmFzZXMvdGVzdGRiMTU5MjAvc2NoZW1hcy9kYm8vdHlwZXM/JGZpbHRlcj1pc0NvbXBsZXhUeXBlJTIwZXElMjBmYWxzZSZhcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d1f96881-088a-4675-95bb-d325706ba82a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient/2.2.0-preview" + ] + }, + "ResponseBody": "{\r\n \"@odata.context\": \"https://testaba21640.azuredatalakeanalytics.net/sqlip/$metadata#types\",\r\n \"value\": [\r\n {\r\n \"computeAccountName\": \"testaba21640\",\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\": 173,\r\n \"userTypeId\": 173,\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\": \"testaba21640\",\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\": 104,\r\n \"userTypeId\": 104,\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\": \"testaba21640\",\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\": 48,\r\n \"userTypeId\": 48,\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\": \"testaba21640\",\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\": 42,\r\n \"userTypeId\": 42,\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\": \"testaba21640\",\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\": 106,\r\n \"userTypeId\": 106,\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\": \"testaba21640\",\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\": 62,\r\n \"userTypeId\": 62,\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\": \"testaba21640\",\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\": 36,\r\n \"userTypeId\": 36,\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\": \"testaba21640\",\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\": 52,\r\n \"userTypeId\": 52,\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\": \"testaba21640\",\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\": 56,\r\n \"userTypeId\": 56,\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\": \"testaba21640\",\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\": 127,\r\n \"userTypeId\": 127,\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\": \"testaba21640\",\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\": 60,\r\n \"userTypeId\": 60,\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\": \"testaba21640\",\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\": 59,\r\n \"userTypeId\": 59,\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\": \"testaba21640\",\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\": 231,\r\n \"userTypeId\": 231,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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\": \"testaba21640\",\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\": 243,\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" + ], + "Expires": [ + "-1" ], "Cache-Control": [ - "private" + "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 20 Nov 2015 22:20:17 GMT" + "Fri, 21 Apr 2017 00:20:49 GMT" + ], + "Transfer-Encoding": [ + "chunked" + ], + "x-ms-request-id": [ + "bef892a4-1644-4265-8e75-71d7b99b7dea" + ], + "OData-Version": [ + "4.0" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=15724800; includeSubDomains" ] }, "StatusCode": 200 } ], - "Names": {}, + "Names": { + ".ctor": [ + "rgaba15581", + "testaba19024", + "testaba21640", + "teststorage15929", + "testdatalake14891", + "testdatalake28972", + "testazureblob14878", + "testdb15920", + "testtbl11379", + "testtvf18049", + "testproc11086", + "testview12770", + "testcred11108", + "testsecret13434", + "testsecretpwd18978" + ], + "CreateCatalog": [ + "8db295d6-15ff-4ba2-af9d-080730a2dd75" + ], + "RunJobToCompletion": [ + "testjob18826" + ] + }, "Variables": { - "SubscriptionId": "46153750-fa3b-4140-bf57-8beb7d5c971a" + "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" } } \ No newline at end of file diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Customizations/DataLakeAnalyticsCustomizationHelper.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Customizations/DataLakeAnalyticsCustomizationHelper.cs index f8583402f625d..da3966cc077dd 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Customizations/DataLakeAnalyticsCustomizationHelper.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Customizations/DataLakeAnalyticsCustomizationHelper.cs @@ -14,7 +14,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 = "2.1.1-preview"; + internal const string PackageVersion = "2.2.0-preview"; internal const string DefaultAdlaDnsSuffix = "azuredatalakeanalytics.net"; diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/CatalogOperations.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/CatalogOperations.cs index 677cedbdba838..6e7a200d9c097 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/CatalogOperations.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/CatalogOperations.cs @@ -495,6 +495,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) /// /// A response object containing the response body and response headers. /// + [System.Obsolete()] public async Task> GetSecretWithHttpMessagesAsync(string accountName, string databaseName, string secretName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (accountName == null) @@ -3418,20 +3419,30 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) } /// - /// Retrieves the specified table type from the Data Lake Analytics catalog. + /// Retrieves the list of all table statistics within the specified schema from + /// the Data Lake Analytics catalog. /// /// /// The Azure Data Lake Analytics account upon which to execute catalog /// operations. /// /// - /// The name of the database containing the table type. + /// The name of the database containing the statistics. /// /// - /// The name of the schema containing the table type. + /// The name of the schema containing the statistics. /// - /// - /// The name of the table type to retrieve. + /// + /// OData parameters to apply to the operation. + /// + /// + /// OData Select statement. Limits the properties on each entry to just those + /// requested, e.g. Categories?$select=CategoryName,Description. Optional. + /// + /// + /// The Boolean value of true or false to request a count of the matching + /// resources included with the resources in the response, e.g. + /// Categories?$count=true. Optional. /// /// /// Headers that will be added to request. @@ -3454,7 +3465,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task> GetTableTypeWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, string tableTypeName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListTableStatisticsByDatabaseAndSchemaWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (accountName == null) { @@ -3472,10 +3483,6 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "schemaName"); } - if (tableTypeName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "tableTypeName"); - } if (Client.ApiVersion == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); @@ -3487,22 +3494,39 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("odataQuery", odataQuery); tracingParameters.Add("accountName", accountName); tracingParameters.Add("databaseName", databaseName); tracingParameters.Add("schemaName", schemaName); - tracingParameters.Add("tableTypeName", tableTypeName); + tracingParameters.Add("select", select); + tracingParameters.Add("count", count); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "GetTableType", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "ListTableStatisticsByDatabaseAndSchema", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri; - var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases/{databaseName}/schemas/{schemaName}/tabletypes/{tableTypeName}"; + var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases/{databaseName}/schemas/{schemaName}/statistics"; _url = _url.Replace("{accountName}", accountName); _url = _url.Replace("{adlaCatalogDnsSuffix}", Client.AdlaCatalogDnsSuffix); _url = _url.Replace("{databaseName}", System.Uri.EscapeDataString(databaseName)); _url = _url.Replace("{schemaName}", System.Uri.EscapeDataString(schemaName)); - _url = _url.Replace("{tableTypeName}", System.Uri.EscapeDataString(tableTypeName)); List _queryParameters = new List(); + if (odataQuery != null) + { + var _odataFilter = odataQuery.ToString(); + if (!string.IsNullOrEmpty(_odataFilter)) + { + _queryParameters.Add(_odataFilter); + } + } + if (select != null) + { + _queryParameters.Add(string.Format("$select={0}", System.Uri.EscapeDataString(select))); + } + if (count != null) + { + _queryParameters.Add(string.Format("$count={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(count, Client.SerializationSettings).Trim('"')))); + } if (Client.ApiVersion != null) { _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); @@ -3600,7 +3624,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")) @@ -3613,7 +3637,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { @@ -3633,29 +3657,20 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) } /// - /// Retrieves the list of table types from the Data Lake Analytics catalog. + /// Retrieves the specified table type from the Data Lake Analytics catalog. /// /// /// The Azure Data Lake Analytics account upon which to execute catalog /// operations. /// /// - /// The name of the database containing the table types. + /// The name of the database containing the table type. /// /// - /// The name of the schema containing the table types. - /// - /// - /// OData parameters to apply to the operation. - /// - /// - /// OData Select statement. Limits the properties on each entry to just those - /// requested, e.g. Categories?$select=CategoryName,Description. Optional. + /// The name of the schema containing the table type. /// - /// - /// The Boolean value of true or false to request a count of the matching - /// resources included with the resources in the response, e.g. - /// Categories?$count=true. Optional. + /// + /// The name of the table type to retrieve. /// /// /// Headers that will be added to request. @@ -3678,7 +3693,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task>> ListTableTypesWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> GetTableTypeWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, string tableTypeName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (accountName == null) { @@ -3696,6 +3711,10 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "schemaName"); } + if (tableTypeName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "tableTypeName"); + } if (Client.ApiVersion == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); @@ -3707,39 +3726,22 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("odataQuery", odataQuery); tracingParameters.Add("accountName", accountName); tracingParameters.Add("databaseName", databaseName); tracingParameters.Add("schemaName", schemaName); - tracingParameters.Add("select", select); - tracingParameters.Add("count", count); + tracingParameters.Add("tableTypeName", tableTypeName); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListTableTypes", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "GetTableType", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri; - var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases/{databaseName}/schemas/{schemaName}/tabletypes"; + var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases/{databaseName}/schemas/{schemaName}/tabletypes/{tableTypeName}"; _url = _url.Replace("{accountName}", accountName); _url = _url.Replace("{adlaCatalogDnsSuffix}", Client.AdlaCatalogDnsSuffix); _url = _url.Replace("{databaseName}", System.Uri.EscapeDataString(databaseName)); _url = _url.Replace("{schemaName}", System.Uri.EscapeDataString(schemaName)); + _url = _url.Replace("{tableTypeName}", System.Uri.EscapeDataString(tableTypeName)); List _queryParameters = new List(); - if (odataQuery != null) - { - var _odataFilter = odataQuery.ToString(); - if (!string.IsNullOrEmpty(_odataFilter)) - { - _queryParameters.Add(_odataFilter); - } - } - if (select != null) - { - _queryParameters.Add(string.Format("$select={0}", System.Uri.EscapeDataString(select))); - } - if (count != null) - { - _queryParameters.Add(string.Format("$count={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(count, Client.SerializationSettings).Trim('"')))); - } if (Client.ApiVersion != null) { _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); @@ -3837,7 +3839,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")) @@ -3850,7 +3852,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { @@ -3870,20 +3872,29 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) } /// - /// Retrieves the specified view from the Data Lake Analytics catalog. + /// Retrieves the list of table types from the Data Lake Analytics catalog. /// /// /// The Azure Data Lake Analytics account upon which to execute catalog /// operations. /// /// - /// The name of the database containing the view. + /// The name of the database containing the table types. /// /// - /// The name of the schema containing the view. + /// The name of the schema containing the table types. /// - /// - /// The name of the view. + /// + /// OData parameters to apply to the operation. + /// + /// + /// OData Select statement. Limits the properties on each entry to just those + /// requested, e.g. Categories?$select=CategoryName,Description. Optional. + /// + /// + /// The Boolean value of true or false to request a count of the matching + /// resources included with the resources in the response, e.g. + /// Categories?$count=true. Optional. /// /// /// Headers that will be added to request. @@ -3906,7 +3917,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task> GetViewWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, string viewName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListTableTypesWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (accountName == null) { @@ -3924,10 +3935,6 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "schemaName"); } - if (viewName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "viewName"); - } if (Client.ApiVersion == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); @@ -3939,22 +3946,39 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("odataQuery", odataQuery); tracingParameters.Add("accountName", accountName); tracingParameters.Add("databaseName", databaseName); tracingParameters.Add("schemaName", schemaName); - tracingParameters.Add("viewName", viewName); + tracingParameters.Add("select", select); + tracingParameters.Add("count", count); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "GetView", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "ListTableTypes", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri; - var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases/{databaseName}/schemas/{schemaName}/views/{viewName}"; + var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases/{databaseName}/schemas/{schemaName}/tabletypes"; _url = _url.Replace("{accountName}", accountName); _url = _url.Replace("{adlaCatalogDnsSuffix}", Client.AdlaCatalogDnsSuffix); _url = _url.Replace("{databaseName}", System.Uri.EscapeDataString(databaseName)); _url = _url.Replace("{schemaName}", System.Uri.EscapeDataString(schemaName)); - _url = _url.Replace("{viewName}", System.Uri.EscapeDataString(viewName)); List _queryParameters = new List(); + if (odataQuery != null) + { + var _odataFilter = odataQuery.ToString(); + if (!string.IsNullOrEmpty(_odataFilter)) + { + _queryParameters.Add(_odataFilter); + } + } + if (select != null) + { + _queryParameters.Add(string.Format("$select={0}", System.Uri.EscapeDataString(select))); + } + if (count != null) + { + _queryParameters.Add(string.Format("$count={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(count, Client.SerializationSettings).Trim('"')))); + } if (Client.ApiVersion != null) { _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); @@ -4052,7 +4076,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")) @@ -4065,7 +4089,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { @@ -4085,29 +4109,20 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) } /// - /// Retrieves the list of views from the Data Lake Analytics catalog. + /// Retrieves the specified package from the Data Lake Analytics catalog. /// /// /// The Azure Data Lake Analytics account upon which to execute catalog /// operations. /// /// - /// The name of the database containing the views. + /// The name of the database containing the package. /// /// - /// The name of the schema containing the views. - /// - /// - /// OData parameters to apply to the operation. - /// - /// - /// OData Select statement. Limits the properties on each entry to just those - /// requested, e.g. Categories?$select=CategoryName,Description. Optional. + /// The name of the schema containing the package. /// - /// - /// The Boolean value of true or false to request a count of the matching - /// resources included with the resources in the response, e.g. - /// Categories?$count=true. Optional. + /// + /// The name of the package. /// /// /// Headers that will be added to request. @@ -4130,7 +4145,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task>> ListViewsWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> GetPackageWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, string packageName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (accountName == null) { @@ -4148,6 +4163,10 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "schemaName"); } + if (packageName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "packageName"); + } if (Client.ApiVersion == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); @@ -4159,39 +4178,22 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("odataQuery", odataQuery); tracingParameters.Add("accountName", accountName); tracingParameters.Add("databaseName", databaseName); tracingParameters.Add("schemaName", schemaName); - tracingParameters.Add("select", select); - tracingParameters.Add("count", count); + tracingParameters.Add("packageName", packageName); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListViews", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "GetPackage", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri; - var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases/{databaseName}/schemas/{schemaName}/views"; + var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases/{databaseName}/schemas/{schemaName}/packages/{packageName}"; _url = _url.Replace("{accountName}", accountName); _url = _url.Replace("{adlaCatalogDnsSuffix}", Client.AdlaCatalogDnsSuffix); _url = _url.Replace("{databaseName}", System.Uri.EscapeDataString(databaseName)); _url = _url.Replace("{schemaName}", System.Uri.EscapeDataString(schemaName)); + _url = _url.Replace("{packageName}", System.Uri.EscapeDataString(packageName)); List _queryParameters = new List(); - if (odataQuery != null) - { - var _odataFilter = odataQuery.ToString(); - if (!string.IsNullOrEmpty(_odataFilter)) - { - _queryParameters.Add(_odataFilter); - } - } - if (select != null) - { - _queryParameters.Add(string.Format("$select={0}", System.Uri.EscapeDataString(select))); - } - if (count != null) - { - _queryParameters.Add(string.Format("$count={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(count, Client.SerializationSettings).Trim('"')))); - } if (Client.ApiVersion != null) { _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); @@ -4289,7 +4291,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")) @@ -4302,7 +4304,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { @@ -4322,24 +4324,29 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) } /// - /// Retrieves the specified table statistics from the Data Lake Analytics - /// catalog. + /// Retrieves the list of packages from the Data Lake Analytics catalog. /// /// /// The Azure Data Lake Analytics account upon which to execute catalog /// operations. /// /// - /// The name of the database containing the statistics. + /// The name of the database containing the packages. /// /// - /// The name of the schema containing the statistics. + /// The name of the schema containing the packages. /// - /// - /// The name of the table containing the statistics. + /// + /// OData parameters to apply to the operation. /// - /// - /// The name of the table statistics. + /// + /// OData Select statement. Limits the properties on each entry to just those + /// requested, e.g. Categories?$select=CategoryName,Description. Optional. + /// + /// + /// The Boolean value of true or false to request a count of the matching + /// resources included with the resources in the response, e.g. + /// Categories?$count=true. Optional. /// /// /// Headers that will be added to request. @@ -4362,7 +4369,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task> GetTableStatisticWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, string tableName, string statisticsName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListPackagesWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (accountName == null) { @@ -4380,14 +4387,6 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "schemaName"); } - if (tableName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "tableName"); - } - if (statisticsName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "statisticsName"); - } if (Client.ApiVersion == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); @@ -4399,24 +4398,39 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("odataQuery", odataQuery); tracingParameters.Add("accountName", accountName); tracingParameters.Add("databaseName", databaseName); tracingParameters.Add("schemaName", schemaName); - tracingParameters.Add("tableName", tableName); - tracingParameters.Add("statisticsName", statisticsName); + tracingParameters.Add("select", select); + tracingParameters.Add("count", count); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "GetTableStatistic", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "ListPackages", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri; - var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases/{databaseName}/schemas/{schemaName}/tables/{tableName}/statistics/{statisticsName}"; + var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases/{databaseName}/schemas/{schemaName}/packages"; _url = _url.Replace("{accountName}", accountName); _url = _url.Replace("{adlaCatalogDnsSuffix}", Client.AdlaCatalogDnsSuffix); _url = _url.Replace("{databaseName}", System.Uri.EscapeDataString(databaseName)); _url = _url.Replace("{schemaName}", System.Uri.EscapeDataString(schemaName)); - _url = _url.Replace("{tableName}", System.Uri.EscapeDataString(tableName)); - _url = _url.Replace("{statisticsName}", System.Uri.EscapeDataString(statisticsName)); List _queryParameters = new List(); + if (odataQuery != null) + { + var _odataFilter = odataQuery.ToString(); + if (!string.IsNullOrEmpty(_odataFilter)) + { + _queryParameters.Add(_odataFilter); + } + } + if (select != null) + { + _queryParameters.Add(string.Format("$select={0}", System.Uri.EscapeDataString(select))); + } + if (count != null) + { + _queryParameters.Add(string.Format("$count={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(count, Client.SerializationSettings).Trim('"')))); + } if (Client.ApiVersion != null) { _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); @@ -4514,7 +4528,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")) @@ -4527,7 +4541,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { @@ -4547,33 +4561,20 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) } /// - /// Retrieves the list of table statistics from the Data Lake Analytics - /// catalog. + /// Retrieves the specified view from the Data Lake Analytics catalog. /// /// /// The Azure Data Lake Analytics account upon which to execute catalog /// operations. /// /// - /// The name of the database containing the statistics. + /// The name of the database containing the view. /// /// - /// The name of the schema containing the statistics. - /// - /// - /// The name of the table containing the statistics. - /// - /// - /// OData parameters to apply to the operation. - /// - /// - /// OData Select statement. Limits the properties on each entry to just those - /// requested, e.g. Categories?$select=CategoryName,Description. Optional. + /// The name of the schema containing the view. /// - /// - /// The Boolean value of true or false to request a count of the matching - /// resources included with the resources in the response, e.g. - /// Categories?$count=true. Optional. + /// + /// The name of the view. /// /// /// Headers that will be added to request. @@ -4596,7 +4597,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task>> ListTableStatisticsWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, string tableName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> GetViewWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, string viewName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (accountName == null) { @@ -4614,9 +4615,9 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "schemaName"); } - if (tableName == null) + if (viewName == null) { - throw new ValidationException(ValidationRules.CannotBeNull, "tableName"); + throw new ValidationException(ValidationRules.CannotBeNull, "viewName"); } if (Client.ApiVersion == null) { @@ -4629,41 +4630,22 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("odataQuery", odataQuery); tracingParameters.Add("accountName", accountName); tracingParameters.Add("databaseName", databaseName); tracingParameters.Add("schemaName", schemaName); - tracingParameters.Add("tableName", tableName); - tracingParameters.Add("select", select); - tracingParameters.Add("count", count); + tracingParameters.Add("viewName", viewName); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListTableStatistics", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "GetView", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri; - var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases/{databaseName}/schemas/{schemaName}/tables/{tableName}/statistics"; + var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases/{databaseName}/schemas/{schemaName}/views/{viewName}"; _url = _url.Replace("{accountName}", accountName); _url = _url.Replace("{adlaCatalogDnsSuffix}", Client.AdlaCatalogDnsSuffix); _url = _url.Replace("{databaseName}", System.Uri.EscapeDataString(databaseName)); _url = _url.Replace("{schemaName}", System.Uri.EscapeDataString(schemaName)); - _url = _url.Replace("{tableName}", System.Uri.EscapeDataString(tableName)); + _url = _url.Replace("{viewName}", System.Uri.EscapeDataString(viewName)); List _queryParameters = new List(); - if (odataQuery != null) - { - var _odataFilter = odataQuery.ToString(); - if (!string.IsNullOrEmpty(_odataFilter)) - { - _queryParameters.Add(_odataFilter); - } - } - if (select != null) - { - _queryParameters.Add(string.Format("$select={0}", System.Uri.EscapeDataString(select))); - } - if (count != null) - { - _queryParameters.Add(string.Format("$count={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(count, Client.SerializationSettings).Trim('"')))); - } if (Client.ApiVersion != null) { _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); @@ -4761,7 +4743,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")) @@ -4774,7 +4756,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { @@ -4794,24 +4776,29 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) } /// - /// Retrieves the specified table partition from the Data Lake Analytics - /// catalog. + /// Retrieves the list of views from the Data Lake Analytics catalog. /// /// /// The Azure Data Lake Analytics account upon which to execute catalog /// operations. /// /// - /// The name of the database containing the partition. + /// The name of the database containing the views. /// /// - /// The name of the schema containing the partition. + /// The name of the schema containing the views. /// - /// - /// The name of the table containing the partition. + /// + /// OData parameters to apply to the operation. /// - /// - /// The name of the table partition. + /// + /// OData Select statement. Limits the properties on each entry to just those + /// requested, e.g. Categories?$select=CategoryName,Description. Optional. + /// + /// + /// The Boolean value of true or false to request a count of the matching + /// resources included with the resources in the response, e.g. + /// Categories?$count=true. Optional. /// /// /// Headers that will be added to request. @@ -4834,7 +4821,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task> GetTablePartitionWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, string tableName, string partitionName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListViewsWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (accountName == null) { @@ -4852,14 +4839,6 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "schemaName"); } - if (tableName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "tableName"); - } - if (partitionName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "partitionName"); - } if (Client.ApiVersion == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); @@ -4871,24 +4850,39 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("odataQuery", odataQuery); tracingParameters.Add("accountName", accountName); tracingParameters.Add("databaseName", databaseName); tracingParameters.Add("schemaName", schemaName); - tracingParameters.Add("tableName", tableName); - tracingParameters.Add("partitionName", partitionName); + tracingParameters.Add("select", select); + tracingParameters.Add("count", count); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "GetTablePartition", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "ListViews", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri; - var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases/{databaseName}/schemas/{schemaName}/tables/{tableName}/partitions/{partitionName}"; + var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases/{databaseName}/schemas/{schemaName}/views"; _url = _url.Replace("{accountName}", accountName); _url = _url.Replace("{adlaCatalogDnsSuffix}", Client.AdlaCatalogDnsSuffix); _url = _url.Replace("{databaseName}", System.Uri.EscapeDataString(databaseName)); _url = _url.Replace("{schemaName}", System.Uri.EscapeDataString(schemaName)); - _url = _url.Replace("{tableName}", System.Uri.EscapeDataString(tableName)); - _url = _url.Replace("{partitionName}", System.Uri.EscapeDataString(partitionName)); List _queryParameters = new List(); + if (odataQuery != null) + { + var _odataFilter = odataQuery.ToString(); + if (!string.IsNullOrEmpty(_odataFilter)) + { + _queryParameters.Add(_odataFilter); + } + } + if (select != null) + { + _queryParameters.Add(string.Format("$select={0}", System.Uri.EscapeDataString(select))); + } + if (count != null) + { + _queryParameters.Add(string.Format("$count={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(count, Client.SerializationSettings).Trim('"')))); + } if (Client.ApiVersion != null) { _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); @@ -4986,7 +4980,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")) @@ -4999,7 +4993,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { @@ -5019,7 +5013,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) } /// - /// Retrieves the list of table partitions from the Data Lake Analytics + /// Retrieves the specified table statistics from the Data Lake Analytics /// catalog. /// /// @@ -5027,25 +5021,16 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) /// operations. /// /// - /// The name of the database containing the partitions. + /// The name of the database containing the statistics. /// /// - /// The name of the schema containing the partitions. + /// The name of the schema containing the statistics. /// /// - /// The name of the table containing the partitions. - /// - /// - /// OData parameters to apply to the operation. - /// - /// - /// OData Select statement. Limits the properties on each entry to just those - /// requested, e.g. Categories?$select=CategoryName,Description. Optional. + /// The name of the table containing the statistics. /// - /// - /// The Boolean value of true or false to request a count of the matching - /// resources included with the resources in the response, e.g. - /// Categories?$count=true. Optional. + /// + /// The name of the table statistics. /// /// /// Headers that will be added to request. @@ -5068,7 +5053,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task>> ListTablePartitionsWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, string tableName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> GetTableStatisticWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, string tableName, string statisticsName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (accountName == null) { @@ -5090,6 +5075,10 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "tableName"); } + if (statisticsName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "statisticsName"); + } if (Client.ApiVersion == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); @@ -5101,41 +5090,24 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("odataQuery", odataQuery); tracingParameters.Add("accountName", accountName); tracingParameters.Add("databaseName", databaseName); tracingParameters.Add("schemaName", schemaName); tracingParameters.Add("tableName", tableName); - tracingParameters.Add("select", select); - tracingParameters.Add("count", count); + tracingParameters.Add("statisticsName", statisticsName); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListTablePartitions", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "GetTableStatistic", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri; - var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases/{databaseName}/schemas/{schemaName}/tables/{tableName}/partitions"; + var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases/{databaseName}/schemas/{schemaName}/tables/{tableName}/statistics/{statisticsName}"; _url = _url.Replace("{accountName}", accountName); _url = _url.Replace("{adlaCatalogDnsSuffix}", Client.AdlaCatalogDnsSuffix); _url = _url.Replace("{databaseName}", System.Uri.EscapeDataString(databaseName)); _url = _url.Replace("{schemaName}", System.Uri.EscapeDataString(schemaName)); _url = _url.Replace("{tableName}", System.Uri.EscapeDataString(tableName)); + _url = _url.Replace("{statisticsName}", System.Uri.EscapeDataString(statisticsName)); List _queryParameters = new List(); - if (odataQuery != null) - { - var _odataFilter = odataQuery.ToString(); - if (!string.IsNullOrEmpty(_odataFilter)) - { - _queryParameters.Add(_odataFilter); - } - } - if (select != null) - { - _queryParameters.Add(string.Format("$select={0}", System.Uri.EscapeDataString(select))); - } - if (count != null) - { - _queryParameters.Add(string.Format("$count={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(count, Client.SerializationSettings).Trim('"')))); - } if (Client.ApiVersion != null) { _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); @@ -5233,7 +5205,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")) @@ -5246,7 +5218,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { @@ -5266,18 +5238,21 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) } /// - /// Retrieves the list of types within the specified database and schema from - /// the Data Lake Analytics catalog. + /// Retrieves the list of table statistics from the Data Lake Analytics + /// catalog. /// /// /// The Azure Data Lake Analytics account upon which to execute catalog /// operations. /// /// - /// The name of the database containing the types. + /// The name of the database containing the statistics. /// /// - /// The name of the schema containing the types. + /// The name of the schema containing the statistics. + /// + /// + /// The name of the table containing the statistics. /// /// /// OData parameters to apply to the operation. @@ -5312,7 +5287,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task>> ListTypesWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListTableStatisticsWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, string tableName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (accountName == null) { @@ -5330,6 +5305,10 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "schemaName"); } + if (tableName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "tableName"); + } if (Client.ApiVersion == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); @@ -5345,18 +5324,20 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) tracingParameters.Add("accountName", accountName); tracingParameters.Add("databaseName", databaseName); tracingParameters.Add("schemaName", schemaName); + tracingParameters.Add("tableName", tableName); tracingParameters.Add("select", select); tracingParameters.Add("count", count); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListTypes", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "ListTableStatistics", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri; - var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases/{databaseName}/schemas/{schemaName}/types"; + var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases/{databaseName}/schemas/{schemaName}/tables/{tableName}/statistics"; _url = _url.Replace("{accountName}", accountName); _url = _url.Replace("{adlaCatalogDnsSuffix}", Client.AdlaCatalogDnsSuffix); _url = _url.Replace("{databaseName}", System.Uri.EscapeDataString(databaseName)); _url = _url.Replace("{schemaName}", System.Uri.EscapeDataString(schemaName)); + _url = _url.Replace("{tableName}", System.Uri.EscapeDataString(tableName)); List _queryParameters = new List(); if (odataQuery != null) { @@ -5471,7 +5452,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")) @@ -5484,7 +5465,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { @@ -5504,7 +5485,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) } /// - /// Retrieves the specified table valued function from the Data Lake Analytics + /// Retrieves the specified table partition from the Data Lake Analytics /// catalog. /// /// @@ -5512,13 +5493,16 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) /// operations. /// /// - /// The name of the database containing the table valued function. + /// The name of the database containing the partition. /// /// - /// The name of the schema containing the table valued function. + /// The name of the schema containing the partition. /// - /// - /// The name of the tableValuedFunction. + /// + /// The name of the table containing the partition. + /// + /// + /// The name of the table partition. /// /// /// Headers that will be added to request. @@ -5541,7 +5525,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task> GetTableValuedFunctionWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, string tableValuedFunctionName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> GetTablePartitionWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, string tableName, string partitionName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (accountName == null) { @@ -5559,9 +5543,13 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "schemaName"); } - if (tableValuedFunctionName == null) + if (tableName == null) { - throw new ValidationException(ValidationRules.CannotBeNull, "tableValuedFunctionName"); + throw new ValidationException(ValidationRules.CannotBeNull, "tableName"); + } + if (partitionName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "partitionName"); } if (Client.ApiVersion == null) { @@ -5577,18 +5565,20 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) tracingParameters.Add("accountName", accountName); tracingParameters.Add("databaseName", databaseName); tracingParameters.Add("schemaName", schemaName); - tracingParameters.Add("tableValuedFunctionName", tableValuedFunctionName); + tracingParameters.Add("tableName", tableName); + tracingParameters.Add("partitionName", partitionName); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "GetTableValuedFunction", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "GetTablePartition", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri; - var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases/{databaseName}/schemas/{schemaName}/tablevaluedfunctions/{tableValuedFunctionName}"; + var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases/{databaseName}/schemas/{schemaName}/tables/{tableName}/partitions/{partitionName}"; _url = _url.Replace("{accountName}", accountName); _url = _url.Replace("{adlaCatalogDnsSuffix}", Client.AdlaCatalogDnsSuffix); _url = _url.Replace("{databaseName}", System.Uri.EscapeDataString(databaseName)); _url = _url.Replace("{schemaName}", System.Uri.EscapeDataString(schemaName)); - _url = _url.Replace("{tableValuedFunctionName}", System.Uri.EscapeDataString(tableValuedFunctionName)); + _url = _url.Replace("{tableName}", System.Uri.EscapeDataString(tableName)); + _url = _url.Replace("{partitionName}", System.Uri.EscapeDataString(partitionName)); List _queryParameters = new List(); if (Client.ApiVersion != null) { @@ -5687,7 +5677,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")) @@ -5700,7 +5690,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { @@ -5720,7 +5710,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) } /// - /// Retrieves the list of table valued functions from the Data Lake Analytics + /// Retrieves the list of table partitions from the Data Lake Analytics /// catalog. /// /// @@ -5728,10 +5718,13 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) /// operations. /// /// - /// The name of the database containing the table valued functions. + /// The name of the database containing the partitions. /// /// - /// The name of the schema containing the table valued functions. + /// The name of the schema containing the partitions. + /// + /// + /// The name of the table containing the partitions. /// /// /// OData parameters to apply to the operation. @@ -5766,7 +5759,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task>> ListTableValuedFunctionsWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListTablePartitionsWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, string tableName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (accountName == null) { @@ -5784,6 +5777,10 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "schemaName"); } + if (tableName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "tableName"); + } if (Client.ApiVersion == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); @@ -5799,18 +5796,20 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) tracingParameters.Add("accountName", accountName); tracingParameters.Add("databaseName", databaseName); tracingParameters.Add("schemaName", schemaName); + tracingParameters.Add("tableName", tableName); tracingParameters.Add("select", select); tracingParameters.Add("count", count); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListTableValuedFunctions", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "ListTablePartitions", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri; - var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases/{databaseName}/schemas/{schemaName}/tablevaluedfunctions"; + var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases/{databaseName}/schemas/{schemaName}/tables/{tableName}/partitions"; _url = _url.Replace("{accountName}", accountName); _url = _url.Replace("{adlaCatalogDnsSuffix}", Client.AdlaCatalogDnsSuffix); _url = _url.Replace("{databaseName}", System.Uri.EscapeDataString(databaseName)); _url = _url.Replace("{schemaName}", System.Uri.EscapeDataString(schemaName)); + _url = _url.Replace("{tableName}", System.Uri.EscapeDataString(tableName)); List _queryParameters = new List(); if (odataQuery != null) { @@ -5925,7 +5924,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")) @@ -5938,7 +5937,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { @@ -5958,17 +5957,30 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) } /// - /// Retrieves the specified assembly from the Data Lake Analytics catalog. + /// Retrieves the list of types within the specified database and schema from + /// the Data Lake Analytics catalog. /// /// /// The Azure Data Lake Analytics account upon which to execute catalog /// operations. /// /// - /// The name of the database containing the assembly. + /// The name of the database containing the types. /// - /// - /// The name of the assembly. + /// + /// The name of the schema containing the types. + /// + /// + /// OData parameters to apply to the operation. + /// + /// + /// OData Select statement. Limits the properties on each entry to just those + /// requested, e.g. Categories?$select=CategoryName,Description. Optional. + /// + /// + /// The Boolean value of true or false to request a count of the matching + /// resources included with the resources in the response, e.g. + /// Categories?$count=true. Optional. /// /// /// Headers that will be added to request. @@ -5991,7 +6003,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task> GetAssemblyWithHttpMessagesAsync(string accountName, string databaseName, string assemblyName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListTypesWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (accountName == null) { @@ -6005,9 +6017,9 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "databaseName"); } - if (assemblyName == null) + if (schemaName == null) { - throw new ValidationException(ValidationRules.CannotBeNull, "assemblyName"); + throw new ValidationException(ValidationRules.CannotBeNull, "schemaName"); } if (Client.ApiVersion == null) { @@ -6020,20 +6032,39 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("odataQuery", odataQuery); tracingParameters.Add("accountName", accountName); tracingParameters.Add("databaseName", databaseName); - tracingParameters.Add("assemblyName", assemblyName); + tracingParameters.Add("schemaName", schemaName); + tracingParameters.Add("select", select); + tracingParameters.Add("count", count); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "GetAssembly", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "ListTypes", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri; - var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases/{databaseName}/assemblies/{assemblyName}"; + var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases/{databaseName}/schemas/{schemaName}/types"; _url = _url.Replace("{accountName}", accountName); _url = _url.Replace("{adlaCatalogDnsSuffix}", Client.AdlaCatalogDnsSuffix); _url = _url.Replace("{databaseName}", System.Uri.EscapeDataString(databaseName)); - _url = _url.Replace("{assemblyName}", System.Uri.EscapeDataString(assemblyName)); + _url = _url.Replace("{schemaName}", System.Uri.EscapeDataString(schemaName)); List _queryParameters = new List(); + if (odataQuery != null) + { + var _odataFilter = odataQuery.ToString(); + if (!string.IsNullOrEmpty(_odataFilter)) + { + _queryParameters.Add(_odataFilter); + } + } + if (select != null) + { + _queryParameters.Add(string.Format("$select={0}", System.Uri.EscapeDataString(select))); + } + if (count != null) + { + _queryParameters.Add(string.Format("$count={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(count, Client.SerializationSettings).Trim('"')))); + } if (Client.ApiVersion != null) { _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); @@ -6131,7 +6162,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")) @@ -6144,7 +6175,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { @@ -6164,26 +6195,21 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) } /// - /// Retrieves the list of assemblies from the Data Lake Analytics catalog. + /// Retrieves the specified table valued function from the Data Lake Analytics + /// catalog. /// /// /// The Azure Data Lake Analytics account upon which to execute catalog /// operations. /// /// - /// The name of the database containing the assembly. - /// - /// - /// OData parameters to apply to the operation. + /// The name of the database containing the table valued function. /// - /// - /// OData Select statement. Limits the properties on each entry to just those - /// requested, e.g. Categories?$select=CategoryName,Description. Optional. + /// + /// The name of the schema containing the table valued function. /// - /// - /// The Boolean value of true or false to request a count of the matching - /// resources included with the resources in the response, e.g. - /// Categories?$count=true. Optional. + /// + /// The name of the tableValuedFunction. /// /// /// Headers that will be added to request. @@ -6206,7 +6232,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task>> ListAssembliesWithHttpMessagesAsync(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> GetTableValuedFunctionWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, string tableValuedFunctionName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (accountName == null) { @@ -6220,6 +6246,14 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "databaseName"); } + if (schemaName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "schemaName"); + } + if (tableValuedFunctionName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "tableValuedFunctionName"); + } if (Client.ApiVersion == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); @@ -6231,37 +6265,22 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("odataQuery", odataQuery); tracingParameters.Add("accountName", accountName); tracingParameters.Add("databaseName", databaseName); - tracingParameters.Add("select", select); - tracingParameters.Add("count", count); + tracingParameters.Add("schemaName", schemaName); + tracingParameters.Add("tableValuedFunctionName", tableValuedFunctionName); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListAssemblies", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "GetTableValuedFunction", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri; - var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases/{databaseName}/assemblies"; + var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases/{databaseName}/schemas/{schemaName}/tablevaluedfunctions/{tableValuedFunctionName}"; _url = _url.Replace("{accountName}", accountName); _url = _url.Replace("{adlaCatalogDnsSuffix}", Client.AdlaCatalogDnsSuffix); _url = _url.Replace("{databaseName}", System.Uri.EscapeDataString(databaseName)); + _url = _url.Replace("{schemaName}", System.Uri.EscapeDataString(schemaName)); + _url = _url.Replace("{tableValuedFunctionName}", System.Uri.EscapeDataString(tableValuedFunctionName)); List _queryParameters = new List(); - if (odataQuery != null) - { - var _odataFilter = odataQuery.ToString(); - if (!string.IsNullOrEmpty(_odataFilter)) - { - _queryParameters.Add(_odataFilter); - } - } - if (select != null) - { - _queryParameters.Add(string.Format("$select={0}", System.Uri.EscapeDataString(select))); - } - if (count != null) - { - _queryParameters.Add(string.Format("$count={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(count, Client.SerializationSettings).Trim('"')))); - } if (Client.ApiVersion != null) { _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); @@ -6359,7 +6378,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")) @@ -6372,7 +6391,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { @@ -6392,17 +6411,30 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) } /// - /// Retrieves the specified schema from the Data Lake Analytics catalog. + /// Retrieves the list of table valued functions from the Data Lake Analytics + /// catalog. /// /// /// The Azure Data Lake Analytics account upon which to execute catalog /// operations. /// /// - /// The name of the database containing the schema. + /// The name of the database containing the table valued functions. /// /// - /// The name of the schema. + /// The name of the schema containing the table valued functions. + /// + /// + /// OData parameters to apply to the operation. + /// + /// + /// OData Select statement. Limits the properties on each entry to just those + /// requested, e.g. Categories?$select=CategoryName,Description. Optional. + /// + /// + /// The Boolean value of true or false to request a count of the matching + /// resources included with the resources in the response, e.g. + /// Categories?$count=true. Optional. /// /// /// Headers that will be added to request. @@ -6425,7 +6457,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task> GetSchemaWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListTableValuedFunctionsWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (accountName == null) { @@ -6454,20 +6486,39 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("odataQuery", odataQuery); tracingParameters.Add("accountName", accountName); tracingParameters.Add("databaseName", databaseName); tracingParameters.Add("schemaName", schemaName); + tracingParameters.Add("select", select); + tracingParameters.Add("count", count); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "GetSchema", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "ListTableValuedFunctions", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri; - var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases/{databaseName}/schemas/{schemaName}"; + var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases/{databaseName}/schemas/{schemaName}/tablevaluedfunctions"; _url = _url.Replace("{accountName}", accountName); _url = _url.Replace("{adlaCatalogDnsSuffix}", Client.AdlaCatalogDnsSuffix); _url = _url.Replace("{databaseName}", System.Uri.EscapeDataString(databaseName)); _url = _url.Replace("{schemaName}", System.Uri.EscapeDataString(schemaName)); List _queryParameters = new List(); + if (odataQuery != null) + { + var _odataFilter = odataQuery.ToString(); + if (!string.IsNullOrEmpty(_odataFilter)) + { + _queryParameters.Add(_odataFilter); + } + } + if (select != null) + { + _queryParameters.Add(string.Format("$select={0}", System.Uri.EscapeDataString(select))); + } + if (count != null) + { + _queryParameters.Add(string.Format("$count={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(count, Client.SerializationSettings).Trim('"')))); + } if (Client.ApiVersion != null) { _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); @@ -6565,7 +6616,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")) @@ -6578,7 +6629,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { @@ -6598,26 +6649,17 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) } /// - /// Retrieves the list of schemas from the Data Lake Analytics catalog. + /// Retrieves the specified assembly from the Data Lake Analytics catalog. /// /// /// The Azure Data Lake Analytics account upon which to execute catalog /// operations. /// /// - /// The name of the database containing the schema. - /// - /// - /// OData parameters to apply to the operation. - /// - /// - /// OData Select statement. Limits the properties on each entry to just those - /// requested, e.g. Categories?$select=CategoryName,Description. Optional. + /// The name of the database containing the assembly. /// - /// - /// The Boolean value of true or false to request a count of the matching - /// resources included with the resources in the response, e.g. - /// Categories?$count=true. Optional. + /// + /// The name of the assembly. /// /// /// Headers that will be added to request. @@ -6640,7 +6682,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task>> ListSchemasWithHttpMessagesAsync(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> GetAssemblyWithHttpMessagesAsync(string accountName, string databaseName, string assemblyName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (accountName == null) { @@ -6654,6 +6696,10 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "databaseName"); } + if (assemblyName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "assemblyName"); + } if (Client.ApiVersion == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); @@ -6665,41 +6711,2711 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("odataQuery", odataQuery); tracingParameters.Add("accountName", accountName); tracingParameters.Add("databaseName", databaseName); - tracingParameters.Add("select", select); - tracingParameters.Add("count", count); + tracingParameters.Add("assemblyName", assemblyName); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListSchemas", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "GetAssembly", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri; - var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases/{databaseName}/schemas"; + var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases/{databaseName}/assemblies/{assemblyName}"; _url = _url.Replace("{accountName}", accountName); _url = _url.Replace("{adlaCatalogDnsSuffix}", Client.AdlaCatalogDnsSuffix); _url = _url.Replace("{databaseName}", System.Uri.EscapeDataString(databaseName)); + _url = _url.Replace("{assemblyName}", System.Uri.EscapeDataString(assemblyName)); List _queryParameters = new List(); - if (odataQuery != null) + if (Client.ApiVersion != null) { - var _odataFilter = odataQuery.ToString(); - if (!string.IsNullOrEmpty(_odataFilter)) + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) { - _queryParameters.Add(_odataFilter); + _httpRequest.Headers.Remove("accept-language"); } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); } - if (select != null) + + + if (customHeaders != null) { - _queryParameters.Add(string.Format("$select={0}", System.Uri.EscapeDataString(select))); + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } } - if (count != null) + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await 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 = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, 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 = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, 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; + } + + /// + /// Retrieves the list of assemblies from the Data Lake Analytics catalog. + /// + /// + /// The Azure Data Lake Analytics account upon which to execute catalog + /// operations. + /// + /// + /// The name of the database containing the assembly. + /// + /// + /// OData parameters to apply to the operation. + /// + /// + /// OData Select statement. Limits the properties on each entry to just those + /// requested, e.g. Categories?$select=CategoryName,Description. Optional. + /// + /// + /// The Boolean value of true or false to request a count of the matching + /// resources included with the resources in the response, e.g. + /// Categories?$count=true. Optional. + /// + /// + /// 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 + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task>> ListAssembliesWithHttpMessagesAsync(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) + { + throw new ValidationException(ValidationRules.CannotBeNull, "accountName"); + } + if (Client.AdlaCatalogDnsSuffix == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.AdlaCatalogDnsSuffix"); + } + if (databaseName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "databaseName"); + } + if (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("odataQuery", odataQuery); + tracingParameters.Add("accountName", accountName); + tracingParameters.Add("databaseName", databaseName); + tracingParameters.Add("select", select); + tracingParameters.Add("count", count); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "ListAssemblies", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri; + var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases/{databaseName}/assemblies"; + _url = _url.Replace("{accountName}", accountName); + _url = _url.Replace("{adlaCatalogDnsSuffix}", Client.AdlaCatalogDnsSuffix); + _url = _url.Replace("{databaseName}", System.Uri.EscapeDataString(databaseName)); + List _queryParameters = new List(); + if (odataQuery != null) + { + var _odataFilter = odataQuery.ToString(); + if (!string.IsNullOrEmpty(_odataFilter)) + { + _queryParameters.Add(_odataFilter); + } + } + if (select != null) + { + _queryParameters.Add(string.Format("$select={0}", System.Uri.EscapeDataString(select))); + } + if (count != null) + { + _queryParameters.Add(string.Format("$count={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(count, Client.SerializationSettings).Trim('"')))); + } + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", 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 (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await 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 = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, 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 = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, 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; + } + + /// + /// Retrieves the specified schema from the Data Lake Analytics catalog. + /// + /// + /// The Azure Data Lake Analytics account upon which to execute catalog + /// operations. + /// + /// + /// The name of the database containing the schema. + /// + /// + /// The name of the schema. + /// + /// + /// 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 + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task> GetSchemaWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (accountName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "accountName"); + } + if (Client.AdlaCatalogDnsSuffix == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.AdlaCatalogDnsSuffix"); + } + if (databaseName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "databaseName"); + } + if (schemaName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "schemaName"); + } + if (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("schemaName", schemaName); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "GetSchema", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri; + var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases/{databaseName}/schemas/{schemaName}"; + _url = _url.Replace("{accountName}", accountName); + _url = _url.Replace("{adlaCatalogDnsSuffix}", Client.AdlaCatalogDnsSuffix); + _url = _url.Replace("{databaseName}", System.Uri.EscapeDataString(databaseName)); + _url = _url.Replace("{schemaName}", System.Uri.EscapeDataString(schemaName)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", 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 (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await 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 = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, 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 = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, 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; + } + + /// + /// Retrieves the list of schemas from the Data Lake Analytics catalog. + /// + /// + /// The Azure Data Lake Analytics account upon which to execute catalog + /// operations. + /// + /// + /// The name of the database containing the schema. + /// + /// + /// OData parameters to apply to the operation. + /// + /// + /// OData Select statement. Limits the properties on each entry to just those + /// requested, e.g. Categories?$select=CategoryName,Description. Optional. + /// + /// + /// The Boolean value of true or false to request a count of the matching + /// resources included with the resources in the response, e.g. + /// Categories?$count=true. Optional. + /// + /// + /// 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 + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task>> ListSchemasWithHttpMessagesAsync(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) + { + throw new ValidationException(ValidationRules.CannotBeNull, "accountName"); + } + if (Client.AdlaCatalogDnsSuffix == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.AdlaCatalogDnsSuffix"); + } + if (databaseName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "databaseName"); + } + if (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("odataQuery", odataQuery); + tracingParameters.Add("accountName", accountName); + tracingParameters.Add("databaseName", databaseName); + tracingParameters.Add("select", select); + tracingParameters.Add("count", count); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "ListSchemas", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri; + var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases/{databaseName}/schemas"; + _url = _url.Replace("{accountName}", accountName); + _url = _url.Replace("{adlaCatalogDnsSuffix}", Client.AdlaCatalogDnsSuffix); + _url = _url.Replace("{databaseName}", System.Uri.EscapeDataString(databaseName)); + List _queryParameters = new List(); + if (odataQuery != null) + { + var _odataFilter = odataQuery.ToString(); + if (!string.IsNullOrEmpty(_odataFilter)) + { + _queryParameters.Add(_odataFilter); + } + } + if (select != null) + { + _queryParameters.Add(string.Format("$select={0}", System.Uri.EscapeDataString(select))); + } + if (count != null) + { + _queryParameters.Add(string.Format("$count={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(count, Client.SerializationSettings).Trim('"')))); + } + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", 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 (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await 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 = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, 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 = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, 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; + } + + /// + /// Retrieves the list of all statistics in a database from the Data Lake + /// Analytics catalog. + /// + /// + /// The Azure Data Lake Analytics account upon which to execute catalog + /// operations. + /// + /// + /// The name of the database containing the table statistics. + /// + /// + /// OData parameters to apply to the operation. + /// + /// + /// OData Select statement. Limits the properties on each entry to just those + /// requested, e.g. Categories?$select=CategoryName,Description. Optional. + /// + /// + /// The Boolean value of true or false to request a count of the matching + /// resources included with the resources in the response, e.g. + /// Categories?$count=true. Optional. + /// + /// + /// 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 + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task>> ListTableStatisticsByDatabaseWithHttpMessagesAsync(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) + { + throw new ValidationException(ValidationRules.CannotBeNull, "accountName"); + } + if (Client.AdlaCatalogDnsSuffix == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.AdlaCatalogDnsSuffix"); + } + if (databaseName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "databaseName"); + } + if (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("odataQuery", odataQuery); + tracingParameters.Add("accountName", accountName); + tracingParameters.Add("databaseName", databaseName); + tracingParameters.Add("select", select); + tracingParameters.Add("count", count); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "ListTableStatisticsByDatabase", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri; + var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases/{databaseName}/statistics"; + _url = _url.Replace("{accountName}", accountName); + _url = _url.Replace("{adlaCatalogDnsSuffix}", Client.AdlaCatalogDnsSuffix); + _url = _url.Replace("{databaseName}", System.Uri.EscapeDataString(databaseName)); + List _queryParameters = new List(); + if (odataQuery != null) + { + var _odataFilter = odataQuery.ToString(); + if (!string.IsNullOrEmpty(_odataFilter)) + { + _queryParameters.Add(_odataFilter); + } + } + if (select != null) + { + _queryParameters.Add(string.Format("$select={0}", System.Uri.EscapeDataString(select))); + } + if (count != null) + { + _queryParameters.Add(string.Format("$count={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(count, Client.SerializationSettings).Trim('"')))); + } + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", 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 (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await 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 = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, 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 = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, 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; + } + + /// + /// Retrieves the list of all tables in a database from the Data Lake Analytics + /// catalog. + /// + /// + /// The Azure Data Lake Analytics account upon which to execute catalog + /// operations. + /// + /// + /// The name of the database containing the tables. + /// + /// + /// OData parameters to apply to the operation. + /// + /// + /// OData Select statement. Limits the properties on each entry to just those + /// requested, e.g. Categories?$select=CategoryName,Description. Optional. + /// + /// + /// The Boolean value of true or false to request a count of the matching + /// resources included with the resources in the response, e.g. + /// Categories?$count=true. Optional. + /// + /// + /// 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 + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task>> ListTablesByDatabaseWithHttpMessagesAsync(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) + { + throw new ValidationException(ValidationRules.CannotBeNull, "accountName"); + } + if (Client.AdlaCatalogDnsSuffix == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.AdlaCatalogDnsSuffix"); + } + if (databaseName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "databaseName"); + } + if (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("odataQuery", odataQuery); + tracingParameters.Add("accountName", accountName); + tracingParameters.Add("databaseName", databaseName); + tracingParameters.Add("select", select); + tracingParameters.Add("count", count); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "ListTablesByDatabase", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri; + var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases/{databaseName}/tables"; + _url = _url.Replace("{accountName}", accountName); + _url = _url.Replace("{adlaCatalogDnsSuffix}", Client.AdlaCatalogDnsSuffix); + _url = _url.Replace("{databaseName}", System.Uri.EscapeDataString(databaseName)); + List _queryParameters = new List(); + if (odataQuery != null) + { + var _odataFilter = odataQuery.ToString(); + if (!string.IsNullOrEmpty(_odataFilter)) + { + _queryParameters.Add(_odataFilter); + } + } + if (select != null) + { + _queryParameters.Add(string.Format("$select={0}", System.Uri.EscapeDataString(select))); + } + if (count != null) + { + _queryParameters.Add(string.Format("$count={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(count, Client.SerializationSettings).Trim('"')))); + } + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", 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 (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await 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 = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, 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 = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, 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; + } + + /// + /// Retrieves the list of all table valued functions in a database from the + /// Data Lake Analytics catalog. + /// + /// + /// The Azure Data Lake Analytics account upon which to execute catalog + /// operations. + /// + /// + /// The name of the database containing the table valued functions. + /// + /// + /// OData parameters to apply to the operation. + /// + /// + /// OData Select statement. Limits the properties on each entry to just those + /// requested, e.g. Categories?$select=CategoryName,Description. Optional. + /// + /// + /// The Boolean value of true or false to request a count of the matching + /// resources included with the resources in the response, e.g. + /// Categories?$count=true. Optional. + /// + /// + /// 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 + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task>> ListTableValuedFunctionsByDatabaseWithHttpMessagesAsync(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) + { + throw new ValidationException(ValidationRules.CannotBeNull, "accountName"); + } + if (Client.AdlaCatalogDnsSuffix == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.AdlaCatalogDnsSuffix"); + } + if (databaseName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "databaseName"); + } + if (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("odataQuery", odataQuery); + tracingParameters.Add("accountName", accountName); + tracingParameters.Add("databaseName", databaseName); + tracingParameters.Add("select", select); + tracingParameters.Add("count", count); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "ListTableValuedFunctionsByDatabase", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri; + var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases/{databaseName}/tablevaluedfunctions"; + _url = _url.Replace("{accountName}", accountName); + _url = _url.Replace("{adlaCatalogDnsSuffix}", Client.AdlaCatalogDnsSuffix); + _url = _url.Replace("{databaseName}", System.Uri.EscapeDataString(databaseName)); + List _queryParameters = new List(); + if (odataQuery != null) + { + var _odataFilter = odataQuery.ToString(); + if (!string.IsNullOrEmpty(_odataFilter)) + { + _queryParameters.Add(_odataFilter); + } + } + if (select != null) + { + _queryParameters.Add(string.Format("$select={0}", System.Uri.EscapeDataString(select))); + } + if (count != null) + { + _queryParameters.Add(string.Format("$count={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(count, Client.SerializationSettings).Trim('"')))); + } + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", 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 (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await 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 = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, 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 = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, 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; + } + + /// + /// Retrieves the list of all views in a database from the Data Lake Analytics + /// catalog. + /// + /// + /// The Azure Data Lake Analytics account upon which to execute catalog + /// operations. + /// + /// + /// The name of the database containing the views. + /// + /// + /// OData parameters to apply to the operation. + /// + /// + /// OData Select statement. Limits the properties on each entry to just those + /// requested, e.g. Categories?$select=CategoryName,Description. Optional. + /// + /// + /// The Boolean value of true or false to request a count of the matching + /// resources included with the resources in the response, e.g. + /// Categories?$count=true. Optional. + /// + /// + /// 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 + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task>> ListViewsByDatabaseWithHttpMessagesAsync(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) + { + throw new ValidationException(ValidationRules.CannotBeNull, "accountName"); + } + if (Client.AdlaCatalogDnsSuffix == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.AdlaCatalogDnsSuffix"); + } + if (databaseName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "databaseName"); + } + if (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("odataQuery", odataQuery); + tracingParameters.Add("accountName", accountName); + tracingParameters.Add("databaseName", databaseName); + tracingParameters.Add("select", select); + tracingParameters.Add("count", count); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "ListViewsByDatabase", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri; + var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases/{databaseName}/views"; + _url = _url.Replace("{accountName}", accountName); + _url = _url.Replace("{adlaCatalogDnsSuffix}", Client.AdlaCatalogDnsSuffix); + _url = _url.Replace("{databaseName}", System.Uri.EscapeDataString(databaseName)); + List _queryParameters = new List(); + if (odataQuery != null) + { + var _odataFilter = odataQuery.ToString(); + if (!string.IsNullOrEmpty(_odataFilter)) + { + _queryParameters.Add(_odataFilter); + } + } + if (select != null) + { + _queryParameters.Add(string.Format("$select={0}", System.Uri.EscapeDataString(select))); + } + if (count != null) + { + _queryParameters.Add(string.Format("$count={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(count, Client.SerializationSettings).Trim('"')))); + } + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", 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 (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await 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 = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, 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 = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, 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; + } + + /// + /// Retrieves the specified database from the Data Lake Analytics catalog. + /// + /// + /// The Azure Data Lake Analytics account upon which to execute catalog + /// operations. + /// + /// + /// The name of the database. + /// + /// + /// 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 + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task> GetDatabaseWithHttpMessagesAsync(string accountName, string databaseName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (accountName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "accountName"); + } + if (Client.AdlaCatalogDnsSuffix == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.AdlaCatalogDnsSuffix"); + } + if (databaseName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "databaseName"); + } + if (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, "GetDatabase", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri; + var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases/{databaseName}"; + _url = _url.Replace("{accountName}", accountName); + _url = _url.Replace("{adlaCatalogDnsSuffix}", Client.AdlaCatalogDnsSuffix); + _url = _url.Replace("{databaseName}", System.Uri.EscapeDataString(databaseName)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", 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 (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await 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 = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, 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 = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, 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; + } + + /// + /// Retrieves the list of databases from the Data Lake Analytics catalog. + /// + /// + /// The Azure Data Lake Analytics account upon which to execute catalog + /// operations. + /// + /// + /// OData parameters to apply to the operation. + /// + /// + /// OData Select statement. Limits the properties on each entry to just those + /// requested, e.g. Categories?$select=CategoryName,Description. Optional. + /// + /// + /// The Boolean value of true or false to request a count of the matching + /// resources included with the resources in the response, e.g. + /// Categories?$count=true. Optional. + /// + /// + /// 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 + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task>> ListDatabasesWithHttpMessagesAsync(string accountName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (accountName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "accountName"); + } + if (Client.AdlaCatalogDnsSuffix == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.AdlaCatalogDnsSuffix"); + } + if (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("odataQuery", odataQuery); + tracingParameters.Add("accountName", accountName); + tracingParameters.Add("select", select); + tracingParameters.Add("count", count); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "ListDatabases", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri; + var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases"; + _url = _url.Replace("{accountName}", accountName); + _url = _url.Replace("{adlaCatalogDnsSuffix}", Client.AdlaCatalogDnsSuffix); + List _queryParameters = new List(); + if (odataQuery != null) + { + var _odataFilter = odataQuery.ToString(); + if (!string.IsNullOrEmpty(_odataFilter)) + { + _queryParameters.Add(_odataFilter); + } + } + if (select != null) + { + _queryParameters.Add(string.Format("$select={0}", System.Uri.EscapeDataString(select))); + } + if (count != null) + { + _queryParameters.Add(string.Format("$count={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(count, Client.SerializationSettings).Trim('"')))); + } + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", 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 (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await 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 = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, 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 = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, 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; + } + + /// + /// Retrieves the list of credentials from the Data Lake Analytics catalog. + /// + /// + /// 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 + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task>> ListCredentialsNextWithHttpMessagesAsync(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, "ListCredentialsNext", tracingParameters); + } + // Construct URL + string _url = "{nextLink}"; + _url = _url.Replace("{nextLink}", nextPageLink); + List _queryParameters = new List(); + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", 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 (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await 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 = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, 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 = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, 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; + } + + /// + /// Retrieves the list of external data sources from the Data Lake Analytics + /// catalog. + /// + /// + /// 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 + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task>> ListExternalDataSourcesNextWithHttpMessagesAsync(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, "ListExternalDataSourcesNext", tracingParameters); + } + // Construct URL + string _url = "{nextLink}"; + _url = _url.Replace("{nextLink}", nextPageLink); + List _queryParameters = new List(); + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", 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 (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await 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 = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, 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 = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, 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; + } + + /// + /// Retrieves the list of procedures from the Data Lake Analytics catalog. + /// + /// + /// 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 + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task>> ListProceduresNextWithHttpMessagesAsync(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, "ListProceduresNext", tracingParameters); + } + // Construct URL + string _url = "{nextLink}"; + _url = _url.Replace("{nextLink}", nextPageLink); + List _queryParameters = new List(); + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", 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 (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await 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 = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, 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 = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, 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; + } + + /// + /// Retrieves the list of tables from the Data Lake Analytics catalog. + /// + /// + /// 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 + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task>> ListTablesNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (nextPageLink == null) { - _queryParameters.Add(string.Format("$count={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(count, Client.SerializationSettings).Trim('"')))); + throw new ValidationException(ValidationRules.CannotBeNull, "nextPageLink"); } - if (Client.ApiVersion != null) + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("nextPageLink", nextPageLink); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "ListTablesNext", tracingParameters); } + // Construct URL + string _url = "{nextLink}"; + _url = _url.Replace("{nextLink}", nextPageLink); + List _queryParameters = new List(); if (_queryParameters.Count > 0) { _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); @@ -6793,7 +9509,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")) @@ -6806,7 +9522,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { @@ -6826,14 +9542,11 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) } /// - /// Retrieves the specified database from the Data Lake Analytics catalog. + /// Retrieves the list of all table statistics within the specified schema from + /// the Data Lake Analytics catalog. /// - /// - /// The Azure Data Lake Analytics account upon which to execute catalog - /// operations. - /// - /// - /// The name of the database. + /// + /// The NextLink from the previous successful call to List operation. /// /// /// Headers that will be added to request. @@ -6856,23 +9569,11 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task> GetDatabaseWithHttpMessagesAsync(string accountName, string databaseName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListTableStatisticsByDatabaseAndSchemaNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { - if (accountName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "accountName"); - } - if (Client.AdlaCatalogDnsSuffix == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.AdlaCatalogDnsSuffix"); - } - if (databaseName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "databaseName"); - } - if (Client.ApiVersion == null) + if (nextPageLink == null) { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + throw new ValidationException(ValidationRules.CannotBeNull, "nextPageLink"); } // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; @@ -6881,22 +9582,14 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("accountName", accountName); - tracingParameters.Add("databaseName", databaseName); + tracingParameters.Add("nextPageLink", nextPageLink); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "GetDatabase", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "ListTableStatisticsByDatabaseAndSchemaNext", tracingParameters); } // Construct URL - var _baseUrl = Client.BaseUri; - var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases/{databaseName}"; - _url = _url.Replace("{accountName}", accountName); - _url = _url.Replace("{adlaCatalogDnsSuffix}", Client.AdlaCatalogDnsSuffix); - _url = _url.Replace("{databaseName}", System.Uri.EscapeDataString(databaseName)); + string _url = "{nextLink}"; + _url = _url.Replace("{nextLink}", nextPageLink); List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } if (_queryParameters.Count > 0) { _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); @@ -6990,7 +9683,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")) @@ -7003,7 +9696,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { @@ -7023,23 +9716,10 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) } /// - /// Retrieves the list of databases from the Data Lake Analytics catalog. + /// Retrieves the list of table types from the Data Lake Analytics catalog. /// - /// - /// The Azure Data Lake Analytics account upon which to execute catalog - /// operations. - /// - /// - /// OData parameters to apply to the operation. - /// - /// - /// OData Select statement. Limits the properties on each entry to just those - /// requested, e.g. Categories?$select=CategoryName,Description. Optional. - /// - /// - /// The Boolean value of true or false to request a count of the matching - /// resources included with the resources in the response, e.g. - /// Categories?$count=true. Optional. + /// + /// The NextLink from the previous successful call to List operation. /// /// /// Headers that will be added to request. @@ -7062,19 +9742,11 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task>> ListDatabasesWithHttpMessagesAsync(string accountName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListTableTypesNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { - if (accountName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "accountName"); - } - if (Client.AdlaCatalogDnsSuffix == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.AdlaCatalogDnsSuffix"); - } - if (Client.ApiVersion == null) + if (nextPageLink == null) { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + throw new ValidationException(ValidationRules.CannotBeNull, "nextPageLink"); } // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; @@ -7083,39 +9755,14 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("odataQuery", odataQuery); - tracingParameters.Add("accountName", accountName); - tracingParameters.Add("select", select); - tracingParameters.Add("count", count); + tracingParameters.Add("nextPageLink", nextPageLink); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListDatabases", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "ListTableTypesNext", tracingParameters); } // Construct URL - var _baseUrl = Client.BaseUri; - var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "catalog/usql/databases"; - _url = _url.Replace("{accountName}", accountName); - _url = _url.Replace("{adlaCatalogDnsSuffix}", Client.AdlaCatalogDnsSuffix); + string _url = "{nextLink}"; + _url = _url.Replace("{nextLink}", nextPageLink); List _queryParameters = new List(); - if (odataQuery != null) - { - var _odataFilter = odataQuery.ToString(); - if (!string.IsNullOrEmpty(_odataFilter)) - { - _queryParameters.Add(_odataFilter); - } - } - if (select != null) - { - _queryParameters.Add(string.Format("$select={0}", System.Uri.EscapeDataString(select))); - } - if (count != null) - { - _queryParameters.Add(string.Format("$count={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(count, Client.SerializationSettings).Trim('"')))); - } - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } if (_queryParameters.Count > 0) { _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); @@ -7209,7 +9856,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")) @@ -7222,7 +9869,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { @@ -7242,7 +9889,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) } /// - /// Retrieves the list of credentials from the Data Lake Analytics catalog. + /// Retrieves the list of packages from the Data Lake Analytics catalog. /// /// /// The NextLink from the previous successful call to List operation. @@ -7268,7 +9915,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>> ListPackagesNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (nextPageLink == null) { @@ -7283,7 +9930,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, "ListPackagesNext", tracingParameters); } // Construct URL string _url = "{nextLink}"; @@ -7382,7 +10029,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")) @@ -7395,7 +10042,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { @@ -7415,8 +10062,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) } /// - /// Retrieves the list of external data sources from the Data Lake Analytics - /// catalog. + /// Retrieves the list of views from the Data Lake Analytics catalog. /// /// /// The NextLink from the previous successful call to List operation. @@ -7442,7 +10088,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>> ListViewsNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (nextPageLink == null) { @@ -7457,7 +10103,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, "ListViewsNext", tracingParameters); } // Construct URL string _url = "{nextLink}"; @@ -7556,7 +10202,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")) @@ -7569,7 +10215,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { @@ -7589,7 +10235,8 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) } /// - /// Retrieves the list of procedures from the Data Lake Analytics catalog. + /// Retrieves the list of table statistics from the Data Lake Analytics + /// catalog. /// /// /// The NextLink from the previous successful call to List operation. @@ -7615,7 +10262,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task>> ListProceduresNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListTableStatisticsNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (nextPageLink == null) { @@ -7630,7 +10277,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("nextPageLink", nextPageLink); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListProceduresNext", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "ListTableStatisticsNext", tracingParameters); } // Construct URL string _url = "{nextLink}"; @@ -7729,7 +10376,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")) @@ -7742,7 +10389,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { @@ -7762,7 +10409,8 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) } /// - /// Retrieves the list of tables from the Data Lake Analytics catalog. + /// Retrieves the list of table partitions from the Data Lake Analytics + /// catalog. /// /// /// The NextLink from the previous successful call to List operation. @@ -7788,7 +10436,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task>> ListTablesNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListTablePartitionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (nextPageLink == null) { @@ -7803,7 +10451,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("nextPageLink", nextPageLink); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListTablesNext", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "ListTablePartitionsNext", tracingParameters); } // Construct URL string _url = "{nextLink}"; @@ -7902,7 +10550,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")) @@ -7915,7 +10563,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { @@ -7935,7 +10583,8 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) } /// - /// Retrieves the list of table types from the Data Lake Analytics catalog. + /// Retrieves the list of types within the specified database and schema from + /// the Data Lake Analytics catalog. /// /// /// The NextLink from the previous successful call to List operation. @@ -7961,7 +10610,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task>> ListTableTypesNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListTypesNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (nextPageLink == null) { @@ -7976,7 +10625,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("nextPageLink", nextPageLink); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListTableTypesNext", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "ListTypesNext", tracingParameters); } // Construct URL string _url = "{nextLink}"; @@ -8075,7 +10724,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")) @@ -8088,7 +10737,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { @@ -8108,7 +10757,8 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) } /// - /// Retrieves the list of views from the Data Lake Analytics catalog. + /// Retrieves the list of table valued functions from the Data Lake Analytics + /// catalog. /// /// /// The NextLink from the previous successful call to List operation. @@ -8134,7 +10784,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task>> ListViewsNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListTableValuedFunctionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (nextPageLink == null) { @@ -8149,7 +10799,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("nextPageLink", nextPageLink); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListViewsNext", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "ListTableValuedFunctionsNext", tracingParameters); } // Construct URL string _url = "{nextLink}"; @@ -8248,7 +10898,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")) @@ -8261,7 +10911,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { @@ -8281,8 +10931,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) } /// - /// Retrieves the list of table statistics from the Data Lake Analytics - /// catalog. + /// Retrieves the list of assemblies from the Data Lake Analytics catalog. /// /// /// The NextLink from the previous successful call to List operation. @@ -8308,7 +10957,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task>> ListTableStatisticsNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListAssembliesNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (nextPageLink == null) { @@ -8323,7 +10972,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("nextPageLink", nextPageLink); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListTableStatisticsNext", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "ListAssembliesNext", tracingParameters); } // Construct URL string _url = "{nextLink}"; @@ -8422,7 +11071,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")) @@ -8435,7 +11084,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { @@ -8455,8 +11104,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) } /// - /// Retrieves the list of table partitions from the Data Lake Analytics - /// catalog. + /// Retrieves the list of schemas from the Data Lake Analytics catalog. /// /// /// The NextLink from the previous successful call to List operation. @@ -8482,7 +11130,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task>> ListTablePartitionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListSchemasNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (nextPageLink == null) { @@ -8497,7 +11145,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("nextPageLink", nextPageLink); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListTablePartitionsNext", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "ListSchemasNext", tracingParameters); } // Construct URL string _url = "{nextLink}"; @@ -8596,7 +11244,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")) @@ -8609,7 +11257,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { @@ -8629,8 +11277,8 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) } /// - /// Retrieves the list of types within the specified database and schema from - /// the Data Lake Analytics catalog. + /// Retrieves the list of all statistics in a database from the Data Lake + /// Analytics catalog. /// /// /// The NextLink from the previous successful call to List operation. @@ -8656,7 +11304,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task>> ListTypesNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListTableStatisticsByDatabaseNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (nextPageLink == null) { @@ -8671,7 +11319,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("nextPageLink", nextPageLink); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListTypesNext", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "ListTableStatisticsByDatabaseNext", tracingParameters); } // Construct URL string _url = "{nextLink}"; @@ -8770,7 +11418,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")) @@ -8783,7 +11431,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { @@ -8803,7 +11451,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) } /// - /// Retrieves the list of table valued functions from the Data Lake Analytics + /// Retrieves the list of all tables in a database from the Data Lake Analytics /// catalog. /// /// @@ -8830,7 +11478,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task>> ListTableValuedFunctionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListTablesByDatabaseNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (nextPageLink == null) { @@ -8845,7 +11493,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("nextPageLink", nextPageLink); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListTableValuedFunctionsNext", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "ListTablesByDatabaseNext", tracingParameters); } // Construct URL string _url = "{nextLink}"; @@ -8944,7 +11592,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")) @@ -8957,7 +11605,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { @@ -8977,7 +11625,8 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) } /// - /// Retrieves the list of assemblies from the Data Lake Analytics catalog. + /// Retrieves the list of all table valued functions in a database from the + /// Data Lake Analytics catalog. /// /// /// The NextLink from the previous successful call to List operation. @@ -9003,7 +11652,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task>> ListAssembliesNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListTableValuedFunctionsByDatabaseNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (nextPageLink == null) { @@ -9018,7 +11667,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("nextPageLink", nextPageLink); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListAssembliesNext", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "ListTableValuedFunctionsByDatabaseNext", tracingParameters); } // Construct URL string _url = "{nextLink}"; @@ -9117,7 +11766,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")) @@ -9130,7 +11779,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { @@ -9150,7 +11799,8 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) } /// - /// Retrieves the list of schemas from the Data Lake Analytics catalog. + /// Retrieves the list of all views in a database from the Data Lake Analytics + /// catalog. /// /// /// The NextLink from the previous successful call to List operation. @@ -9176,7 +11826,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task>> ListSchemasNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListViewsByDatabaseNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (nextPageLink == null) { @@ -9191,7 +11841,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("nextPageLink", nextPageLink); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListSchemasNext", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "ListViewsByDatabaseNext", tracingParameters); } // Construct URL string _url = "{nextLink}"; @@ -9290,7 +11940,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")) @@ -9303,7 +11953,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/CatalogOperationsExtensions.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/CatalogOperationsExtensions.cs index 3b602e880c423..bd18e55d4b4c5 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/CatalogOperationsExtensions.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/CatalogOperationsExtensions.cs @@ -154,6 +154,7 @@ public static void UpdateSecret(this ICatalogOperations operations, string accou /// /// The name of the secret to get /// + [System.Obsolete()] public static USqlSecret GetSecret(this ICatalogOperations operations, string accountName, string databaseName, string secretName) { return operations.GetSecretAsync(accountName, databaseName, secretName).GetAwaiter().GetResult(); @@ -179,6 +180,7 @@ public static USqlSecret GetSecret(this ICatalogOperations operations, string ac /// /// The cancellation token. /// + [System.Obsolete()] public static async Task GetSecretAsync(this ICatalogOperations operations, string accountName, string databaseName, string secretName, CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.GetSecretWithHttpMessagesAsync(accountName, databaseName, secretName, null, cancellationToken).ConfigureAwait(false)) @@ -934,6 +936,80 @@ public static USqlTable GetTable(this ICatalogOperations operations, string acco } } + /// + /// Retrieves the list of all table statistics within the specified schema from + /// the Data Lake Analytics catalog. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The Azure Data Lake Analytics account upon which to execute catalog + /// operations. + /// + /// + /// The name of the database containing the statistics. + /// + /// + /// The name of the schema containing the statistics. + /// + /// + /// OData parameters to apply to the operation. + /// + /// + /// OData Select statement. Limits the properties on each entry to just those + /// requested, e.g. Categories?$select=CategoryName,Description. Optional. + /// + /// + /// The Boolean value of true or false to request a count of the matching + /// resources included with the resources in the response, e.g. + /// Categories?$count=true. Optional. + /// + public static IPage ListTableStatisticsByDatabaseAndSchema(this ICatalogOperations operations, string accountName, string databaseName, string schemaName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?)) + { + return operations.ListTableStatisticsByDatabaseAndSchemaAsync(accountName, databaseName, schemaName, odataQuery, select, count).GetAwaiter().GetResult(); + } + + /// + /// Retrieves the list of all table statistics within the specified schema from + /// the Data Lake Analytics catalog. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The Azure Data Lake Analytics account upon which to execute catalog + /// operations. + /// + /// + /// The name of the database containing the statistics. + /// + /// + /// The name of the schema containing the statistics. + /// + /// + /// OData parameters to apply to the operation. + /// + /// + /// OData Select statement. Limits the properties on each entry to just those + /// requested, e.g. Categories?$select=CategoryName,Description. Optional. + /// + /// + /// The Boolean value of true or false to request a count of the matching + /// resources included with the resources in the response, e.g. + /// Categories?$count=true. Optional. + /// + /// + /// The cancellation token. + /// + public static async Task> ListTableStatisticsByDatabaseAndSchemaAsync(this ICatalogOperations operations, string accountName, string databaseName, string schemaName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListTableStatisticsByDatabaseAndSchemaWithHttpMessagesAsync(accountName, databaseName, schemaName, odataQuery, select, count, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// /// Retrieves the specified table type from the Data Lake Analytics catalog. /// @@ -1060,6 +1136,132 @@ public static USqlTableType GetTableType(this ICatalogOperations operations, str } } + /// + /// Retrieves the specified package from the Data Lake Analytics catalog. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The Azure Data Lake Analytics account upon which to execute catalog + /// operations. + /// + /// + /// The name of the database containing the package. + /// + /// + /// The name of the schema containing the package. + /// + /// + /// The name of the package. + /// + public static USqlPackage GetPackage(this ICatalogOperations operations, string accountName, string databaseName, string schemaName, string packageName) + { + return operations.GetPackageAsync(accountName, databaseName, schemaName, packageName).GetAwaiter().GetResult(); + } + + /// + /// Retrieves the specified package from the Data Lake Analytics catalog. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The Azure Data Lake Analytics account upon which to execute catalog + /// operations. + /// + /// + /// The name of the database containing the package. + /// + /// + /// The name of the schema containing the package. + /// + /// + /// The name of the package. + /// + /// + /// The cancellation token. + /// + public static async Task GetPackageAsync(this ICatalogOperations operations, string accountName, string databaseName, string schemaName, string packageName, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.GetPackageWithHttpMessagesAsync(accountName, databaseName, schemaName, packageName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Retrieves the list of packages from the Data Lake Analytics catalog. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The Azure Data Lake Analytics account upon which to execute catalog + /// operations. + /// + /// + /// The name of the database containing the packages. + /// + /// + /// The name of the schema containing the packages. + /// + /// + /// OData parameters to apply to the operation. + /// + /// + /// OData Select statement. Limits the properties on each entry to just those + /// requested, e.g. Categories?$select=CategoryName,Description. Optional. + /// + /// + /// The Boolean value of true or false to request a count of the matching + /// resources included with the resources in the response, e.g. + /// Categories?$count=true. Optional. + /// + public static IPage ListPackages(this ICatalogOperations operations, string accountName, string databaseName, string schemaName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?)) + { + return operations.ListPackagesAsync(accountName, databaseName, schemaName, odataQuery, select, count).GetAwaiter().GetResult(); + } + + /// + /// Retrieves the list of packages from the Data Lake Analytics catalog. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The Azure Data Lake Analytics account upon which to execute catalog + /// operations. + /// + /// + /// The name of the database containing the packages. + /// + /// + /// The name of the schema containing the packages. + /// + /// + /// OData parameters to apply to the operation. + /// + /// + /// OData Select statement. Limits the properties on each entry to just those + /// requested, e.g. Categories?$select=CategoryName,Description. Optional. + /// + /// + /// The Boolean value of true or false to request a count of the matching + /// resources included with the resources in the response, e.g. + /// Categories?$count=true. Optional. + /// + /// + /// The cancellation token. + /// + public static async Task> ListPackagesAsync(this ICatalogOperations operations, string accountName, string databaseName, string schemaName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListPackagesWithHttpMessagesAsync(accountName, databaseName, schemaName, odataQuery, select, count, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// /// Retrieves the specified view from the Data Lake Analytics catalog. /// @@ -1903,7 +2105,8 @@ public static USqlSchema GetSchema(this ICatalogOperations operations, string ac } /// - /// Retrieves the specified database from the Data Lake Analytics catalog. + /// Retrieves the list of all statistics in a database from the Data Lake + /// Analytics catalog. /// /// /// The operations group for this extension method. @@ -1913,15 +2116,28 @@ public static USqlSchema GetSchema(this ICatalogOperations operations, string ac /// operations. /// /// - /// The name of the database. + /// The name of the database containing the table statistics. /// - public static USqlDatabase GetDatabase(this ICatalogOperations operations, string accountName, string databaseName) + /// + /// OData parameters to apply to the operation. + /// + /// + /// OData Select statement. Limits the properties on each entry to just those + /// requested, e.g. Categories?$select=CategoryName,Description. Optional. + /// + /// + /// The Boolean value of true or false to request a count of the matching + /// resources included with the resources in the response, e.g. + /// Categories?$count=true. Optional. + /// + public static IPage ListTableStatisticsByDatabase(this ICatalogOperations operations, string accountName, string databaseName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?)) { - return operations.GetDatabaseAsync(accountName, databaseName).GetAwaiter().GetResult(); + return operations.ListTableStatisticsByDatabaseAsync(accountName, databaseName, odataQuery, select, count).GetAwaiter().GetResult(); } /// - /// Retrieves the specified database from the Data Lake Analytics catalog. + /// Retrieves the list of all statistics in a database from the Data Lake + /// Analytics catalog. /// /// /// The operations group for this extension method. @@ -1931,21 +2147,34 @@ public static USqlDatabase GetDatabase(this ICatalogOperations operations, strin /// operations. /// /// - /// The name of the database. + /// The name of the database containing the table statistics. + /// + /// + /// OData parameters to apply to the operation. + /// + /// + /// OData Select statement. Limits the properties on each entry to just those + /// requested, e.g. Categories?$select=CategoryName,Description. Optional. + /// + /// + /// The Boolean value of true or false to request a count of the matching + /// resources included with the resources in the response, e.g. + /// Categories?$count=true. Optional. /// /// /// The cancellation token. /// - public static async Task GetDatabaseAsync(this ICatalogOperations operations, string accountName, string databaseName, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task> ListTableStatisticsByDatabaseAsync(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.GetDatabaseWithHttpMessagesAsync(accountName, databaseName, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.ListTableStatisticsByDatabaseWithHttpMessagesAsync(accountName, databaseName, odataQuery, select, count, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } } /// - /// Retrieves the list of databases from the Data Lake Analytics catalog. + /// Retrieves the list of all tables in a database from the Data Lake Analytics + /// catalog. /// /// /// The operations group for this extension method. @@ -1954,6 +2183,9 @@ public static USqlDatabase GetDatabase(this ICatalogOperations operations, strin /// The Azure Data Lake Analytics account upon which to execute catalog /// operations. /// + /// + /// The name of the database containing the tables. + /// /// /// OData parameters to apply to the operation. /// @@ -1966,13 +2198,14 @@ public static USqlDatabase GetDatabase(this ICatalogOperations operations, strin /// resources included with the resources in the response, e.g. /// Categories?$count=true. Optional. /// - public static IPage ListDatabases(this ICatalogOperations operations, string accountName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?)) + public static IPage ListTablesByDatabase(this ICatalogOperations operations, string accountName, string databaseName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?)) { - return operations.ListDatabasesAsync(accountName, odataQuery, select, count).GetAwaiter().GetResult(); + return operations.ListTablesByDatabaseAsync(accountName, databaseName, odataQuery, select, count).GetAwaiter().GetResult(); } /// - /// Retrieves the list of databases from the Data Lake Analytics catalog. + /// Retrieves the list of all tables in a database from the Data Lake Analytics + /// catalog. /// /// /// The operations group for this extension method. @@ -1981,6 +2214,9 @@ public static USqlDatabase GetDatabase(this ICatalogOperations operations, strin /// The Azure Data Lake Analytics account upon which to execute catalog /// operations. /// + /// + /// The name of the database containing the tables. + /// /// /// OData parameters to apply to the operation. /// @@ -1996,45 +2232,283 @@ public static USqlDatabase GetDatabase(this ICatalogOperations operations, strin /// /// The cancellation token. /// - public static async Task> ListDatabasesAsync(this ICatalogOperations operations, string accountName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task> ListTablesByDatabaseAsync(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.ListDatabasesWithHttpMessagesAsync(accountName, odataQuery, select, count, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.ListTablesByDatabaseWithHttpMessagesAsync(accountName, databaseName, odataQuery, select, count, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } } /// - /// Retrieves the list of credentials from the Data Lake Analytics catalog. + /// Retrieves the list of all table valued functions in a database from the + /// Data Lake Analytics catalog. /// /// /// The operations group for this extension method. /// - /// - /// The NextLink from the previous successful call to List operation. + /// + /// The Azure Data Lake Analytics account upon which to execute catalog + /// operations. /// - public static IPage ListCredentialsNext(this ICatalogOperations operations, string nextPageLink) + /// + /// The name of the database containing the table valued functions. + /// + /// + /// OData parameters to apply to the operation. + /// + /// + /// OData Select statement. Limits the properties on each entry to just those + /// requested, e.g. Categories?$select=CategoryName,Description. Optional. + /// + /// + /// The Boolean value of true or false to request a count of the matching + /// resources included with the resources in the response, e.g. + /// Categories?$count=true. Optional. + /// + public static IPage ListTableValuedFunctionsByDatabase(this ICatalogOperations operations, string accountName, string databaseName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?)) { - return operations.ListCredentialsNextAsync(nextPageLink).GetAwaiter().GetResult(); + return operations.ListTableValuedFunctionsByDatabaseAsync(accountName, databaseName, odataQuery, select, count).GetAwaiter().GetResult(); } /// - /// Retrieves the list of credentials from the Data Lake Analytics catalog. + /// Retrieves the list of all table valued functions in a database from the + /// Data Lake Analytics catalog. /// /// /// The operations group for this extension method. /// - /// - /// The NextLink from the previous successful call to List operation. + /// + /// The Azure Data Lake Analytics account upon which to execute catalog + /// operations. /// - /// - /// The cancellation token. + /// + /// The name of the database containing the table valued functions. /// - public static async Task> ListCredentialsNextAsync(this ICatalogOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListCredentialsNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; + /// + /// OData parameters to apply to the operation. + /// + /// + /// OData Select statement. Limits the properties on each entry to just those + /// requested, e.g. Categories?$select=CategoryName,Description. Optional. + /// + /// + /// The Boolean value of true or false to request a count of the matching + /// resources included with the resources in the response, e.g. + /// Categories?$count=true. Optional. + /// + /// + /// The cancellation token. + /// + public static async Task> ListTableValuedFunctionsByDatabaseAsync(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.ListTableValuedFunctionsByDatabaseWithHttpMessagesAsync(accountName, databaseName, odataQuery, select, count, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Retrieves the list of all views in a database from the Data Lake Analytics + /// catalog. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The Azure Data Lake Analytics account upon which to execute catalog + /// operations. + /// + /// + /// The name of the database containing the views. + /// + /// + /// OData parameters to apply to the operation. + /// + /// + /// OData Select statement. Limits the properties on each entry to just those + /// requested, e.g. Categories?$select=CategoryName,Description. Optional. + /// + /// + /// The Boolean value of true or false to request a count of the matching + /// resources included with the resources in the response, e.g. + /// Categories?$count=true. Optional. + /// + public static IPage ListViewsByDatabase(this ICatalogOperations operations, string accountName, string databaseName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?)) + { + return operations.ListViewsByDatabaseAsync(accountName, databaseName, odataQuery, select, count).GetAwaiter().GetResult(); + } + + /// + /// Retrieves the list of all views in a database from the Data Lake Analytics + /// catalog. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The Azure Data Lake Analytics account upon which to execute catalog + /// operations. + /// + /// + /// The name of the database containing the views. + /// + /// + /// OData parameters to apply to the operation. + /// + /// + /// OData Select statement. Limits the properties on each entry to just those + /// requested, e.g. Categories?$select=CategoryName,Description. Optional. + /// + /// + /// The Boolean value of true or false to request a count of the matching + /// resources included with the resources in the response, e.g. + /// Categories?$count=true. Optional. + /// + /// + /// The cancellation token. + /// + public static async Task> ListViewsByDatabaseAsync(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.ListViewsByDatabaseWithHttpMessagesAsync(accountName, databaseName, odataQuery, select, count, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Retrieves the specified database from the Data Lake Analytics catalog. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The Azure Data Lake Analytics account upon which to execute catalog + /// operations. + /// + /// + /// The name of the database. + /// + public static USqlDatabase GetDatabase(this ICatalogOperations operations, string accountName, string databaseName) + { + return operations.GetDatabaseAsync(accountName, databaseName).GetAwaiter().GetResult(); + } + + /// + /// Retrieves the specified database from the Data Lake Analytics catalog. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The Azure Data Lake Analytics account upon which to execute catalog + /// operations. + /// + /// + /// The name of the database. + /// + /// + /// The cancellation token. + /// + public static async Task GetDatabaseAsync(this ICatalogOperations operations, string accountName, string databaseName, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.GetDatabaseWithHttpMessagesAsync(accountName, databaseName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Retrieves the list of databases from the Data Lake Analytics catalog. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The Azure Data Lake Analytics account upon which to execute catalog + /// operations. + /// + /// + /// OData parameters to apply to the operation. + /// + /// + /// OData Select statement. Limits the properties on each entry to just those + /// requested, e.g. Categories?$select=CategoryName,Description. Optional. + /// + /// + /// The Boolean value of true or false to request a count of the matching + /// resources included with the resources in the response, e.g. + /// Categories?$count=true. Optional. + /// + public static IPage ListDatabases(this ICatalogOperations operations, string accountName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?)) + { + return operations.ListDatabasesAsync(accountName, odataQuery, select, count).GetAwaiter().GetResult(); + } + + /// + /// Retrieves the list of databases from the Data Lake Analytics catalog. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The Azure Data Lake Analytics account upon which to execute catalog + /// operations. + /// + /// + /// OData parameters to apply to the operation. + /// + /// + /// OData Select statement. Limits the properties on each entry to just those + /// requested, e.g. Categories?$select=CategoryName,Description. Optional. + /// + /// + /// The Boolean value of true or false to request a count of the matching + /// resources included with the resources in the response, e.g. + /// Categories?$count=true. Optional. + /// + /// + /// The cancellation token. + /// + public static async Task> ListDatabasesAsync(this ICatalogOperations operations, string accountName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListDatabasesWithHttpMessagesAsync(accountName, odataQuery, select, count, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Retrieves the list of credentials from the Data Lake Analytics catalog. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + public static IPage ListCredentialsNext(this ICatalogOperations operations, string nextPageLink) + { + return operations.ListCredentialsNextAsync(nextPageLink).GetAwaiter().GetResult(); + } + + /// + /// Retrieves the list of credentials from the Data Lake Analytics catalog. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The cancellation token. + /// + public static async Task> ListCredentialsNextAsync(this ICatalogOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListCredentialsNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; } } @@ -2142,6 +2616,42 @@ public static IPage ListTablesNext(this ICatalogOperations operations } } + /// + /// Retrieves the list of all table statistics within the specified schema from + /// the Data Lake Analytics catalog. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + public static IPage ListTableStatisticsByDatabaseAndSchemaNext(this ICatalogOperations operations, string nextPageLink) + { + return operations.ListTableStatisticsByDatabaseAndSchemaNextAsync(nextPageLink).GetAwaiter().GetResult(); + } + + /// + /// Retrieves the list of all table statistics within the specified schema from + /// the Data Lake Analytics catalog. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The cancellation token. + /// + public static async Task> ListTableStatisticsByDatabaseAndSchemaNextAsync(this ICatalogOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListTableStatisticsByDatabaseAndSchemaNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// /// Retrieves the list of table types from the Data Lake Analytics catalog. /// @@ -2176,6 +2686,40 @@ public static IPage ListTableTypesNext(this ICatalogOperations op } } + /// + /// Retrieves the list of packages from the Data Lake Analytics catalog. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + public static IPage ListPackagesNext(this ICatalogOperations operations, string nextPageLink) + { + return operations.ListPackagesNextAsync(nextPageLink).GetAwaiter().GetResult(); + } + + /// + /// Retrieves the list of packages from the Data Lake Analytics catalog. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The cancellation token. + /// + public static async Task> ListPackagesNextAsync(this ICatalogOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListPackagesNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// /// Retrieves the list of views from the Data Lake Analytics catalog. /// @@ -2422,6 +2966,150 @@ public static IPage ListSchemasNext(this ICatalogOperations operatio } } + /// + /// Retrieves the list of all statistics in a database from the Data Lake + /// Analytics catalog. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + public static IPage ListTableStatisticsByDatabaseNext(this ICatalogOperations operations, string nextPageLink) + { + return operations.ListTableStatisticsByDatabaseNextAsync(nextPageLink).GetAwaiter().GetResult(); + } + + /// + /// Retrieves the list of all statistics in a database from the Data Lake + /// Analytics catalog. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The cancellation token. + /// + public static async Task> ListTableStatisticsByDatabaseNextAsync(this ICatalogOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListTableStatisticsByDatabaseNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Retrieves the list of all tables in a database from the Data Lake Analytics + /// catalog. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + public static IPage ListTablesByDatabaseNext(this ICatalogOperations operations, string nextPageLink) + { + return operations.ListTablesByDatabaseNextAsync(nextPageLink).GetAwaiter().GetResult(); + } + + /// + /// Retrieves the list of all tables in a database from the Data Lake Analytics + /// catalog. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The cancellation token. + /// + public static async Task> ListTablesByDatabaseNextAsync(this ICatalogOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListTablesByDatabaseNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Retrieves the list of all table valued functions in a database from the + /// Data Lake Analytics catalog. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + public static IPage ListTableValuedFunctionsByDatabaseNext(this ICatalogOperations operations, string nextPageLink) + { + return operations.ListTableValuedFunctionsByDatabaseNextAsync(nextPageLink).GetAwaiter().GetResult(); + } + + /// + /// Retrieves the list of all table valued functions in a database from the + /// Data Lake Analytics catalog. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The cancellation token. + /// + public static async Task> ListTableValuedFunctionsByDatabaseNextAsync(this ICatalogOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListTableValuedFunctionsByDatabaseNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Retrieves the list of all views in a database from the Data Lake Analytics + /// catalog. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + public static IPage ListViewsByDatabaseNext(this ICatalogOperations operations, string nextPageLink) + { + return operations.ListViewsByDatabaseNextAsync(nextPageLink).GetAwaiter().GetResult(); + } + + /// + /// Retrieves the list of all views in a database from the Data Lake Analytics + /// catalog. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The cancellation token. + /// + public static async Task> ListViewsByDatabaseNextAsync(this ICatalogOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListViewsByDatabaseNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// /// Retrieves the list of databases from the Data Lake Analytics catalog. /// diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/ICatalogOperations.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/ICatalogOperations.cs index d3b2f07595e0d..29213f6086bca 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/ICatalogOperations.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/ICatalogOperations.cs @@ -110,15 +110,16 @@ public partial interface ICatalogOperations /// /// 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 /// + [System.Obsolete()] Task> GetSecretWithHttpMessagesAsync(string accountName, string databaseName, string secretName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Deletes the specified secret in the specified database. This is @@ -563,6 +564,49 @@ public partial interface ICatalogOperations /// Task>> ListTablesWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// + /// Retrieves the list of all table statistics within the specified + /// schema from the Data Lake Analytics catalog. + /// + /// + /// The Azure Data Lake Analytics account upon which to execute catalog + /// operations. + /// + /// + /// The name of the database containing the statistics. + /// + /// + /// The name of the schema containing the statistics. + /// + /// + /// OData parameters to apply to the operation. + /// + /// + /// OData Select statement. Limits the properties on each entry to just + /// those requested, e.g. Categories?$select=CategoryName,Description. + /// Optional. + /// + /// + /// The Boolean value of true or false to request a count of the + /// matching resources included with the resources in the response, + /// e.g. Categories?$count=true. Optional. + /// + /// + /// 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>> ListTableStatisticsByDatabaseAndSchemaWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// /// Retrieves the specified table type from the Data Lake Analytics /// catalog. /// @@ -639,6 +683,82 @@ public partial interface ICatalogOperations /// Task>> ListTableTypesWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// + /// Retrieves the specified package from the Data Lake Analytics + /// catalog. + /// + /// + /// The Azure Data Lake Analytics account upon which to execute catalog + /// operations. + /// + /// + /// The name of the database containing the package. + /// + /// + /// The name of the schema containing the package. + /// + /// + /// The name of the package. + /// + /// + /// 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> GetPackageWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, string packageName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Retrieves the list of packages from the Data Lake Analytics + /// catalog. + /// + /// + /// The Azure Data Lake Analytics account upon which to execute catalog + /// operations. + /// + /// + /// The name of the database containing the packages. + /// + /// + /// The name of the schema containing the packages. + /// + /// + /// OData parameters to apply to the operation. + /// + /// + /// OData Select statement. Limits the properties on each entry to just + /// those requested, e.g. Categories?$select=CategoryName,Description. + /// Optional. + /// + /// + /// The Boolean value of true or false to request a count of the + /// matching resources included with the resources in the response, + /// e.g. Categories?$count=true. Optional. + /// + /// + /// 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>> ListPackagesWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// /// Retrieves the specified view from the Data Lake Analytics catalog. /// /// @@ -1135,6 +1255,166 @@ public partial interface ICatalogOperations /// Task>> ListSchemasWithHttpMessagesAsync(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 list of all statistics in a database from the Data + /// Lake Analytics catalog. + /// + /// + /// The Azure Data Lake Analytics account upon which to execute catalog + /// operations. + /// + /// + /// The name of the database containing the table statistics. + /// + /// + /// OData parameters to apply to the operation. + /// + /// + /// OData Select statement. Limits the properties on each entry to just + /// those requested, e.g. Categories?$select=CategoryName,Description. + /// Optional. + /// + /// + /// The Boolean value of true or false to request a count of the + /// matching resources included with the resources in the response, + /// e.g. Categories?$count=true. Optional. + /// + /// + /// 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>> ListTableStatisticsByDatabaseWithHttpMessagesAsync(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 list of all tables in a database from the Data Lake + /// Analytics catalog. + /// + /// + /// The Azure Data Lake Analytics account upon which to execute catalog + /// operations. + /// + /// + /// The name of the database containing the tables. + /// + /// + /// OData parameters to apply to the operation. + /// + /// + /// OData Select statement. Limits the properties on each entry to just + /// those requested, e.g. Categories?$select=CategoryName,Description. + /// Optional. + /// + /// + /// The Boolean value of true or false to request a count of the + /// matching resources included with the resources in the response, + /// e.g. Categories?$count=true. Optional. + /// + /// + /// 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>> ListTablesByDatabaseWithHttpMessagesAsync(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 list of all table valued functions in a database from + /// the Data Lake Analytics catalog. + /// + /// + /// The Azure Data Lake Analytics account upon which to execute catalog + /// operations. + /// + /// + /// The name of the database containing the table valued functions. + /// + /// + /// OData parameters to apply to the operation. + /// + /// + /// OData Select statement. Limits the properties on each entry to just + /// those requested, e.g. Categories?$select=CategoryName,Description. + /// Optional. + /// + /// + /// The Boolean value of true or false to request a count of the + /// matching resources included with the resources in the response, + /// e.g. Categories?$count=true. Optional. + /// + /// + /// 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>> ListTableValuedFunctionsByDatabaseWithHttpMessagesAsync(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 list of all views in a database from the Data Lake + /// Analytics catalog. + /// + /// + /// The Azure Data Lake Analytics account upon which to execute catalog + /// operations. + /// + /// + /// The name of the database containing the views. + /// + /// + /// OData parameters to apply to the operation. + /// + /// + /// OData Select statement. Limits the properties on each entry to just + /// those requested, e.g. Categories?$select=CategoryName,Description. + /// Optional. + /// + /// + /// The Boolean value of true or false to request a count of the + /// matching resources included with the resources in the response, + /// e.g. Categories?$count=true. Optional. + /// + /// + /// 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>> ListViewsByDatabaseWithHttpMessagesAsync(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 database from the Data Lake Analytics /// catalog. /// @@ -1290,6 +1570,29 @@ public partial interface ICatalogOperations /// Task>> ListTablesNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// + /// Retrieves the list of all table statistics within the specified + /// schema from the Data Lake Analytics catalog. + /// + /// + /// 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>> ListTableStatisticsByDatabaseAndSchemaNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// /// Retrieves the list of table types from the Data Lake Analytics /// catalog. /// @@ -1313,6 +1616,29 @@ public partial interface ICatalogOperations /// Task>> ListTableTypesNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// + /// Retrieves the list of packages from the Data Lake Analytics + /// catalog. + /// + /// + /// 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>> ListPackagesNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// /// Retrieves the list of views from the Data Lake Analytics catalog. /// /// @@ -1472,6 +1798,98 @@ public partial interface ICatalogOperations /// Task>> ListSchemasNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// + /// Retrieves the list of all statistics in a database from the Data + /// Lake Analytics catalog. + /// + /// + /// 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>> ListTableStatisticsByDatabaseNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Retrieves the list of all tables in a database from the Data Lake + /// Analytics catalog. + /// + /// + /// 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>> ListTablesByDatabaseNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Retrieves the list of all table valued functions in a database from + /// the Data Lake Analytics catalog. + /// + /// + /// 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>> ListTableValuedFunctionsByDatabaseNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Retrieves the list of all views in a database from the Data Lake + /// Analytics catalog. + /// + /// + /// 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>> ListViewsByDatabaseNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// /// Retrieves the list of databases from the Data Lake Analytics /// catalog. /// diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/FileType.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/FileType.cs index d00f3103f5936..abbe3585b4d67 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/FileType.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/FileType.cs @@ -12,20 +12,14 @@ namespace Microsoft.Azure.Management.DataLake.Analytics.Models using Microsoft.Azure.Management; using Microsoft.Azure.Management.DataLake; using Microsoft.Azure.Management.DataLake.Analytics; - using Newtonsoft.Json; - using Newtonsoft.Json.Converters; - using System.Runtime; - using System.Runtime.Serialization; /// /// Defines values for FileType. /// - [JsonConverter(typeof(StringEnumConverter))] - public enum FileType + public static class FileType { - [EnumMember(Value = "Assembly")] - Assembly, - [EnumMember(Value = "Resource")] - Resource + public const string Assembly = "Assembly"; + public const string Resource = "Resource"; + public const string Nodeploy = "Nodeploy"; } } diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlAssemblyFileInfo.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlAssemblyFileInfo.cs index 1717ad06b1dc0..335a8d6d61f08 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlAssemblyFileInfo.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlAssemblyFileInfo.cs @@ -32,12 +32,12 @@ public USqlAssemblyFileInfo() /// Initializes a new instance of the USqlAssemblyFileInfo class. /// /// the assembly file type. Possible values include: - /// 'Assembly', 'Resource' + /// 'Assembly', 'Resource', 'Nodeploy' /// the the original path to the assembly /// file. /// the the content path to the assembly /// file. - public USqlAssemblyFileInfo(FileType? type = default(FileType?), string originalPath = default(string), string contentPath = default(string)) + public USqlAssemblyFileInfo(string type = default(string), string originalPath = default(string), string contentPath = default(string)) { Type = type; OriginalPath = originalPath; @@ -52,10 +52,10 @@ public USqlAssemblyFileInfo() /// /// Gets or sets the assembly file type. Possible values include: - /// 'Assembly', 'Resource' + /// 'Assembly', 'Resource', 'Nodeploy' /// [JsonProperty(PropertyName = "type")] - public FileType? Type { get; set; } + public string Type { get; set; } /// /// Gets or sets the the original path to the assembly file. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlPackage.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlPackage.cs new file mode 100644 index 0000000000000..3dc2c4f0cd568 --- /dev/null +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlPackage.cs @@ -0,0 +1,84 @@ +// 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 1.0.1.0 +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. + +namespace Microsoft.Azure.Management.DataLake.Analytics.Models +{ + using Microsoft.Azure; + using Microsoft.Azure.Management; + using Microsoft.Azure.Management.DataLake; + using Microsoft.Azure.Management.DataLake.Analytics; + using Newtonsoft.Json; + using System.Linq; + + /// + /// A Data Lake Analytics catalog U-SQL package item. + /// + public partial class USqlPackage : CatalogItem + { + /// + /// Initializes a new instance of the USqlPackage class. + /// + public USqlPackage() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the USqlPackage class. + /// + /// the name of the Data Lake + /// Analytics account. + /// the version of the catalog item. + /// the name of the database containing the + /// package. + /// the name of the schema associated with + /// this package and database. + /// the name of the package. + /// the definition of the package. + public USqlPackage(string computeAccountName = default(string), System.Guid? version = default(System.Guid?), string databaseName = default(string), string schemaName = default(string), string name = default(string), string definition = default(string)) + : base(computeAccountName, version) + { + DatabaseName = databaseName; + SchemaName = schemaName; + Name = name; + Definition = definition; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the name of the database containing the package. + /// + [JsonProperty(PropertyName = "databaseName")] + public string DatabaseName { get; set; } + + /// + /// Gets or sets the name of the schema associated with this package + /// and database. + /// + [JsonProperty(PropertyName = "schemaName")] + public string SchemaName { get; set; } + + /// + /// Gets or sets the name of the package. + /// + [JsonProperty(PropertyName = "packageName")] + public string Name { get; set; } + + /// + /// Gets or sets the definition of the package. + /// + [JsonProperty(PropertyName = "definition")] + public string Definition { get; set; } + + } +} diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics.csproj b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics.csproj index 0e2ddb6a520a1..67625ecb47223 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics.csproj +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics.csproj @@ -1,66 +1,14 @@  + Microsoft.Azure.Management.DataLake.Analytics Provides Data Lake Analytics account, job and catalog management capabilities for Microsoft Azure. - 2.1.0-preview + 2.2.0-preview Microsoft.Azure.Management.DataLake.Analytics - - - Microsoft.Azure.Management.DataLake.Analytics Microsoft Azure Data Lake Analytics management;DataLakeAnalytics;Data Lake Analytics management;REST HTTP client;windowsazureofficial;netcore451511 - See https://github.com/azure/azure-sdk-for-net/blob/AutoRest/src/ResourceManagement/DataLake.Analytics/changelog.md for release notes. - http://go.microsoft.com/fwlink/?LinkID=288890 - https://github.com/Azure/azure-sdk-for-net - https://raw.githubusercontent.com/Microsoft/dotnet/master/LICENSE - true - - false - false - false - false - false - false - false - false - false + See https://github.com/azure/azure-sdk-for-net/blob/vs17Dev/src/SDKs/DataLake.Analytics/changelog.md for release notes. - net452;netstandard1.4 - - - - diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Properties/AssemblyInfo.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Properties/AssemblyInfo.cs index 915f8ff75d15b..f723ca1c6f382 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Properties/AssemblyInfo.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Properties/AssemblyInfo.cs @@ -8,7 +8,7 @@ [assembly: AssemblyDescription("Provides Microsoft Azure Data Lake Analytics management operations including account, catalog and job management.")] [assembly: AssemblyVersion("2.0.0.0")] -[assembly: AssemblyFileVersion("2.1.1.0")] +[assembly: AssemblyFileVersion("2.2.0.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyProduct("Azure .NET SDK")] diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/generate.cmd b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/generate.cmd index b8ff9298672bf..3c359c9635eef 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/generate.cmd +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/generate.cmd @@ -6,9 +6,9 @@ @echo off setlocal -set accountSpecFile="https://raw.githubusercontent.com/Azure/azure-rest-api-specs/0ade6547eff89bab427eb400ebc5da870f2c5bd0/arm-datalake-analytics/account/2016-11-01/swagger/account.json" -set jobSpecFile="https://raw.githubusercontent.com/Azure/azure-rest-api-specs/0ade6547eff89bab427eb400ebc5da870f2c5bd0/arm-datalake-analytics/job/2016-11-01/swagger/job.json" -set catalogSpecFile="https://raw.githubusercontent.com/Azure/azure-rest-api-specs/0ade6547eff89bab427eb400ebc5da870f2c5bd0/arm-datalake-analytics/catalog/2016-11-01/swagger/catalog.json" +set accountSpecFile="https://raw.githubusercontent.com/Azure/azure-rest-api-specs/12a6c2299296b6877fa1e5a03ed42752445877dc/arm-datalake-analytics/account/2016-11-01/swagger/account.json" +set jobSpecFile="https://raw.githubusercontent.com/Azure/azure-rest-api-specs/12a6c2299296b6877fa1e5a03ed42752445877dc/arm-datalake-analytics/job/2016-11-01/swagger/job.json" +set catalogSpecFile="https://raw.githubusercontent.com/Azure/azure-rest-api-specs/12a6c2299296b6877fa1e5a03ed42752445877dc/arm-datalake-analytics/catalog/2016-11-01/swagger/catalog.json" set repoRoot=%~dp0..\..\..\.. set generateFolder=%~dp0Generated diff --git a/src/SDKs/DataLake.Analytics/changelog.md b/src/SDKs/DataLake.Analytics/changelog.md index a33044a20497a..05da59b2923ab 100644 --- a/src/SDKs/DataLake.Analytics/changelog.md +++ b/src/SDKs/DataLake.Analytics/changelog.md @@ -1,5 +1,14 @@ ## Microsoft.Azure.Management.DataLake.Analytics release notes +### Changes in 2.2.0-preview +- Introduces the new package item type for catalog items. +- Switched the FileType enum to a string since this field is read only and will have new types added and changed with some regularity. +- Allows for listing the following catalog items from their parent's parent item (the database) + - Table + - view + - Table valued function + - Table statistics + ### Changes in 2.1.1-preview - Update underlying AutoRest framework to the latest. This cleans up a lot of the generated code, making it easier to read. - The property `FirewallAllowAzureIps` in the Account object is currently ignored by the service and will not have a value when calling get. This property will be enabled and honored by the service in a future update. diff --git a/src/SDKs/DataLake.Store/DataLakeStore.Tests/DataLakeStore.Tests.csproj b/src/SDKs/DataLake.Store/DataLakeStore.Tests/DataLakeStore.Tests.csproj index 8e2d77d4941ce..20a6f1841827c 100644 --- a/src/SDKs/DataLake.Store/DataLakeStore.Tests/DataLakeStore.Tests.csproj +++ b/src/SDKs/DataLake.Store/DataLakeStore.Tests/DataLakeStore.Tests.csproj @@ -12,7 +12,6 @@ - diff --git a/src/SDKs/DataLake.Store/DataLakeStore.Tests/out.txt b/src/SDKs/DataLake.Store/DataLakeStore.Tests/out.txt deleted file mode 100644 index 04c241d5f7355..0000000000000 --- a/src/SDKs/DataLake.Store/DataLakeStore.Tests/out.txt +++ /dev/null @@ -1,2563 +0,0 @@ - - - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - - - Debug - AnyCPU - - - - - - - Library - 512 - prompt - $(MSBuildProjectName) - $(MSBuildProjectName) - true - - - - true - false - - - true - - - - - <_PlatformWithoutConfigurationInference>$(Platform) - - - x64 - - - x86 - - - ARM - - - - portable - - false - - true - true - - PackageReference - - {CandidateAssemblyFiles};{HintPathFromItem};{TargetFrameworkDirectory};{RawFileName} - $(AssemblySearchPaths) - false - false - false - false - false - false - false - false - false - - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - - - - - - - - - - - - - - - - - - - - - true - - $(DotnetHostPath) - - - - CurrentArchitecture - CurrentRuntime - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - 4 - 1701;1702;1705 - - - TRACE - - - - - - - - true - true - true - true - true - - - - <_DirectoryBuildPropsFile Condition="'$(_DirectoryBuildPropsFile)' == ''">Directory.Build.props - <_DirectoryBuildPropsBasePath Condition="'$(_DirectoryBuildPropsBasePath)' == ''">$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), '$(_DirectoryBuildPropsFile)')) - $([System.IO.Path]::Combine('$(_DirectoryBuildPropsBasePath)', '$(_DirectoryBuildPropsFile)')) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - $(MSBuildThisFileDirectory) - $(LibraryRoot)src - $(LibraryRoot)tools - $(LibraryRoot)\restoredPackages - Microsoft Azure Management Libraries - src\Authentication\Authentication.sln - AzureManagementLibraries.sln - $(LibraryRoot)binaries - $(BinariesFolder)\packages - false - All - "$(LibraryToolsFolder)\nuget.exe" - true - - - - - - - - - - - - $(LibraryRoot)src\UpgradeVS17\SdkCommon\ClientRuntime - $(LibraryRoot)src\UpgradeVS17\SdkCommon\ClientRuntime - - - - - - - - Debug - - $(LibraryNugetPackageFolder) - RandomTag - $(BuiltPackageOutputDir) - false - true - false - - - - true - true - $(LibraryToolsFolder)\MSSharedLibKey.snk - - - true - - - - FullNetFx - bin\$(Configuration)\ - true - bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml - - - NETSTANDARD14 - bin\$(Configuration)\ - true - bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml - - - - - - true - - - - - true - - - - - - - - - Copyright (c) Microsoft Corporation - Microsoft - http://go.microsoft.com/fwlink/?LinkID=288890 - https://github.com/Azure/AutoRest - https://raw.githubusercontent.com/Microsoft/dotnet/master/LICENSE - true - https://github.com/Azure/azure-sdk-for-net - - 1.6.1 - false - false - false - false - false - false - false - false - false - $(PackageTags) $(NugetCommonTags) $(NugetCommonProfileTags) - true - $(PackageTargetFallback);net452;dnxcore50 - $(PackageTargetFallback);dnxcore50;portable-net45+win8 - 1.6.1 - - - - - - - - - obj\ - $(BaseIntermediateOutputPath)\ - $(BaseIntermediateOutputPath) - - $([System.IO.Path]::Combine('$(MSBuildProjectDirectory)', '$(MSBuildProjectExtensionsPath)')) - $(MSBuildProjectExtensionsPath)\ - true - - - - True - NuGet - C:\MyFork\vs17Dev\src\SDKs\DataLake.Store\DataLakeStore.Tests\obj\project.assets.json - $(UserProfile)\.nuget\packages\ - C:\Users\abhishah\.nuget\packages\ - PackageReference - 4.0.0 - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - - - - - - - - - - - - - - $(MSBuildExtensionsPath)\Microsoft\NuGet\$(VisualStudioVersion)\Microsoft.NuGet.props - - - - - - - - 11.0 - 10.0 - - - - $(MSBuildExtensionsPath)\v4.0\Custom.Before.$(MSBuildThisFile) - $(MSBuildExtensionsPath)\v4.0\Custom.After.$(MSBuildThisFile) - - - - - $(MSBuildExtensionsPath)\v$(MSBuildToolsVersion)\Custom.Before.$(MSBuildThisFile) - $(MSBuildExtensionsPath)\v$(MSBuildToolsVersion)\Custom.After.$(MSBuildThisFile) - - - - - - true - - - $(DefaultProjectConfiguration) - $(DefaultProjectPlatform) - - - WJProject - JavaScript - - - - - - - - - - - - - - - - - - - - - - - - - - Debug - $(LibraryNugetPackageFolder) - RandomTag - $(BuiltPackageOutputDir) - false - true - false - $(PackageTargetFallback);dnxcore50;portable-net45+win8 - 1.1.0 - $(PackageTargetFallback);net452;dnxcore50 - - - - - FullNetFx - bin\$(Configuration)\ - bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml - - - netcoreapp1.0 - bin\$(Configuration)\ - bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml - - - - - - - - - - - - - - - - - - - - - DataLakeStore.Tests Class Library - DataLakeStore.Tests - DataLakeStore.Tests - 1.0.0-preview - - - - netcoreapp1.1 - - - - - - - PreserveNewest - - - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - - - true - - - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - - 1.0.0 - $(VersionPrefix)-$(VersionSuffix) - $(VersionPrefix) - - - $(AssemblyName) - $(Authors) - $(AssemblyName) - $(AssemblyName) - - - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - Debug - AnyCPU - $(Platform) - bin\ - $(BaseOutputPath)\ - $(BaseOutputPath)$(Configuration)\ - $(BaseOutputPath)$(PlatformName)\$(Configuration)\ - $(OutputPath)\ - obj\ - $(BaseIntermediateOutputPath)\ - $(BaseIntermediateOutputPath)$(Configuration)\ - $(BaseIntermediateOutputPath)$(PlatformName)\$(Configuration)\ - $(IntermediateOutputPath)\ - - - - $(OutputPath) - - - - - - $(MSBuildToolsPath)\Microsoft.CSharp.targets - $(MSBuildToolsPath)\Microsoft.VisualBasic.targets - - $(MSBuildToolsPath)\Microsoft.Common.CurrentVersion.targets - - - - - - - true - - - - - - $(MSBuildFrameworkToolsPath)\Microsoft.CSharp.targets - - $(MsBuildFrameworkToolsPath) - - - - - $(MSBuildToolsPath)\Microsoft.CSharp.CrossTargeting.targets - - - - - $(MSBuildToolsPath)\Microsoft.CSharp.CurrentVersion.targets - - - - - - $(ImportByWildcardBeforeMicrosoftCommonTargets) - true - $(ImportByWildcardAfterMicrosoftCommonTargets) - true - $(ImportUserLocationsByWildcardBeforeMicrosoftCommonTargets) - true - $(ImportUserLocationsByWildcardAfterMicrosoftCommonTargets) - true - false - false - false - false - $(MSBuildExtensionsPath)\v4.0\Custom.Before.Microsoft.Common.targets - $(MSBuildExtensionsPath)\v4.0\Custom.After.Microsoft.Common.targets - - $(ImportByWildcardBeforeMicrosoftCSharpTargets) - true - $(ImportByWildcardAfterMicrosoftCSharpTargets) - true - $(ImportUserLocationsByWildcardBeforeMicrosoftCSharpTargets) - true - $(ImportUserLocationsByWildcardAfterMicrosoftCSharpTargets) - true - false - false - false - false - $(MSBuildExtensionsPath)\v4.0\Custom.Before.Microsoft.CSharp.targets - $(MSBuildExtensionsPath)\v4.0\Custom.After.Microsoft.CSharp.targets - - - - $(ImportByWildcardBeforeMicrosoftNetFrameworkProps) - true - $(ImportByWildcardAfterMicrosoftNetFrameworkProps) - true - $(ImportUserLocationsByWildcardBeforeMicrosoftNetFrameworkProps) - true - $(ImportUserLocationsByWildcardAfterMicrosoftNetFrameworkProps) - true - false - false - false - false - - - - - - - - - - - - - - - - - - - - - $(MSBuildExtensionsPath)\Microsoft\VisualStudio\Managed\Microsoft.CSharp.DesignTime.targets - - - - - - - - false - false - false - true - true - true - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - - - - $(MSBuildThisFileDirectory)$(LangName) - - $(MSBuildThisFileDirectory)zh-Hans - $(MSBuildThisFileDirectory)zh-Hant - - $(MSBuildThisFileDirectory)$(LangName.Split('-')[0]) - - $(MSBuildThisFileDirectory) - - - $(ManagedXamlResourcesDirectory)\ - ProjectDebugger - - - - - - - - - - - - - - - - - - - - - - - - - - - - Project - - - File - - - Invisible - - - File;BrowseObject - - - File;BrowseObject - - - File;BrowseObject - - - File;ProjectSubscriptionService - - - ProjectSubscriptionService - - - ProjectSubscriptionService - - - BrowseObject - - - ConfiguredBrowseObject - - - File;BrowseObject - - - File;BrowseObject - - - Project;ProjectSubscriptionService - - - Project - - - Project - - - - - - ;BrowseObject - - - ProjectSubscriptionService;BrowseObject - - - - ;BrowseObject - - - ProjectSubscriptionService;BrowseObject - - - - ;BrowseObject - - - ProjectSubscriptionService;BrowseObject - - - - Project;ProjectSubscriptionService;BrowseObject - - - ProjectSubscriptionService;BrowseObject - - - - ProjectSubscriptionService;BrowseObject - - - ProjectSubscriptionService;BrowseObject - - - - ProjectSubscriptionService;BrowseObject - - - - ProjectSubscriptionService - - - - Project;ProjectSubscriptionService;BrowseObject - - - ProjectSubscriptionService;BrowseObject - - - - - - - - - - - - - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - Properties - false - C# - CSharp - {FAE04EC0-301F-11d3-BF4B-00C04F79EFBC} - - - - - File - - - BrowseObject - - - - - - - - <_CompilerCommandLineArgs Include="@(CscCommandLineArgs)" /> - - - - - - - true - - - - - - - <_TargetFramework Include="$(TargetFrameworks)" /> - - - - - - - - - - Build - - - - - - - Clean - - - - - - - Rebuild - - - - - true - - - - - $(MSBuildExtensionsPath)\Microsoft\NuGet\$(VisualStudioVersion)\Microsoft.NuGet.targets - - - - - $(MSBuildExtensionsPath)\..\Common7\IDE\CommonExtensions\Microsoft\NuGet\NuGet.targets - - - - - - true - - NuGet.Build.Tasks.dll - - true - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - false - - WarnAndContinue - - - - <_GenerateRestoreGraphProjectEntryInputProperties> - RestoreUseCustomAfterTargets=$(RestoreUseCustomAfterTargets); - NuGetRestoreTargets=$(MSBuildThisFileFullPath); - BuildProjectReferences=false; - ExcludeRestorePackageImports=true; - - - <_GenerateRestoreGraphProjectEntryInputProperties Condition=" '$(RestoreUseCustomAfterTargets)' == 'true' "> - $(_GenerateRestoreGraphProjectEntryInputProperties); - CustomAfterMicrosoftCommonCrossTargetingTargets=$(MSBuildThisFileFullPath); - CustomAfterMicrosoftCommonTargets=$(MSBuildThisFileFullPath); - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - exclusionlist - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_RestoreGraphEntry Include="$([System.Guid]::NewGuid())" Condition=" '$(RestoreProjectStyle)' != 'Unknown' "> - RestoreSpec - $(MSBuildProjectFullPath) - - - - - - - netcoreapp1.0 - - - - - - - - - - - - - - - - - - - - PackageReference - - ProjectJson - - Unknown - - - - - - <_RestoreProjectFramework /> - - - - - - - <_RestoreTargetFrameworksOutputFiltered Include="$(_RestoreProjectFramework.Split(';'))" /> - - - - - - - $(BaseIntermediateOutputPath) - - - - - - - <_RestoreProjectName>$(MSBuildProjectName) - <_RestoreProjectName Condition=" '$(RestoreProjectStyle)' == 'PackageReference' AND '$(AssemblyName)' != '' ">$(AssemblyName) - <_RestoreProjectName Condition=" '$(RestoreProjectStyle)' == 'PackageReference' AND '$(PackageId)' != '' ">$(PackageId) - - - - <_RestoreProjectVersion>1.0.0 - <_RestoreProjectVersion Condition=" '$(Version)' != '' ">$(Version) - <_RestoreProjectVersion Condition=" '$(PackageVersion)' != '' ">$(PackageVersion) - - - - <_RestoreCrossTargeting>true - - - - <_RestoreSkipContentFileWrite Condition=" '$(TargetFrameworks)' == '' AND '$(TargetFramework)' == '' ">true - - - - <_RestoreGraphEntry Include="$([System.Guid]::NewGuid())"> - ProjectSpec - $(_RestoreProjectVersion) - $(MSBuildProjectFullPath) - $(MSBuildProjectFullPath) - $(_RestoreProjectName) - $(RestoreSources) - $(RestoreFallbackFolders) - $(RestorePackagesPath) - $(RestoreProjectStyle) - $(RestoreOutputAbsolutePath) - @(_RestoreTargetFrameworksOutputFiltered) - $(RuntimeIdentifiers);$(RuntimeIdentifier) - $(RuntimeSupports) - $(_RestoreCrossTargeting) - $(RestoreLegacyPackagesDirectory) - $(ValidateRuntimeIdentifierCompatibility) - $(_RestoreSkipContentFileWrite) - - - - - <_RestoreGraphEntry Include="$([System.Guid]::NewGuid())"> - ProjectSpec - $(MSBuildProjectFullPath) - $(MSBuildProjectFullPath) - $(_RestoreProjectName) - $(RestoreSources) - $(RestoreFallbackFolders) - $(RestorePackagesPath) - $(RestoreFallbackFolders) - $(_CurrentProjectJsonPath) - $(RestoreProjectStyle) - - - - - <_RestoreGraphEntry Include="$([System.Guid]::NewGuid())"> - ProjectSpec - $(MSBuildProjectFullPath) - $(MSBuildProjectFullPath) - $(_RestoreProjectName) - $(RestoreProjectStyle) - @(_RestoreTargetFrameworksOutputFiltered) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_RestoreGraphEntry Include="$([System.Guid]::NewGuid())"> - TargetFrameworkInformation - $(MSBuildProjectFullPath) - $(PackageTargetFallback) - $(TargetFramework) - - - - - - - - - - - - - - - - - - - - - - - true - - - - - true - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - - - - - - - - - - - - - - - - - - - - - - - - - $(MSBuildFrameworkToolsPath) - - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - $(MSBuildThisFileDirectory)..\tools\ - netcoreapp1.0 - net46 - $(MicrosoftNETBuildTasksDirectoryRoot)$(MicrosoftNETBuildTasksTFM)/ - $(MicrosoftNETBuildTasksDirectory)Microsoft.NET.Build.Tasks.dll - - Microsoft.NETCore.App;NETStandard.Library - - - - - - - - <_IsRidAgnostic>false - <_IsRidAgnostic Condition=" '$(RuntimeIdentifier)' == '' and '$(RuntimeIdentifiers)' == '' ">true - - <_SkipNearestTargetFrameworkResolution Condition="'$(TargetFramework)' != '' and '$(ReferringTargetFramework)' == ''">true - $(TargetFramework) - - <_HasSingleTargetFramework Condition="'$(IsCrossTargetingBuild)' != 'true'">true - <_HasSingleTargetFramework Condition="'$(_HasSingleTargetFramework)' == ''">false - <_PossibleTargetFrameworks Condition="'$(TargetFramework)' != ''">$(TargetFramework) - <_PossibleTargetFrameworks Condition="'$(TargetFramework)' == ''">$(TargetFrameworks) - - - - - - - - - - - - - - <_GetAllRuntimeIdentifiersTargetFrameworks Include="$(TargetFrameworks)" /> - <_AllRuntimeIdentifiers Include="$(RuntimeIdentifiers);$(RuntimeIdentifier)" /> - - - - - - @(_AllRuntimeIdentifiers->Distinct()) - - - - - - - $(MSBuildSDKsPath)\NuGet.Build.Tasks.Pack\buildCrossTargeting\NuGet.Build.Tasks.Pack.targets - $(MSBuildSDKsPath)\NuGet.Build.Tasks.Pack\build\NuGet.Build.Tasks.Pack.targets - - - - - - ..\CoreCLR\NuGet.Build.Tasks.Pack.dll - ..\Desktop\NuGet.Build.Tasks.Pack.dll - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - - - - $(AssemblyName) - $(Version) - true - _LoadPackInputItems; _WalkEachTargetPerFramework; _GetPackageFiles; $(GenerateNuspecDependsOn) - Package Description - true - true - tools - lib - content;contentFiles - GenerateNuspec; $(PackDependsOn) - true - true - - - $(GenerateNuspecDependsOn) - - - Build;$(GenerateNuspecDependsOn) - - - - <_TargetFrameworks Condition="'$(TargetFramework)' == ''" Include="$(TargetFrameworks.Split(';'))" /> - <_TargetFrameworks Condition="'$(TargetFramework)' != ''" Include="$(TargetFramework)" /> - - - - - - <_PackageFilesToDelete Include="$(PackageOutputPath)*.nupkg" /> - <_PackageFilesToDelete Include="$(BaseIntermediateOutputPath)*.nuspec" /> - - - - - - - - true - - - - - false - - - $(OutputPath) - $(BaseIntermediateOutputPath) - - - - - - - - - - - - - - - - - - $(ProjectFileToPack) - - - - $(MSBuildProjectFullPath) - - - - - - - - - <_TargetPathsToAssemblies Include="$(ProjectPriFullPath)"> - $(ProjectPriFullPath) - - - - - - - - - - - - - <_PackageFilesToExclude Include="@(Content)" Condition="'%(Content.Pack)' == 'false'" /> - - - - <_PackageFiles Include="@(Content)" Condition=" %(Content.Pack) != 'false' "> - Content - - <_PackageFiles Include="@(Compile)" Condition=" %(Compile.Pack) == 'true' "> - Compile - - <_PackageFiles Include="@(None)" Condition=" %(None.Pack) == 'true' "> - None - - <_PackageFiles Include="@(EmbeddedResource)" Condition=" %(EmbeddedResource.Pack) == 'true' "> - EmbeddedResource - - <_PackageFiles Include="@(ApplicationDefinition)" Condition=" %(ApplicationDefinition.Pack) == 'true' "> - ApplicationDefinition - - <_PackageFiles Include="@(Page)" Condition=" %(Page.Pack) == 'true' "> - Page - - <_PackageFiles Include="@(Resource)" Condition=" %(Resource.Pack) == 'true' "> - Resource - - <_PackageFiles Include="@(SplashScreen)" Condition=" %(SplashScreen.Pack) == 'true' "> - SplashScreen - - <_PackageFiles Include="@(DesignData)" Condition=" %(DesignData.Pack) == 'true' "> - DesignData - - <_PackageFiles Include="@(DesignDataWithDesignTimeCreatableTypes)" Condition=" %(DesignDataWithDesignTimeCreatableTypes.Pack) == 'true' "> - DesignDataWithDesignTimeCreatableTypes - - <_PackageFiles Include="@(CodeAnalysisDictionary)" Condition=" %(CodeAnalysisDictionary.Pack) == 'true' "> - CodeAnalysisDictionary - - <_PackageFiles Include="@(AndroidAsset)" Condition=" %(AndroidAsset.Pack) == 'true' "> - AndroidAsset - - <_PackageFiles Include="@(AndroidResource)" Condition=" %(AndroidResource.Pack) == 'true' "> - AndroidResource - - <_PackageFiles Include="@(BundleResource)" Condition=" %(BundleResource.Pack) == 'true' "> - BundleResource - - - - - - \ No newline at end of file diff --git a/src/SDKs/DataLake.Store/DataLakeStore.Tests/project.json b/src/SDKs/DataLake.Store/DataLakeStore.Tests/project.json deleted file mode 100644 index 06aa188a0d5c7..0000000000000 --- a/src/SDKs/DataLake.Store/DataLakeStore.Tests/project.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "version": "1.0.0-*", - "description": "DataLakeStore.Tests Class Library", - "authors": [ "Microsoft Corporation" ], - - "packOptions": { - "summary": "DataLakeStore.Tests tests.", - "iconUrl": "http://go.microsoft.com/fwlink/?LinkID=288890", - "tags": [ "" ], - "projectUrl": "https://github.com/Azure/azure-sdk-for-net", - "licenseUrl": "https://raw.githubusercontent.com/Microsoft/dotnet/master/LICENSE", - "requireLicenseAcceptance": true, - }, - - "buildOptions": { - "delaySign": true, - "publicSign": false, - "keyFile": "../../../../tools/MSSharedLibKey.snk", - "compile": "../../../../tools/DisableTestRunParallel.cs" - }, - - "testRunner": "xunit", - "frameworks": { - "netcoreapp1.0": { - "imports": ["dnxcore50", "portable-net45+win8"], - "dependencies": { - "System.Diagnostics.Tracing": "4.1.0" - } - } - }, - "dependencies": { - "Microsoft.NETCore.App": { - "type": "platform", - "version": "1.0.0" - }, - "Microsoft.Azure.Test.HttpRecorder": "[1.7.0,2.0.0)", - "Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.6.0,2.0.0)", - "Microsoft.Rest.ClientRuntime.Azure": "[3.3.2,4.0.0)", - "Microsoft.Rest.ClientRuntime": "[2.3.2,3.0)" , - "Microsoft.Azure.ResourceManager": "1.0.0-preview", - "Microsoft.Azure.Management.DataLake.Store": "[2.0.1-preview, 3.0.0-preview)", - "xunit": "2.2.0-beta2-build3300", - "dotnet-test-xunit": "2.2.0-preview2-build1029" - } -} \ No newline at end of file diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Customizations/DataLakeStoreCustomizationHelper.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Customizations/DataLakeStoreCustomizationHelper.cs index e8e33489ff760..fd03bbf349ab8 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Customizations/DataLakeStoreCustomizationHelper.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Customizations/DataLakeStoreCustomizationHelper.cs @@ -14,7 +14,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 = "2.1.1-preview"; + internal const string PackageVersion = "2.1.2-preview"; internal const string DefaultAdlsFileSystemDnsSuffix = "azuredatalakestore.net"; diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Customizations/DataTransfer/Common/DataLakeStoreFrontEndAdapter.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Customizations/DataTransfer/Common/DataLakeStoreFrontEndAdapter.cs index e52015ca7e329..2350d2bb9a323 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Customizations/DataTransfer/Common/DataLakeStoreFrontEndAdapter.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Customizations/DataTransfer/Common/DataLakeStoreFrontEndAdapter.cs @@ -241,7 +241,7 @@ public bool StreamExists(string streamPath, bool isDownload = false) } catch (AggregateException ex) { - if (ex.InnerExceptions.Count != 1) + if (ex.InnerExceptions == null || ex.InnerExceptions.Count != 1) { TracingHelper.LogError(ex); @@ -249,7 +249,8 @@ public bool StreamExists(string streamPath, bool isDownload = false) } var cloudEx = ex.InnerExceptions[0] as AdlsErrorException; - if (cloudEx != null && (cloudEx.Response.StatusCode == HttpStatusCode.NotFound || cloudEx.Body.RemoteException is AdlsFileNotFoundException)) + if ((cloudEx != null && cloudEx.Response != null && cloudEx.Response.StatusCode == HttpStatusCode.NotFound) || + (cloudEx.Body != null && cloudEx.Body.RemoteException != null && cloudEx.Body.RemoteException is AdlsFileNotFoundException)) { return false; } @@ -260,7 +261,8 @@ public bool StreamExists(string streamPath, bool isDownload = false) } catch (AdlsErrorException cloudEx) { - if (cloudEx.Response.StatusCode == HttpStatusCode.NotFound || cloudEx.Body.RemoteException is AdlsFileNotFoundException) + if ((cloudEx.Response != null && cloudEx.Response.StatusCode == HttpStatusCode.NotFound) || + (cloudEx.Body != null && cloudEx.Body.RemoteException != null && cloudEx.Body.RemoteException is AdlsFileNotFoundException)) { return false; } diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Microsoft.Azure.Management.DataLake.Store.csproj b/src/SDKs/DataLake.Store/Management.DataLake.Store/Microsoft.Azure.Management.DataLake.Store.csproj index 25c9764f7eec5..031388889cdb8 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Microsoft.Azure.Management.DataLake.Store.csproj +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Microsoft.Azure.Management.DataLake.Store.csproj @@ -1,74 +1,17 @@  - + Microsoft.Azure.Management.DataLake.Store Provides Data Lake Store account and filesystem management capabilities for Microsoft Azure. - 2.1.0-preview + 2.1.2-preview Microsoft.Azure.Management.DataLake.Store - Microsoft.Azure.Management.DataLake.Store Microsoft Azure Data Lake Store management;DataLakeStore;Data Lake Store management - + See https://github.com/azure/azure-sdk-for-net/blob/vs17Dev/src/SDKs/DataLake.Store/changelog.md for release notes. - net452;netstandard1.4 - - - diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Properties/AssemblyInfo.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Properties/AssemblyInfo.cs index e262103bf3b43..10d20c758ab2f 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Properties/AssemblyInfo.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Properties/AssemblyInfo.cs @@ -9,7 +9,7 @@ [assembly: AssemblyDescription("Provides Microsoft Azure Data Lake Store management operations including account and filesystem management.")] [assembly: AssemblyVersion("2.0.0.0")] -[assembly: AssemblyFileVersion("2.1.1.0")] +[assembly: AssemblyFileVersion("2.1.2.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyProduct("Azure .NET SDK")] diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/generate.cmd b/src/SDKs/DataLake.Store/Management.DataLake.Store/generate.cmd index ca130520d5f3b..bab6cf8328474 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/generate.cmd +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/generate.cmd @@ -6,8 +6,8 @@ @echo off setlocal -set accountSpecFile="https://raw.githubusercontent.com/Azure/azure-rest-api-specs/0ade6547eff89bab427eb400ebc5da870f2c5bd0/arm-datalake-store/account/2016-11-01/swagger/account.json" -set filesystemSpecFile="https://raw.githubusercontent.com/Azure/azure-rest-api-specs/0ade6547eff89bab427eb400ebc5da870f2c5bd0/arm-datalake-store/filesystem/2016-11-01/swagger/filesystem.json" +set accountSpecFile="https://raw.githubusercontent.com/Azure/azure-rest-api-specs/12a6c2299296b6877fa1e5a03ed42752445877dc/arm-datalake-store/account/2016-11-01/swagger/account.json" +set filesystemSpecFile="https://raw.githubusercontent.com/Azure/azure-rest-api-specs/12a6c2299296b6877fa1e5a03ed42752445877dc/arm-datalake-store/filesystem/2016-11-01/swagger/filesystem.json" set repoRoot=%~dp0..\..\..\.. set generateFolder=%~dp0Generated diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/project.json b/src/SDKs/DataLake.Store/Management.DataLake.Store/project.json deleted file mode 100644 index 5d7b267dae690..0000000000000 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/project.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "version": "2.1.1-preview", - "description": "Provides Data Lake Store account and filesystem management capabilities for Microsoft Azure.", - "authors": [ "Microsoft" ], - - "packOptions": { - "summary": "Provides Data Lake Store account and filesystem management capabilities for Microsoft Azure.", - "iconUrl": "http://go.microsoft.com/fwlink/?LinkID=288890", - "tags": [ "Microsoft Azure Data Lake Store management", "DataLakeStore", "Data Lake Store management", "REST HTTP client", "windowsazureofficial", "netcore451511" ], - "projectUrl": "https://github.com/Azure/azure-sdk-for-net", - "licenseUrl": "https://raw.githubusercontent.com/Microsoft/dotnet/master/LICENSE", - "requireLicenseAcceptance": true, - "releaseNotes": "See https://github.com/azure/azure-sdk-for-net/blob/AutoRest/src/ResourceManagement/DataLake.Store/changelog.md for release notes." - }, - - "buildOptions": { - "delaySign": true, - "publicSign": false, - "keyFile": "../../../../tools/MSSharedLibKey.snk", - "xmlDoc": true - }, - - "dependencies": { - "Microsoft.Rest.ClientRuntime.Azure": "[3.3.5,4.0.0)", - "Microsoft.Rest.ClientRuntime": "[2.3.5,3.0.0)" - }, - - "frameworks": { - "net45": { - "dependencies": { - } - }, - "netstandard1.5": { - "imports": [ "dnxcore50" ], - "buildOptions": { "define": [ "PORTABLE" ] }, - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "NETStandard.Library": "1.6.1", - "System.Diagnostics.Tools": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.1.1", - "System.Threading.Tasks": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Threading.Thread": "4.0.0", - "System.IO.FileSystem": "4.3.0", - "System.IO": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - } - } -}