Skip to content

Commit 461b207

Browse files
authored
Remove unnecessary exported cmdlets from psm1
1 parent cd381da commit 461b207

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tools/AzureRM.BootStrapper/AzureRM.Bootstrapper.psm1

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,6 +1084,3 @@ function Set-BootstrapRepo
10841084
param([string]$Repo)
10851085
$script:BootStrapRepo = $Repo
10861086
}
1087-
1088-
Export-ModuleMember -Function 'Set-BootstrapRepo'
1089-
Export-ModuleMember -Cmdlet 'Update-AzureRmProfile', 'Uninstall-AzureRmProfile', 'Install-AzureRmProfile', 'Use-AzureRmProfile', 'Get-AzureRmProfile', 'Get-AzureRmModule'

0 commit comments

Comments
 (0)