We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83141e5 commit f19b12dCopy full SHA for f19b12d
Src/Public/Invoke-AsBuiltReport.NetApp.ONTAP.ps1
@@ -422,12 +422,12 @@ function Invoke-AsBuiltReport.NetApp.ONTAP {
422
Paragraph "The following section provides the FCP Service Information on $($SVM)."
423
BlankLine
424
Get-AbrOntapVserverFcpSummary -Vserver $SVM
425
- Section -Style Heading6 'FCP Interfaces' {
426
- Get-AbrOntapVserverFcpInterface -Vserver $SVM
427
- }
428
Section -Style Heading6 'FCP Physical Adapter' {
429
Get-AbrOntapVserverFcpAdapter
430
}
+ Section -Style Heading6 'FCP Interfaces' {
+ Get-AbrOntapVserverFcpInterface -Vserver $SVM
+ }
431
432
433
if (Get-NcLun -Controller $Array | Where-Object {$_.Vserver -eq $SVM}) {
0 commit comments