We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e9dad6f + 99896f5 commit ed021e6Copy full SHA for ed021e6
articles/devtest-labs/samples-powershell.md
@@ -269,7 +269,7 @@ if($existingPolicy.Properties.threshold -eq '[]')
269
$allAvailableImages = Get-AzResource -ResourceType Microsoft.DevTestLab/labs/galleryImages -Name $lab.Name -ResourceGroupName $lab.ResourceGroupName -ApiVersion 2017-04-26-preview
270
$finalImages = $existingImages
271
272
-# loop through the requested images and add them to the finalImages list if they arent already there
+# loop through the requested images and add them to the finalImages list if they aren't already there
273
foreach($image in $ImagesToAdd)
274
{
275
$imageObject = $allAvailableImages | Where-Object {$_.Name -eq $image}
0 commit comments