Skip to content

Commit 247f97a

Browse files
committed
address CR feedback
1 parent 9b0d123 commit 247f97a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/ResourceManager/Network/Commands.Network/NetworkInterface/NetworkInterfaceBaseCmdlet.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,17 @@
1313
// limitations under the License.
1414
// ----------------------------------------------------------------------------------
1515

16+
using System.Collections.Generic;
1617
using System.Net;
1718
using AutoMapper;
1819
using Microsoft.Azure.Commands.Network.Models;
1920
using Microsoft.Azure.Management.Network;
21+
using Microsoft.Azure.Management.Network.Models;
2022
using Microsoft.Azure.Commands.Resources.Models;
2123
using Hyak.Common;
2224

2325
namespace Microsoft.Azure.Commands.Network
2426
{
25-
using System.Collections.Generic;
26-
27-
using Microsoft.Azure.Management.Network.Models;
28-
2927
public abstract class NetworkInterfaceBaseCmdlet : NetworkBaseCmdlet
3028
{
3129
public INetworkInterfaceOperations NetworkInterfaceClient

0 commit comments

Comments
 (0)