Skip to content

Commit

Permalink
[HDInsight] - fix adls gen2 test case (Azure#5444)
Browse files Browse the repository at this point in the history
  • Loading branch information
idear1203 authored and mentat9 committed Jun 10, 2019
1 parent 45020e1 commit 282f6cf
Show file tree
Hide file tree
Showing 3 changed files with 292 additions and 1,415 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,8 @@ public void TestCreateWithADLSv2()
adlsV2AccountName,
CommonData.Location,
out string storageAccountSuffix,
Kind.StorageV2);
Kind.StorageV2,
true);
string storageResourceId = HDInsightManagementHelper.GetStorageAccountId(CommonData.ResourceGroupName, adlsV2AccountName);

// Create a user assigned managed identity.
Expand Down
Loading

0 comments on commit 282f6cf

Please sign in to comment.