Skip to content

Commit 6542408

Browse files
AzureRM.ManagedServiceIdentity added
1 parent bfa344f commit 6542408

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Network/Network.Test/ScenarioTests/NetworkTestRunner.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class NetworkTestRunner
1010

1111
protected NetworkTestRunner(ITestOutputHelper output)
1212
{
13-
TestRunner = TestFx.TestManager.CreateInstance (output)
13+
TestRunner = TestManager.CreateInstance (output)
1414
.WithNewPsScriptFilename ($"{GetType().Name}.ps1")
1515
.WithProjectSubfolderForTests ("ScenarioTests")
1616
.WithCommonPsScripts (new[]
@@ -27,6 +27,7 @@ protected NetworkTestRunner(ITestOutputHelper output)
2727
helper.GetRMModulePath("AzureRM.Storage.psd1"),
2828
helper.GetRMModulePath("AzureRM.ContainerInstance.psd1"),
2929
helper.GetRMModulePath("AzureRM.OperationalInsights.psd1"),
30+
helper.GetRMModulePath("AzureRM.ManagedServiceIdentity.psd1"),
3031
})
3132
.WithNewRecordMatcherArguments (
3233
userAgentsToIgnore: new Dictionary<string, string>
@@ -40,6 +41,7 @@ protected NetworkTestRunner(ITestOutputHelper output)
4041
{"Microsoft.Features", null},
4142
{"Microsoft.Authorization", null},
4243
{"Microsoft.Storage", null},
44+
{"Microsoft.ManagedServiceIdentity", null},
4345
}
4446
)
4547
.Build();

0 commit comments

Comments
 (0)