From 778977e2498ed40a7cc6882417be5ed88c703242 Mon Sep 17 00:00:00 2001 From: Nishkalank Bezawada Date: Sat, 18 Oct 2025 18:47:03 +0200 Subject: [PATCH 1/3] Update changelog for PR-5124 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b20d9c10..777dbd8c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,6 +47,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). - Fixed issues with `Get-PnPTenantInfo`, `Set-PnPList`, `Remove-PnPSiteSensitivityLabel`, `Set-PnPSiteSensitivityLabel`, `Send-PnPMail` and `Set-PnPWebHeader` cmdlets returning an error [#5059](https://github.com/pnp/powershell/pull/5059) - Fixed issue with `Get-PnPChangelog -Nightly` throwing an error [#5070](https://github.com/pnp/powershell/pull/5070) - Fixed spelling errors in Privileged Identity Management cmdlets: renamed `Get-PnPPriviledgedIdentityManagementRole`, `Get-PnPPriviledgedIdentityManagementEligibleAssignment`, and `Enable-PnPPriviledgedIdentityManagement` to use correct spelling "Privileged". Old cmdlet names remain functional as aliases for backward compatibility. [#5119](https://github.com/pnp/powershell/pull/5119) +- Fixed Typo's on `Move-PnPFolder,Get-PnPPowerPlatformSolution,Get-PnPPowerPlatformCustomConnector,Get-PnPPowerApp,Get-PnPPlannerPlan,Get-PnPContainer` cmdlets [#5124](https://github.com/pnp/powershell/pull/5124) ### Removed @@ -65,6 +66,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). - [davidschenkUPG] - [sofbkeller] - Ali Robertson [alirobe] +- Christian Veenhuis [ChVeen] ## [3.1.0] From 1bef716983b7655d05a8ce64420706c8a81346f5 Mon Sep 17 00:00:00 2001 From: Nishkalank Bezawada Date: Sat, 18 Oct 2025 18:50:30 +0200 Subject: [PATCH 2/3] Resolving comments --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 777dbd8c6..b822c60ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,7 +47,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). - Fixed issues with `Get-PnPTenantInfo`, `Set-PnPList`, `Remove-PnPSiteSensitivityLabel`, `Set-PnPSiteSensitivityLabel`, `Send-PnPMail` and `Set-PnPWebHeader` cmdlets returning an error [#5059](https://github.com/pnp/powershell/pull/5059) - Fixed issue with `Get-PnPChangelog -Nightly` throwing an error [#5070](https://github.com/pnp/powershell/pull/5070) - Fixed spelling errors in Privileged Identity Management cmdlets: renamed `Get-PnPPriviledgedIdentityManagementRole`, `Get-PnPPriviledgedIdentityManagementEligibleAssignment`, and `Enable-PnPPriviledgedIdentityManagement` to use correct spelling "Privileged". Old cmdlet names remain functional as aliases for backward compatibility. [#5119](https://github.com/pnp/powershell/pull/5119) -- Fixed Typo's on `Move-PnPFolder,Get-PnPPowerPlatformSolution,Get-PnPPowerPlatformCustomConnector,Get-PnPPowerApp,Get-PnPPlannerPlan,Get-PnPContainer` cmdlets [#5124](https://github.com/pnp/powershell/pull/5124) +- Fixed Typos on `Move-PnPFolder,Get-PnPPowerPlatformSolution,Get-PnPPowerPlatformCustomConnector,Get-PnPPowerApp,Get-PnPPlannerPlan,Get-PnPContainer` cmdlets [#5124](https://github.com/pnp/powershell/pull/5124) ### Removed From ff63b40817d08e30107cdfb839e4703cf6f572fc Mon Sep 17 00:00:00 2001 From: Nishkalank Bezawada Date: Sat, 18 Oct 2025 18:52:21 +0200 Subject: [PATCH 3/3] Resolving comments --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b822c60ac..40a332032 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,7 +47,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). - Fixed issues with `Get-PnPTenantInfo`, `Set-PnPList`, `Remove-PnPSiteSensitivityLabel`, `Set-PnPSiteSensitivityLabel`, `Send-PnPMail` and `Set-PnPWebHeader` cmdlets returning an error [#5059](https://github.com/pnp/powershell/pull/5059) - Fixed issue with `Get-PnPChangelog -Nightly` throwing an error [#5070](https://github.com/pnp/powershell/pull/5070) - Fixed spelling errors in Privileged Identity Management cmdlets: renamed `Get-PnPPriviledgedIdentityManagementRole`, `Get-PnPPriviledgedIdentityManagementEligibleAssignment`, and `Enable-PnPPriviledgedIdentityManagement` to use correct spelling "Privileged". Old cmdlet names remain functional as aliases for backward compatibility. [#5119](https://github.com/pnp/powershell/pull/5119) -- Fixed Typos on `Move-PnPFolder,Get-PnPPowerPlatformSolution,Get-PnPPowerPlatformCustomConnector,Get-PnPPowerApp,Get-PnPPlannerPlan,Get-PnPContainer` cmdlets [#5124](https://github.com/pnp/powershell/pull/5124) +- Fixed Typos on `Move-PnPFolder, Get-PnPPowerPlatformSolution, Get-PnPPowerPlatformCustomConnector, Get-PnPPowerApp, Get-PnPPlannerPlan, Get-PnPContainer` cmdlets [#5124](https://github.com/pnp/powershell/pull/5124) ### Removed