Fix duplicated az in reservations list filter example - #10210
Fix duplicated az in reservations list filter example#10210Hashim Khan (Hashim1999164) wants to merge 4 commits into
Conversation
|
Hi Hashim Khan (@Hashim1999164), |
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
There was a problem hiding this comment.
Pull request overview
Corrects a typo in the autogenerated help examples for az reservations list so the VirtualMachines filter example no longer shows a duplicated az prefix.
Changes:
- Fixes the
az reservations listfilter example fromaz az reservations list ...toaz reservations list ....
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
Thank you for your contribution Hashim Khan (@Hashim1999164)! We will review the pull request and get back to you soon. |
|
reservations |
6f6a7ca
|
Added a HISTORY.rst entry and bumped the reservation extension to 0.3.2 for the filter example fix. |
Summary
Fixes #8105
Corrects the
az reservations listVirtualMachines filter example so it starts withaz reservations listinstead ofaz az reservations list.Test plan
az reservations list -hshows a valid filter example without a duplicatedaz