-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Delete Custom Content] Add input -
using
(#27859)
* Add new input - instance_name * pre-commit * Update RN and Docker image * Add pack ignore PB106
- Loading branch information
Showing
7 changed files
with
173 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
|
||
#### Playbooks | ||
|
||
##### Delete Custom Content | ||
|
||
- Added new inputs `instance_name` (which `Core REST API` instance to use). | ||
|
||
#### Scripts | ||
|
||
##### DeleteContent | ||
- Updated the Docker image to: *demisto/python3:3.10.12.63474*. | ||
|
||
- Added the option to specify `Core REST API` instance to use by setting the **using** value when running the script. |
254 changes: 147 additions & 107 deletions
254
Packs/ContentManagement/Scripts/DeleteContent/DeleteContent.py
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters