Skip to content

Commit

Permalink
Improvements on App Insights Module
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudio-Merola committed May 21, 2024
1 parent 765ad6e commit 6047b7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Modules/Integration/AppInsights.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ Else {

$condtxt = @()
$condtxt += New-ConditionalText Disabled -Range K:K
$condtxt += New-ConditionalText enabled -Range N:N
$condtxt += New-ConditionalText enabled -Range O:O
$condtxt += New-ConditionalText - -Range F:F -ConditionalType ContainsText

$Exc = New-Object System.Collections.Generic.List[System.Object]
Expand Down

0 comments on commit 6047b7a

Please sign in to comment.