We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01cff4e commit 417de3dCopy full SHA for 417de3d
1 file changed
src/ALZ/ALZ.psd1
@@ -32,8 +32,10 @@
32
# Description of the functionality provided by this module
33
Description = 'Azure Landing Zones Powershell Module'
34
35
+ CompatiblePSEditions = 'Core'
36
+
37
# Minimum version of the PowerShell engine required by this module
- # PowerShellVersion = ''
38
+ PowerShellVersion = '7.4'
39
40
# Name of the PowerShell host required by this module
41
# PowerShellHostName = ''
0 commit comments