From 4143d0cc7b40ef8d6b99364d9f26ce6839158248 Mon Sep 17 00:00:00 2001 From: Sujith Quintelier Date: Mon, 21 Jun 2021 13:06:00 +0200 Subject: [PATCH] Update GenerateResourcesAndImage.ps1 (#3616) Ubuntu2004 is also a valid option for parameter ImageType --- helpers/GenerateResourcesAndImage.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/GenerateResourcesAndImage.ps1 b/helpers/GenerateResourcesAndImage.ps1 index d7ae67f2..c9b8db39 100644 --- a/helpers/GenerateResourcesAndImage.ps1 +++ b/helpers/GenerateResourcesAndImage.ps1 @@ -72,7 +72,7 @@ Function GenerateResourcesAndImage { The root path of the image generation repository source. .PARAMETER ImageType - The type of the image being generated. Valid options are: {"Windows2016", "Windows2019", "Ubuntu1604", "Ubuntu1804"}. + The type of the image being generated. Valid options are: {"Windows2016", "Windows2019", "Ubuntu1604", "Ubuntu1804", "Ubuntu2004"}. .PARAMETER AzureLocation The location of the resources being created in Azure. For example "East US".