--- inputType: "CA10__CaAzureAppService__c" importExtracts: - file: "/types/CA10__CaAzureAppService__c/object.extracts.yaml" testData: - file: "test-data.json" conditions: - status: "INCOMPLIANT" currentStateMessage: "App Service HTTP/2 is not enabled." remediationMessage: "Enable HTTP/2." check: IS_EQUAL: left: EXTRACT: "CA10__configHttp20__c" right: TEXT: "Disabled" - status: "COMPLIANT" currentStateMessage: "App Service HTTP/2 is enabled." check: IS_EQUAL: left: EXTRACT: "CA10__configHttp20__c" right: TEXT: "Enabled" otherwise: status: "UNDETERMINED" currentStateMessage: "Unexpected value in the field."