File tree 5 files changed +20
-3
lines changed
Packs/MicrosoftExchangeOnline
Integrations/EwsExtension 5 files changed +20
-3
lines changed Original file line number Diff line number Diff line change
1
+ Describe " PowerShell version" {
2
+ It " is 7.1.4" {
3
+ $expectedVersion = [Version ] " 7.1.4"
4
+ $actualVersion = $PSVersionTable.PSVersion
5
+
6
+ # Assert that the actual version matches the expected version
7
+ $actualVersion | Should - Be $expectedVersion
8
+ }
9
+ }
Original file line number Diff line number Diff line change @@ -1836,7 +1836,8 @@ script:
1836
1836
description : The date in UTC format of when the mailbox audit bypass association
1837
1837
was created.
1838
1838
type : Date
1839
- dockerimage : demisto/powershell-ubuntu:7.2.2.29705
1839
+ dockerimage : demisto/powershell-ubuntu:7.1.4.24032
1840
+ # Please do not change the docker image until CIAC-5623 is handled.
1840
1841
feed : false
1841
1842
isfetch : false
1842
1843
longRunning : false
@@ -1847,3 +1848,4 @@ script:
1847
1848
tests :
1848
1849
- O365 - EWS - Extension - Test
1849
1850
fromversion : 5.5.0
1851
+ autoUpdateDockerImage : false
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ Supported authentication methods:
8
8
- OAuth2.0 (For MFA enabled accounts) -
9
9
1 . Enter a value for the UPN parameter in the integration configuration.
10
10
2 . Run the *** ews-auth-start*** command and follow the instructions.
11
- 3 . Run the *** o365- ews-test-auth*** command to verify that the authorization process was implemented correctly.
11
+ 3 . Run the *** ews-test-auth*** command to verify that the authorization process was implemented correctly.
Original file line number Diff line number Diff line change
1
+
2
+ #### Integrations
3
+ ##### O365 - EWS - Extension
4
+ - Downgraded the PowerShell version used by the integration to prevent the RPS deprecation banner from breaking the
5
+ outputs of command executions.
6
+ - Fixed an issue where the integration description indicated the wrong command to test successful authentication.
Original file line number Diff line number Diff line change 2
2
"name" : " Microsoft Exchange Online" ,
3
3
"description" : " Exchange Online and Office 365 (mail)" ,
4
4
"support" : " xsoar" ,
5
- "currentVersion" : " 1.0.8 " ,
5
+ "currentVersion" : " 1.0.9 " ,
6
6
"author" : " Cortex XSOAR" ,
7
7
"url" : " https://www.paloaltonetworks.com/cortex" ,
8
8
"email" : " " ,
You can’t perform that action at this time.
0 commit comments