{
"id": "cloud/az",
"family": "cloud-cli",
"description": "Compact Azure CLI output while preserving key resource rows and deployment failures.",
"match": {
"toolNames": ["exec"],
"argv0": ["az"]
},
"transforms": {
"stripAnsi": true,
"dedupeAdjacent": true,
"trimEmptyEdges": true
},
"summarize": {
"head": 10,
"tail": 8
},
"failure": {
"preserveOnFailure": true,
"head": 14,
"tail": 14
},
"counters": [
{
"name": "error",
"pattern": "error|failed|forbidden|not found",
"flags": "i"
}
]
}