Skip to content

Commit a91d267

Browse files
steved0xCopilot
andauthored
Update docs/managed-devops-pools/configure-images.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ccd26c7 commit a91d267

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/managed-devops-pools/configure-images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ The original Generation 1 Azure Pipelines images are still available for use, bu
332332
To migrate your pools to use the Generation 2 Azure Pipelines images:
333333

334334
1. Verify that your pool's [agent size](./configure-pool-settings.md#agent-size) supports Generation 2 images. For a list of supported Generation 2 VM sizes, see [Generation 2 VM sizes](/azure/virtual-machines/generation-2#generation-2-vm-sizes). If your pool's agent size isn't supported for Generation 2 images, change the agent size of your pool to a size that supports Generation 2 images.
335-
1. [Update your pool](#select-your-pools-image) to replace the Generation 1 image with the corresponding Generation 2 image. The `WellKnownImageName` values for Generation 2 images are the same as the Generation 1 images, with `-g2` appended to the end. For example, if your pool uses the `windows-2025` image, update it to use the `windows-2025-g2` image. For the list of `WellKnownImageName` values for Azure Pipelines images, see [list of predefined aliases for Azure Pipelines images](#azure-pipelines-image-predefined-aliases).
335+
1. [Update your pool](#select-your-pools-image) to replace the Generation 1 image with the corresponding Generation 2 image. The `wellKnownImageName` values for Generation 2 images are the same as the Generation 1 images, with `-g2` appended to the end. For example, if your pool uses the `windows-2025` image, update it to use the `windows-2025-g2` image. For the list of predefined aliases for Azure Pipelines images, see [list of predefined aliases for Azure Pipelines images](#azure-pipelines-image-predefined-aliases).
336336
1. If your pipelines use [demands](#use-demands-to-specify-an-image) to specify a particular Azure Pipelines image, update the `demands` section to use the alias for the Generation 2 image. For example, if your pipeline has a demand for `- ImageOverride -equals windows-2025`, update it to `- ImageOverride -equals windows-2025-g2`.
337337

338338
[!INCLUDE [image-deprecation](./includes/image-deprecation.md)]

0 commit comments

Comments
 (0)