Skip to content

Commit 100484b

Browse files
authored
Merge pull request #113964 from cynthn/patch-378
Update image-version-vm-powershell.md
2 parents 3659e62 + 5b2cd39 commit 100484b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machines/image-version-vm-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ $job = $imageVersion = New-AzGalleryImageVersion `
115115
-Location $gallery.Location `
116116
-TargetRegion $targetRegions `
117117
-Source $sourceVm.Id.ToString() `
118-
-PublishingProfileEndOfLifeDate '2020-12-01'
118+
-PublishingProfileEndOfLifeDate '2020-12-01' `
119119
-asJob
120120
```
121121

@@ -133,4 +133,4 @@ $job.State
133133
134134
## Next steps
135135

136-
Once you have verified that you new image version is working correctly, you can create a VM. Create a VM from a [specialized image version](vm-specialized-image-version-powershell.md) or a [generalized image version](vm-generalized-image-version-powershell.md).
136+
Once you have verified that you new image version is working correctly, you can create a VM. Create a VM from a [specialized image version](vm-specialized-image-version-powershell.md) or a [generalized image version](vm-generalized-image-version-powershell.md).

0 commit comments

Comments
 (0)