Skip to content

Commit 870fe7a

Browse files
author
Will Ehrich
committed
Fix indentation issue
1 parent d5de123 commit 870fe7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Network/Network.Test/ScenarioTests/PublicIpAddressTests.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -838,8 +838,8 @@ function Test-PublicIpAddressInEdgeZone
838838
# Create publicIpAddres
839839
New-AzPublicIpAddress -ResourceGroupName $resourceGroupName -Name $resourceName -Location $locationName -EdgeZone $edgeZone -AllocationMethod Dynamic -DomainNameLabel $domainNameLabel
840840

841-
$publicIP = Get-AzPublicIpAddress -Name $resourceName -ResourceGroupName $resourceGroupName
842-
Assert-AreEqual $publicIP.ExtendedLocation.Name $edgeZone
841+
$publicIP = Get-AzPublicIpAddress -Name $resourceName -ResourceGroupName $resourceGroupName
842+
Assert-AreEqual $publicIP.ExtendedLocation.Name $edgeZone
843843
Assert-AreEqual $publicIP.ExtendedLocation.Type 'EdgeZone'
844844
}
845845
catch [Microsoft.Azure.Commands.Network.Common.NetworkCloudException]

0 commit comments

Comments
 (0)