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-1.0-to-2.0.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ The 2.x version of PnP PowerShell is based exclusively on .NET 6.0, which means
6
6
7
7
- We had to update the module to .NET 6.0 because Microsoft removed support for .NET 3.1 in early December 2022.
8
8
9
-
- We decided to drop support for .NET Framework it is not actively developed, doesn't work across-platforms and only receives maintainence and security updates. So, it would add additional code complexity and maintainabilty issues for us going forward in the future.
9
+
- We decided to drop support for .NET Framework it is not actively developed, doesn't work across-platforms and only receives maintenance and security updates. So, it would add additional code complexity and maintainability issues for us going forward in the future.
10
10
11
11
- The 2.x version of PnP PowerShell will work only on PowerShell 7.2.x or later versions.
12
12
@@ -20,7 +20,7 @@ Or
20
20
21
21
- For Linux based environments, please use [this link](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-linux?view=powershell-7.2)
22
22
23
-
- For Mac OS envoronments, please use [this link](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-macos?view=powershell-7.2)
23
+
- For Mac OS environments, please use [this link](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-macos?view=powershell-7.2)
24
24
25
25
Once the PowerShell 7.2.x or later is downloaded and installed in the environment, you can install the PnP PowerShell module like you normally do.
26
26
@@ -79,7 +79,7 @@ Using PnP PowerShell in Azure functions ? You might be required to change the Pn
79
79
80
80
## Other notable changes
81
81
82
-
- We have removed support for `2019-03` version of the PnP Provisioning schema from all provisioning related cmdlets. You should be using atleast`2019-09` or a later version of the schema.
82
+
- We have removed support for `2019-03` version of the PnP Provisioning schema from all provisioning related cmdlets. You should be using at least`2019-09` or a later version of the schema.
83
83
- The `-Web` parameter, which was marked obsolete, was used in certain Web level cmdlets. We have removed that. You should use `Connect-PnPOnline -Url [subweburl]` instead to connect to a Web.
0 commit comments