Skip to content

Commit

Permalink
Correct category for network samples (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
lenala authored Jun 28, 2018
1 parent 9642600 commit 0ea10a8
Showing 1 changed file with 34 additions and 17 deletions.
51 changes: 34 additions & 17 deletions Samples/samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,8 @@
"owner": "hovsepm",
"filePath": "Samples/Network/ManageVirtualNetworkAsync.cs",
"githubPath": "Azure-Samples/network-dotnet-manage-virtual-network-async",
"description": "Manage virtual networks in C# asynchronously - create a virtual network, create a virtual network with subnets, update a virtual network, list virtual networks, delete a virtual network"
"description": "Manage virtual networks in C# asynchronously - create a virtual network, create a virtual network with subnets, update a virtual network, list virtual networks, delete a virtual network",
"product": "virtual-network"
},
{
"owner": "hovsepm",
Expand Down Expand Up @@ -498,57 +499,66 @@
"owner": "lenala",
"filePath": "Samples/Network/ManageNetworkWatcher.cs",
"githubPath": "Azure-Samples/network-dotnet-use-new-watcher",
"description": "Getting started on using network watcher in C#"
"description": "Getting started on using network watcher in C#",
"product": "network-watcher"
},
{
"owner": "lenala",
"filePath": "Samples/Network/ManageVpnGatewaySite2SiteConnection.cs",
"githubPath": "Azure-Samples/network-dotnet-manage-virtual-network-with-site-to-site-vpn-connection",
"description": "Manage virtual network with site-to-site VPN connection"
"description": "Manage virtual network with site-to-site VPN connection",
"product": "virtual-network"
},
{
"owner": "lenala",
"filePath": "Samples/Network/ManageVpnGatewayVNet2VNetConnection.cs",
"githubPath": "Azure-Samples/network-dotnet-manage-virtual-network-to-virtual-network-vpn-connection",
"description": "Manage virtual network to virtual network VPN connection"
"description": "Manage virtual network to virtual network VPN connection",
"product": "virtual-network"
},
{
"owner": "lenala",
"filePath": "Samples/Network/ManageVpnGatewayPoint2SiteConnection.cs",
"githubPath": "Azure-Samples/network-dotnet-manage-vpn-client-connection",
"description": "Getting started on managing client to virtual network VPN connection using C#"
"description": "Getting started on managing client to virtual network VPN connection using C#",
"product": "virtual-network"
},
{
"owner": "lenala",
"filePath": "Samples/Network/ManageExpressRoute.cs",
"githubPath": "Azure-Samples/network-dotnet-manage-express-route",
"description": "Create and configure Express Route circuit"
"description": "Create and configure Express Route circuit",
"product": "virtual-network"
},


{
"owner": "martinsawicki",
"filePath": "Samples/Network/ManageInternetFacingLoadBalancer.cs",
"githubPath": "Azure-Samples/network-dotnet-create-simple-internet-facing-load-balancer",
"description": "Create a simple Internet Facing load balancer using C#"
"description": "Create a simple Internet Facing load balancer using C#",
"product": "virtual-network"
},
{
"owner": "martinsawicki",
"filePath": "Samples/Network/ManageNetworkPeeringInSameSubscription.cs",
"githubPath": "Azure-Samples/network-dotnet-manage-network-peering",
"description": "Manage network peering between two virtual networks"
"description": "Manage network peering between two virtual networks",
"product": "virtual-network"
},
{
"owner": "martinsawicki",
"filePath": "Samples/Network/VerifyNetworkPeeringWithNetworkWatcher.cs",
"githubPath": "Azure-Samples/network-dotnet-use-network-watcher-to-check-connectivity",
"description": "Use network watcher to check connectivity between virtual machines in peered networks"
"description": "Use network watcher to check connectivity between virtual machines in peered networks",
"product": "virtual-network,network-watcher"
},
{
"owner": "martinsawicki",
"filePath": "Samples/Network/ManageSimpleApplicationGateway.cs",
"githubPath": "Azure-Samples/application-gateway-dotnet-manage-simple-application-gateways",
"description": "Getting started on managing simple Application Gateways in C#"
"description": "Getting started on managing simple Application Gateways in C#",
"product": "virtual-network"
},
{
"owner": "martinsawicki",
Expand Down Expand Up @@ -648,37 +658,43 @@
"owner": "selvasingh",
"filePath": "Samples/Network/ManageInternalLoadBalancer.cs",
"githubPath": "Azure-Samples/network-dotnet-manage-internal-load-balancers",
"description": "An example illustrating how to use .NET to manage your Azure load balancers"
"description": "An example illustrating how to use .NET to manage your Azure load balancers",
"product": "virtual-network"
},
{
"owner": "selvasingh",
"filePath": "Samples/Network/ManageInternetFacingLoadBalancer.cs",
"githubPath": "Azure-Samples/network-dotnet-manage-internet-facing-load-balancers",
"description": "Getting started on managing load balancers in C#"
"description": "Getting started on managing load balancers in C#",
"product": "virtual-network"
},
{
"owner": "selvasingh",
"filePath": "Samples/Network/ManageIPAddress.cs",
"githubPath": "Azure-Samples/network-dotnet-manage-ip-address",
"description": "Getting started on managing network user defined routes in C#"
"description": "Getting started on managing network user defined routes in C#",
"product": "virtual-network"
},
{
"owner": "selvasingh",
"filePath": "Samples/Network/ManageNetworkInterface.cs",
"githubPath": "Azure-Samples/network-dotnet-manage-network-interface",
"description": "Getting started on managing network interface in C#"
"description": "Getting started on managing network interface in C#",
"product": "virtual-network"
},
{
"owner": "selvasingh",
"filePath": "Samples/Network/ManageNetworkSecurityGroup.cs",
"githubPath": "Azure-Samples/network-dotnet-manage-network-security-group",
"description": "Getting started on managing network security groups in C#"
"description": "Getting started on managing network security groups in C#",
"product": "virtual-network"
},
{
"owner": "selvasingh",
"filePath": "Samples/Network/ManageVirtualNetwork.cs",
"githubPath": "Azure-Samples/network-dotnet-manage-virtual-network",
"description": "Getting started on managing virtual network in C#"
"description": "Getting started on managing virtual network in C#",
"product": "virtual-network"
},
{
"owner": "selvasingh",
Expand All @@ -696,7 +712,8 @@
"owner": "selvasingh",
"filePath": "Samples/Network/ManageApplicationGateway.cs",
"githubPath": "Azure-Samples/application-gateway-dotnet-manage-application-gateways",
"description": "Getting started on managing Application Gateways with backend pools in C#"
"description": "Getting started on managing Application Gateways with backend pools in C#",
"product": "virtual-network"
}
]
}

0 comments on commit 0ea10a8

Please sign in to comment.