bguidinger / powerbi-build-tools

Power BI Build Tools for Azure DevOps
MIT License
8 stars 3 forks source link

Improve error logging of API calls #5

Closed bguidinger closed 4 years ago

bguidinger commented 4 years ago

The Invoke-PowerBIRestMethod makes it easy to call the API, but it hides the response from the API when a request fails. As an alternative, Invoke-RestMethod can be used.