-
Notifications
You must be signed in to change notification settings - Fork 3.4k
az functionapp list missing properties #29142
Copy link
Copy link
Open
Labels
Auto-AssignAuto assign by botAuto assign by botAuto-ResolveAuto resolve by botAuto resolve by botFunctionsaz functionappaz functionappService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-observability-squadbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Metadata
Metadata
Labels
Auto-AssignAuto assign by botAuto assign by botAuto-ResolveAuto resolve by botAuto resolve by botFunctionsaz functionappaz functionappService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-observability-squadbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Describe the bug
Run az functionapp list
Observer results for: siteConfig
Some properties are missing for example: minTlsVersion=;
Expected to see minTlsVersion=1.0; or minTlsVersion=1.1; or minTlsVersion=1.2;
Related command
az functionapp list
Errors
Observer results for: siteConfig
Some properties are missing for example: minTlsVersion=;
Issue script & Debug output
No need
Expected behavior
Expected to see minTlsVersion=1.0; or minTlsVersion=1.1; or minTlsVersion=1.2;
Environment Summary
"azure-cli": "2.59.0"
Additional context
No response