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 a0439b15ed22..e01c78ed8cea 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 @@ -350,6 +350,9 @@ }, "202": { "description": "Successfully initiated the cancellation of the specified job." + }, + "204": { + "description": "The specified job was not found." } }, "x-ms-long-running-operation": true @@ -384,6 +387,9 @@ }, "202": { "description": "Successfully initiated the yielding of the specified job." + }, + "204": { + "description": "The specified job was not found." } }, "x-ms-long-running-operation": true @@ -499,6 +505,9 @@ "$ref": "#/definitions/JobInformation" } }, + "201": { + "description": "Successfully initiated an update of the specified job." + }, "202": { "description": "Successfully initiated an update of the specified job." } 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 27914dcffd81..a8c20c1b7ac1 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 @@ -1510,6 +1510,12 @@ "schema": { "$ref": "#/definitions/DataLakeAnalyticsAccount" } + }, + "202": { + "description": "Successfully initiated an update of the specified account.", + "schema": { + "$ref": "#/definitions/DataLakeAnalyticsAccount" + } } }, "x-ms-long-running-operation": true 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 cd6b491a387c..7af69ebbb01b 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 @@ -652,6 +652,12 @@ "schema": { "$ref": "#/definitions/DataLakeStoreAccount" } + }, + "202": { + "description": "Successfully initiated the update of the account details.", + "schema": { + "$ref": "#/definitions/DataLakeStoreAccount" + } } }, "x-ms-long-running-operation": true @@ -691,11 +697,11 @@ "200": { "description": "Successfully deleted the specified account." }, - "204": { - "description": "The specified account was not found." - }, "202": { "description": "Successfully initiated the deletion of the specified account." + }, + "204": { + "description": "The specified account was not found." } }, "x-ms-long-running-operation": true