Arjan Mensch

Results 12 comments of Arjan Mensch

I can work around the problem by modifying line 87 in Get-ModulesMissingFromPrivateBicepRegistry.ps1 Change `if ($result.exception.Response.StatusCode -eq 'NotFound') {` Into `if ($result.Exception.Status -eq '404') {` Reasoning: there is no Response attribute...