Skip to content

Commit ab07a3a

Browse files
do not omit empty arrays for switch port settings
1 parent 71e28b9 commit ab07a3a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

internal/generate/exceptions.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ func omitemptyExceptions() []string {
1010
return []string{
1111
"[]VpcFirewallRuleUpdate",
1212
"[]NameOrId",
13+
14+
// Networking Types
15+
"[]AddressConfig",
16+
"[]BgpPeerConfig",
17+
"[]SwitchInterfaceConfigCreate",
18+
"[]LinkConfigCreate",
19+
"[]RouteConfig",
1320
}
1421
}
1522

0 commit comments

Comments
 (0)