Skip to content

Commit 7097f94

Browse files
committed
update help
1 parent be3c00a commit 7097f94

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

src/ResourceManager/Network/Commands.Network/ExpressRouteCircuit/Peering/GetAzureExpressRouteCircuitPeeringConfigCommand.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public override void Execute()
4141
this.ExpressRouteCircuit.Peerings.First(
4242
resource =>
4343
string.Equals(resource.Name, this.Name, System.StringComparison.CurrentCultureIgnoreCase));
44-
44+
4545
WriteObject(peering);
4646
}
4747
else
@@ -51,4 +51,4 @@ public override void Execute()
5151
}
5252
}
5353
}
54-
}
54+
}

src/ResourceManager/Network/Commands.Network/Microsoft.Azure.Commands.Network.format.ps1xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2160,6 +2160,14 @@
21602160
<Label>CommunityPrefixes</Label>
21612161
<PropertyName>CommunityPrefixesText</PropertyName>
21622162
</ListItem>
2163+
<ListItem>
2164+
<Label>IsAuthorizedToUse</Label>
2165+
<PropertyName>IsAuthorizedToUseText</PropertyName>
2166+
</ListItem>
2167+
<ListItem>
2168+
<Label>ServiceGroup</Label>
2169+
<PropertyName>ServiceGroupText</PropertyName>
2170+
</ListItem>
21632171
</ListItems>
21642172
</ListEntry>
21652173
</ListEntries>

0 commit comments

Comments
 (0)