Skip to content

feat: only allow powershell core #276

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 15, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feat: only allow powershell core
  • Loading branch information
jaredfholgate committed Jan 15, 2025
commit 417de3da997fdb6ffb0497caf187e15f6a4e3716
4 changes: 3 additions & 1 deletion src/ALZ/ALZ.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@
# Description of the functionality provided by this module
Description = 'Azure Landing Zones Powershell Module'

CompatiblePSEditions = 'Core'

# Minimum version of the PowerShell engine required by this module
# PowerShellVersion = ''
PowerShellVersion = '7.4'

# Name of the PowerShell host required by this module
# PowerShellHostName = ''
Expand Down
Loading