-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[network] az network application-gateway [listener | http-listener] create
Update help message for --frontend-port
argument
#28278
base: dev
Are you sure you want to change the base?
Conversation
️✔️AzureCLI-FullTest
|
️✔️AzureCLI-BreakingChangeTest
|
network |
az network application-gateway http-listener create
Update help message for --frontend-port argumentaz network application-gateway [listener | http-listener\ create
Update help message for --frontend-port argument
az network application-gateway [listener | http-listener\ create
Update help message for --frontend-port argumentaz network application-gateway [listener | http-listener] create
Update help message for --frontend-port argument
az network application-gateway [listener | http-listener] create
Update help message for --frontend-port argumentaz network application-gateway [listener | http-listener] create
Update help message for --frontend-port
argument
I edited the title. |
Yes, but these files are generated. Means it cannot be modified directly, unless it'll be overwritten by the next generation. You can leverage such codegen tool https://github.com/Azure/aaz-dev-tools to apply the above changes. :) |
Thank you for your message! I appreciate your guidance. I’ll give it a try and apply the changes using the |
Related command
Description
Testing Guide
History Notes
[Component Name 1] BREAKING CHANGE:
az command a
: Make some customer-facing breaking change[Component Name 2]
az command b
: Add some customer-facing featureSummary
This Pull Request updates the help message for the
--frontend-port
option in theaz network application-gateway http-listener create
command. The previous message, "Name or ID of the frontend port.", led to some confusion as it could be interpreted as asking for the port number or a TCP name. There have been issues raised due to this misunderstanding.ref. Command "az network application-gateway http-listener create" does not work. #16567
Changes
The help message for
--frontend-port
has been clarified to explicitly state that it is not asking for the port number. The new message is: "This is NOT for the port number. Please input the Resource Name or ID of the frontend port, which can be found using 'az network application-gateway frontend-port list'."Impact
This change will help users understand what is expected for the
--frontend-port
option and prevent future misunderstandings. 😄This checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.