You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Invoke-ListAvailableTests.ps1
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,6 @@ function Invoke-ListAvailableTests {
73
73
$StatusCode= [HttpStatusCode]::OK
74
74
} catch {
75
75
$ErrorMessage=Get-CippException-Exception $_
76
-
Write-LogMessage-user $Request.Headers.'x-ms-client-principal'-API $APIName-message "Failed to list available tests: $($ErrorMessage.NormalizedError)"-Sev 'Error'-LogData $ErrorMessage
77
76
$Body= [PSCustomObject]@{
78
77
Results="Failed to list available tests: $($ErrorMessage.NormalizedError)"
0 commit comments