Skip to content

Commit 5e06f63

Browse files
ro-joowansarangan12
authored andcommitted
[ADLA - ADLS] - LRO PATCH (#2013)
* Allowing 202 for Account PATCH * Allowing 201 for Job PATCH * Fixing small syntax error
1 parent 329b559 commit 5e06f63

3 files changed

Lines changed: 24 additions & 3 deletions

File tree

  • specification
    • datalake-analytics
      • data-plane/Microsoft.DataLakeAnalytics/2017-09-01-preview
      • resource-manager/Microsoft.DataLakeAnalytics/2016-11-01
    • datalake-store/resource-manager/Microsoft.DataLakeStore/2016-11-01

specification/datalake-analytics/data-plane/Microsoft.DataLakeAnalytics/2017-09-01-preview/job.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,9 @@
350350
},
351351
"202": {
352352
"description": "Successfully initiated the cancellation of the specified job."
353+
},
354+
"204": {
355+
"description": "The specified job was not found."
353356
}
354357
},
355358
"x-ms-long-running-operation": true
@@ -384,6 +387,9 @@
384387
},
385388
"202": {
386389
"description": "Successfully initiated the yielding of the specified job."
390+
},
391+
"204": {
392+
"description": "The specified job was not found."
387393
}
388394
},
389395
"x-ms-long-running-operation": true
@@ -499,6 +505,9 @@
499505
"$ref": "#/definitions/JobInformation"
500506
}
501507
},
508+
"201": {
509+
"description": "Successfully initiated an update of the specified job."
510+
},
502511
"202": {
503512
"description": "Successfully initiated an update of the specified job."
504513
}

specification/datalake-analytics/resource-manager/Microsoft.DataLakeAnalytics/2016-11-01/account.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1510,6 +1510,12 @@
15101510
"schema": {
15111511
"$ref": "#/definitions/DataLakeAnalyticsAccount"
15121512
}
1513+
},
1514+
"202": {
1515+
"description": "Successfully initiated an update of the specified account.",
1516+
"schema": {
1517+
"$ref": "#/definitions/DataLakeAnalyticsAccount"
1518+
}
15131519
}
15141520
},
15151521
"x-ms-long-running-operation": true

specification/datalake-store/resource-manager/Microsoft.DataLakeStore/2016-11-01/account.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -652,6 +652,12 @@
652652
"schema": {
653653
"$ref": "#/definitions/DataLakeStoreAccount"
654654
}
655+
},
656+
"202": {
657+
"description": "Successfully initiated the update of the account details.",
658+
"schema": {
659+
"$ref": "#/definitions/DataLakeStoreAccount"
660+
}
655661
}
656662
},
657663
"x-ms-long-running-operation": true
@@ -691,11 +697,11 @@
691697
"200": {
692698
"description": "Successfully deleted the specified account."
693699
},
694-
"204": {
695-
"description": "The specified account was not found."
696-
},
697700
"202": {
698701
"description": "Successfully initiated the deletion of the specified account."
702+
},
703+
"204": {
704+
"description": "The specified account was not found."
699705
}
700706
},
701707
"x-ms-long-running-operation": true

0 commit comments

Comments
 (0)