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.
2 parents 21d8e7f + b23decf commit bf08051Copy full SHA for bf08051
src/ResourceManager/Sql/Commands.Sql.Test/ScenarioTests/SqlEvnSetupHelper.cs
@@ -89,6 +89,9 @@ public void SetupEnvironment()
89
ProfileClient.Profile.Accounts[testAccount.Id] = testAccount;
90
ProfileClient.SetSubscriptionAsDefault(testSubscription.Name, testSubscription.Account);
91
92
+ var environment = ProfileClient.Profile.Environments[ProfileClient.Profile.DefaultSubscription.Environment];
93
+ environment.Endpoints[AzureEnvironment.Endpoint.Graph] = csmEnvironment.Endpoints.GraphUri.AbsoluteUri;
94
+
95
ProfileClient.Profile.Save();
96
}
97
0 commit comments