Skip to content

Commit d70001f

Browse files
feat: only allow powershell core (#276)
# Pull Request ## Issue #232 ## Description Add properties to the manifiest to block installation on `desktop` PowerShell ## License By submitting this pull request, I confirm that my contribution is made under the terms of the projects associated license.
1 parent 01cff4e commit d70001f

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)