Skip to content

Commit 2afe4cb

Browse files
committed
fix: Update required PowerShell version to 7.1.3 and remove Edit-LineEnding function
1 parent 16dcab3 commit 2afe4cb

3 files changed

Lines changed: 2 additions & 48 deletions

File tree

src/ALZ.Settings.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# specify the minimum required major PowerShell version that the build script should validate
2-
[version]$script:requiredPSVersion = '5.1.0'
2+
[version]$script:requiredPSVersion = '7.1.3'

src/ALZ/ALZ.psd1

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@
8383
FunctionsToExport = @(
8484
'Test-AcceleratorRequirement',
8585
'Deploy-Accelerator',
86-
'Edit-LineEnding',
8786
'Invoke-EABillingSPNPermissionsSetup'
8887
)
8988

@@ -94,9 +93,7 @@
9493
VariablesToExport = '*'
9594

9695
# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
97-
AliasesToExport = @(
98-
'Edit-LineEndings'
99-
)
96+
AliasesToExport = @()
10097

10198
# DSC resources to export from this module
10299
# DscResourcesToExport = @()

src/ALZ/Public/Edit-LineEnding.ps1

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)