File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Profile/Commands.Profile.Test
Resources/Commands.Resources Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ public void RunPsTestWorkflow(
93
93
var callingClassName = callingClassType
94
94
. Split ( new [ ] { "." } , StringSplitOptions . RemoveEmptyEntries )
95
95
. Last ( ) ;
96
- helper . SetupModulesFromCommon (
96
+ helper . SetupModules (
97
97
AzureModule . AzureResourceManager ,
98
98
callingClassName + ".ps1" ) ;
99
99
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ ScriptsToProcess = @()
57
57
TypesToProcess = @ (
58
58
' .\AzureRM.Compute\Microsoft.Azure.Commands.Compute.Types.ps1xml' ,
59
59
' .\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'
61
61
)
62
62
63
63
# Format files (.ps1xml) to be loaded when importing this module
@@ -85,7 +85,7 @@ FormatsToProcess = @(
85
85
NestedModules = @ (
86
86
' .\AzureRM.Automation\Microsoft.Azure.Commands.ResourceManager.Automation.dll' ,
87
87
' .\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' ,
89
89
' .\AzureRM.Profile\Microsoft.Azure.Commands.Profile.dll' ,
90
90
' .\AzureRM.Tags\Microsoft.Azure.Commands.Tags.dll' ,
91
91
' .\AzureRM.Sql\Microsoft.Azure.Commands.Sql.dll' ,
You can’t perform that action at this time.
0 commit comments