Closed karstenbakker closed 4 years ago
Unfortunately that creates a bit of a pickle, the error code handling of REST calls ain't all the nice with invoke-restmethod.
I'll research a Posh7 compatible way to do get the same results
I've added a fix by only triggering the advanced error logs when the PowerShell version is less than 6. This fixes this issue for both Core and 7.0.
This version has also pushed to the PSGallery.
Describe the bug Cannot get the plugin working on Powershell 7.0 so I can't use it in Azure functions. I keep getting no
To Reproduce Steps to reproduce the behavior:
Expected behavior Expect it to work with 7.0, I did try to fix it by removing the getresponsestream from the psm file. By just adding $_.Exception_Message this seems to work.
It looks like the getresponsestream isn't supported anymore in 7.0.
Desktop (please complete the following information):