Skip to content

Commit 75abf7e

Browse files
NowinskiKjpomfret
andauthored
Upper-case for first letter in input parameter
Co-authored-by: Jess Pomfret <[email protected]> Signed-off-by: Kamil Nowinski <[email protected]>
1 parent 185ee6d commit 75abf7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/Public/Utils/Get-FabricLongRunningOperationResult.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Author: Tiago Balabuch
2424
#>
2525
param (
2626
[Parameter(Mandatory = $true)]
27-
[string]$operationId
27+
[string]$OperationId
2828
)
2929

3030
Write-Message -Message "[Get-FabricLongRunningOperationResult]::Begin" -Level Debug

0 commit comments

Comments
 (0)