Update changelog#13303
Merged
dingmeng-xue merged 2 commits intoAzure:release-2020-10-27from Oct 22, 2020
Merged
Conversation
| --> | ||
| ## Upcoming Release | ||
| * Implemented Functions Stacks API which describes what runtimes and runtime versions are available for function app creation | ||
| * Bug fixing |
Contributor
There was a problem hiding this comment.
Could you please update the release notes to the following?
Get-AzFunctionApp:
* [Breaking Change] Removed `IncludeSlot` switch parameter from all but one parameter set. The cmdlet now supports retrieving deployment slots in the results when `-IncludeSlot` is specified.
New-AzFunctionApp:
* Fixed -DisableApplicationInsights so that no application insights project is created when this option is specified. [#12728]
* [Breaking Change] Removed support to create PowerShell 6.2 function apps.
* [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.
* [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.
* [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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Update changlog
Checklist
CONTRIBUTING.mdChangeLog.mdfile(s) has been updated:ChangeLog.mdfile can be found atsrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md## Upcoming Releaseheader -- no new version header should be added