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 8d28e82 commit f011ae1Copy full SHA for f011ae1
src/AzureFunctions.PowerShell.Durable.SDK.psm1
@@ -28,7 +28,7 @@ function GetInvocationIdFromModulePrivateData {
28
return $null
29
}
30
else {
31
- $PrivateData['InvocationId']
+ return $PrivateData['InvocationId']
32
33
34
0 commit comments