Skip to content

Commit 60e40af

Browse files
chore(AIP-121): spell out "Long-Running Operation" (#1354)
Currently, this page uses the acronym "LRO" (long-running operation) which is not defined anywhere on the page. Nor is this defined in the introductory AIPs like the Glossary (AIP-9). Write out "long-running operation" rather than expecting readers look up or already know the LRO acronym.
1 parent 0b956f9 commit 60e40af

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

aip/general/0121.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ patterns, such as database transactions, import and export, or data analysis.
9797
### Strong Consistency
9898

9999
For methods that operate on the [management plane][], the completion of those
100-
operations (either successful or with an error, LRO or synchronous) **must**
101-
mean that the state of the resource's existence and all user-settable values
102-
have reached a steady-state.
100+
operations (either successful or with an error, long-running operation, or
101+
synchronous) **must** mean that the state of the resource's existence and all
102+
user-settable values have reached a steady-state.
103103

104104
[output only][] values unrelated to the resource [state][] **should** also have
105105
reached a steady-state. for values that are related to the resource [state][].
@@ -187,4 +187,4 @@ and in turn do not increase resource management complexity.
187187
- **2022-12-19**: Added a section requiring Get and List.
188188
- **2022-11-02**: Added a section restricting resource references.
189189
- **2019-08-01**: Changed the examples from "shelves" to "publishers", to
190-
present a better example of resource ownership.
190+
present a better example of resource ownership.

0 commit comments

Comments
 (0)