Skip to content

Commit 097cb21

Browse files
Merge pull request #257598 from cynthn/patch-99
Update tutorial-use-custom-image-powershell.md
2 parents f822f13 + b612fbc commit 097cb21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machine-scale-sets/tutorial-use-custom-image-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ $gallery = New-AzGallery `
7474
## Create an image definition
7575
Image definitions create a logical grouping for images. They are used to manage information about the image versions that are created within them. Image definition names can be made up of uppercase or lowercase letters, digits, dots, dashes and periods. For more information about the values you can specify for an image definition, see [Image definitions](../virtual-machines/shared-image-galleries.md#image-definitions).
7676

77-
Create the image definition using [New-AzGalleryImageDefinition](/powershell/module/az.compute/new-azgalleryimageversion). In this example, the gallery image is named *myGalleryImage* and is created for a specialized image.
77+
Create the image definition using [New-AzGalleryImageDefinition](/powershell/module/az.compute/new-azgalleryimagedefinition). In this example, the gallery image is named *myGalleryImage* and is created for a specialized image.
7878

7979
```azurepowershell-interactive
8080
$galleryImage = New-AzGalleryImageDefinition `

0 commit comments

Comments
 (0)