Skip to content

Commit 497b302

Browse files
authored
Fix example in Remove-AzGalleryImageVersion.md (#11777)
3rd and 4th argument names in the only example were incorrect and don't match the syntax outline on the rest of the page.
1 parent e417cfa commit 497b302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Compute/Compute/help/Remove-AzGalleryImageVersion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Delete a gallery image version.
3838

3939
### Example 1
4040
```powershell
41-
PS C:\> Remove-AzGalleryImageVersion -ResourceGroupName $rgname -GalleryName $gallery -ImageDefinitionName $image -GalleryImageVersionName $version
41+
PS C:\> Remove-AzGalleryImageVersion -ResourceGroupName $rgname -GalleryName $gallery -GalleryImageDefinitionName $image -Name $version
4242
```
4343

4444
Delete the given gallery image version.

0 commit comments

Comments
 (0)