Skip to content

Commit

Permalink
Merge pull request #730 from begoldsm/master
Browse files Browse the repository at this point in the history
ADL: Optional property and new exception.
  • Loading branch information
amarzavery committed Nov 16, 2016
2 parents 61560ed + 54e12a6 commit ed88943
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
Expand Up @@ -1386,9 +1386,6 @@
"description": "The properties to update that are associated with an underlying Data Lake Analytics account to."
},
"AddDataLakeStoreParameters": {
"required": [
"properties"
],
"properties": {
"properties": {
"$ref": "#/definitions/DataLakeStoreAccountInfoProperties",
Expand Down
Expand Up @@ -1575,6 +1575,15 @@
],
"description": "A WebHDFS exception thrown indicating that access is denied due to insufficient permissions. Thrown when a 403 error response code is returned (forbidden)."
},
"AdlsThrottledException": {
"x-ms-discriminator-value": "ThrottledException",
"allOf": [
{
"$ref": "#/definitions/AdlsRemoteException"
}
],
"description": "A WebHDFS exception thrown indicating that the request is being throttled. Reducing the number of requests or request size helps to mitigate this error."
},
"AdlsRemoteException": {
"discriminator": "exception",
"required": [
Expand Down

0 comments on commit ed88943

Please sign in to comment.