Skip to content

Commit e626c77

Browse files
ReterinoCopilot
andauthored
Update helpers/GenerateResourcesAndImage.ps1
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ccebe80 commit e626c77

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

helpers/GenerateResourcesAndImage.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,12 @@ Function GenerateResourcesAndImage {
9292
.PARAMETER ManagedImageName
9393
The name of the managed image to create. The default is "Runner-Image-{{ImageType}}".
9494
.PARAMETER ComputeGalleryName
95-
The name of the compute gallery to create. If specified will override the default behavior of creating a managed image.
96-
Will use the ResourceGroupName parameter as the resource group for the compute gallery.
95+
The name of the existing compute gallery to use. If specified, the image definition and version will be created in this gallery instead of creating a managed image.
96+
The compute gallery must already exist in the resource group specified by the ResourceGroupName parameter.
9797
.PARAMETER ComputeGalleryImageName
98-
The name of the compute gallery image to create. This is required if ComputeGalleryName is specified.
98+
The name of the compute gallery image definition to create within the specified compute gallery. This is required if ComputeGalleryName is specified.
9999
.PARAMETER ComputeGalleryImageVersion
100-
The name of the compute gallery image version to create. This is required if ComputeGalleryName is specified.
100+
The name of the compute gallery image version to create within the specified compute gallery image definition. This is required if ComputeGalleryName is specified.
101101
.PARAMETER AzureLocation
102102
The Azure location where the Azure resources will be created. For example: "East US"
103103
.PARAMETER ImageGenerationRepositoryRoot

0 commit comments

Comments
 (0)