Skip to content

Commit

Permalink
Update link to Azure API guidelines within Operation.md (#6221)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsonkhan authored Nov 14, 2024
1 parent 56dbd90 commit 5b841ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Operation.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Operation\<T>

The Azure SDK for C++ defines an Operation as an abstract class to support a long running operation ([LRO](https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md#13-long-running-operations)).
The Azure SDK for C++ defines an Operation as an abstract class to support a long running operation ([LRO](https://github.com/microsoft/api-guidelines/blob/vNext/azure/Guidelines.md#long-running-operations--jobs)).

The SDK clients would define a concrete class from the `Operation<T>` which an end users can consume for getting the status of the running operation.

Expand Down

0 comments on commit 5b841ca

Please sign in to comment.