Skip to content

Commit f626755

Browse files
authored
Update MIGRATE-2.0-to-3.0.md
1 parent ebcfbdc commit f626755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MIGRATE-2.0-to-3.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Recommend referring to these 2 links:
4242
| **Cmdlet** | **Comment** |
4343
| ----------- | ---------------------- |
4444
| Add-PnPTeamsChannel | The parameter `IsFavoriteByDefault` has been removed as it was not supported by Graph API |
45-
| Connect-PnPOnline | Using `Connect-PnPOnline` without specifying an authentication option will now default to using an interactive login. If you still want to use logon using client credentials, provide them using -Credentials instead |
45+
| Connect-PnPOnline | Using `Connect-PnPOnline` without specifying an authentication option will now default to using an interactive login. If you still want to use logon using client credentials, provide them using `-Credentials` instead |
4646
| Connect-PnPOnline | Removed `-UseWebLogin` on `Connect-PnPOnline`. It used a very outdated and questionable (reusing an auth cookie) authentication method which implementation broke easily. If you require an ACS connection for certain functionality, consider using `-ClientId` in combination with `-ClientSecret` instead. |
4747
| Connect-PnPOnline | Removed `-LaunchBrowser` option for Interactive login flows. It is the default now and removed the popup based authentication option |
4848
| Connect-PnPOnline | Removed `-LaunchBrowser` option for Device Login flows. It is the default now. |

0 commit comments

Comments
 (0)