Skip to content

Commit

Permalink
feat: only allow powershell core (#276)
Browse files Browse the repository at this point in the history
# 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.
  • Loading branch information
jaredfholgate authored Jan 15, 2025
1 parent 01cff4e commit d70001f
Showing 1 changed file with 3 additions and 1 deletion.
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

0 comments on commit d70001f

Please sign in to comment.