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 caae09d commit cc48ec1Copy full SHA for cc48ec1
Modules/CippEntrypoints/CippEntrypoints.psm1
@@ -284,7 +284,7 @@ function Receive-CippActivityTrigger {
284
Tenant = $Item.TenantFilter.defaultDomainName
285
TaskName = $Item.TaskName
286
JSONData = ($Item | ConvertTo-Json -Depth 10 -Compress)
287
- }
+ } | ConvertTo-Json -Depth 10 -Compress
288
289
Write-Information -MessageData $metric -Tag 'CIPPCommandStart'
290
if ($Item.QueueId) {
0 commit comments