Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog #13303

Merged
merged 2 commits into from
Oct 22, 2020
Merged

Update changelog #13303

merged 2 commits into from
Oct 22, 2020

Conversation

dingmeng-xue
Copy link
Member

@dingmeng-xue dingmeng-xue commented Oct 22, 2020

Description

Update changlog

Checklist

  • I have read the Submitting Changes section of CONTRIBUTING.md
  • The title of the PR is clear and informative
  • The appropriate ChangeLog.md file(s) has been updated:
    • For any service, the ChangeLog.md file can be found at src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
    • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header -- no new version header should be added
  • The PR does not introduce breaking changes
  • If applicable, the changes made in the PR have proper test coverage
  • For public API changes to cmdlets:
    • a cmdlet design review was approved for the changes in this repository (Microsoft internal only)
    • the markdown help files have been regenerated using the commands listed here

@@ -18,8 +18,10 @@
- Additional information about change #1
-->
## Upcoming Release
* Implemented Functions Stacks API which describes what runtimes and runtime versions are available for function app creation
* Bug fixing
Copy link
Contributor

@Francisco-Gamino Francisco-Gamino Oct 22, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Contributor

@Francisco-Gamino Francisco-Gamino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dingmeng-xue dingmeng-xue merged commit b392928 into Azure:release-2020-10-27 Oct 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants