Skip to content

Commit 7d6e367

Browse files
committed
Added core compatibility
Added CompatiblePSEditions = @('Desktop', 'Core') to PSD files
1 parent 3e386dd commit 7d6e367

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#>
2525

2626
@{
27-
27+
CompatiblePSEditions = @('Desktop', 'Core')
2828
# Script module or binary module file associated with this manifest.
2929
RootModule = 'PureStorage.FlashArray.VMware.Configuration.psm1'
3030

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#>
2525

2626
@{
27-
27+
CompatiblePSEditions = @('Desktop', 'Core')
2828
# Script module or binary module file associated with this manifest.
2929
RootModule = 'PureStorage.FlashArray.VMware.RDM.psm1'
3030

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#>
2525

2626
@{
27-
27+
CompatiblePSEditions = @('Desktop', 'Core')
2828
# Script module or binary module file associated with this manifest.
2929
RootModule = 'PureStorage.FlashArray.VMware.Software.psm1'
3030

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#>
2525

2626
@{
27-
27+
CompatiblePSEditions = @('Desktop', 'Core')
2828
# Script module or binary module file associated with this manifest.
2929
RootModule = 'PureStorage.FlashArray.VMware.VMFS.psm1'
3030

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#>
2525

2626
@{
27-
27+
CompatiblePSEditions = @('Desktop', 'Core')
2828
# Script module or binary module file associated with this manifest.
2929
RootModule = 'PureStorage.FlashArray.VMware.vVol.psm1'
3030

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#>
2525

2626
@{
27-
27+
CompatiblePSEditions = @('Desktop', 'Core')
2828
# Script module or binary module file associated with this manifest.
2929
RootModule = ''
3030

0 commit comments

Comments
 (0)