With the current PowerShell modules, it appears apps using this model must add the X-PowerBI-profile-id header in each request and use Invoke-PowerBIRestMethod rather than the commands directly.
Can Connect-PowerBIServiceAccount be updated to provide a Profile ID to use in the other commands?
Power BI now supports Service Principal profiles for multi-tenant apps.
With the current PowerShell modules, it appears apps using this model must add the
X-PowerBI-profile-id
header in each request and useInvoke-PowerBIRestMethod
rather than the commands directly.Can
Connect-PowerBIServiceAccount
be updated to provide a Profile ID to use in the other commands?