Skip to content

Commit 417de3d

Browse files
committed
feat: only allow powershell core
1 parent 01cff4e commit 417de3d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/ALZ/ALZ.psd1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@
3232
# Description of the functionality provided by this module
3333
Description = 'Azure Landing Zones Powershell Module'
3434

35+
CompatiblePSEditions = 'Core'
36+
3537
# Minimum version of the PowerShell engine required by this module
36-
# PowerShellVersion = ''
38+
PowerShellVersion = '7.4'
3739

3840
# Name of the PowerShell host required by this module
3941
# PowerShellHostName = ''

0 commit comments

Comments
 (0)