Skip to content

Commit 99896f5

Browse files
committed
Fix typo: arent -> aren't
1 parent 1e84e8a commit 99896f5

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)