Skip to content

Commit

Permalink
Add Azure subnets (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydesl authored Nov 4, 2020
1 parent 32bf0cc commit 89c8411
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions diagrams/azure/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ class ServiceEndpointPolicies(_Network):
_icon = "service-endpoint-policies.png"


class Subnets(_Network):
_icon = "subnets.png"


class TrafficManagerProfiles(_Network):
_icon = "traffic-manager-profiles.png"

Expand Down
1 change: 1 addition & 0 deletions docs/nodes/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ Node classes list of azure provider.
- **diagrams.azure.network.RouteFilters**
- **diagrams.azure.network.RouteTables**
- **diagrams.azure.network.ServiceEndpointPolicies**
- **diagrams.azure.network.Subnets**
- **diagrams.azure.network.TrafficManagerProfiles**
- **diagrams.azure.network.VirtualNetworkClassic**
- **diagrams.azure.network.VirtualNetworkGateways**
Expand Down
Binary file added resources/azure/network/subnets.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 89c8411

Please sign in to comment.