Skip to content

Commit b079d57

Browse files
authored
Merge pull request #57973 from cynthn/patch-144
Update tutorial-custom-images.md - https://github.com/MicrosoftDocs/azure-docs/issues/18612
2 parents 8c62e44 + 7dacbea commit b079d57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machines/windows/tutorial-custom-images.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,11 @@ $images = Get-AzureRMResource -ResourceType Microsoft.Compute/images
128128
$images.name
129129
```
130130

131-
Delete an image. This example deletes the image named *myOldImage* from the *myResourceGroup*.
131+
Delete an image. This example deletes the image named *myImage* from the *myResourceGroup*.
132132

133133
```azurepowershell-interactive
134134
Remove-AzureRmImage `
135-
-ImageName myOldImage `
135+
-ImageName myImage `
136136
-ResourceGroupName myResourceGroup
137137
```
138138

0 commit comments

Comments
 (0)