File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ Monitors the status of a long-running operation in Microsoft Fabric.
7
7
The Get-FabricLongRunningOperation function queries the Microsoft Fabric API to check the status of a
8
8
long-running operation. It periodically polls the operation until it reaches a terminal state (Succeeded or Failed).
9
9
10
- . PARAMETER operationId
10
+ . PARAMETER OperationId
11
11
The unique identifier of the long-running operation to be monitored.
12
12
13
- . PARAMETER location
13
+ . PARAMETER Location
14
14
The URL provided in the Location header of the initial request. This is used to check the status of the operation.
15
15
16
- . PARAMETER retryAfter
16
+ . PARAMETER RetryAfter
17
17
The interval (in seconds) to wait between polling the operation status. The default is 5 seconds.
18
18
19
19
. EXAMPLE
You can’t perform that action at this time.
0 commit comments