Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit bdc2315

Browse files
author
Konstantina Chremmou
committed
Merge pull request #9 from kc284/master
CP-5500: Removed module manifest parameters that were introduced in PowerShell 3.0.
2 parents 6f5c6b9 + 130e199 commit bdc2315

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

powershell/XenServerPSModule.psd1

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,11 @@ FileList = @('about_XenServer.help.txt',
7272
'XenServerPowerShell.dll')
7373

7474
#Public interface
75-
DefaultCommandPrefix = ''
7675
FunctionsToExport = ''
7776
CmdletsToExport = '*'
7877
VariablesToExport = @('Citrix.XenServer.Sessions','XenServer_Default_Session')
7978
AliasesToExport = '*'
8079

8180
PrivateData = ''
8281

83-
HelpInfoURI = ''
84-
8582
}

0 commit comments

Comments
 (0)