We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbf3fa3 commit 4a15459Copy full SHA for 4a15459
src/AzureFunctions.PowerShell.Durable.SDK.psm1
@@ -25,7 +25,6 @@ function GetDurableClientFromModulePrivateData {
25
function GetInvocationIdFromModulePrivateData {
26
$PrivateData = $PSCmdlet.MyInvocation.MyCommand.Module.PrivateData
27
if ($null -eq $PrivateData -or $null -eq $PrivateData['InvocationId']) {
28
- # Return null instead of throwing - invocation ID is optional for correlation/tracing
29
return $null
30
}
31
else {
0 commit comments