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 435358c commit fc2eaa0Copy full SHA for fc2eaa0
src/ServiceManagement/HDInsight/Commands.HDInsight.Test/Models/Utilities/IntegrationTestBase.cs
@@ -158,7 +158,7 @@ public static void TestRunSetup()
158
cmdletRunManager.RegisterType<IAzureHDInsightClusterManagementClientFactory, AzureHDInsightClusterManagementClientSimulatorFactory>();
159
cmdletRunManager.RegisterType<IAzureHDInsightJobSubmissionClientFactory, AzureHDInsightJobSubmissionClientSimulatorFactory>();
160
var testManager = new IntegrationTestManager();
161
-
+ AzureSession.DataStore = new DiskDataStore();
162
TestCredentials = testManager.GetCredentials("default");
163
if (TestCredentials == null)
164
{
0 commit comments