Skip to content

Commit a35aa6f

Browse files
author
unknown
committed
Remove commented codes
1 parent e270aa0 commit a35aa6f

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

src/ServiceManagement/Compute/Commands.ServiceManagement.Test/FunctionalTests/InternaloadbalancerTests.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ public class InternalLoadBalancerTests : ServiceManagementTest
4242
public static void ClassInitialize(TestContext context)
4343
{
4444
var vnetConfig = vmPowershellCmdlets.GetAzureVNetConfig(null);
45-
//if (vnetConfig.Count > 0)
46-
//{
47-
// vmPowershellCmdlets.RunPSScript("Get-AzureService | Remove-AzureService -Force");
48-
// Utilities.RetryActionUntilSuccess(() => vmPowershellCmdlets.RemoveAzureVNetConfig(), "in use", 5, 30);
49-
//}
5045
vmPowershellCmdlets.SetAzureVNetConfig(Directory.GetCurrentDirectory() + "\\VnetconfigWithLocation.netcfg");
5146
var sites = vmPowershellCmdlets.GetAzureVNetSite(null);
5247
subNet = sites[0].Subnets.First().Name;

src/ServiceManagement/Compute/Commands.ServiceManagement.Test/FunctionalTests/LocationBasedReservedIPTests.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ public class LocationBasedReservedIPTests: ServiceManagementTest
3535
public static void ClassInitialize(TestContext context)
3636
{
3737
var vnetConfig = vmPowershellCmdlets.GetAzureVNetConfig(null);
38-
//if (vnetConfig.Count > 0)
39-
//{
40-
// vmPowershellCmdlets.RunPSScript("Get-AzureService | Remove-AzureService -Force");
41-
// Utilities.RetryActionUntilSuccess(() => vmPowershellCmdlets.RemoveAzureVNetConfig(), "in use", 5, 30);
42-
//}
4338
vmPowershellCmdlets.SetAzureVNetConfig(Directory.GetCurrentDirectory() + "\\VnetconfigWithLocation.netcfg");
4439
var sites = vmPowershellCmdlets.GetAzureVNetSite(null);
4540
subNet = sites[0].Subnets.First().Name;

0 commit comments

Comments
 (0)