Skip to content

Commit 89a5677

Browse files
author
Will Ehrich
committed
Finish regex
1 parent dafd50d commit 89a5677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Network/Network.Test/ScenarioTests/NetworkInterfaceTests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1138,7 +1138,7 @@ function Test-NetworkInterfaceEdgeZone
11381138
}
11391139
catch [Microsoft.Azure.Commands.Network.Common.NetworkCloudException]
11401140
{
1141-
Assert-NotNull { $_.Exception.Message -match 'Resource type .*does not support edge zone.*' }
1141+
Assert-NotNull { $_.Exception.Message -match 'Resource type .* does not support edge zone .* in location .* The supported edge zones are .*' }
11421142
}
11431143

11441144

0 commit comments

Comments
 (0)