Skip to content

Commit

Permalink
format url api module (demisto#34111)
Browse files Browse the repository at this point in the history
* format url api module

* Bump pack from version CommonScripts to 1.14.39.

---------

Co-authored-by: Content Bot <[email protected]>
  • Loading branch information
dantavori and Content Bot authored Apr 25, 2024
1 parent 6d3cf43 commit 9dad542
Show file tree
Hide file tree
Showing 14 changed files with 1,242 additions and 1,201 deletions.
770 changes: 770 additions & 0 deletions Packs/ApiModules/Scripts/FormatURLApiModule/FormatURLApiModule.py

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions Packs/ApiModules/Scripts/FormatURLApiModule/FormatURLApiModule.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
comment: Common code for url formatting.
commonfields:
id: FormatURLApiModule
version: -1
name: FormatURLApiModule
script: '-'
subtype: python3
tags:
- infra
- server
timeout: 0s
type: python
dockerimage: demisto/python3:3.10.12.66339
tests:
- No Tests
fromversion: 5.0.0
397 changes: 397 additions & 0 deletions Packs/ApiModules/Scripts/FormatURLApiModule/FormatURLApiModule_test.py

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions Packs/CommonScripts/ReleaseNotes/1_14_39.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

#### Scripts

##### FormatURL
- Updated the Docker image to: *demisto/python3:3.10.14.92207*.
- Internal code adjustments.

Loading

0 comments on commit 9dad542

Please sign in to comment.