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)
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 ( ) ;
You can’t perform that action at this time.
0 commit comments