Skip to content

Commit 03e48ba

Browse files
committed
Core support
Added core support
1 parent 86aa4ce commit 03e48ba

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

PureStorage.FlashArray.VMware.VMFS/PureStorage.FlashArray.VMware.VMFS.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
Description = 'Pure Storage FlashArray VMware PowerShell VMFS management.'
4848

4949
# Minimum version of the Windows PowerShell engine required by this module
50-
PowerShellVersion = '5.0'
50+
PowerShellVersion = '5.1'
5151

5252
# Name of the Windows PowerShell host required by this module
5353
PowerShellHostName = ''

PureStorage.FlashArray.VMware.VVol/PureStorage.FlashArray.VMware.VVol.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Created with: VSCode
44
Created by: Cody Hosterman
55
Organization: Pure Storage, Inc.
6-
Filename: PureStorage.FlashArray.VMware.vVol.psd1
6+
Filename: PureStorage.FlashArray.VMware.Vvol.psd1
77
Version: 2.0.0.0
88
Copyright: 2020 Pure Storage, Inc.
99
-------------------------------------------------------------------------
@@ -26,7 +26,7 @@
2626
@{
2727
CompatiblePSEditions = @('Desktop', 'Core')
2828
# Script module or binary module file associated with this manifest.
29-
RootModule = 'PureStorage.FlashArray.VMware.vVol.psm1'
29+
RootModule = 'PureStorage.FlashArray.VMware.Vvol.psm1'
3030

3131
# Version number of this module; major.minor[.build[.revision]]
3232
ModuleVersion = '2.0.0.0'

PureStorage.FlashArray.VMware/PureStorage.FlashArray.VMware.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
@{"ModuleName"="PureStorage.FlashArray.VMware.VMFS";"ModuleVersion"="2.0.0.0"}
7171
@{"ModuleName"="PureStorage.FlashArray.VMware.RDM";"ModuleVersion"="2.0.0.0"}
7272
@{"ModuleName"="PureStorage.FlashArray.VMware.Configuration";"ModuleVersion"="2.0.0.0"}
73-
@{"ModuleName"="PureStorage.FlashArray.VMware.vVol";"ModuleVersion"="2.0.0.0"}
73+
@{"ModuleName"="PureStorage.FlashArray.VMware.Vvol";"ModuleVersion"="2.0.0.0"}
7474
@{"ModuleName"="PureStorage.FlashArray.VMware.Software";"ModuleVersion"="2.0.0.0"}
7575
)
7676

0 commit comments

Comments
 (0)