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] diff --git a/documentation/Connect-PnPOnline.md b/documentation/Connect-PnPOnline.md index 5fd971abb..77b65a0e1 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 @@ -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