Skip to content

Commit b156550

Browse files
committed
Remove required to VMware.PowerCLI on psd1 file
Because all module are not yet compatible with PowerShell core, and you get following exception : Exception: The VMware.ImageBuilder module is not currently supported on the Core edition of PowerShell.
1 parent 63d2677 commit b156550

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

AsBuiltReport.VMware.vSphere.psd1

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@
5252
@{
5353
ModuleName = 'AsBuiltReport.Core';
5454
ModuleVersion = '1.1.0'
55-
},
56-
@{
57-
ModuleName = 'VMware.PowerCLI';
58-
ModuleVersion = '12.3.0'
5955
}
6056
)
6157

0 commit comments

Comments
 (0)