Skip to content

Commit be7ddfe

Browse files
committed
Merge branch 'Policy' of https://github.com/vivsriaus/azure-powershell into Policy
2 parents cff3cc2 + 5659b4a commit be7ddfe

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

src/ResourceManager/Common/Commands.ScenarioTests.ResourceManager.Common/EnvironmentSetupHelper.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,6 @@ private void SetupAzureEnvironmentFromEnvironmentVariables(AzureModule mode)
199199
ProfileClient.Profile.Subscriptions[testSubscription.Id] = testSubscription;
200200
ProfileClient.Profile.Accounts[testAccount.Id] = testAccount;
201201
ProfileClient.SetSubscriptionAsDefault(testSubscription.Name, testSubscription.Account);
202-
203-
var profileClient = new RMProfileClient(AzureRMCmdlet.DefaultProfile);
204-
AzureRMCmdlet.DefaultProfile.Context = profileClient.SetCurrentContext(testSubscription.Id.ToString(), "72f988bf-86f1-41af-91ab-2d7cd011db47");
205202
}
206203
}
207204

src/ResourceManager/Resources/Resources.sln

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.Profile", "..\Prof
2020
EndProject
2121
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.Common", "..\..\Common\Commands.Common\Commands.Common.csproj", "{5EE72C53-1720-4309-B54B-5FB79703195F}"
2222
EndProject
23-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{F45CFE7E-1D8C-4AC1-A777-EE2848F598BA}"
24-
ProjectSection(SolutionItems) = preProject
25-
.nuget\packages.config = .nuget\packages.config
26-
EndProjectSection
27-
EndProject
2823
Global
2924
GlobalSection(SolutionConfigurationPlatforms) = preSolution
3025
Debug|Any CPU = Debug|Any CPU

0 commit comments

Comments
 (0)