Skip to content

Commit 65ece31

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-compute-docs-pr#494501
Updated line number 135 From $image To $imageConfig
1 parent 00a596e commit 65ece31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/capture-image-resource.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ procedureSection:
132132
Create the image configuration.
133133
134134
```azurepowershell-interactive
135-
$image = New-AzImageConfig -Location $location -SourceVirtualMachineId $vm.Id
135+
$imageConfig = New-AzImageConfig -Location $location -SourceVirtualMachineId $vm.Id
136136
```
137137
- |
138138
Create the image.

0 commit comments

Comments
 (0)