Skip to content

Commit 5ad316f

Browse files
unknownunknown
authored andcommitted
Fix Checkin test
1 parent fb2a5ad commit 5ad316f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function Test-VirtualMachineExtension
2525
try
2626
{
2727
# Common
28-
$loc = Get-ProviderLocation ResourceManagement;;
28+
$loc = 'West US';
2929
New-AzureResourceGroup -Name $rgname -Location $loc;
3030

3131
# VM Profile & Hardware

0 commit comments

Comments
 (0)