Skip to content

Commit 58ddee7

Browse files
committed
Remove and sort using
1 parent 524b772 commit 58ddee7

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/Common/AzurePSCmdlet.cs

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,18 @@
1515
using Microsoft.ApplicationInsights;
1616
using Microsoft.Azure.Commands.Common.Authentication;
1717
using Microsoft.Azure.Commands.Common.Authentication.Abstractions;
18-
using Microsoft.WindowsAzure.Commands.Common.CustomAttributes;
1918
using Microsoft.Azure.ServiceManagement.Common.Models;
2019
using Microsoft.WindowsAzure.Commands.Common;
21-
using Microsoft.WindowsAzure.Commands.Utilities.Common;
20+
using Microsoft.WindowsAzure.Commands.Common.CustomAttributes;
2221
using System;
2322
using System.Collections.Concurrent;
23+
using System.Collections.ObjectModel;
2424
using System.Diagnostics;
2525
using System.IO;
2626
using System.Linq;
2727
using System.Management.Automation;
28-
using System.Text;
29-
using System.Collections.Generic;
3028
using System.Management.Automation.Runspaces;
31-
using System.Collections.ObjectModel;
29+
using System.Text;
3230

3331
namespace Microsoft.WindowsAzure.Commands.Utilities.Common
3432
{

0 commit comments

Comments
 (0)