Skip to content

Commit b392928

Browse files
authored
Update changelog (#13303)
Force merge because it is low risk. * Update changelog * Update changelog according to feedback
1 parent bc3b625 commit b392928

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/Functions/ChangeLog.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,13 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21-
* Implemented Functions Stacks API which describes what runtimes and runtime versions are available for function app creation
22-
* Bug fixing
21+
* [Breaking Change] Removed `IncludeSlot` switch parameter from all but one parameter set of `Get-AzFunctionApp`. The cmdlet now supports retrieving deployment slots in the results when `-IncludeSlot` is specified.
22+
* Updated `New-AzFunctionApp`:
23+
- Fixed -DisableApplicationInsights so that no application insights project is created when this option is specified. [#12728]
24+
- [Breaking Change] Removed support to create PowerShell 6.2 function apps.
25+
- [Breaking Change] Changed the default runtime version in Functions version 3 on Windows for PowerShell function apps from 6.2 to 7.0 when the RuntimeVersion parameter is not specified.
26+
- [Breaking Change] Changed the default runtime version in Functions version 3 on Windows and Linux for Node function apps from 10 to 12 when the RuntimeVersion parameter is not specified.
27+
- [Breaking Change] Changed the default runtime version in Functions version 3 on Linux for Python function apps from 3.7 to 3.8 when the RuntimeVersion parameter is not specified.
2328

2429
## Version 1.0.2
2530
* Removed the ability to create v2 Functions in regions that do not support it.

0 commit comments

Comments
 (0)