Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
I started using the new deployment pipeline (which said in preview) and was getting used to it. Didn't like it much initially but then liked it better than the existing one.
There was a button to toggle between old and new deployment pipelines. I had set mine to new.
It was there until yesterday and now I'm switched back to the old one and the toggle is gone. I'm wondering if my organization changed something or Microsoft took the new one away, it was in preview anyways.
The screenshots in the documentation has the new one (last updated 01-Sep-2024).
Edit: 9 Jan 2025: The new deployment pipeline is back.
Edit: oh no, looks like along with it the option to compare the code is also gone. I saw that option recently, it showed the json code side by side like beyond compare. I had tried to toggle to the old version and that compare option was there in the old one too, where it showed the code. Now it only shows the compare button to show green check or orange cross.
Edit2: I can see the Review changes option in the old pipeline as well. Maybe there were no changes when I checked earlier. The document says,
"If there's nothing to compare, the button is disabled. If there are changes to the schema, you can select the button to see a detailed, line by line comparison of the two items."
Solved! Go to Solution.
We have temporarily disabled the new UI due to a bug that prevents deployment from being completed. Our team is prioritizing the fix, and I will provide an update once the UI is back online (probably in the next 2 weeks).
We apologize for any inconvenience this may cause.
FYI. The new deployment pipeline is back.
My latest post on this thread indicates that the option no longer appears, so I can't provide a screenshot anymore.
Saw another post where the link for New deployment pipelines user interface is provided.
Overview of Fabric deployment pipelines new user interface - Microsoft Fabric | Microsoft Learn
from post:
Re: Deployment Pipelines new UI - switch? - Microsoft Fabric Community
Hi @viraj_arsekar ,
This appears to be due to PowerBI temporarily turning this feature off, and I recommend you create your ticket to the Technical Support Team for a more detailed response.
Re: Deployment Pipelines new UI - switch? - Microsoft Fabric Community
Best regards,
Mengmeng Li
edit: I see the option for comparing code in the old one now, it doesn't show that if there is no difference.
looks like along with it the option to compare the code is also gone. I saw that option recently, it showed the json code side by side like beyond compare. I had tried to toggle to the old version and that compare option was there in the old one too, where it showed the code. Now it only shows the compare button to show green check or orange cross.
Hm, same issue in our company. Seems MS pulled the new deployment pipeline. It's a pity, i liked the filtering options. Hope it will return soon.
BR
I also was using the new one, and today it was suddenly gone. I am wondering if it is permanently gone and I should get comfy with the old one, or if there will be a new new one soon that I anyways will have to get familiar with...
If it happened with you as well then it's confirmed that my organization didn't make changes, unless we work for the same company. But someone once told me, use the preview features and check them out, but although it might not happen too often, the preview features could be taken away. Unless the the features don't get out of preview, it's not guaranteed that they'll be b permanent.
This is gone for us as well.
In the old view I use bookmarklets to manage large workspaces
To use just create bookmarks that have the below code instead of a link to a new page.
These just chagne whats visible, but they make it easier to manage large workspaces with 100 of items.
Will filter to only changed items
javascript:(function() { document.querySelectorAll('mat-list-item').forEach(function(item) { var diffInfoSpan = item.querySelector('#diffInfo'); if (!diffInfoSpan || !diffInfoSpan.querySelector('.diff-label')) { item.style.display = 'none'; } });})();
Text String Filter
javascript:(function() { var searchText = prompt("Enter text to search for:"); if (searchText !== null) { document.querySelectorAll('mat-list-item').forEach(function(item) { var aTag = item.querySelector('.left-part a[title]'); if (!aTag || !(aTag.title.includes(searchText) || aTag.innerText.includes(searchText))) { item.style.display = 'none'; } }); } })();
Toggle include folders in name string
javascript:(function() { document.querySelectorAll('.left-part a[title]').forEach(function(aTag) { var title = aTag.title; var innerText = aTag.innerText; aTag.title = innerText; aTag.innerText = title; }); })();
Clear all Filters
javascript:(function() { document.querySelectorAll('mat-list-item').forEach(function(item) { if (item.style.display === 'none') { item.style.display = ''; } }); })();
We have temporarily disabled the new UI due to a bug that prevents deployment from being completed. Our team is prioritizing the fix, and I will provide an update once the UI is back online (probably in the next 2 weeks).
We apologize for any inconvenience this may cause.
Thanks the info. The new deployment pipeline is back. I noticed it in the week of 6th Jan 2025.
Hi @LeeBenjamin , any update on the new deployment pipeline? Seems it is still disabled.
Thx. BR
Hi @Danalber, thank for asking. Per some technical issues there is a delay in deploying the fix to all Microsoft production environments. ETA for the fix to be in all environments is mid-January. I apologize for the inconvenience.
Hi,
Thanks for the prompt reply, much appreciated.
Pity with the delay but good to know it will return early next year. I'll keep my fingers crossed that you hit no more bumps. 🙂
Merry Christmas to all. 🎅
Awesome. Thanks for letting us know. It would have been nice if the toggle remained but the switch disabled and something like hovering on it showed this note. Really appreciate you providing the update here.
Good point, noted. Thanks!
I see the new UI is back with the toggle, is the issues resolved? I previously had issues when deploying it would hang for a long time and it just hung there until I refreshed the browser.
It was nice being able to compare the meta and the flow but I fear going back until I know it is good to go!
Rick
Hi Rick,
The issue was resolved and so we have turned on back the new UI.
BR,
Lee
The toggle has disappeared for me as well, it was there yesterday. I was using the new view, but recently reverted back to the old view because I couldn't find something in the new view. But for the life of me, can't remember what it was. Maybe it was the deployment history...
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
28 | |
27 | |
23 | |
22 | |
18 |
User | Count |
---|---|
52 | |
34 | |
28 | |
24 | |
21 |