File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
src/Websites/Websites.Test/ScenarioTests Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -37,14 +37,10 @@ protected WebsitesTestRunner(ITestOutputHelper output)
3737 . WithNewRmModules ( helper => new [ ]
3838 {
3939 helper . RMProfileModule ,
40- helper . GetRMModulePath ( "AzureRM .Websites.psd1" ) ,
41- helper . GetRMModulePath ( "AzureRM .Network.psd1" ) ,
42- helper . GetRMModulePath ( "AzureRM .KeyVault.psd1" )
40+ helper . GetRMModulePath ( "Az .Websites.psd1" ) ,
41+ helper . GetRMModulePath ( "Az .Network.psd1" ) ,
42+ helper . GetRMModulePath ( "Az .KeyVault.psd1" )
4343 } )
44- . WithRecordMatcher (
45- ( ignoreResourcesClient , resourceProviders , userAgentsToIgnore ) =>
46- new PermissiveRecordMatcherWithApiExclusion ( ignoreResourcesClient , resourceProviders , userAgentsToIgnore )
47- )
4844 . WithNewRecordMatcherArguments (
4945 userAgentsToIgnore : new Dictionary < string , string >
5046 {
You can’t perform that action at this time.
0 commit comments