File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 114
114
<Label >FlowTimeoutInMinutes</Label >
115
115
<PropertyName >FlowTimeoutInMinutesText</PropertyName >
116
116
</ListItem >
117
- <ListItem >
118
- <Label >ExtendedLocation</Label >
119
- <PropertyName >ExtendedLocationText</PropertyName >
120
- </ListItem >
121
117
<ListItem >
122
118
<Label >Subnets</Label >
123
119
<PropertyName >SubnetsText</PropertyName >
143
139
<Label >DdosProtectionPlan</Label >
144
140
<PropertyName >DdosProtectionPlanText</PropertyName >
145
141
</ListItem >
142
+ <ListItem >
143
+ <Label >ExtendedLocation</Label >
144
+ <PropertyName >ExtendedLocationText</PropertyName >
145
+ </ListItem >
146
146
</ListItems >
147
147
</ListEntry >
148
148
</ListEntries >
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ public class NewAzureVirtualNetworkCommand : VirtualNetworkBaseCmdlet
115
115
[ Parameter (
116
116
Mandatory = false ,
117
117
ValueFromPipelineByPropertyName = true ,
118
- HelpMessage = "Edge zone of Network Interface ." ) ]
118
+ HelpMessage = "The edge zone of the virtual network ." ) ]
119
119
[ ValidateNotNullOrEmpty ]
120
120
public string EdgeZone { get ; set ; }
121
121
You can’t perform that action at this time.
0 commit comments