From 6583a8f276c94dd99d123a7dccd0369343837648 Mon Sep 17 00:00:00 2001 From: ro-joowan Date: Thu, 12 Oct 2017 14:24:08 -0700 Subject: [PATCH 1/2] [CODE] - Fixing x-ms-odata parameters --- .../Microsoft.DataLakeAnalytics/2016-11-01/job.json | 2 +- .../Microsoft.DataLakeAnalytics/2017-09-01-preview/job.json | 2 +- .../Microsoft.DataLakeAnalytics/2016-11-01/account.json | 4 ++-- .../Microsoft.DataLakeStore/2016-11-01/account.json | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/specification/datalake-analytics/data-plane/Microsoft.DataLakeAnalytics/2016-11-01/job.json b/specification/datalake-analytics/data-plane/Microsoft.DataLakeAnalytics/2016-11-01/job.json index ccc4b03516d8..2fb6f934413a 100644 --- a/specification/datalake-analytics/data-plane/Microsoft.DataLakeAnalytics/2016-11-01/job.json +++ b/specification/datalake-analytics/data-plane/Microsoft.DataLakeAnalytics/2016-11-01/job.json @@ -496,7 +496,7 @@ "x-ms-pageable": { "nextLinkName": "nextLink" }, - "x-ms-odata": "#/definitions/JobInformation" + "x-ms-odata": "#/definitions/JobInformationBasic" } } }, diff --git a/specification/datalake-analytics/data-plane/Microsoft.DataLakeAnalytics/2017-09-01-preview/job.json b/specification/datalake-analytics/data-plane/Microsoft.DataLakeAnalytics/2017-09-01-preview/job.json index b096d3e5fd27..a0439b15ed22 100644 --- a/specification/datalake-analytics/data-plane/Microsoft.DataLakeAnalytics/2017-09-01-preview/job.json +++ b/specification/datalake-analytics/data-plane/Microsoft.DataLakeAnalytics/2017-09-01-preview/job.json @@ -578,7 +578,7 @@ "x-ms-pageable": { "nextLinkName": "nextLink" }, - "x-ms-odata": "#/definitions/JobInformation" + "x-ms-odata": "#/definitions/JobInformationBasic" } } }, diff --git a/specification/datalake-analytics/resource-manager/Microsoft.DataLakeAnalytics/2016-11-01/account.json b/specification/datalake-analytics/resource-manager/Microsoft.DataLakeAnalytics/2016-11-01/account.json index 8a9c755e1b8a..27914dcffd81 100644 --- a/specification/datalake-analytics/resource-manager/Microsoft.DataLakeAnalytics/2016-11-01/account.json +++ b/specification/datalake-analytics/resource-manager/Microsoft.DataLakeAnalytics/2016-11-01/account.json @@ -1320,7 +1320,7 @@ "x-ms-pageable": { "nextLinkName": "nextLink" }, - "x-ms-odata": "#/definitions/DataLakeAnalyticsAccount" + "x-ms-odata": "#/definitions/DataLakeAnalyticsAccountBasic" } }, "/subscriptions/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/accounts": { @@ -1398,7 +1398,7 @@ "x-ms-pageable": { "nextLinkName": "nextLink" }, - "x-ms-odata": "#/definitions/DataLakeAnalyticsAccount" + "x-ms-odata": "#/definitions/DataLakeAnalyticsAccountBasic" } }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}": { diff --git a/specification/datalake-store/resource-manager/Microsoft.DataLakeStore/2016-11-01/account.json b/specification/datalake-store/resource-manager/Microsoft.DataLakeStore/2016-11-01/account.json index ef2075f31449..cd6b491a387c 100644 --- a/specification/datalake-store/resource-manager/Microsoft.DataLakeStore/2016-11-01/account.json +++ b/specification/datalake-store/resource-manager/Microsoft.DataLakeStore/2016-11-01/account.json @@ -862,7 +862,7 @@ "x-ms-pageable": { "nextLinkName": "nextLink" }, - "x-ms-odata": "#/definitions/DataLakeStoreAccount" + "x-ms-odata": "#/definitions/DataLakeStoreAccountBasic" } }, "/subscriptions/{subscriptionId}/providers/Microsoft.DataLakeStore/accounts": { @@ -940,7 +940,7 @@ "x-ms-pageable": { "nextLinkName": "nextLink" }, - "x-ms-odata": "#/definitions/DataLakeStoreAccount" + "x-ms-odata": "#/definitions/DataLakeStoreAccountBasic" } }, "/subscriptions/{subscriptionId}/providers/Microsoft.DataLakeStore/locations/{location}/checkNameAvailability": { From 1c811fc3a5aa2ced92ac3a4bf075f816a78bb610 Mon Sep 17 00:00:00 2001 From: ro-joowan Date: Mon, 16 Oct 2017 18:55:06 -0700 Subject: [PATCH 2/2] [CODE] - Revise description for JobPipelineInformation properties * For "runs" and "recurrences" properties of JobPipelineInformation --- .../Microsoft.DataLakeAnalytics/2016-11-01/job.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/datalake-analytics/data-plane/Microsoft.DataLakeAnalytics/2016-11-01/job.json b/specification/datalake-analytics/data-plane/Microsoft.DataLakeAnalytics/2016-11-01/job.json index 2fb6f934413a..54fa082fa4ec 100644 --- a/specification/datalake-analytics/data-plane/Microsoft.DataLakeAnalytics/2016-11-01/job.json +++ b/specification/datalake-analytics/data-plane/Microsoft.DataLakeAnalytics/2016-11-01/job.json @@ -1265,7 +1265,7 @@ "items": { "$ref": "#/definitions/JobPipelineRunInformation" }, - "description": "the list of recurrence identifiers representing each run of this pipeline." + "description": "the list of run identifiers representing each run of this pipeline." }, "recurrences": { "type": "array", @@ -1274,7 +1274,7 @@ "type": "string", "format": "uuid" }, - "description": "the list of recurrence identifiers representing each run of this pipeline." + "description": "the list of recurrence identifiers representing each recurrence in this pipeline." } }, "description": "Job Pipeline Information, showing the relationship of jobs and recurrences of those jobs in a pipeline."