@@ -24,7 +24,7 @@ function Get-AbrOntapNetworkMgmt {
2424
2525 process {
2626 if (Get-NcNetInterface - Controller $Array | Where-Object {$_.Role -eq ' cluster' }) {
27- Section - Style Heading6 ' Cluster Network Interfaces Summary ' {
27+ Section - Style Heading6 ' Cluster Network Interfaces' {
2828 Paragraph " The following section provides the Cluster Network Interfaces Information on $ ( $ClusterInfo.ClusterName ) ."
2929 BlankLine
3030 $ClusterData = Get-NcNetInterface - Controller $Array | Where-Object {$_.Role -eq ' cluster' }
@@ -60,7 +60,7 @@ function Get-AbrOntapNetworkMgmt {
6060 }
6161 }
6262 }
63- Section - Style Heading6 ' Management Network Interfaces Summary ' {
63+ Section - Style Heading6 ' Management Network Interfaces' {
6464 Paragraph " The following section provides the Management Network Interfaces Information on $ ( $ClusterInfo.ClusterName ) ."
6565 BlankLine
6666 $ClusterData = Get-NcNetInterface - Controller $Array | Where-Object {$_.Role -eq ' cluster_mgmt' -or $_.Role -eq ' node_mgmt' }
@@ -96,7 +96,7 @@ function Get-AbrOntapNetworkMgmt {
9696 }
9797 }
9898 if (Get-NcNetInterface - Controller $Array | Where-Object {$_.Role -eq ' intercluster' }) {
99- Section - Style Heading6 ' Intercluster Network Interfaces Summary ' {
99+ Section - Style Heading6 ' Intercluster Network Interfaces' {
100100 Paragraph " The following section provides the Intercluster Network Interfaces Information on $ ( $ClusterInfo.ClusterName ) ."
101101 BlankLine
102102 $ClusterData = Get-NcNetInterface - Controller $Array | Where-Object {$_.Role -eq ' intercluster' }
@@ -132,7 +132,7 @@ function Get-AbrOntapNetworkMgmt {
132132 }
133133 }
134134 }
135- Section - Style Heading6 ' Data Network Interfaces Summary ' {
135+ Section - Style Heading6 ' Data Network Interfaces' {
136136 Paragraph " The following section provides the Data Network Interfaces Information on $ ( $ClusterInfo.ClusterName ) ."
137137 BlankLine
138138 $ClusterData = Get-NcNetInterface - Controller $Array | Where-Object {$_.Role -eq ' data' -and $_.DataProtocols -ne ' fcp' }
0 commit comments