From 5d681f3d72b57426735e8bada31d758b9bf1dc4e Mon Sep 17 00:00:00 2001 From: DrIOS <58635327+DrIOSX@users.noreply.github.com> Date: Sat, 8 Jun 2024 17:19:39 -0500 Subject: [PATCH] docs: update CHANGELOG --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dca7b8..3499940 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ The format is based on and uses the types of changes according to [Keep a Change - Added pipeline support to `Sync-CISExcelAndCsvData` function for `[CISAuditResult[]]` input. +### Changed + +- Updated `Connect-M365Suite` to make `TenantAdminUrl` an optional parameter. +- Updated `Invoke-M365SecurityAudit` to make `TenantAdminUrl` an optional parameter. +- Improved connection handling and error messaging in `Connect-M365Suite`. +- Enhanced `Invoke-M365SecurityAudit` to allow flexible inclusion and exclusion of specific recommendations, IG filters, and profile levels. + ## [0.1.5] - 2024-06-08 ### Added