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 d0fdc71 commit d10326dCopy full SHA for d10326d
Src/Public/Invoke-AsBuiltReport.NetApp.ONTAP.ps1
@@ -300,7 +300,7 @@ function Invoke-AsBuiltReport.NetApp.ONTAP {
300
Paragraph "The following section provides Network VLAN information in $($ClusterInfo.ClusterName)."
301
BlankLine
302
$Nodes = Get-NcNode -Controller $Array
303
- $VLANDataObj = foreach ($Node in $Nodes) {
+ foreach ($Node in $Nodes) {
304
if (Get-NcNetPortVlan -Node $Node -Controller $Array) {
305
Section -Style Heading4 "$Node Vlans" {
306
Get-AbrOntapNetworkVlan -Node $Node
0 commit comments