Skip to content

Commit 9be6a75

Browse files
authored
Update MIGRATE-2.0-to-3.0.md
1 parent 6908497 commit 9be6a75

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

MIGRATE-2.0-to-3.0.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
_This is a draft document, version 3 is not yet available. You can try this out with the nightly builds starting from 2.99.1 or later_
44

5-
The 3.x version of PnP PowerShell is based exclusively on .NET 8.0, which means that it will not work on older PowerShell editions like PowerShell 5.1, ISE or PowerShell 7.3 or older. PowerShell 7.4 or later is required.
6-
7-
- The 3.x version of PnP PowerShell will work only on PowerShell 7.4 or later versions.
5+
The 3.x version of PnP PowerShell is based exclusively on .NET 8.0, which means that it will not work on older PowerShell editions like PowerShell 5.1, ISE or PowerShell 7.3 or older. It will work only on **PowerShell 7.4 or later editions.**
86

97
## Steps to update from 2.x to 3.x
108

@@ -39,7 +37,7 @@ Recommend referring to these 2 links:
3937
- [DevOps Snack: Change PowerShell version in YAML](https://microsoft-bitools.blogspot.com/2021/02/devops-snack-change-powershell-version.html)
4038
- [How to enable PowerShell core in Azure Pipeline?](https://theautomationcode.com/how-to-enable-powershell-core-in-azure-pipeline/)
4139

42-
## Breaking changes
40+
## Breaking changes in 3.0
4341

4442
| **Cmdlet** | **Comment** |
4543
| ----------- | ---------------------- |
@@ -54,11 +52,11 @@ Recommend referring to these 2 links:
5452
| Get-PnPAppAuthAccessToken | It has been removed. Use `Get-PnPAccessToken -ResourceTypeName SharePoint` instead to get SharePoint access token. |
5553
| Request-PnPAccessToken | It has been removed. Use `Get-PnPAccessToken` instead. |
5654
| Get-PnPGraphAccessToken | It has been removed. Use `Get-PnPAccessToken` instead. |
55+
| Remove-PnPUser | The parameter `-Confirm` has been removed. Use `-Force` instead. |
56+
| Remove-PnPAvailableSiteClassification | The parameter `-Confirm` has been removed. Use `-Force` instead. |
5757

5858
## Other notable changes
5959

60-
- ...
61-
6260
## Changes to output type
6361

6462
| **Cmdlet** | **Comment** |

0 commit comments

Comments
 (0)