Forum Discussion
jessegorter
3 years agoHelper I
update app via powershell
hi, is it possible to update an app via powershell? We use service principals for automation, but https://learn.microsoft.com/en-us/rest/api/power-bi/apps/get-app is not supported for service pri...
powerbi_jenhen
3 years agoResolver II
You can use GetAppsAsAdmin using a service principal to detect whether the workspace has a published app or not (Admin - Apps GetAppsAsAdmin - REST API (Power BI Power BI REST APIs) | Microsoft Learn)
You can then use the Pipelines/Deploy All/updateAppSettings to update the app if it exists: Solved: Re: Power BI Rest API to Update Workspace App - Microsoft Power BI Community