Skip to content

Commit 345c705

Browse files
authored
Merge pull request #5060 from sofbkeller/patch-1
Update Connect-PnPOnline.md
2 parents dfcd683 + 6b6d344 commit 345c705

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
5959
- [pajeffery]
6060
- Giacomo Pozzoni [jackpoz]
6161
- [davidschenkUPG]
62+
- [sofbkeller]
6263

6364
## [3.1.0]
6465

documentation/Connect-PnPOnline.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,15 +298,15 @@ On Windows, this entry needs to be under "Generic Credentials".
298298
```powershell
299299
Connect-PnPOnline -Url "https://contoso.sharepoint.com" -ClientId 6c5c98c7-e05a-4a0f-bcfa-0cfc65aa1f28 -Tenant 'contoso.onmicrosoft.com' -FederatedIdentity
300300
```
301-
301+
> This functionality is only available in the nightly release.
302302
Connect to SharePoint/Microsoft Graph using federated identity credentials in Github.
303303

304304
### EXAMPLE 21
305305
```powershell
306306
Connect-PnPOnline -Url "https://contoso.sharepoint.com" -FederatedIdentity
307307
```
308308

309-
Connect to SharePoint/Microsoft Graph using federated identity credentials in Azure DevOps.
309+
Connect to SharePoint/Microsoft Graph using federated identity credentials in Azure DevOps. This option is available from version 3.1.51-nightly onwards.
310310

311311
## PARAMETERS
312312

@@ -881,6 +881,8 @@ Accept wildcard characters: False
881881

882882
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).
883883

884+
This option is available from version 3.1.51-nightly onwards.
885+
884886
```yaml
885887
Type: SwitchParameter
886888
Parameter Sets: Federated Identity

0 commit comments

Comments
 (0)