Skip to content

Commit 4e08874

Browse files
committed
Re-recording tests without hardcoded group name
1 parent 192ade5 commit 4e08874

File tree

2 files changed

+274
-213
lines changed

2 files changed

+274
-213
lines changed

src/Network/Network.Test/ScenarioTests/VirtualNetworkTests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ function Test-bgpCommunitiesCRUD
214214
$vnetName = Get-ResourceName
215215
$rglocation = Get-ProviderLocation ResourceManagement
216216
$resourceTypeParent = "Microsoft.Network/virtualNetworks"
217-
$location = Get-ProviderLocation $resourceTypeParent
217+
$location = Get-ProviderLocation $resourceTypeParent "eastus2euap"
218218

219219
try
220220
{

src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.VirtualNetworkTests/TestVirtualNetworkBgpCommunitiesCRUD.json

Lines changed: 273 additions & 212 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)