We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65c994a + 2b3d24b commit c6bf1fdCopy full SHA for c6bf1fd
src/ResourceManager/AzureStackAdmin/AzureRM.AzureStackAdmin.psd1
@@ -8,9 +8,6 @@
8
9
@{
10
11
-# Script module or binary module file associated with this manifest
12
-ModuleToProcess = 'Microsoft.AzureStack.Commands.dll'
13
-
14
# Version number of this module.
15
ModuleVersion = '0.9.11'
16
@@ -60,7 +57,7 @@ TypesToProcess = @()
60
57
# FormatsToProcess = @('AzureStackAdmin.format.ps1xml')
61
58
62
59
# Modules to import as nested modules of the module specified in ModuleToProcess
63
-NestedModules = @()
+NestedModules = @('.\Microsoft.AzureStack.Commands.dll')
64
65
# Functions to export from this module
66
FunctionsToExport = '*'
0 commit comments