Skip to content

Commit 036f929

Browse files
authored
bad variable name in example
It should be the same as the first example that gets the VM. ------- cc: @cynthn
1 parent 82238b7 commit 036f929

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
@@ -115,7 +115,7 @@ New-AzGalleryImageVersion `
115115
-ResourceGroupName $resourceGroup.ResourceGroupName `
116116
-Location $resourceGroup.Location `
117117
-TargetRegion $targetRegions `
118-
-Source $vm.Id.ToString() `
118+
-Source $sourceVM.Id.ToString() `
119119
-PublishingProfileEndOfLifeDate '2020-12-01'
120120
```
121121

0 commit comments

Comments
 (0)