Skip to content

Commit d4c14bf

Browse files
author
Chang Lu
committed
Add references to network module.
1 parent 818722f commit d4c14bf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/Search/Search.Test/ScenarioTests/SearchTestRunner.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ protected SearchTestRunner(ITestOutputHelper output)
3636
{
3737
helper.RMProfileModule,
3838
helper.GetRMModulePath("Az.Search.psd1"),
39-
helper.GetRMModulePath("Az.Storage.psd1")
39+
helper.GetRMModulePath("Az.Storage.psd1"),
40+
helper.GetRMModulePath("Az.Network.psd1")
4041
})
4142
.WithNewRecordMatcherArguments(
4243
userAgentsToIgnore: new Dictionary<string, string>(),
@@ -46,7 +47,8 @@ protected SearchTestRunner(ITestOutputHelper output)
4647
{ "Microsoft.Features", null },
4748
{ "Microsoft.Authorization", null },
4849
{ "Providers.Test", null },
49-
{ "Microsoft.Storage", null }
50+
{ "Microsoft.Storage", null },
51+
{ "Microsoft.Network", null }
5052
}
5153
)
5254
.Build();

0 commit comments

Comments
 (0)