Skip to content

Commit 1c487ed

Browse files
Change interface name to IVirtualNetwork
1 parent 3b1dccb commit 1c487ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Network/Common/IVirtualNetworkLinkVirtualNetwork.cs renamed to src/Network/Common/IVirtualNetwork.cs

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

1616
namespace Microsoft.Azure.Management.Internal.Network.Common
1717
{
18-
public interface IVirtualNetworkLinkVirtualNetwork
18+
public interface IVirtualNetwork
1919
{
2020
string Id { get; set; }
2121
}

0 commit comments

Comments
 (0)