-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Unnecessary Warning About Ubuntu 24.04 Image Changes in Azure DevOps Pipelines #11821
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @ashokm, Thank you for bringing this issue to our attention. We are looking into this issue and will update you on this issue after investigating. |
Hi @ashokm , we have informed this to the concerned team, Hopefully issue will be resolved. kindly await. regards |
Hi, this is also applying when using ubuntu-latest, and I think it should not display this warning.
|
Hi @HoteaCatalin , So this banner notifies customer that soon this tag will point Ubuntu 24.04 with mentioned changes in tools |
Is there any way to suppress this warning? It also appears when running on ubuntu 22.04 in our privately hosted agents (running the image built from this repo). |
How can we suppress this message? It's pretty annoying. |
Hi @ManagedUx ,@damianobarbati , We are in progress of suppressing the warnings , We will be informing you soon.thanks |
Good luck guys. I'd hate to be reverted. 😀 I must have lost something in translation. |
Any update on this? The warning is still showing up in the logs, and clutters the pipeline overview page with unnecessary warnings. Thanks! |
inquiring minds want to know.... |
Hi all, The warnings would be removed by next week . Kindly await. thanks |
Is this warnings removed ? |
@vidyasagarnimmagaddi - I am also facing the same warning issue: "https://aka.ms/azdo-ubuntu-24.04 for changes to the ubuntu-24.04 image. Some tools (e.g. Mono, NuGet, Terraform) are not available on the image. Therefore some tasks do not run or have reduced functionality." Have googled it to find the workaround but no luck. please help. |
using ubuntu-latest as a vmImage and still get this warning. |
Hi @ashokm , Warnings have been suppressed, could you please check once and confirm . thanks. |
With
|
I still get the warnings too. I thought these were being turned off a week or more ago. Evidently not |
Hi @thewellington ,the activity is being rolled out , kindly await for the roll out to be completed fully. regards |
Do we have any ETA on when will the rollout be completed? Just checked - warnings continue. |
Warnings still there. Still annoying. |
Still have warnings today. @ashokm can we get an ETA on when this should be rolled out to all customers? |
@vidyasagarnimmagaddi , apologies for the late reply to your message. I retested this today using the same reproduction steps, and unfortunately, the issue still persists. Here's an excerpt from the latest build output:
|
Can confirm, still showing up on our privately hosted pools as well. |
Since the banner does not say that, no, this banner does not |
Hi @ashokm and all, We can confirm that the activity is completed. Could you please verify at your end . Note:We have removed the warning for pipelines that use |
@vidyasagarnimmagaddi confirming that it is gone here (using |
Given
I'm surprised that it is gone for both |
Hi @vidyasagarnimmagaddi, I can confirm that the warning is no longer appearing when using the same reproduction steps. For your reference, here's an excerpt from the latest build output showing the current image version being used:
|
Hi @ashokm , Thanks for confirming , We are closing this issue. |
Description
When using the
ubuntu-24.04
image in Azure DevOps, an unnecessary warning is displayed in pipeline logs:This warning appears even when we explicitly choose
ubuntu-24.04
and do not require any of the removed tools. It creates unnecessary noise in logs and cannot be suppressed, making it an annoyance for teams who have already accounted for the image changes.Would appreciate any input on whether this warning can be removed or made optional. When a pipeline has many jobs, this warning is shown multiple times, adding significant noise to the logs and making it harder to focus on important information.
Platforms affected
Runner images affected
Image version and build link
20250309.1.0
Is it regression?
N/A
Expected behavior
ubuntu-24.04
, this warning should not be shown.Actual behavior
Repro steps
The text was updated successfully, but these errors were encountered: