Skip to content

Commit 2a14393

Browse files
committed
119
1 parent 51ee8cc commit 2a14393

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363

6464
# Modules that must be imported into the global environment prior to importing this module
6565
RequiredModules = @(
66-
@{"ModuleName"="PureStoragePowerShellSDK";"ModuleVersion"="1.13.1.12"}
66+
@{"ModuleName"="PureStoragePowerShellSDK";"ModuleVersion"="1.19.37.0"}
6767
)
6868

6969
# Assemblies that must be loaded prior to importing this module

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Created by: Cody Hosterman
55
Organization: Pure Storage, Inc.
66
Filename: PureStorage.FlashArray.VMware.vVol.SPBM.psd1
7-
Version: 1.0.0.1
7+
Version: 1.0.0.2
88
Copyright: 2021 Pure Storage, Inc.
99
-------------------------------------------------------------------------
1010
Module Name: PureStorageFlashArrayVMwarevVolSPBMPowerShell
@@ -29,7 +29,7 @@
2929
RootModule = 'PureStorage.FlashArray.VMware.vVol.SPBM.psm1'
3030

3131
# Version number of this module; major.minor[.build[.revision]]
32-
ModuleVersion = '1.0.0.1'
32+
ModuleVersion = '1.0.0.2'
3333

3434
# ID used to uniquely identify this module
3535
GUID = '58ac2099-cb36-4e79-afad-bea875e6c559'
@@ -41,7 +41,7 @@
4141
CompanyName = 'Pure Storage, Inc.'
4242

4343
# Copyright statement for this module
44-
Copyright = '(c) 2021 Pure Storage, Inc. All rights reserved.'
44+
Copyright = '(c) 2022 Pure Storage, Inc. All rights reserved.'
4545

4646
# Description of the functionality provided by this module
4747
Description = 'Pure Storage FlashArray VMware PowerShell vVol SPBM management.'
@@ -64,7 +64,7 @@
6464
# Modules that must be imported into the global environment prior to importing this module
6565
RequiredModules = @(
6666
@{"ModuleName"="VMware.VimAutomation.Storage";"ModuleVersion"="11.3.0.0"}
67-
@{"ModuleName"="PureStoragePowerShellSDK";"ModuleVersion"="1.13.1.12"}
67+
@{"ModuleName"="PureStoragePowerShellSDK";"ModuleVersion"="1.19.37.0"}
6868
@{"ModuleName"="PureStorage.FlashArray.VMware.Vvol";"ModuleVersion"="2.0.0.0"}
6969
)
7070

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

+8-8
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@
6666

6767
# Modules that must be imported into the global environment prior to importing this module
6868
RequiredModules = @(
69-
@{"ModuleName"="PureStoragePowerShellSDK";"ModuleVersion"="1.13.1.12"}
70-
@{"ModuleName"="PureStorage.FlashArray.VMware.VMFS";"ModuleVersion"="2.0.0.1"}
71-
@{"ModuleName"="PureStorage.FlashArray.VMware.RDM";"ModuleVersion"="2.0.1.0"}
72-
@{"ModuleName"="PureStorage.FlashArray.VMware.Configuration";"ModuleVersion"="2.0.0.2"}
69+
@{"ModuleName"="PureStoragePowerShellSDK";"ModuleVersion"="1.19.37.0"}
70+
@{"ModuleName"="PureStorage.FlashArray.VMware.VMFS";"ModuleVersion"="2.0.0.2"}
71+
@{"ModuleName"="PureStorage.FlashArray.VMware.RDM";"ModuleVersion"="2.0.1.1"}
72+
@{"ModuleName"="PureStorage.FlashArray.VMware.Configuration";"ModuleVersion"="2.0.0.3"}
7373
@{"ModuleName"="PureStorage.FlashArray.VMware.Vvol";"ModuleVersion"="2.0.1.0"}
74-
@{"ModuleName"="PureStorage.FlashArray.VMware.Software";"ModuleVersion"="2.0.0.2"}
75-
@{"ModuleName"="PureStorage.FlashArray.VMware.VCF";"ModuleVersion"="2.0.0.2"}
76-
@{"ModuleName"="PureStorage.FlashArray.VMware.Vvol.Replication";"ModuleVersion"="1.0.0.1"}
77-
@{"ModuleName"="PureStorage.FlashArray.VMware.Vvol.SPBM";"ModuleVersion"="1.0.0.1"}
74+
@{"ModuleName"="PureStorage.FlashArray.VMware.Software";"ModuleVersion"="2.0.0.3"}
75+
@{"ModuleName"="PureStorage.FlashArray.VMware.VCF";"ModuleVersion"="2.0.0.3"}
76+
@{"ModuleName"="PureStorage.FlashArray.VMware.Vvol.Replication";"ModuleVersion"="1.0.0.2"}
77+
@{"ModuleName"="PureStorage.FlashArray.VMware.Vvol.SPBM";"ModuleVersion"="1.0.0.2"}
7878
)
7979

8080
# Assemblies that must be loaded prior to importing this module

0 commit comments

Comments
 (0)