equinix / equinix-sdk-go

Golang client for Equinix APIs
https://deploy.equinix.com/labs/equinix-sdk-go
MIT License
2 stars 4 forks source link

[Metal] ASN fields should be uint32 (or int64 for OAS3 compatibility) #41

Closed displague closed 2 months ago

displague commented 4 months ago

All ASN fields (peer_as, origin_as (below), peer_asn, local_asn, asn, bgp_neighbor_asn) should be updated to int64 with a min:0 and max:2^32 (since there is no uint32 type in OAS3).

lennardk commented 2 months ago

If I interpret things correctly, the api has been updated. Does this mean the SDK can now be updated to match the API?

lennardk commented 2 months ago

@displague is this something you can help moving forward?

displague commented 2 months ago

Closing. https://github.com/equinix/equinix-sdk-go/pull/57/commits/9504c5bd70ac1a62470e9f3e33d0c249e6787427 was included in #57, released as v0.39.0