Skip to content

vm image list: space in json keys? #575

Description

I'm surprised that command ran so fast (does it make an API request at all?) but the space in urn alias json key looks quite a bit unconventional:

[
  {
    "offer": "Debian",
    "publisher": "credativ",
    "sku": "8",
    "urn": "credativ:Debian:8:latest",
    "urn alias": "Debian",
    "version": "latest"
  },
  {
    "offer": "RHEL",
    "publisher": "RedHat",
    "sku": "7.2",
    "urn": "RedHat:RHEL:7.2:latest",
    "urn alias": "RHEL",
    "version": "latest"
  },
 ...
]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions