Skip to content

Commit 2fb2388

Browse files
committed
Fix UT
1 parent c253a20 commit 2fb2388

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/ResourceManager/Profile/Commands.Profile.Test/ProfileController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public void RunPsTestWorkflow(
9393
var callingClassName = callingClassType
9494
.Split(new[] {"."}, StringSplitOptions.RemoveEmptyEntries)
9595
.Last();
96-
helper.SetupModulesFromCommon(
96+
helper.SetupModules(
9797
AzureModule.AzureResourceManager,
9898
callingClassName + ".ps1");
9999

src/ResourceManager/Resources/Commands.Resources/AzureResourceManager.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ ScriptsToProcess = @()
5757
TypesToProcess = @(
5858
'.\AzureRM.Compute\Microsoft.Azure.Commands.Compute.Types.ps1xml',
5959
'.\AzureRM.Sql\Microsoft.Azure.Commands.Sql.Types.ps1xml',
60-
'.\Azure.Storage\Microsoft.WindowsAzure.Commands.Storage.Types.ps1xml'
60+
'.\Azure.Storage\Microsoft.WindowsAzure.Commands.Storage.Types.ps1xml'
6161
)
6262

6363
# Format files (.ps1xml) to be loaded when importing this module
@@ -85,7 +85,7 @@ FormatsToProcess = @(
8585
NestedModules = @(
8686
'.\AzureRM.Automation\Microsoft.Azure.Commands.ResourceManager.Automation.dll',
8787
'.\AzureRM.Resources\Microsoft.Azure.Commands.Resources.dll',
88-
'.\AzureRM.Resources\Microsoft.Azure.Commands.ResourceManager.Cmdlets.dll',
88+
'.\AzureRM.Resources\Microsoft.Azure.Commands.ResourceManager.Cmdlets.dll',
8989
'.\AzureRM.Profile\Microsoft.Azure.Commands.Profile.dll',
9090
'.\AzureRM.Tags\Microsoft.Azure.Commands.Tags.dll',
9191
'.\AzureRM.Sql\Microsoft.Azure.Commands.Sql.dll',

0 commit comments

Comments
 (0)