Skip to main content

🧠 Azure VM Scale Set Instance Should Have Breeze Agent Installed - prod.logic.yaml🟢

Uses

Test Results 🟢

Generated at: 2026-06-06T12:04:19.729520489Z Open

ResultIdCondition IndexCondition TextRuntime Error
🟢test1✔️ 99✔️ isDisappeared(CA10__disappearanceTime__c)✔️ null
🟢test2✔️ 199✔️ extract('breezeLastUpdate').isEmpty()✔️ null
🟢test3✔️ 299✔️ extract('breezeLastUpdate').beyondLastDays(1)✔️ null
🟢test4✔️ 300✔️ otherwise✔️ null

Generation Bundle

FileMD5
Open/ce/ca/breeze/coverage/azure-vm-scale-set-instance/policy.yaml9EC4B23DB2E8D143C6729C6677DD8DA2
Open/ce/ca/breeze/coverage/azure-vm-scale-set-instance/prod.logic.yaml788B279E9C1FA9F21918534B1D61B864
Open/ce/ca/breeze/coverage/test-data-ca10.json3F29F9B4DB309E9EEA69E663C01435DE
Open/types/CA10__CaAzureVmScaleSetInstance__c/breeze.extracts.yaml2E0FA731FC929EE1D3BA9374B84DF3A3

Available Commands

repo-manager policies generate FULL /ce/ca/breeze/coverage/azure-vm-scale-set-instance/prod.logic.yaml
repo-manager policies generate DEBUG /ce/ca/breeze/coverage/azure-vm-scale-set-instance/prod.logic.yaml
repo-manager policies generate CAPTURE_TEST_DATA /ce/ca/breeze/coverage/azure-vm-scale-set-instance/prod.logic.yaml
repo-manager policies generate TESTS /ce/ca/breeze/coverage/azure-vm-scale-set-instance/prod.logic.yaml
# Execute tests
repo-manager policies test /ce/ca/breeze/coverage/azure-vm-scale-set-instance/prod.logic.yaml

Content

Open File

---
inputType: CA10__CaAzureVmScaleSetInstance__c
importExtracts:
- file: /types/CA10__CaAzureVmScaleSetInstance__c/breeze.extracts.yaml
testData:
- file: ../test-data-ca10.json
conditions:
- status: INCOMPLIANT
currentStateMessage: "The instance has never had the breeze agent installed."
remediationMessage: "Install the breeze agent on the instance."
check:
IS_EMPTY:
arg:
EXTRACT: breezeLastUpdate
- status: INCOMPLIANT
currentStateMessage: "The latest breeze report for this instance is more than a day old."
remediationMessage: "Reinstall the breeze agent on the instance and confirm it is reporting."
check:
IS_BEYOND_LAST_DAYS:
offsetDays: 1
arg:
EXTRACT: breezeLastUpdate
otherwise:
status: COMPLIANT
currentStateMessage: "The breeze agent is installed on the instance and has a recent report."