Juniper / apstra-go-sdk

Go SDK for Apstra
Apache License 2.0
4 stars 1 forks source link

#323 Ensure that VN Multiple primitives always send a list of tagged VN IDs #326

Closed chrismarget-j closed 2 months ago

chrismarget-j commented 2 months ago

The API for VN Multiple primitives don't like when we omit the slice of VN IDs, nor when we send null.

This change ensures we send an empty list even when the caller supplies a nil slice.

Also snuck in here:

Closes #323