Skip to content

Commit

Permalink
Microsoftteams_3.1.5 (#1058)
Browse files Browse the repository at this point in the history
* [MC-772] Add `microsoft_teams` keyword 

* [MC-772] Fix unit tests

* Update plugins/microsoft_teams/help.md
  • Loading branch information
blaxminarayan-r7 authored Jan 11, 2022
1 parent f42330e commit 04bb705
Show file tree
Hide file tree
Showing 14 changed files with 31 additions and 522 deletions.
6 changes: 3 additions & 3 deletions plugins/microsoft_teams/.CHECKSUM
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"spec": "a8a98f7a39f3a451cbc6e721d2f18763",
"manifest": "740cde9c1eb4f00811dddc3a01849bb1",
"setup": "24e90b270dbea48610bc4fefd61145ff",
"spec": "c4f984c13d6e66960beb754ecbc27671",
"manifest": "bf3360c95879e501c81bf9aef6b5c90a",
"setup": "fb45935165f7144352b5743d1fa6f285",
"schemas": [
{
"identifier": "add_channel_to_team/schema.py",
Expand Down
2 changes: 1 addition & 1 deletion plugins/microsoft_teams/bin/icon_microsoft_teams
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ from sys import argv

Name = "Microsoft Teams"
Vendor = "rapid7"
Version = "3.1.4"
Version = "3.1.5"
Description = "The Microsoft Teams plugin allows you to send and trigger workflows on new messages. The plugin will also allow for teams management with the ability to add and remove teams, channels, and users"


Expand Down
5 changes: 5 additions & 0 deletions plugins/microsoft_teams/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ This plugin uses the [Microsoft Teams API](https://docs.microsoft.com/en-us/grap
* Username and Password
* Secret Key, similar to API Key

# Supported Product Versions

_There are no supported product versions listed._

# Documentation

## Setup
Expand Down Expand Up @@ -873,6 +877,7 @@ If there is more than one team with the same name in your organization, the olde

# Version History

* 3.1.5 - Add `microsoft_teams` and `office365` keywords | Removed `microsoft, teams, office 365` keywords
* 3.1.4 - Update help.md to include troubleshooting message about team names
* 3.1.3 - Update `docs_url` in plugin spec with a new link to [plugin setup guide](https://docs.rapid7.com/insightconnect/microsoft-teams/)
* 3.1.2 - Fix issue where a name with a bracket could crash the plugin
Expand Down
4 changes: 2 additions & 2 deletions plugins/microsoft_teams/plugin.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ products: [insightconnect]
name: microsoft_teams
title: Microsoft Teams
description: The Microsoft Teams plugin allows you to send and trigger workflows on new messages. The plugin will also allow for teams management with the ability to add and remove teams, channels, and users
version: 3.1.4
version: 3.1.5
vendor: rapid7
support: community
status: []
Expand All @@ -20,7 +20,7 @@ tags:
- chat
hub_tags:
use_cases: [alerting_and_notifications, application_management, threat_detection_and_response, user_management]
keywords: [microsoft, teams, office 365, chat]
keywords: [microsoft_teams, office365, chat]
features: []
types:
team:
Expand Down
2 changes: 1 addition & 1 deletion plugins/microsoft_teams/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


setup(name="microsoft_teams-rapid7-plugin",
version="3.1.4",
version="3.1.5",
description="The Microsoft Teams plugin allows you to send and trigger workflows on new messages. The plugin will also allow for teams management with the ability to add and remove teams, channels, and users",
author="rapid7",
author_email="",
Expand Down
16 changes: 16 additions & 0 deletions plugins/microsoft_teams/unit_test/payloads/get_messages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"value": [
{
"body": {
"content": "This is very old"
},
"createdDateTime": 0
},
{
"body": {
"content": "This should be first"
},
"createdDateTime": 11
}
]
}
16 changes: 0 additions & 16 deletions plugins/microsoft_teams/unit_test/test_add_words_to_message.py

This file was deleted.

251 changes: 0 additions & 251 deletions plugins/microsoft_teams/unit_test/test_azure_ad_utils.py

This file was deleted.

19 changes: 0 additions & 19 deletions plugins/microsoft_teams/unit_test/test_connection.py

This file was deleted.

Loading

0 comments on commit 04bb705

Please sign in to comment.