Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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."
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down