Skip to content

Commit

Permalink
Update WebsitesTestRunner.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyuezh576 committed Jun 13, 2022
1 parent fef17e4 commit 0eec432
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions src/Websites/Websites.Test/ScenarioTests/WebsitesTestRunner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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<string, string>
{
Expand Down

0 comments on commit 0eec432

Please sign in to comment.