Skip to content

Commit

Permalink
New module: Private Endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudio-Merola committed Feb 20, 2024
1 parent 8e9cf8d commit b8c4ee7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Modules/Networking/PrivateEndpoint.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Inventory for Azure Private Endpoint
.DESCRIPTION
This script consolidates information for all microsoft.network/privatednszones and resource provider in $Resources variable.
Excel Sheet Name: PvtEndpoint
This script consolidates information for all microsoft.network/privateendpoints and resource provider in $Resources variable.
Excel Sheet Name: Private Endpoints
.Link
https://github.com/microsoft/ARI/Modules/Networking/PrivateEndpoint.ps1
Expand All @@ -13,7 +13,7 @@ https://github.com/microsoft/ARI/Modules/Networking/PrivateEndpoint.ps1
This powershell Module is part of Azure Resource Inventory (ARI)
.NOTES
Version: 3.1.14
Version: 3.1.15
First Release Date: 19th November, 2020
Authors: Claudio Merola and Renato Gregio
Expand Down Expand Up @@ -109,7 +109,7 @@ Else {

$ExcelVar |
ForEach-Object { [PSCustomObject]$_ } | Select-Object -Unique $Exc |
Export-Excel -Path $File -WorksheetName 'PvtEndpoint' -AutoSize -MaxAutoSizeRows 100 -TableName $TableName -ConditionalText $condtxt -TableStyle $tableStyle -Style $Style
Export-Excel -Path $File -WorksheetName 'Private Endpoint' -AutoSize -MaxAutoSizeRows 100 -TableName $TableName -ConditionalText $condtxt -TableStyle $tableStyle -Style $Style

}
}

0 comments on commit b8c4ee7

Please sign in to comment.