-
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
'az webapp config appsettings set' is not configuring webapp correctly with multiple settings #23896
Comments
route to CXP team |
We are facing the same issue. Version 2.40 is breaking our deployment pipeline. It worked fine with previous versions. |
@rick-hayek Thank you for reaching out, we are looking into it |
@rick-hayek, Please see the explanation and solution at #23797 (comment) |
This issue is not just limited to resource tags. Wherever array parameters are passed, cli version 2.40.0 has regressed. Whether it is specifying the service bus access, aks zone configuration all apis are broken. Is there any solution under work? Since the DevOps pipelines are already getting the images with 2.40.0, it is a major impact for us. |
Thanks. I did not try that. I can get things worked for now using Invoke-Expression:
This solution works but potentially problematic. |
Duplicate of #23797 |
Env:
Steps:
run powershell:
Expected Result:
{
"name": "a",
"slotSetting": false,
"value": "b"
},
{
"name": "c",
"slotSetting": false,
"value": "d"
}
Actual Result:
{
"name": "a",
"slotSetting": false,
"value": "b c=d"
}
Note:
This issue is not happening on azure-cli 2.39.*
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: