Skip to content

Commit b612fbc

Browse files
authored
Update tutorial-use-custom-image-powershell.md
Wrong New-AzGalleryImageDefinition documentation hyperlink · Issue #116718 · MicrosoftDocs/azure-docs (github.com)
1 parent 2fda48f commit b612fbc

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)