We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53b897b commit 5659b4aCopy full SHA for 5659b4a
src/ResourceManager/Common/Commands.ScenarioTests.ResourceManager.Common/EnvironmentSetupHelper.cs
@@ -199,9 +199,6 @@ private void SetupAzureEnvironmentFromEnvironmentVariables(AzureModule mode)
199
ProfileClient.Profile.Subscriptions[testSubscription.Id] = testSubscription;
200
ProfileClient.Profile.Accounts[testAccount.Id] = testAccount;
201
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");
205
}
206
207
0 commit comments