apigeelint
Version:
Node module and tool to lint a bundle for an Apigee API Proxy or sharedflow.
14 lines (11 loc) • 437 B
JavaScript
// These are the error messages only for the failed policies.
module.exports = {
"KVM-ExclusiveCache-apigeex.xml": [
"ExclusiveCache is deprecated in the KeyValueMapOperations policy",
],
"KVM-both-Scope-and-ExclusiveCache-apigee.xml":
"ExclusiveCache is deprecated in the KeyValueMapOperations policy",
"KVM-ExclusiveCache-apigee.xml": [
"ExclusiveCache is deprecated in the KeyValueMapOperations policy",
],
};