Skip to content

ARM consistent "get all" list formatting #943

@Bpoe

Description

@Bpoe

Summary of the new feature / enhancement

We would like to have built-in ARM consistent formatting for "get --all" results. The results should look like the "resources" section of a template:

[
  {
    "name": "thisThing",
    "type": "Microsoft.GuestConfiguration/things",
    "kind": "something",
    "apiVersion": "2025-07-04",
    "properties": {
      "foo": "bar"
    }
  },
  {
    "name": "thatThing",
    "type": "Microsoft.GuestConfiguration/things",
    "kind": "otherthing",
    "apiVersion": "2025-07-04",
    "properties": {
      "foo": "baz"
    }
  }
]

Proposed technical implementation details (optional)

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions