Azure-Samples / powerbi-powershell

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

Folders are created in the c drive #7

Open wbiffi opened 6 years ago

wbiffi commented 6 years ago

Hi there I was able build a parameterized version of the script to refresh various dataset within workspace. I am calling the script from a sql sp. every time the script executes it creates a folder on the c:/ drive contains cache.key . Is this done by the script? If so how can I reuse the same folder?

Thanks -w