Skip to content

Commit

Permalink
Add test session record
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Ehrich committed Jun 10, 2021
1 parent b796955 commit 3b890e7
Show file tree
Hide file tree
Showing 2 changed files with 1,071 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,10 @@ function Test-PublicIpPrefixInEdgeZone
Assert-AreEqual $publicIpPrefix.ExtendedLocation.Name $edgeZone
Assert-AreEqual $publicIpPrefix.ExtendedLocation.Type "EdgeZone"
}
catch [Microsoft.Azure.Commands.Network.Common.NetworkCloudException]
{
Assert-NotNull { $_.Exception.Message -match 'Resource type .* does not support edge zone .* in location .* The supported edge zones are .*' }
}
finally
{
# Cleanup
Expand Down
Loading

0 comments on commit 3b890e7

Please sign in to comment.