docs: Update Changelog and automation candidates

This commit is contained in:
DrIOS
2024-04-29 11:01:42 -05:00
parent a8c7da2b7d
commit cee453a8eb
2 changed files with 24 additions and 1 deletions

View File

@@ -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.

View File

@@ -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
```