Azure-Samples / powerbi-powershell

Samples for calling the Power BI REST API via PowerShell
MIT License
258 stars 191 forks source link

Update manageRefresh.ps1 to fix error #35

Open sqlsauce opened 4 years ago

sqlsauce commented 4 years ago

In issue #5, it's pointed out in a comment that the Invoke-RestMethod parameter names have long dashes, which causes problems. This changes the en dashes to dashes ( to -), which fixed the error.