Skip to content

Commit e78e298

Browse files
authored
Downgrade docker to fix banner issue (demisto#24905)
* Downgrade docker to fix banner issue * Fix docs * Add UT to prevent Docker bump * Fix yml validation
1 parent 6dbf01d commit e78e298

File tree

5 files changed

+20
-3
lines changed

5 files changed

+20
-3
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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+
}

Packs/MicrosoftExchangeOnline/Integrations/EwsExtension/EwsExtension.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1836,7 +1836,8 @@ script:
18361836
description: The date in UTC format of when the mailbox audit bypass association
18371837
was created.
18381838
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.
18401841
feed: false
18411842
isfetch: false
18421843
longRunning: false
@@ -1847,3 +1848,4 @@ script:
18471848
tests:
18481849
- O365 - EWS - Extension - Test
18491850
fromversion: 5.5.0
1851+
autoUpdateDockerImage: false

Packs/MicrosoftExchangeOnline/Integrations/EwsExtension/EwsExtension_description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Supported authentication methods:
88
- OAuth2.0 (For MFA enabled accounts) -
99
1. Enter a value for the UPN parameter in the integration configuration.
1010
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.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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.

Packs/MicrosoftExchangeOnline/pack_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Microsoft Exchange Online",
33
"description": "Exchange Online and Office 365 (mail)",
44
"support": "xsoar",
5-
"currentVersion": "1.0.8",
5+
"currentVersion": "1.0.9",
66
"author": "Cortex XSOAR",
77
"url": "https://www.paloaltonetworks.com/cortex",
88
"email": "",

0 commit comments

Comments
 (0)