You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MIGRATE-2.0-to-3.0.md
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,7 @@
2
2
3
3
_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_
4
4
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.**
8
6
9
7
## Steps to update from 2.x to 3.x
10
8
@@ -39,7 +37,7 @@ Recommend referring to these 2 links:
39
37
-[DevOps Snack: Change PowerShell version in YAML](https://microsoft-bitools.blogspot.com/2021/02/devops-snack-change-powershell-version.html)
40
38
-[How to enable PowerShell core in Azure Pipeline?](https://theautomationcode.com/how-to-enable-powershell-core-in-azure-pipeline/)
41
39
42
-
## Breaking changes
40
+
## Breaking changes in 3.0
43
41
44
42
|**Cmdlet**|**Comment**|
45
43
| ----------- | ---------------------- |
@@ -54,11 +52,11 @@ Recommend referring to these 2 links:
54
52
| Get-PnPAppAuthAccessToken | It has been removed. Use `Get-PnPAccessToken -ResourceTypeName SharePoint` instead to get SharePoint access token. |
55
53
| Request-PnPAccessToken | It has been removed. Use `Get-PnPAccessToken` instead. |
56
54
| 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. |
0 commit comments