From a74754f88984b28df4fb18a7142defe3ad6fea09 Mon Sep 17 00:00:00 2001 From: KoenZomers Date: Thu, 21 Sep 2023 18:09:45 +0200 Subject: [PATCH] Typo fix --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cc6f441c..807c48dfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -55,7 +55,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). - The `Publish-PnPCompanyApp` cmdlet is now obsolete. It will be removed in the next version. [#3349](https://github.com/pnp/powershell/pull/3349) - Verbose output will no longer show the access token [#3352](https://github.com/pnp/powershell/pull/3352) - Improved `Add-PnPFile` cmdlet. It will now automatically checkout the file if `-CheckinType` parameter is specified. [#3403](https://github.com/pnp/powershell/pull/3403) -- All Azure Active Directory cmdlets and code has been renamed to Entra ID. Aliases have been added for backwards compatibility. [#3432](https://github.com/pnp/powershell/pull/3432) +- All Azure Active Directory cmdlets and code have been renamed to Entra ID. Aliases have been added for backwards compatibility. [#3432](https://github.com/pnp/powershell/pull/3432) ### Removed