mirror of
https://github.com/actions/runner-images.git
synced 2025-12-11 11:37:00 +00:00
Fix scripts to avoid using hosted term which is ambiguous in this context.
This commit is contained in:
@@ -62,7 +62,7 @@ Function GenerateResourcesAndImage {
|
||||
Delete the resource group if it exists without user confirmation.
|
||||
|
||||
.EXAMPLE
|
||||
GenerateResourcesAndImage -SubscriptionId {YourSubscriptionId} -ResourceGroupName "shsamytest1" -ImageGenerationRepositoryRoot "C:\azure-pipelines-image-generation" -ImageType Ubuntu1604 -AzureLocation "East US"
|
||||
GenerateResourcesAndImage -SubscriptionId {YourSubscriptionId} -ResourceGroupName "shsamytest1" -ImageGenerationRepositoryRoot "C:\virtual-environments" -ImageType Ubuntu1604 -AzureLocation "East US"
|
||||
#>
|
||||
param (
|
||||
[Parameter(Mandatory = $True)]
|
||||
|
||||
Reference in New Issue
Block a user