Skip to content

Commit 3b0181f

Browse files
committed
Fixed build machine issue since it doesn't use C# 7.
1 parent 0259c20 commit 3b0181f

File tree

1 file changed

+2
-1
lines changed
  • src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics.Test/ScenarioTests

1 file changed

+2
-1
lines changed

src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics.Test/ScenarioTests/AdlaTestsBase.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,10 @@ public void RunPsTestWorkflow(bool createWasbAccount,
113113
ResourceGroupName = TestUtilities.GenerateName("abarg1");
114114
TryCreateResourceGroup(ResourceGroupName, ResourceGroupLocation);
115115
AzureBlobStoreName = TestUtilities.GenerateName("azureblob01");
116+
string storageSuffix;
116117
AzureBlobStoreAccessKey = TryCreateStorageAccount(ResourceGroupName,
117118
AzureBlobStoreName,
118-
"DataLakeAnalyticsTestStorage", "DataLakeAnalyticsTestStorageDescription", ResourceGroupLocation, out _);
119+
"DataLakeAnalyticsTestStorage", "DataLakeAnalyticsTestStorageDescription", ResourceGroupLocation, out storageSuffix);
119120
}
120121

121122
try

0 commit comments

Comments
 (0)