Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/virtual-wan/azext_vwan/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,10 @@
helps['network vwan create'] = """
type: command
short-summary: Create a virtual WAN.
examples:
- name: Create a virtual WAN.
Copy link

Copilot AI Jul 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] The example name duplicates the command's short-summary. Consider making it more descriptive, such as 'Create a virtual WAN in a resource group' or 'Create a basic virtual WAN'.

Suggested change
- name: Create a virtual WAN.
- name: Create a virtual WAN in a resource group.

Copilot uses AI. Check for mistakes.
text: |
az network vwan create -g MyRG -n MyVwan
"""

helps['network vwan list'] = """
Expand Down
Loading