Change AzureLocation to optional in GenerateResourcesAndImage.ps1‎ (#13796)

This commit is contained in:
Georgy Puzakov
2026-03-27 10:45:54 +01:00
committed by GitHub
parent 8ea6260475
commit 893bd268b3

View File

@@ -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,