-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[App Service] az functionapp create
: Only allow apps with functions version 4
#28128
Conversation
️✔️AzureCLI-FullTest
|
|
rule | cmd_name | rule_message | suggest_message |
---|---|---|---|
functionapp create | cmd functionapp create update parameter functions_version : updated property choices from ['2', '3', '4'] to ['4'] |
||
logicapp create | cmd logicapp create update parameter functions_version : updated property choices from ['2', '3', '4'] to ['4'] |
AppService |
I would like to confirm if this change will cause breaking changes for the customer? |
@kamperiadis Could you please resolve these conflicts? |
Hi @zhoxing-ms These changes only apply to new function apps that are being created so customers with existing function apps should not be affected. For those customers who have the |
az functionapp create
: Only allow apps with functions version 4az functionapp create
: Only allow apps with functions version 4
Related command
az functionapp create
Description
Created to resolve this: #25340
We need to only allow function version 4 during app creation.
This checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.