Preconditions
Related command
az network application-gateway http-settings create
az network application-gateway http-settings show
az network application-gateway http-settings update
Resource Provider
Microsoft.Network/applicationGateways
Description of Feature or Work Requested
Currently, the CLI for Application Gateway Backend HTTP Settings does not support the newly introduced properties and certificate validation options. These properties have already been added to Swagger and merged .
We want to have similar support in Cli too to sync all clients and finish the entire release process across all clients.
Swagger PR
Azure/azure-rest-api-specs#35161), as well as implemented in Powershell
Powershell PR
Azure/azure-powershell#28000).
Minimum API Version Required
2024-10-01 (It is the Swagger Version where Properties are introduced)
Swagger PR link / SDK link
Swagger PR:-
Azure/azure-rest-api-specs#35161
Powershell PR:-
Azure/azure-powershell#28000
Request Example
You can refer to Swagger new Properties added in HTTP Settings in Application gateway
Validate
Azure/azure-rest-api-specs#35161
Have added few Examples in Powershell
Azure/azure-powershell#28000
Target Date
2025-31-09
PM Contact
[email protected]
Engineer Contact
[email protected]
Additional context
No response