We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug There seems to be an issue outputting a PowerShell Hashtable using Photon/PowerShell Docker Container which prevents the CloudEvent $cloudEventData object from being displayed when viewing logs for a given function deployment.
$cloudEventData
Quick workaround for now is to simply pipe it to ConvertTo-Json cmdlet which will properly display
ConvertTo-Json
The text was updated successfully, but these errors were encountered:
fix: Use ConvertTo-Json to output CloudEvent Data in kn-ps-echo function
f8d8491
Closes: vmware-samples#544 Signed-off-by: William Lam <wlam@vmware.com>
lamw
Successfully merging a pull request may close this issue.
Describe the bug
There seems to be an issue outputting a PowerShell Hashtable using Photon/PowerShell Docker Container which prevents the CloudEvent
$cloudEventData
object from being displayed when viewing logs for a given function deployment.Quick workaround for now is to simply pipe it to
ConvertTo-Json
cmdlet which will properly displayThe text was updated successfully, but these errors were encountered: