Created
June 20, 2026 15:22
-
-
Save ChrFrohn/fe7baf29069129b17334f07484f8fd3a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Write-Output "ERROR: Failed to authenticate to Microsoft Graph" | |
| Push-OutputBinding -Name Response -Value ([HttpResponseContext]@{ | |
| StatusCode = [HttpStatusCode]::InternalServerError | |
| Body = "ERROR: Failed to authenticate to Microsoft Graph" | |
| }) | |
| return |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment