Skip to content

Commit 5842209

Browse files
committed
I meant: Everywhere! (inc. doc)
1 parent fe78b23 commit 5842209

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/Public/Utils/Get-FabricLongRunningOperation.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ Monitors the status of a long-running operation in Microsoft Fabric.
77
The Get-FabricLongRunningOperation function queries the Microsoft Fabric API to check the status of a
88
long-running operation. It periodically polls the operation until it reaches a terminal state (Succeeded or Failed).
99
10-
.PARAMETER operationId
10+
.PARAMETER OperationId
1111
The unique identifier of the long-running operation to be monitored.
1212
13-
.PARAMETER location
13+
.PARAMETER Location
1414
The URL provided in the Location header of the initial request. This is used to check the status of the operation.
1515
16-
.PARAMETER retryAfter
16+
.PARAMETER RetryAfter
1717
The interval (in seconds) to wait between polling the operation status. The default is 5 seconds.
1818
1919
.EXAMPLE

0 commit comments

Comments
 (0)