Skip to content

Commit 3603633

Browse files
authored
Update Invoke-AsBuiltReport.NetApp.ONTAP.ps1
1 parent 9bc287f commit 3603633

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Src/Public/Invoke-AsBuiltReport.NetApp.ONTAP.ps1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ function Invoke-AsBuiltReport.NetApp.ONTAP {
4343
}
4444

4545
# Import Report Configuration
46-
$Report = $ReportConfig.Report
47-
$InfoLevel = $ReportConfig.InfoLevel
48-
$Options = $ReportConfig.Options
46+
$script:Report = $ReportConfig.Report
47+
$script:InfoLevel = $ReportConfig.InfoLevel
48+
$script:Options = $ReportConfig.Options
4949

5050
# General information
51-
$TextInfo = (Get-Culture).TextInfo
51+
$script:TextInfo = (Get-Culture).TextInfo
5252

5353
#Connect to Ontap Storage Array using supplied credentials
5454
foreach ($OntapArray in $Target) {
@@ -770,4 +770,4 @@ function Invoke-AsBuiltReport.NetApp.ONTAP {
770770
}
771771
}
772772
#$global:CurrentNcController = $null
773-
}
773+
}

0 commit comments

Comments
 (0)