We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a25b08 + 7c7806f commit a85dcb1Copy full SHA for a85dcb1
articles/azure-functions/functions-reference-powershell.md
@@ -390,9 +390,8 @@ The following table shows the PowerShell versions available to each major versio
390
391
| Functions version | PowerShell version | .NET version |
392
|-------------------|--------------------------------------------------|---------------|
393
-| 4.x (recommended) | PowerShell 7.2<br/>PowerShell 7 (recommended) | .NET 6 |
394
-| 3.x | PowerShell 7<br/>PowerShell Core 6 | .NET Core 3.1<br/>.NET Core 2.1 |
395
-| 2.x | PowerShell Core 6 | .NET Core 2.2 |
+| 4.x (recommended) | PowerShell 7.2 (recommended) <br/>PowerShell 7 | .NET 6 |
+| 3.x | PowerShell 7 | .NET Core 3.1 |
396
397
You can see the current version by printing `$PSVersionTable` from any function.
398
0 commit comments