Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(image): only use numerical IDs for label auto-completion (#865)
We currently use the deprecated `Get` method here. Instead we can just parse an integer and use that as the ID, since you can only get or update labels on images you can modify (snapshots and backups), which only have numerical IDs and no names anyway.
- Loading branch information