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: src/Functions/ChangeLog.md
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,13 @@
18
18
- Additional information about change #1
19
19
-->
20
20
## 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.
23
28
24
29
## Version 1.0.2
25
30
* Removed the ability to create v2 Functions in regions that do not support it.
0 commit comments