-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Labels
Milestone
Description
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