Skip to content

Commit ae36042

Browse files
author
Ajit Navasare (MINDTREE LIMITED)
committed
Corrected Location
1 parent 2ee2fe2 commit ae36042

File tree

1 file changed

+2
-2
lines changed
  • src/ResourceManager/EventHub/Commands.EventHub.Test/ScenarioTests

1 file changed

+2
-2
lines changed

src/ResourceManager/EventHub/Commands.EventHub.Test/ScenarioTests/Common.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function Get-Location
4444
}
4545
}
4646

47-
return "WestUS"
47+
return "West US"
4848
}
4949

5050
<#
@@ -68,5 +68,5 @@ function Get-SecondaryLocation
6868
}
6969
}
7070

71-
return "EastUS"
71+
return "East US"
7272
}

0 commit comments

Comments
 (0)