Skip to content

Commit f6e0cf6

Browse files
authored
Merge pull request #94822 from craigshoemaker/patch-3
Update version numbers
2 parents 8ed3918 + 5e94cb0 commit f6e0cf6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

includes/functions-supported-languages.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ ms.custom: include file
1717
|[JavaScript](../articles/azure-functions/functions-reference-node.md)|GA (Node 6)|GA (Node 8 & 10)| Preview (Node 8 & 10) |
1818
|[F#](../articles/azure-functions/functions-reference-fsharp.md)|GA (.NET Framework 4.7)|GA (.NET Core 2.2)| Preview (.NET Core 3.x) |
1919
|[Java](../articles/azure-functions/functions-reference-java.md)|N/A|GA (Java 8)| Preview (Java 8)|
20-
|[PowerShell](../articles/azure-functions/functions-reference-powershell.md) |Experimental|Preview (PowerShell Core 6)| Preview (PowerShell Core 6)|
21-
|[Python](../articles/azure-functions/functions-reference-python.md)|Experimental|GA (Python 3.6.x)| Preview (Python 3.6.x)|
20+
|[PowerShell](../articles/azure-functions/functions-reference-powershell.md) |Experimental|GA (PowerShell Core 6)| GA (PowerShell Core 6)|
21+
|[Python](../articles/azure-functions/functions-reference-python.md)|Experimental|GA (Python 3.7.x)| Preview (Python 3.7.x)|
2222
|[TypeScript](../articles/azure-functions/functions-reference-node.md#typescript) |Experimental|GA<sup>2</sup>| Preview<sup>2</sup> |
2323
|Bash |Experimental|N/A|N/A|
2424
|Batch (.cmd, .bat) |Experimental|N/A|N/A|
@@ -27,5 +27,4 @@ ms.custom: include file
2727
<sup>1</sup>The Functions v3.x runtime is in preview.
2828
<sup>2</sup>Supported through transpiling to JavaScript.
2929

30-
3130
For information about planned changes to language support, see [Azure roadmap](https://azure.microsoft.com/roadmap/?tag=functions).

0 commit comments

Comments
 (0)