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
ReleaseNotes='* Updated API client to latest commit for version 2023-12-01
121
-
* Refreshed stack definitions
122
-
* Enforced runtime EOL policy for function app creation: block expired, warn if within 6 months'
120
+
ReleaseNotes='* Added FlexConsumption support to Get-AzFunctionAppAvailableLocation, which returns a list of regions that supported Flex Consumption, including locations supporting zone redundancy (currently applied only to Flex Consumption)
121
+
* Added a new cmdlet Get-AzFunctionAppFlexConsumptionRuntime to retrieve Flex Consumption runtimes for a specified location
122
+
* Added a new parameter set to New-AzFunctionApp to support Flex Consumption function apps [#24349]
Copy file name to clipboardExpand all lines: src/Functions/Functions/ChangeLog.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,8 @@
18
18
- Additional information about change #1
19
19
-->
20
20
## Upcoming Release
21
+
22
+
## Version 4.3.0
21
23
* Added FlexConsumption support to Get-AzFunctionAppAvailableLocation, which returns a list of regions that supported Flex Consumption, including locations supporting zone redundancy (currently applied only to Flex Consumption)
22
24
* Added a new cmdlet Get-AzFunctionAppFlexConsumptionRuntime to retrieve Flex Consumption runtimes for a specified location
23
25
* Added a new parameter set to New-AzFunctionApp to support Flex Consumption function apps [#24349]
0 commit comments