Why is this an issue?
The cloud vpc-peering get command doesn't resolve short IDs to full UUIDs, returning "invalid vpc peering id" instead.
What is causing it?
The CLI passes the short ID directly to the API without resolving it to a full UUID.
How can it be solved?
Add short ID resolution in the vpc-peering get command handler.
Category
Severity
Steps to reproduce
cloud vpc-peering list # Shows short ID: c7064c3c
cloud vpc-peering get c7064c3c
# Error: api error: {"error":{"type":"INVALID_INPUT","message":"invalid vpc peering id","code":"INVALID_INPUT"}}
Why is this an issue?
The
cloud vpc-peering getcommand doesn't resolve short IDs to full UUIDs, returning "invalid vpc peering id" instead.What is causing it?
The CLI passes the short ID directly to the API without resolving it to a full UUID.
How can it be solved?
Add short ID resolution in the
vpc-peering getcommand handler.Category
Severity
Steps to reproduce