Description
We are using Azure Managed DevOps Pools with Ubuntu 24.04 (latest) and Windows 2022 (latest). When running pipelines with these images they fail to request an agent.
On Ubuntu:
##[error]Remote machine provider issue: Failed to request agent. Exception Could not find version 20260111.209.1 of the image [ubuntu-24.04, ubuntu-24.04/latest], Last 3 Available versions : 20260111.209.1, 20260105.202.1, 20251215.174.1
On Windows:
##[error]Remote machine provider issue: Failed to request agent. Exception Could not find version 20260105.167.1 of the image [windows-2022, windows-2022/latest], Last 3 Available versions : 20260105.167.1, 20251216.147.1, 20251207.136.1
Nowhere in a pipelines are we demanding versions, we simply have a Linux pool and a Windows pool, both set to latest in Azure. Running the pipelines give the above errors.
Platforms affected
Runner images affected
Image version and build link
Ubuntu 24.04: 20260111.209.1
Windows Server 2022: 20260105.167.1
Is it regression?
Yes. No changes made our side, pipelines working ~12:00 UTC, not working ~13:00 UTC
Expected behavior
When running a pipeline, jobs should successfully being.
Actual behavior
The pipeline does not even start, errors that the image version is not found, e.g:
##[error]Remote machine provider issue: Failed to request agent. Exception Could not find version 20260105.167.1 of the image [windows-2022, windows-2022/latest], Last 3 Available versions : 20260105.167.1, 20251216.147.1, 20251207.136.1
Repro steps
- Have an Azure DevOps Managed Pool
- Pool is configured on "latest" version (Windows or Linux only)
- Run a DevOps pipeline using this pool
- Expect pipeline to start
Description
We are using Azure Managed DevOps Pools with Ubuntu 24.04 (latest) and Windows 2022 (latest). When running pipelines with these images they fail to request an agent.
On Ubuntu:
On Windows:
Nowhere in a pipelines are we demanding versions, we simply have a Linux pool and a Windows pool, both set to latest in Azure. Running the pipelines give the above errors.
Platforms affected
Runner images affected
Image version and build link
Ubuntu 24.04: 20260111.209.1
Windows Server 2022: 20260105.167.1
Is it regression?
Yes. No changes made our side, pipelines working ~12:00 UTC, not working ~13:00 UTC
Expected behavior
When running a pipeline, jobs should successfully being.
Actual behavior
The pipeline does not even start, errors that the image version is not found, e.g:
Repro steps