Skip to content

Commit

Permalink
Resolving comment
Browse files Browse the repository at this point in the history
Co-authored-by: Yeming Liu <felix_liu@outlook.com>
  • Loading branch information
abhi7860 and isra-fel authored Jan 12, 2021
1 parent 85257dc commit d865935
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ function Test-VirtualNetworkGatewayConnectionGetIkeSa

# Delete VirtualNetworkGatewayConnection
$delete = Remove-AzVirtualNetworkGatewayConnection -ResourceGroupName $actual.ResourceGroupName -name $vnetConnectionName -PassThru -Force
Assert-AreEqual true $delete
Assert-True $delete

}
finally
Expand Down

0 comments on commit d865935

Please sign in to comment.