Msg bug xsup71559#44916
Conversation
🤖 AI-Powered Code Review AvailableYou can leverage AI-powered code review to assist with this PR! Available Commands:
|
|
🤖 Analysis started. Please wait for results... |
🤖 AI Review DisclaimerThis review was generated by an AI-powered tool and may contain inaccuracies. Please be advised, and we extend our sincere apologies for any inconvenience this may cause. |
marketplace-ai-reviewer
left a comment
There was a problem hiding this comment.
Hi there! Thanks for your contribution to the Microsoft Graph Security pack. I've reviewed the code and left a few minor suggestions to help polish things up. The feedback mostly focuses on extracting hardcoded values, ensuring test mock accuracy, and a couple of quick metadata and typo tweaks. Great work overall!
Additionally, please address the following file-level notes:
Packs/MicrosoftGraphSecurity/Integrations/MicrosoftGraphSecurity/MicrosoftGraphSecurity.py: Consider extracting the hardcoded Purview scope"b26e684c-5068-4120-a679-64a5d2c909d9/.default"used indownload_export_fileinto a constant at the top of the file (e.g.,PURVIEW_EDISCOVERY_SCOPE).Packs/MicrosoftGraphSecurity/pack_metadata.json: The vendor name (e.g., "Microsoft") is missing from thekeywordslist. Please add it to improve searchability.
@Shellyber, @noydavidi, @nbensalm-palo please review and approve the results generated by the AI Reviewer by responding 👍 on this comment.
noydavidi
left a comment
There was a problem hiding this comment.
Great job getting to the bottom of that bug! 🔥
🔍 AI Triage Report AvailableAn automated triage report has been generated for this pipeline. Status: 📋 Triage Report
|
|
Validate summary Verdict: PR can be force merged from validate perspective? ✅ |
Fixed an issue where downloading an eDiscovery export file caused subsequent commands to fail with a Unauthorized error.
Status
Related Issues
https://jira-dc.paloaltonetworks.com/browse/XSUP-71559
Description
Fixed an issue where downloading an eDiscovery export file caused subsequent commands to fail with a Unauthorized error.
Must have