Skip to content

Commit 9e110f8

Browse files
authored
Aligning long running integrations not by default (#37704)
Fixed long-running params in yml
1 parent 7f75005 commit 9e110f8

File tree

8 files changed

+37
-22
lines changed

8 files changed

+37
-22
lines changed

Packs/MicrosoftTeams/.pack-ignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ ignore=RM106
44
[file:MicrosoftTeams.yml]
55
ignore=DS107
66

7+
[file:MicrosoftTeams_description.md]
8+
ignore=DS107
9+
710
[known_words]
811
aad
912
membershiptype

Packs/MicrosoftTeams/Integrations/MicrosoftTeams/MicrosoftTeams.yml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -129,29 +129,28 @@ configuration:
129129
section: Connect
130130
advanced: true
131131
required: false
132+
- additionalinfo: 'Optional - Welcome message when creating new incidents using the bot. If left empty (default option) the current default welcome message will be used, i.e., "Successfully created incident <incident_name>. View it on: <incident_link>". If the parameter is set to "no_welcome_message" value, no message will be displayed. Any non-empty string value set will be used as the custom new incident welcome message.'
133+
defaultvalue: 'Successfully created incident <incident_name>. View it on: <incident_link>'
134+
display: Custom New Incident Welcome Message
135+
name: new_incident_welcome_message
136+
required: false
137+
type: 0
132138
- display: Long running instance
133139
name: longRunning
134140
type: 8
135141
section: Connect
136-
advanced: true
137142
required: false
138-
- display: Listen port, e.g. 7000 (Required for investigation mirroring and direct messages)
143+
- display: Listen port
144+
additionalinfo: E.g., 7000 (Required for investigation mirroring and direct messages).
139145
name: longRunningPort
140146
type: 0
141-
section: Collect
142-
advanced: true
147+
section: Connect
143148
required: false
144149
- display: Incident type
145150
name: incidentType
146151
type: 13
147152
section: Connect
148153
required: false
149-
- additionalinfo: 'Optional - Welcome message when creating new incidents using the bot. If left empty (default option) the current default welcome message will be used, i.e., "Successfully created incident <incident_name>. View it on: <incident_link>". If the parameter is set to "no_welcome_message" value, no message will be displayed. Lastly, any non-empty string value set will be used as the custom new incident welcome message.'
150-
defaultvalue: 'Successfully created incident <incident_name>. View it on: <incident_link>'
151-
display: Custom New Incident Welcome Message
152-
name: new_incident_welcome_message
153-
required: false
154-
type: 0
155154
description: Send messages and notifications to your team members.
156155
display: Microsoft Teams
157156
name: Microsoft Teams
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
#### Integrations
3+
4+
##### Microsoft Teams
5+
6+
- Updated the positions of "Listen Port" and "Long running instance" parameters in the instance configuration.

Packs/MicrosoftTeams/pack_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Microsoft Teams",
33
"description": "Send messages and notifications to your team members.",
44
"support": "xsoar",
5-
"currentVersion": "1.5.9",
5+
"currentVersion": "1.5.10",
66
"author": "Cortex XSOAR",
77
"url": "https://www.paloaltonetworks.com/cortex",
88
"email": "",

Packs/Zoom/Integrations/Zoom/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This integration was integrated and tested with version 2.0.0 of Zoom
1313
| `Use system proxy settings` | | False |
1414
| `Trust any certificate (not secure)` | | False |
1515
| `Long running instance`| Enable in order to use zoom-ask and for mirroring. |False |
16-
| `Listen Port`|Listener port number. |False|
16+
| `Listen Port`|Listener port number. Required when choosing long running instance with an external engine for using the Zoom Bot. |False|
1717
| `Bot JID`| Zoom Bot app JID. | False|
1818
| `Bot Client ID (OAuth)`| Zoom Bot app client ID. | False|
1919
| `Bot Client Secret (OAuth)`| Zoom Bot app secret ID. | False|

Packs/Zoom/Integrations/Zoom/Zoom.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,20 @@ configuration:
4141
additionalinfo: Token to verify the messages from Zoom.
4242
- display: Long running instance
4343
name: longRunning
44-
section: Collect
44+
section: Connect
4545
type: 8
46+
- display: Listen Port
47+
name: longRunningPort
48+
type: 0
49+
section: Connect
50+
required: false
51+
additionalinfo: Required when choosing an external engine. You must enable Long running instance to run the web server on this port from within Cortex XSOAR. Requires a unique port for each long-running integration instance. Do not use the same port for multiple instances.
4652
- defaultvalue: 'false'
4753
display: Enable Incident Mirroring
4854
name: mirroring
4955
type: 8
5056
section: Collect
5157
additionalinfo: You most enable or run mirror-investigation.
52-
- display: Listen Port
53-
name: longRunningPort
54-
type: 0
55-
section: Collect
56-
required: false
57-
additionalinfo: You must enable Long running instance to run the web server on this port from within Cortex XSOAR. Requires a unique port for each long-running integration instance. Do not use the same port for multiple instances.
5858
- display: Use system proxy settings
5959
name: proxy
6060
type: 8
@@ -1290,7 +1290,7 @@ script:
12901290
runonce: false
12911291
longRunning: true
12921292
longRunningPort: true
1293-
dockerimage: demisto/fastapi:0.115.4.115067
1293+
dockerimage: demisto/fastapi:0.115.5.117397
12941294
script: "-"
12951295
subtype: python3
12961296
type: python

Packs/Zoom/ReleaseNotes/1_6_19.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
#### Integrations
3+
4+
##### Zoom
5+
6+
- Updated the positions of "Listen Port" and "Long running instance" parameters in the instance configuration.
7+
- Updated the Docker image to: *demisto/fastapi:0.115.5.117397*.

Packs/Zoom/pack_metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Zoom",
33
"description": "Use the Zoom integration manage your Zoom users and meetings",
44
"support": "xsoar",
5-
"currentVersion": "1.6.18",
5+
"currentVersion": "1.6.19",
66
"author": "Cortex XSOAR",
77
"url": "https://www.paloaltonetworks.com/cortex",
88
"email": "",
@@ -18,4 +18,4 @@
1818
"marketplacev2"
1919
],
2020
"defaultDataSource": "ZoomEventCollector"
21-
}
21+
}

0 commit comments

Comments
 (0)