Skip to content

Commit 553d170

Browse files
committed
fix test script
1 parent 5dce666 commit 553d170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/Compute/Commands.Compute.Test/ScenarioTests/ComputeTestCommon.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Gets default RDFE Image
148148
#>
149149
function Get-DefaultCRPImage
150150
{
151-
param([string] $loca = "eastasia", [string] $query = '*Microsoft*Windows*Server')
151+
param([string] $loc = "eastasia", [string] $query = '*Microsoft*Windows*Server')
152152

153153
$result = (Get-AzureVMImagePublisher -Location $loc) | select -ExpandProperty PublisherName | where { $_ -like $query };
154154
if ($result.Count -eq 1)

0 commit comments

Comments
 (0)