az cli webapp list not returning the netFrameworkVersion #28319
Labels
app-service-general
Auto-Assign
Auto assign by bot
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Service Attention
This issue is responsible by Azure service team.
Web Apps
az webapp
Describe the bug
I'm unable to have an overview of the current framework version for all the webapps in a given subscription. The script below always return null for such property. It works correctly when I use az webapp show -n {name} -g {rg} --query "[name, siteConfig.netFrameworkVersion]"
Related command
az webapp list --query "[].{name:name, version:siteConfig.netFrameworkVersion}"
Errors
N/A
Issue script & Debug output
N/A
Expected behavior
Return name and dotnet version of the website
Environment Summary
Additional context
No response
The text was updated successfully, but these errors were encountered: