Skip to content

Commit 7ec2009

Browse files
committed
address comments
1 parent 902d86e commit 7ec2009

File tree

5 files changed

+502
-600
lines changed

5 files changed

+502
-600
lines changed

src/Compute/Compute.Test/ScenarioTests/VirtualMachineScaleSetTests.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5525,6 +5525,7 @@ function Test-VirtualMachineScaleSetSkuProfilePrioritized
55255525
| Set-AzVmssStorageProfile -OsDiskCreateOption 'FromImage' -OsDiskCaching 'None' `
55265526
-ImageReferenceOffer $imgRef.Offer -ImageReferenceSku $imgRef.Skus -ImageReferenceVersion 'latest' `
55275527
-ImageReferencePublisher $imgRef.PublisherName `
5528+
| Remove-AzVmssSkuProfileVMSize -VmSize "Standard_D4s_v3" `
55285529
| Add-AzVmssSkuProfileVMSize -VmSize "Standard_D4s_v3" -AllocationStrategy "Prioritized";
55295530
Add-AzVmssSkuProfileVMSize -VirtualMachineScaleSet $vmss -VmSize "Standard_D4s_v4" -Rank 1;
55305531

0 commit comments

Comments
 (0)