File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
src/Search/Search.Test/ScenarioTests Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,8 @@ protected SearchTestRunner(ITestOutputHelper output)
36
36
{
37
37
helper . RMProfileModule ,
38
38
helper . GetRMModulePath ( "Az.Search.psd1" ) ,
39
- helper . GetRMModulePath ( "Az.Storage.psd1" )
39
+ helper . GetRMModulePath ( "Az.Storage.psd1" ) ,
40
+ helper . GetRMModulePath ( "Az.Network.psd1" )
40
41
} )
41
42
. WithNewRecordMatcherArguments (
42
43
userAgentsToIgnore : new Dictionary < string , string > ( ) ,
@@ -46,7 +47,8 @@ protected SearchTestRunner(ITestOutputHelper output)
46
47
{ "Microsoft.Features" , null } ,
47
48
{ "Microsoft.Authorization" , null } ,
48
49
{ "Providers.Test" , null } ,
49
- { "Microsoft.Storage" , null }
50
+ { "Microsoft.Storage" , null } ,
51
+ { "Microsoft.Network" , null }
50
52
}
51
53
)
52
54
. Build ( ) ;
You can’t perform that action at this time.
0 commit comments