Skip to content

Commit cd381da

Browse files
authored
Fix cmdlet export issues
1 parent d9ca5fa commit cd381da

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/AzureRM.BootStrapper/AzureRM.BootStrapper.psd1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ CLRVersion = '4.0'
6969
# NestedModules = @()
7070

7171
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
72-
FunctionsToExport = 'Set-BootstrapRepo'
72+
FunctionsToExport = 'Set-BootstrapRepo', 'Update-AzureRmProfile', 'Uninstall-AzureRmProfile',
73+
'Install-AzureRmProfile', 'Use-AzureRmProfile', 'Get-AzureRmProfile',
74+
'Get-AzureRmModule'
7375

7476
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
7577
CmdletsToExport = 'Update-AzureRmProfile', 'Uninstall-AzureRmProfile',

0 commit comments

Comments
 (0)