Reputation: 41
I'm struggling to make my azure account automation runbook work.
Logging using Login-PowerBIServiceAccount
is working correctly, but with these commands, Get-PowerBIActivityEvent
, Get-PowerBIWorkspace
I get the error:
Attempted to access an element as a type incompatible with the array.
I can't use PowerShell -NoProfile
in a runbook and I can't downgrade MicrosoftPowerBIMgmt
module. I did not have this issue in a previous version of the module. The actual version is 1.2.0.0.
Can you help me fix this?
Thank you,
Upvotes: 3
Views: 416