Skip to content

Commit 4a15459

Browse files
committed
updated GetInvocationIdFromModulePrivateData
1 parent cbf3fa3 commit 4a15459

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/AzureFunctions.PowerShell.Durable.SDK.psm1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ function GetDurableClientFromModulePrivateData {
2525
function GetInvocationIdFromModulePrivateData {
2626
$PrivateData = $PSCmdlet.MyInvocation.MyCommand.Module.PrivateData
2727
if ($null -eq $PrivateData -or $null -eq $PrivateData['InvocationId']) {
28-
# Return null instead of throwing - invocation ID is optional for correlation/tracing
2928
return $null
3029
}
3130
else {

0 commit comments

Comments
 (0)