diff --git a/src/Websites/Websites.Test/ScenarioTests/WebsitesTestRunner.cs b/src/Websites/Websites.Test/ScenarioTests/WebsitesTestRunner.cs index 82546c8e55e6..57ad58871e1c 100644 --- a/src/Websites/Websites.Test/ScenarioTests/WebsitesTestRunner.cs +++ b/src/Websites/Websites.Test/ScenarioTests/WebsitesTestRunner.cs @@ -37,14 +37,10 @@ protected WebsitesTestRunner(ITestOutputHelper output) .WithNewRmModules(helper => new[] { helper.RMProfileModule, - helper.GetRMModulePath("AzureRM.Websites.psd1"), - helper.GetRMModulePath("AzureRM.Network.psd1"), - helper.GetRMModulePath("AzureRM.KeyVault.psd1") + helper.GetRMModulePath("Az.Websites.psd1"), + helper.GetRMModulePath("Az.Network.psd1"), + helper.GetRMModulePath("Az.KeyVault.psd1") }) - .WithRecordMatcher( - (ignoreResourcesClient, resourceProviders, userAgentsToIgnore) => - new PermissiveRecordMatcherWithApiExclusion(ignoreResourcesClient, resourceProviders, userAgentsToIgnore) - ) .WithNewRecordMatcherArguments( userAgentsToIgnore: new Dictionary {