File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1515using Microsoft . ApplicationInsights ;
1616using Microsoft . Azure . Commands . Common . Authentication ;
1717using Microsoft . Azure . Commands . Common . Authentication . Abstractions ;
18- using Microsoft . WindowsAzure . Commands . Common . CustomAttributes ;
1918using Microsoft . Azure . ServiceManagement . Common . Models ;
2019using Microsoft . WindowsAzure . Commands . Common ;
21- using Microsoft . WindowsAzure . Commands . Utilities . Common ;
20+ using Microsoft . WindowsAzure . Commands . Common . CustomAttributes ;
2221using System ;
2322using System . Collections . Concurrent ;
23+ using System . Collections . ObjectModel ;
2424using System . Diagnostics ;
2525using System . IO ;
2626using System . Linq ;
2727using System . Management . Automation ;
28- using System . Text ;
29- using System . Collections . Generic ;
3028using System . Management . Automation . Runspaces ;
31- using System . Collections . ObjectModel ;
29+ using System . Text ;
3230
3331namespace Microsoft . WindowsAzure . Commands . Utilities . Common
3432{
You can’t perform that action at this time.
0 commit comments