Skip to content

Commit c6bf1fd

Browse files
authored
Merge pull request #2901 from bganapa/dev-tp2
Changing ModuleToPRocess to NestedModules
2 parents 65c994a + 2b3d24b commit c6bf1fd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/ResourceManager/AzureStackAdmin/AzureRM.AzureStackAdmin.psd1

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88

99
@{
1010

11-
# Script module or binary module file associated with this manifest
12-
ModuleToProcess = 'Microsoft.AzureStack.Commands.dll'
13-
1411
# Version number of this module.
1512
ModuleVersion = '0.9.11'
1613

@@ -60,7 +57,7 @@ TypesToProcess = @()
6057
# FormatsToProcess = @('AzureStackAdmin.format.ps1xml')
6158

6259
# Modules to import as nested modules of the module specified in ModuleToProcess
63-
NestedModules = @()
60+
NestedModules = @('.\Microsoft.AzureStack.Commands.dll')
6461

6562
# Functions to export from this module
6663
FunctionsToExport = '*'

0 commit comments

Comments
 (0)