misteriks

Results 4 comments of misteriks

> Hello, the issue can be fixed by changing your default Powershell Integrated Console to version 7 in vscode settings.json: "terminal.integrated.profiles.windows": { ..... "Powershell 7":{ "path": "C:\Program Files\PowerShell\7\pwsh.exe", "icon": "terminal-powershell"...

Today I ran into the exact same issue that @amazingidiot reported in 2021. Missing the http body when using -NoWait on Start-DurableExternalEventListener and Start-DurableTimer and -any on Wait-DurableTask There has...

"The issue happens when the contacts tab in the contacts app and in the dialer is selected." This is correct, but only when the contact has multiple phone numbers and...

thx, I used the updated MSAL.PS.ps1and it is working like a charm in a Azure Function after removing `Import-Module MSAL.PS` from my test code