Skip to content

Commit

Permalink
feat: Add support for metal cli shared connections
Browse files Browse the repository at this point in the history
Signed-off-by: Ayush Rangwala <[email protected]>
  • Loading branch information
aayushrangwala committed Dec 19, 2023
1 parent 010d56a commit ce56c12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/interconnections/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ func (c *Client) Create() *cobra.Command {
metal.VlanFabricVcCreateInputType(connType),
)
in.Vlans = vlans

createOrganizationInterconnectionRequest.
VlanFabricVcCreateInput = in
case vrfsFabricVcCreate(vrfs):
Expand Down

0 comments on commit ce56c12

Please sign in to comment.