docs: formatting and cleanup

This commit is contained in:
DrIOS
2024-06-15 16:27:41 -05:00
parent 919d6cdd08
commit f981e59b43
3 changed files with 9 additions and 30 deletions

View File

@@ -6,6 +6,14 @@ The format is based on and uses the types of changes according to [Keep a Change
### Added
- Added `Export-M365SecurityAuditTable` public function to export applicable audit results to a table format.
- Added `Remove-RowsWithEmptyCSVStatus` public function to remove rows with empty status from the CSV file.
- Added `Get-Action` private function to retrieve the action for the test 6.1.2 and 6.1.3 tests.
## [0.1.11] - 2024-06-14
### Added
- Added Get-MFAStatus function to help with auditing mfa for conditional access controls.
### Fixed