mirror of
https://github.com/actions/runner-images.git
synced 2026-03-30 21:25:48 +08:00
Change AzureLocation to optional in GenerateResourcesAndImage.ps1 (#13796)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user