From bc39c0701fb4762ee06b7ca84d4a5ddec84c1337 Mon Sep 17 00:00:00 2001 From: sofbkeller <107711487+sofbkeller@users.noreply.github.com> Date: Thu, 21 Aug 2025 18:15:02 -0700 Subject: [PATCH 1/3] Update Connect-PnPOnline.md Add language to example document to note that FederatedIdentity flag is only available in the nightly release pipeline. --- documentation/Connect-PnPOnline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/Connect-PnPOnline.md b/documentation/Connect-PnPOnline.md index 5fd971abb..9ef241052 100644 --- a/documentation/Connect-PnPOnline.md +++ b/documentation/Connect-PnPOnline.md @@ -298,7 +298,7 @@ On Windows, this entry needs to be under "Generic Credentials". ```powershell Connect-PnPOnline -Url "https://contoso.sharepoint.com" -ClientId 6c5c98c7-e05a-4a0f-bcfa-0cfc65aa1f28 -Tenant 'contoso.onmicrosoft.com' -FederatedIdentity ``` - +> This functionality is only available in the nightly release. Connect to SharePoint/Microsoft Graph using federated identity credentials in Github. ### EXAMPLE 21 From 708beb6dbdaf31120f2dde874caed86573af3af1 Mon Sep 17 00:00:00 2001 From: KoenZomers Date: Fri, 3 Oct 2025 11:38:36 +0200 Subject: [PATCH 2/3] Added mention of specific version which introduced the new option --- documentation/Connect-PnPOnline.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/documentation/Connect-PnPOnline.md b/documentation/Connect-PnPOnline.md index 9ef241052..77b65a0e1 100644 --- a/documentation/Connect-PnPOnline.md +++ b/documentation/Connect-PnPOnline.md @@ -306,7 +306,7 @@ Connect to SharePoint/Microsoft Graph using federated identity credentials in Gi Connect-PnPOnline -Url "https://contoso.sharepoint.com" -FederatedIdentity ``` -Connect to SharePoint/Microsoft Graph using federated identity credentials in Azure DevOps. +Connect to SharePoint/Microsoft Graph using federated identity credentials in Azure DevOps. This option is available from version 3.1.51-nightly onwards. ## PARAMETERS @@ -881,6 +881,8 @@ Accept wildcard characters: False Connects using Federated Identity. For more information on this, you can visit [this link](https://learn.microsoft.com/en-us/entra/workload-id/workload-identity-federation-create-trust?pivots=identity-wif-apps-methods-rest). +This option is available from version 3.1.51-nightly onwards. + ```yaml Type: SwitchParameter Parameter Sets: Federated Identity From 6b6d3440974fc3d179e349beb6d68b2a7faa10a7 Mon Sep 17 00:00:00 2001 From: KoenZomers Date: Fri, 3 Oct 2025 11:38:43 +0200 Subject: [PATCH 3/3] Added changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebbee6423..990acccf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,6 +52,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). - [pajeffery] - Giacomo Pozzoni [jackpoz] - [davidschenkUPG] +- [sofbkeller] ## [3.1.0]