Skip to content

Commit 564f197

Browse files
author
Will Ehrich
committed
HostedWorkloads will not be viewed in cmdlet output
1 parent 9c091b6 commit 564f197

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1140,10 +1140,6 @@
11401140
<Label>EnableIPForwarding</Label>
11411141
<PropertyName>EnableIPForwarding</PropertyName>
11421142
</ListItem>
1143-
<ListItem>
1144-
<Label>HostedWorkloads</Label>
1145-
<PropertyName>HostedWorkloads</PropertyName>
1146-
</ListItem>
11471143
<ListItem>
11481144
<Label>EnableAcceleratedNetworking</Label>
11491145
<PropertyName>EnableAcceleratedNetworking</PropertyName>

src/ResourceManager/Network/Commands.Network/Models/PSNetworkInterface.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ public class PSNetworkInterface : PSTopLevelResource, INetworkInterfaceReference
3939
[Ps1Xml(Target = ViewControl.Table)]
4040
public bool? EnableIPForwarding { get; set; }
4141

42-
[Ps1Xml(Target = ViewControl.Table)]
4342
public List<string> HostedWorkloads { get; set; }
4443

4544
public PSNetworkSecurityGroup NetworkSecurityGroup { get; set; }

0 commit comments

Comments
 (0)