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.
1 parent 5dce666 commit 553d170Copy full SHA for 553d170
src/ResourceManager/Compute/Commands.Compute.Test/ScenarioTests/ComputeTestCommon.ps1
@@ -148,7 +148,7 @@ Gets default RDFE Image
148
#>
149
function Get-DefaultCRPImage
150
{
151
- param([string] $loca = "eastasia", [string] $query = '*Microsoft*Windows*Server')
+ param([string] $loc = "eastasia", [string] $query = '*Microsoft*Windows*Server')
152
153
$result = (Get-AzureVMImagePublisher -Location $loc) | select -ExpandProperty PublisherName | where { $_ -like $query };
154
if ($result.Count -eq 1)
0 commit comments