Skip to content

Commit 0eec432

Browse files
author
Ziyue Zheng
committed
Update WebsitesTestRunner.cs
1 parent fef17e4 commit 0eec432

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

src/Websites/Websites.Test/ScenarioTests/WebsitesTestRunner.cs

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)