-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Feature Request: Support long-form --destination-ip alias for show-next-hop #33536
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...Service AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.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.feature-request
Milestone
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...Service AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.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.feature-request
Type
Fields
Give feedbackNo fields configured for issues without a type.
Preconditions
Related command
az network watcher show-next-hop --resource-group {rg-name} --vm {vm-name} --source-ip {ip} --dest-ip {ip}
Resource Provider
Microsoft.Network
Description of Feature or Work Requested
The command
az network watcher show-next-hopcurrently supports only the short-form parameter--dest-ip.I am requesting the addition of a long-form parameter
--destination-ipas an alias for consistency with otherAzure CLI networking commands, which typically provide both short and long parameter names.
This enhancement would improve clarity, readability, and usability without breaking backward compatibility.
Minimum API Version Required
N/A
Swagger PR link / SDK link
N/A
Request Example
No response
Target Date
No strict target date; this is a usability enhancement and not time‑critical.
PM Contact
N/A
Engineer Contact
N/A
Additional context
This request is focused solely on improving parameter naming consistency within the Azure CLI.
The underlying Network Watcher REST API already supports the required fields, and no service-side
changes are needed. Adding the long-form alias
--destination-ipwould align this command withother networking commands that provide both short and long parameter names.