docs: update help docs

This commit is contained in:
DrIOS
2024-12-24 11:31:26 -06:00
parent 87c635210d
commit fdc20093ba
2 changed files with 7 additions and 0 deletions

View File

@@ -6,6 +6,12 @@ The format is based on and uses the types of changes according to [Keep a Change
### Added
- Link to App Authentication documentation in `New-M365SecurityAuditAuthObject` help file.
## [0.1.26] - 2024-08-04
### Added
- Added `New-M365SecurityAuditAuthObject` function to create a new authentication object for the security audit for app-based authentication.
### Changed

View File

@@ -31,6 +31,7 @@
Creates a new CISAuthenticationParameters object with the specified credentials and URLs, validating each parameter's format and length.
.NOTES
Requires PowerShell 7.0 or later.
https://learn.microsoft.com/en-us/powershell/exchange/app-only-auth-powershell-v2?view=exchange-ps
#>
function New-M365SecurityAuditAuthObject {
[CmdletBinding()]