You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: helpers/GenerateResourcesAndImage.ps1
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -92,12 +92,12 @@ Function GenerateResourcesAndImage {
92
92
.PARAMETERManagedImageName
93
93
The name of the managed image to create. The default is "Runner-Image-{{ImageType}}".
94
94
.PARAMETERComputeGalleryName
95
-
The name of the compute gallery to create. If specifiedwill 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.
97
97
.PARAMETERComputeGalleryImageName
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.
99
99
.PARAMETERComputeGalleryImageVersion
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.
101
101
.PARAMETERAzureLocation
102
102
The Azure location where the Azure resources will be created. For example: "East US"
0 commit comments