-
Notifications
You must be signed in to change notification settings - Fork 3.5k
[Feature] Add DisableDefaultServerHeader new property to application gateway CLI. Update Cli commands #34127
Copy link
Copy link
Open
Labels
Auto-AssignAuto assign by botAuto assign by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamNetworkaz network vnet/lb/nic/dns/etc...az network vnet/lb/nic/dns/etc...Request X Engineering AgentRequest X Engineering Agent testing and reviewRequest X Engineering Agent testing and reviewact-quality-productivity-squadagent-assist-needs-infoWaiting for information requested by agent-assistWaiting for information requested by agent-assistcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.feature-request
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
Auto-AssignAuto assign by botAuto assign by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamNetworkaz network vnet/lb/nic/dns/etc...az network vnet/lb/nic/dns/etc...Request X Engineering AgentRequest X Engineering Agent testing and reviewRequest X Engineering Agent testing and reviewact-quality-productivity-squadagent-assist-needs-infoWaiting for information requested by agent-assistWaiting for information requested by agent-assistcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.feature-request
Preconditions
Related command
Resource Provider
Microsoft.Network/applicationGateways
Description of Feature or Work Requested
Currently, the CLI for Application Gateway does not support the newly introduced properties to disable default server header from application gateways. These properties have already been added to Swagger and PowerShell and published. We want to have similar support in Cli too to sync all clients and finish the entire release process across all clients
Swagger PR link:- Azure/azure-rest-api-specs#44796
Powershell PR link:- Azure/azure-powershell#30025
Minimum API Version Required
2025-09-01
Swagger PR link / SDK link
Azure/azure-rest-api-specs#44796
Request Example
you can refer into below swagger and powershell PRs where we added this new property.
Powershell
Azure/azure-powershell#30025
Swagger
Azure/azure-rest-api-specs#44796
Target Date
2026-28-09
PM Contact
[REDACTED:email_address]
Engineer Contact
[REDACTED:email_address]
Additional context
No response