You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -16,15 +16,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
16
16
### Fixed
17
17
- Fix `Set-PnPView -Aggregations` parameter not showing aggregations in SharePoint online. [#4868](https://github.com/pnp/powershell/pull/4868)
18
18
- Fix `-CreateDrive` parameter not working correctly in `Connect-PnPOnline`. [#4869](https://github.com/pnp/powershell/pull/4869)
19
-
-Fixed`Get/Remove/Restore-PnPFileVersion` cmdlets to properly handle file names which have encoded values.
19
+
-Fix`Get/Remove/Restore-PnPFileVersion` cmdlets to properly handle file names which have encoded values.
20
20
- Fixed Teams related cmdlets to properly handle quotes in the display name of Teams team.
21
-
-Fixed`Set-PnPListItem` cmdlet to properly handle multi-choice fields when used with batch parameter.
21
+
-Fix`Set-PnPListItem` cmdlet to properly handle multi-choice fields when used with batch parameter.
22
22
- Fix `Get-PnPCopilotAgent` cmdlet to properly handle pagination in large lists.
23
+
- Fix `Send-PnPMail` cmdlet to send mail via Graph API and SPO. It was facing parameter set issue. [#4922](https://github.com/pnp/powershell/pull/4922)
0 commit comments