Skip to content

Commit

Permalink
SOAR-18525 - missed links in rename (#3049)
Browse files Browse the repository at this point in the history
* SOAR-18525 - missed links in rename

* SOAR-18525 - use latest SDK
  • Loading branch information
joneill-r7 authored Jan 16, 2025
1 parent 362fb91 commit ca4ef19
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion plugins/microsoft_atp/.CHECKSUM
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"spec": "d157b791788b17b2b6d2de127320f5c1",
"spec": "a042dbc96e9aab3886c0463b573a4654",
"manifest": "8f26bd28e949cfda8dfce9f0036777a3",
"setup": "9ceeb89f2b17b0f547706b3639287496",
"schemas": [
Expand Down
2 changes: 1 addition & 1 deletion plugins/microsoft_atp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 rapid7/insightconnect-python-3-plugin:6.2.2
FROM --platform=linux/amd64 rapid7/insightconnect-python-3-plugin:6.2.3

LABEL organization=rapid7
LABEL sdk=python
Expand Down
6 changes: 3 additions & 3 deletions plugins/microsoft_atp/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -1361,9 +1361,9 @@ Example output:

# Links

* [Windows Defender ATP](https://www.microsoft.com/en-us/windowsforbusiness/windows-atp)
* [Windows Defender for Endpoint](https://www.microsoft.com/en-us/security/business/endpoint-security/microsoft-defender-endpoint)

## References

* [Windows Defender ATP API Start Page](https://docs.microsoft.com/en-us/windows/security/threat-protection/windows-defender-atp/use-apis)
* [Windows Defender ATP API Endpoints](https://docs.microsoft.com/en-us/windows/security/threat-protection/windows-defender-atp/exposed-apis-list)
* [Windows Defender for Endpoint API Start Page](https://learn.microsoft.com/en-us/defender-endpoint/api/apis-intro)
* [Windows Defender for Endpoint API Endpoints](https://learn.microsoft.com/en-us/defender-endpoint/api/exposed-apis-list)
8 changes: 4 additions & 4 deletions plugins/microsoft_atp/plugin.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ hub_tags:
features: []
sdk:
type: full
version: 6.2.2
version: 6.2.3
user: nobody
troubleshooting:
- "For information on how to setup your Azure application and assign permissions go [here](https://docs.microsoft.com/en-us/windows/security/threat-protection/microsoft-defender-atp/exposed-apis-create-app-webapp)"
links:
- "[Windows Defender ATP](https://www.microsoft.com/en-us/windowsforbusiness/windows-atp)"
- "[Windows Defender for Endpoint](https://www.microsoft.com/en-us/security/business/endpoint-security/microsoft-defender-endpoint)"
references:
- "[Windows Defender ATP API Start Page](https://docs.microsoft.com/en-us/windows/security/threat-protection/windows-defender-atp/use-apis)"
- "[Windows Defender ATP API Endpoints](https://docs.microsoft.com/en-us/windows/security/threat-protection/windows-defender-atp/exposed-apis-list)"
- "[Windows Defender for Endpoint API Start Page](https://learn.microsoft.com/en-us/defender-endpoint/api/apis-intro)"
- "[Windows Defender for Endpoint API Endpoints](https://learn.microsoft.com/en-us/defender-endpoint/api/exposed-apis-list)"
version_history:
- "6.0.1 - Update to latest SDK (v6.2.2) | Address vulnerabilities | Rebrand to `Microsoft Defender for Endpoint`"
- "6.0.0 - Updated SDK to the latest version | Initial updates for fedramp compliance"
Expand Down

0 comments on commit ca4ef19

Please sign in to comment.