Skip to content

Commit c94bf54

Browse files
profile support and remove auto-auth to azure
1 parent 74f8aa2 commit c94bf54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PowerShell/PowerShellManager.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
using System.Collections.Generic;
99
using System.Collections.ObjectModel;
1010
using System.IO;
11+
using System.Linq;
1112
using System.Security;
13+
using System.Text;
1214

1315
using Microsoft.Azure.Functions.PowerShellWorker.Utility;
1416
using Microsoft.Azure.WebJobs.Script.Grpc.Messages;
@@ -17,9 +19,7 @@
1719

1820
namespace Microsoft.Azure.Functions.PowerShellWorker.PowerShell
1921
{
20-
using System.Linq;
2122
using System.Management.Automation;
22-
using System.Text;
2323

2424
internal class PowerShellManager
2525
{

0 commit comments

Comments
 (0)