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
{{ message }}
This repository was archived by the owner on Jan 19, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
5
5
6
6
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
7
7
8
+
## [3.13.1909.0]
9
+
10
+
### Added
11
+
12
+
### Changed
13
+
14
+
- Added -Label parameter to Add-PnPList and Set-PnPListItem to allow setting a retention label
15
+
- ConvertTo-PnPClientSidePage: Added support for skipping the default URL rewriting while still applying any custom URL rewriting if specified (SkipDefaultUrlRewriting parameter)
16
+
- ConvertTo-PnPClientSidePage: Added support reverting to the pre September 2019 behaviour for images insides tables/lists. As of September 2019 these images are not created anymore as additional separate image web part since the modern text editor is not dropping the embedded images anymore on edit (AddTableListImageAsImageWebPart parameter)
17
+
- Get-PnPSearchCrawlLog: Added switch to show raw crawl log data, as data can change in the back-end. Fixed to show log message.
18
+
- Set-PnPTenant: Added switch to set disabled 1st party web parts
Remarks="Connects to the Microsoft Graph API using application permissions via an app's declared permission scopes. See https://github.com/SharePoint/PnP-PowerShell/tree/master/Samples/Graph.ConnectUsingAppPermissions for a sample on how to get started.",
Remarks="Connects to SharePoint using app-only tokens via an app's declared permission scopes. See https://github.com/SharePoint/PnP-PowerShell/tree/master/Samples/SharePoint.ConnectUsingAppPermissions for a sample on how to get started.",
Remarks="Connects to SharePoint using app-only tokens via an app's declared permission scopes. See https://github.com/SharePoint/PnP-PowerShell/tree/master/Samples/SharePoint.ConnectUsingAppPermissions for a sample on how to get started.",
Remarks="Connects to SharePoint using app-only tokens via an app's declared permission scopes. See https://github.com/SharePoint/PnP-PowerShell/tree/master/Samples/SharePoint.ConnectUsingAppPermissions for a sample on how to get started.",
116
+
SortOrder=17)]
109
117
#endif
110
118
#if ONPREMISES
111
119
[CmdletExample(
@@ -463,7 +471,10 @@ public class ConnectOnline : PSCmdlet
463
471
[Parameter(Mandatory=false,ParameterSetName=ParameterSet_APPONLYAAD,HelpMessage="Ignores any SSL errors. To be used i.e. when connecting to a SharePoint farm using self signed certificates or using a certificate authority not trusted by this machine.")]
464
472
[Parameter(Mandatory=false,ParameterSetName=ParameterSet_APPONLYAADPEM,HelpMessage="Ignores any SSL errors. To be used i.e. when connecting to a SharePoint farm using self signed certificates or using a certificate authority not trusted by this machine.")]
465
473
[Parameter(Mandatory=false,ParameterSetName=ParameterSet_APPONLYAADThumb,HelpMessage="Ignores any SSL errors. To be used i.e. when connecting to a SharePoint farm using self signed certificates or using a certificate authority not trusted by this machine.")]
466
-
[Parameter(Mandatory=false,ParameterSetName=ParameterSet_SPOMANAGEMENT,HelpMessage="Ignores any SSL errors. To be used i.e. when connecting to a SharePoint farm using self signed certificates or using a certificate authority not trusted by this machine.")]
474
+
[Parameter(Mandatory=false,ParameterSetName=ParameterSet_GRAPHWITHAAD,HelpMessage="Ignores any SSL errors. To be used i.e. when connecting through a proxy to the Microsoft Graph API which has SSL interception enabled.")]
475
+
[Parameter(Mandatory=false,ParameterSetName=ParameterSet_GRAPHWITHSCOPE,HelpMessage="Ignores any SSL errors. To be used i.e. when connecting through a proxy to the Microsoft Graph API which has SSL interception enabled.")]
476
+
[Parameter(Mandatory=false,ParameterSetName=ParameterSet_GRAPHDEVICELOGIN,HelpMessage="Ignores any SSL errors. To be used i.e. when connecting through a proxy to the Microsoft Graph API which has SSL interception enabled.")]
477
+
[Parameter(Mandatory=false,ParameterSetName=ParameterSet_SPOMANAGEMENT,HelpMessage="Ignores any SSL errors. To be used i.e. when connecting to a SharePoint farm using self signed certificates or using a certificate authority not trusted by this machine.")]
467
478
#endif
468
479
#if ONPREMISES
469
480
[Parameter(Mandatory=false,ParameterSetName=ParameterSet_HIGHTRUST_CERT,HelpMessage="Ignores any SSL errors. To be used i.e. when connecting to a SharePoint farm using self signed certificates or using a certificate authority not trusted by this machine.")]
0 commit comments