Forum Discussion
joeparkinson
2 years agoHelper I
CI/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?
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
feelthelight14
2 years agoFrequent Visitor
It doesn't support Service Principal, that's why it can't be usable in the Enterprise scale for now...