Skip to content

Commit c321118

Browse files
authored
Merge pull request #403 from heaths/lro-guidelines
Document all LRO values in Azure Guidelines
2 parents dcc9367 + 296e918 commit c321118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure/Guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,7 @@ For all long-running operations, the client will issue a GET on a status monitor
10541054
Property | Type | Required | Description
10551055
-------- | ----------- | :------: | -----------
10561056
`id` | string | true | The unique id of the operation
1057-
`status` | string | true | enum that includes terminal values "Succeeded", "Failed", "Canceled"
1057+
`status` | string | true | enum that includes values "NotStarted", "Running", "Succeeded", "Failed", and "Canceled"
10581058
`error` | ErrorDetail | | Error object that describes the error when status is "Failed"
10591059
`result` | object | | Only for POST action-type LRO, the results of the operation when completed successfully
10601060
additional<br/>properties | | | Additional named or dynamic properties of the operation

0 commit comments

Comments
 (0)