Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

demisto/py3-tools:1.0.0.102774 | 0-100 | PR batch #2/2 #35335

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Packs/SendGrid/Integrations/SendGrid/SendGrid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ script:
name: SpamCheck
- description: 'A collection of JSON key/value pairs allowing you to specify handling instructions for your email. You may not overwrite the following headers: x-sg-id, x-sg-eid, received, dkim-signature, Content-Type, Content-Transfer-Encoding, To, From, Subject, Reply-To, CC, BCC. For ex: {"key1":"value1","key2":"value2","key3":"value3"}.'
name: Headers
- description: An email template ID. A template that contains a subject and content either text or html will override any subject and content values specified at the personalisations or message level.
- description: "An email template ID. A template that contains a subject and content - either text or html - will override any subject and content values specified at the personalisations or message level."
name: TemplateID
- description: 'Values that are specific to this personalization that will be carried along with the email and its activity data. Substitutions will not be made on custom arguments, so any string that is entered into this parameter will be assumed to be the custom argument that you would like to be used. This field may not exceed 10,000 bytes. For Ex: {"marketing": "true","activationAttempt": "1","customerAccountNumber": "1234"}.'
name: CustomArgs
Expand Down Expand Up @@ -344,8 +344,8 @@ script:
name: sg-delete-list
outputs:
- contextPath: Sendgrid.DeleteListJobId
description: 'Job id of the async job.'
dockerimage: demisto/py3-tools:1.0.0.73969
description: Job id of the async job.
dockerimage: demisto/py3-tools:1.0.0.102774
script: ''
subtype: python3
type: python
Expand Down
6 changes: 3 additions & 3 deletions Packs/Synapse/Integrations/Synapse/Synapse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,13 +284,13 @@ script:
description: Timestamp when the node was first created in the Synapse Cortex.
type: String
- contextPath: Synapse.Nodes.form
description: 'The type of node (i.e. "inet:ipv4" for an IP address).'
description: The type of node (i.e. "inet:ipv4" for an IP address).
type: String
- contextPath: Synapse.Nodes.tags
description: The tags associated with the resulting node.
type: String
- contextPath: Synapse.Nodes.valu
description: 'The node primary value (i.e. "1.2.3.4" for an IP).'
description: The node primary value (i.e. "1.2.3.4" for an IP).
type: String
- description: Lists current users in Synapse Cortex.
name: synapse-list-users
Expand Down Expand Up @@ -421,7 +421,7 @@ script:
- contextPath: Synapse.Model.Valu
description: The given value of the Synapse object type.
type: String
dockerimage: demisto/py3-tools:1.0.0.99035
dockerimage: demisto/py3-tools:1.0.0.102774
runonce: false
script: '-'
subtype: python3
Expand Down
2 changes: 1 addition & 1 deletion Packs/UBIRCH/Integrations/UBIRCH/UBIRCH.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ script:
commands:
- description: Create a list of sample incidents.
name: create-sample-incidents
dockerimage: demisto/py3-tools:1.0.0.96343
dockerimage: demisto/py3-tools:1.0.0.102774
longRunning: true
runonce: false
script: '-'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
args:
- defaultValue: "10"
- defaultValue: '10'
description: Maximum number of entries to return.
name: limit
comment: Script Widget - RSS Feed.
Expand All @@ -8,8 +8,8 @@ commonfields:
version: -1
contentitemexportablefields:
contentitemfields:
fromServerVersion: ""
dockerimage: demisto/py3-tools:1.0.0.45198
fromServerVersion: ''
dockerimage: demisto/py3-tools:1.0.0.102774
enabled: true
name: RSSWidget_LC
runas: DBotWeakRole
Expand Down
Loading