You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/managed-devops-pools/configure-images.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -187,7 +187,7 @@ You can choose from the following types of images.
187
187
188
188
Managed DevOps Pools provides several preconfigured images that have the same software as selected Microsoft-hosted agents for Azure Pipelines.
189
189
190
-
The lifecycle of Azure Pipelines images offered in Managed DevOps Pools follows the lifecycle of the Microsoft-hosted agent iages. If an image in Microsoft-hosted agents is deprecated, the corresponding Managed DevOps Pools is also deprecated. The version of images available in Microsoft-hosted agents might be slightly different from the version of images available in Managed DevOps Pools for the same image type.
190
+
The lifecycle of Azure Pipelines images offered in Managed DevOps Pools follows the lifecycle of the [Microsoft-hosted agent images](../pipelines/agents/hosted.md#software). If an image in Microsoft-hosted agents is deprecated, the corresponding Managed DevOps Pools is also deprecated. The version of images available in Microsoft-hosted agents might be slightly different from the version of images available in Managed DevOps Pools for the same image type.
191
191
192
192
For more information on Managed DevOps Pools images lifecycle, see [Image lifecycle](#image-lifecycle).
193
193
@@ -442,11 +442,9 @@ pool:
442
442
443
443
## Image lifecycle
444
444
445
-
Managed DevOps Pools provides preconfigured images that have the same software as selected Microsoft-hosted agents ([Azure Pipelines images](#azure-pipelines-images)) as well as plain vanilla images that contain only the operating system and included utilities ([Selected marketplace images](#selected-marketplace-images)).
445
+
Managed DevOps Pools agent images are retired when the image's operating system reaches the end of its support lifecycle, and images based on older versions of operating systems can be retired when images based on new versions of the operating systems are released.
446
446
447
-
Images are retired when the image's operating system reaches the end of its support lifecycle, and images based on older versions of operating systems can be retired when images based on new versions of the operating systems are released.
448
-
449
-
* [Azure Pipelines images](#azure-pipelines-images) offers the same images and follows the same deprecation schedule for [Microsoft-hosted agents](../pipelines/agents/hosted.md#software).
447
+
* [Azure Pipelines images](#azure-pipelines-images) offers the same images and follows the same deprecation schedule as [Microsoft-hosted agents](../pipelines/agents/hosted.md#software).
450
448
* [Selected marketplace images](#selected-marketplace-images) are typically retired when the image's operating system reaches the end of its support lifecycle.
0 commit comments