As we know, we could use the deployment pipeline only deploy the report or Dashboard from Dev environment to the next environment, like SIT.
Now I want to use the powershell invoke the REST API to complete this, but I am not familiar with power bi's REST API, any suggestion?
Please don't just provide an official API link, a specific sample would be better.
You would find a lot of examples in
microsoft/PowerBI-Developer-Samples
PowerShell Scripts, which are using the Power BI REST APIsFor instance,
rebindReport.ps1
, with the instructions: