fix: Update formatting
This commit is contained in:
@@ -18,7 +18,8 @@ function Get-CISExoOutput {
|
|||||||
)
|
)
|
||||||
begin {
|
begin {
|
||||||
# Begin Block #
|
# Begin Block #
|
||||||
<#
|
<#
|
||||||
|
# Tests
|
||||||
1.2.2
|
1.2.2
|
||||||
1.3.3
|
1.3.3
|
||||||
1.3.6
|
1.3.6
|
||||||
@@ -42,7 +43,7 @@ function Get-CISExoOutput {
|
|||||||
6.5.2
|
6.5.2
|
||||||
6.5.3
|
6.5.3
|
||||||
8.6.1
|
8.6.1
|
||||||
|
# Test number array
|
||||||
$testNumbers = @('1.2.2', '1.3.3', '1.3.6', '2.1.1', '2.1.2', '2.1.3', '2.1.4', '2.1.5', '2.1.6', '2.1.7', '2.1.9', '3.1.1', '6.1.1', '6.1.2', '6.1.3', '6.2.1', '6.2.2', '6.2.3', '6.3.1', '6.5.1', '6.5.2', '6.5.3', '8.6.1')
|
$testNumbers = @('1.2.2', '1.3.3', '1.3.6', '2.1.1', '2.1.2', '2.1.3', '2.1.4', '2.1.5', '2.1.6', '2.1.7', '2.1.9', '3.1.1', '6.1.1', '6.1.2', '6.1.3', '6.2.1', '6.2.2', '6.2.3', '6.3.1', '6.5.1', '6.5.2', '6.5.3', '8.6.1')
|
||||||
#>
|
#>
|
||||||
}
|
}
|
||||||
|
@@ -23,6 +23,19 @@ function Get-CISMgOutput {
|
|||||||
|
|
||||||
begin {
|
begin {
|
||||||
# Begin Block #
|
# Begin Block #
|
||||||
|
# Tests
|
||||||
|
<#
|
||||||
|
1.1.1
|
||||||
|
1.1.3
|
||||||
|
1.2.1
|
||||||
|
1.3.1
|
||||||
|
5.1.2.3
|
||||||
|
5.1.8.1
|
||||||
|
6.1.2
|
||||||
|
6.1.3
|
||||||
|
# Test number array
|
||||||
|
$testNumbers = @('1.1.1', '1.1.3', '1.2.1', '1.3.1', '5.1.2.3', '5.1.8.1', '6.1.2', '6.1.3')
|
||||||
|
#>
|
||||||
}
|
}
|
||||||
process {
|
process {
|
||||||
switch ($rec) {
|
switch ($rec) {
|
||||||
|
Reference in New Issue
Block a user