Skip to content

Commit 7294233

Browse files
committed
address comments
1 parent c72e7ed commit 7294233

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

src/ResourceManager/Network/Commands.Network/ExpressRouteCircuit/Stats/GetAzureExpressRouteCircuitARPTableCommand.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
using Microsoft.Azure.Commands.Network.Models;
2222
using MNM = Microsoft.Azure.Management.Network.Models;
2323
using System;
24-
using AutoMapper;
2524
using System.Linq;
2625

2726
namespace Microsoft.Azure.Commands.Network

src/ResourceManager/Network/Commands.Network/ExpressRouteCircuit/Stats/GetAzureExpressRouteCircuitRouteTableCommand.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
using MNM = Microsoft.Azure.Management.Network.Models;
2323
using System;
2424
using System.Linq;
25-
using AutoMapper;
2625

2726
namespace Microsoft.Azure.Commands.Network
2827
{

src/ResourceManager/Network/Commands.Network/ExpressRouteCircuit/Stats/GetAzureExpressRouteCircuitRouteTableSummaryCommand.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@
2121
using Microsoft.Azure.Commands.Network.Models;
2222
using MNM = Microsoft.Azure.Management.Network.Models;
2323
using System;
24-
using System.Collections;
2524
using System.Linq;
26-
using AutoMapper;
2725

2826
namespace Microsoft.Azure.Commands.Network
2927
{

0 commit comments

Comments
 (0)