Skip to content

Commit

Permalink
Remove one level encap from Routes
Browse files Browse the repository at this point in the history
  • Loading branch information
mjethwa-msft committed Jun 28, 2023
1 parent d4f9827 commit 0e3975c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/network/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -1043,8 +1043,8 @@ type LogicalSubnetPropertiesFormat struct {
AddressPrefix *string `json:"addressPrefix,omitempty"`
// AddressPrefixes - List of address prefixes for the subnet.
AddressPrefixes *[]string `json:"addressPrefixes,omitempty"`
// Routes for the subnet
RouteTable *RouteTable `json:"routeTable,omitempty"`
// Routes - Collection of routes contained within a route table.
Routes *[]Route `json:"routes,omitempty"`
// IPConfiguration References
IPConfigurationReferences *[]IPConfigurationReference `json:"ipConfigurationReferences,omitempty"`
// IPAllocationMethod - The IP address allocation method. Possible values include: 'Static', 'Dynamic'
Expand Down

0 comments on commit 0e3975c

Please sign in to comment.