Skip to content

Commit 0107f83

Browse files
authored
Merge pull request #91 from alagoutte/fix-required-modules-powercli-core
Remove VMware.PowerCLI from `RequireModules` in module manifest due to incompatibility with PowerShell Core/7.
2 parents 63d2677 + b156550 commit 0107f83

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)