Skip to content

Commit 5fc37df

Browse files
authored
[core-lro] Remove broken link (#24631)
1 parent 9b3f06a commit 5fc37df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk/core/core-lro/docs/LROEngine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ constructor(lro: LongRunningOperation<TResult>, options?: LroEngineOptions);
9393
9494
Currently `options` have `intervalInMs` to control the polling interval, `resumeFrom` to enable resuming from a serialized state, and `lroResourceLocationConfig` which could determine where to find the results of the LRO after the operation is finished. Typically, Autorest figures out the value for `LroResourceLocationConfig` from the `x-ms-long-running-operation-options` swagger extension. If there are new arguments to be added to the class, they could be added to the options type.
9595
96-
### [`LroImpl`](https://github.com/Azure/autorest.typescript/blob/main/packages/autorest.typescript/src/lroImpl.ts)
96+
### `LroImpl`
9797
9898
This class implements the `LongRunningOperation<T>` interface and is auto-generated by Autorest. `LroImpl` needs access to a few pieces: operation specification and operation arguments and a primitive function that can take them as input to send a request and converts the received response into one of type `LroResponse<T>` which has both the flattened and the raw responses.
9999

0 commit comments

Comments
 (0)