Skip to content

Commit

Permalink
Remove unnecessary spaces in names (demisto#25176)
Browse files Browse the repository at this point in the history
* Remove unnecessary spaces in names

* Added rn
  • Loading branch information
Shellyber authored Mar 9, 2023
1 parent 4775a2c commit 43d4191
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "Microsoft Advanced Threat Analytics",
"name": " Microsoft Advanced Threat Analytics - Classification",
"name": "Microsoft Advanced Threat Analytics - Classification",
"type": "classification",
"description": "Classifies Microsoft Advanced Threat Analytics suspicious activities",
"fromVersion": "6.0.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "Microsoft Advanced Threat Analytics-mapper",
"name": " Microsoft Advanced Threat Analytics - Incoming Mapper",
"name": "Microsoft Advanced Threat Analytics - Incoming Mapper",
"type": "mapping-incoming",
"description": "Maps Microsoft Advanced Threat Analytics suspicious activity fields.",
"fromVersion": "6.0.0",
Expand Down
12 changes: 12 additions & 0 deletions Packs/MicrosoftAdvancedThreatAnalytics/ReleaseNotes/1_0_13.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

#### Classifiers

##### Microsoft Advanced Threat Analytics - Classification

- Fixed the name of the classifier, so it will not contain a space at the beginning of its name.

#### Mappers

##### Microsoft Advanced Threat Analytics - Incoming Mapper

- Fixed the name of the mapper, so it will not contain a space at the beginning of its name.
2 changes: 1 addition & 1 deletion Packs/MicrosoftAdvancedThreatAnalytics/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Microsoft Advanced Threat Analytics",
"description": "Manage suspicious activities, monitoring alerts and entities on Microsoft ATA.",
"support": "xsoar",
"currentVersion": "1.0.12",
"currentVersion": "1.0.13",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down

0 comments on commit 43d4191

Please sign in to comment.