Skip to content

Commit 587ed0f

Browse files
authored
fix unintentional fields exposed due to inheritance (#22877)
1 parent ec2f883 commit 587ed0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Network/Network/Models/PSNetworkVirtualApplianceDelegationProperties.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
namespace Microsoft.Azure.Commands.Network.Models
1717
{
18-
public class PSNetworkVirtualApplianceDelegationProperties : PSTopLevelResource
18+
public class PSNetworkVirtualApplianceDelegationProperties
1919
{
2020

2121
public string ServiceName { get; set; }

0 commit comments

Comments
 (0)