🎨 UI
🐞 Fixes
- Download report behaviour updated to show feedback based on API response. (#7758)
- Missing KISA and ProwlerThreat icons added to the compliance page. (#7860)
- Retrieve more than 10 scans in /compliance page. (#7865)
- Improve CustomDropdownFilter component. (#7868)
💻 API
🐛 Fixes
- Fixed task lookup to use task_kwargs instead of task_args for scan report resolution. (#7830)
- Fixed Kubernetes UID validation to allow valid context names (#7871)
- Fixed the connection status verification before launching a scan (#7831)
- Fixed a race condition when creating background tasks (#7876).
- Fixed an error when modifying or retrieving tenants due to missing user UUID in transaction context (#7890).
🔧 SDK
Fixes
- Fix
m365_powershell test_credentials
to use sanitized credentials. (#7761) - Fix
admincenter_users_admins_reduced_license_footprint
check logic to pass when admin user has no license. (#7779) - Fix
m365_powershell
to close the PowerShell sessions in msgraph services. (#7816) - Fix
defender_ensure_notify_alerts_severity_is_high
check to accept high or lower severity. (#7862) - Replace
Directory.Read.All
permission withDomain.Read.All
which is more restrictive. (#7888) - Split calls to list Azure Functions attributes. (#7778)
Full Changelog: 5.7.1...5.7.2