From 893bd268b3dd21bba6795fab3bb40a2dff2fa80c Mon Sep 17 00:00:00 2001 From: Georgy Puzakov <99042181+v-GeorgyPuzakov@users.noreply.github.com> Date: Fri, 27 Mar 2026 10:45:54 +0100 Subject: [PATCH] =?UTF-8?q?Change=20AzureLocation=20to=20optional=20in=20G?= =?UTF-8?q?enerateResourcesAndImage.ps1=E2=80=8E=20(#13796)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- helpers/GenerateResourcesAndImage.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/GenerateResourcesAndImage.ps1 b/helpers/GenerateResourcesAndImage.ps1 index 2b30911d0..2d4fed652 100644 --- a/helpers/GenerateResourcesAndImage.ps1 +++ b/helpers/GenerateResourcesAndImage.ps1 @@ -166,7 +166,7 @@ Function GenerateResourcesAndImage { [ImageType] $ImageType, [Parameter(Mandatory = $False)] [string] $ManagedImageName = "Runner-Image-$($ImageType)", - [Parameter(Mandatory = $True)] + [Parameter(Mandatory = $False)] [string] $AzureLocation, [Parameter(Mandatory = $False)] [string] $ImageGenerationRepositoryRoot = $pwd,