From cee453a8eb51c3e0a85e05941691b0c0687995dd Mon Sep 17 00:00:00 2001 From: DrIOS <58635327+DrIOSX@users.noreply.github.com> Date: Mon, 29 Apr 2024 11:01:42 -0500 Subject: [PATCH] docs: Update Changelog and automation candidates --- CHANGELOG.md | 23 +++++++++++++++++++++++ helpers/Automation Candidates.md | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 520cdae..1270b29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,29 @@ The format is based on and uses the types of changes according to [Keep a Change ## [Unreleased] +### Added + +- Automated and organized CSV testing and added test 1.1.1. +- Functions to merge tests into an Excel benchmark. +- Public function for merging tests. +- Testing for guest users under test 1.1.4. +- Error handling for `Get-AdminRoleUserLicense`. +- Project URI and icon added to manifest. + +### Fixed + +- Format for `TestDefinitions.csv`. +- Filename for `Test-AdministrativeAccountCompliance`. +- Error handling in test 1.1.1. +- Properties for skipping and including tests. + +### Docs + +- Updated comments for new functions. +- Updated help documentation. + +## [0.1.1] - 2024-04-02 + ### Fixed - Fixed Test-ModernAuthExchangeOnline Profile Level in object. diff --git a/helpers/Automation Candidates.md b/helpers/Automation Candidates.md index 1b3d262..7e6695d 100644 --- a/helpers/Automation Candidates.md +++ b/helpers/Automation Candidates.md @@ -37,7 +37,7 @@ $Report - Commands: ```powershell -$groups = Get-MgGroup | Where-Object { $_.GroupTypes -contains "DynamicMembership" } +$groups = Get-MgGroup | Where-Object { $_.GroupTypes -contains "DynamicMembership" } $groups | ft DisplayName,GroupTypes,MembershipRule ```