Skip to content

Commit 815efd1

Browse files
amshamah419xsoar-bot
authored andcommitted
Hide Deprecation Banner from EWS Extension (demisto#24577)
* Hide banner notice regarding RPS deprecation * RNs, Meta * merge from master * ignore CJ105 * ignore CJ105
1 parent 7e05fb5 commit 815efd1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Packs/MicrosoftExchangeOnline/Integrations/EwsExtension/EwsExtension.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function CreateNewSession {
6666
"AllowRedirection" = $true
6767
"SessionOption" = $session_options
6868
}
69-
$session = New-PSSession @sessions_params -WarningAction:SilentlyContinue
69+
$session = New-PSSession @sessions_params -WarningAction:SilentlyContinue -ShowBanner:$false
7070

7171
if (!$session) {
7272
throw "Fail - establishing session to $url"
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
#### Integrations
3+
##### O365 - EWS - Extension
4+
- Fixed an issue where the banner notification regarding RPS deprecation would break the output.

0 commit comments

Comments
 (0)