Azure-Samples / powerbi-powershell

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

Added Script to Upload PowerBI Application into a Workspace #23

Closed sgsshankar closed 5 years ago

sgsshankar commented 5 years ago

Script will upload Power BI applications from a local folder into the specified Workspace. The workspace will be created if it does not exist.

msftclas commented 5 years ago

CLA assistant check
All CLA requirements met.

sgsshankar commented 5 years ago

@guyinacube Can you please review the PR and do a merge if possible :)

Thanks

guyinacube commented 5 years ago

Can you update the script to use the Power BI PowerShell CMDLETs instead of the direct REST API calls? we are working on moving examples to that. It removes a lot of overhead.

sgsshankar commented 5 years ago

Sure i can. I will make the changes and provide in the PR.

sgsshankar commented 5 years ago

Powershell Commandlets updated. Closing this and opening a new Pull request