trying to return raw output vs formatted
!py script=`return_results(demisto.executeCommand("azure-sentinel-list-incident-entities", {"incident_id":"xxxxxxx-xxxxxx-xxxxx"}))`
The above works and turns in human readable format; however i want to return the raw json.
This works:
!azure-sentinel-