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 dafd50d commit 89a5677Copy full SHA for 89a5677
src/Network/Network.Test/ScenarioTests/NetworkInterfaceTests.ps1
@@ -1138,7 +1138,7 @@ function Test-NetworkInterfaceEdgeZone
1138
}
1139
catch [Microsoft.Azure.Commands.Network.Common.NetworkCloudException]
1140
{
1141
- Assert-NotNull { $_.Exception.Message -match 'Resource type .*does not support edge zone.*' }
+ Assert-NotNull { $_.Exception.Message -match 'Resource type .* does not support edge zone .* in location .* The supported edge zones are .*' }
1142
1143
1144
0 commit comments