Arjan Mensch
Results
12
comments of
Arjan Mensch
Fixed in 2301.1
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...