From fdc20093ba9e9bca2a3ef23456eeaa18cc079f20 Mon Sep 17 00:00:00 2001 From: DrIOS <58635327+DrIOSX@users.noreply.github.com> Date: Tue, 24 Dec 2024 11:31:26 -0600 Subject: [PATCH] docs: update help docs --- CHANGELOG.md | 6 ++++++ source/Public/New-M365SecurityAuditAuthObject.ps1 | 1 + 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0fb22b..4e7d067 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/source/Public/New-M365SecurityAuditAuthObject.ps1 b/source/Public/New-M365SecurityAuditAuthObject.ps1 index a13ad7e..fd2bcaf 100644 --- a/source/Public/New-M365SecurityAuditAuthObject.ps1 +++ b/source/Public/New-M365SecurityAuditAuthObject.ps1 @@ -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()]