Skip to content

Commit ed021e6

Browse files
Merge pull request #127063 from changeworld/patch-2
Fix typo: arent -> aren't
2 parents e9dad6f + 99896f5 commit ed021e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/devtest-labs/samples-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ if($existingPolicy.Properties.threshold -eq '[]')
269269
$allAvailableImages = Get-AzResource -ResourceType Microsoft.DevTestLab/labs/galleryImages -Name $lab.Name -ResourceGroupName $lab.ResourceGroupName -ApiVersion 2017-04-26-preview
270270
$finalImages = $existingImages
271271
272-
# loop through the requested images and add them to the finalImages list if they arent already there
272+
# loop through the requested images and add them to the finalImages list if they aren't already there
273273
foreach($image in $ImagesToAdd)
274274
{
275275
$imageObject = $allAvailableImages | Where-Object {$_.Name -eq $image}

0 commit comments

Comments
 (0)