--- inputType: "CA10__CaAzureAppServicePlan__c" testData: - file: test-data.json importExtracts: - file: /types/CA10__CaAzureAppServicePlan__c/object.extracts.yaml conditions: - status: "INCOMPLIANT" currentStateMessage: "The Azure App Service plan has no apps assigned." remediationMessage: "Delete the empty App Service plan." check: IS_EMPTY: arg: EXTRACT: "CA10__numberOfSites__c" - status: "INCOMPLIANT" currentStateMessage: "The Azure App Service plan has no apps assigned." remediationMessage: "Delete the empty App Service plan." check: IS_EQUAL: left: EXTRACT: "CA10__numberOfSites__c" right: NUMBER: 0.0 otherwise: status: "COMPLIANT" currentStateMessage: "The Azure App Service plan has apps assigned."