Skip to content

Commit 81072bd

Browse files
author
Will Ehrich
committed
Fix help message and change formatting
1 parent 81fd887 commit 81072bd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/Network/Network/Network.format.ps1xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,6 @@
114114
<Label>FlowTimeoutInMinutes</Label>
115115
<PropertyName>FlowTimeoutInMinutesText</PropertyName>
116116
</ListItem>
117-
<ListItem>
118-
<Label>ExtendedLocation</Label>
119-
<PropertyName>ExtendedLocationText</PropertyName>
120-
</ListItem>
121117
<ListItem>
122118
<Label>Subnets</Label>
123119
<PropertyName>SubnetsText</PropertyName>
@@ -143,6 +139,10 @@
143139
<Label>DdosProtectionPlan</Label>
144140
<PropertyName>DdosProtectionPlanText</PropertyName>
145141
</ListItem>
142+
<ListItem>
143+
<Label>ExtendedLocation</Label>
144+
<PropertyName>ExtendedLocationText</PropertyName>
145+
</ListItem>
146146
</ListItems>
147147
</ListEntry>
148148
</ListEntries>

src/Network/Network/VirtualNetwork/NewAzureVirtualNetworkCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public class NewAzureVirtualNetworkCommand : VirtualNetworkBaseCmdlet
115115
[Parameter(
116116
Mandatory = false,
117117
ValueFromPipelineByPropertyName = true,
118-
HelpMessage = "Edge zone of Network Interface.")]
118+
HelpMessage = "The edge zone of the virtual network.")]
119119
[ValidateNotNullOrEmpty]
120120
public string EdgeZone { get; set; }
121121

0 commit comments

Comments
 (0)