Skip to content

Commit 7c7806f

Browse files
Update functions-reference-powershell.md
1. Removing the following entry from the PowerShell versions table: | 2.x | PowerShell Core 6 | .NET Core 2.2 | 2. Removing PS 6 entry from 3.x entry 3. Moving the 'recommended' tag from PS 7 to PS 7.2 ------- cc: @eamonoreilly @AnatoliB @Francisco-Gamino @michaelpeng36
1 parent d299069 commit 7c7806f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/azure-functions/functions-reference-powershell.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -390,9 +390,8 @@ The following table shows the PowerShell versions available to each major versio
390390

391391
| Functions version | PowerShell version | .NET version |
392392
|-------------------|--------------------------------------------------|---------------|
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 |
393+
| 4.x (recommended) | PowerShell 7.2 (recommended) <br/>PowerShell 7 | .NET 6 |
394+
| 3.x | PowerShell 7 | .NET Core 3.1 |
396395

397396
You can see the current version by printing `$PSVersionTable` from any function.
398397

0 commit comments

Comments
 (0)