Forum Discussion
joeparkinson
Helper I
2 years agoCI/CD - Remove Need to Update in Power BI Service
Has anyone been able to remove the need to go into Power BI and click update in the workspace using the pipeline in Azure DevOps?
joeparkinson
Helper I
2 years agoThanks but im not interested in using the deployment pipelines in power bi anymore. I just want to make it so when I create a pull request in devops, it automatically pushes it to Power BI once complete. At the moment, I need to go to Power BI and click update, which is needless steps
bsmucker
2 years agoFrequent Visitor
Hi Joe,
In the latest February 2024 update, Microsoft announced the release of new APIs for Git integration that allow you to automate the manual clicking.
This new set of APIs enables seamless incorporation of Fabric Git integration into your team’s end-to-end CI/CD pipeline, eliminating the need for manual triggering of actions from Fabric. The APIs encompass capabilities such as connecting a workspace to Git, committing changes to Git, updating changes from Git, retrieving the status of items in the workspace, and more.
Here is a link to the blog post specifically for the new GIT APIs: Automate your CI/CD pipelines with Microsoft Fabric Git REST APIs
- feelthelight142 years agoFrequent Visitor
It doesn't support Service Principal, that's why it can't be usable in the Enterprise scale for now...