Fix drawio OIC icon resolution
Some checks failed
Deploy Skill to OCI / deploy (push) Successful in 35s
Diagram validators / diagram-validators (push) Failing after 21s

This commit is contained in:
root
2026-04-27 13:07:38 -03:00
parent 198861f533
commit a032e7980b

View File

@@ -855,7 +855,13 @@ class OCIDiagramGenerator:
"iac": ["resource_manager"], "iac": ["resource_manager"],
"terraform": ["resource_manager"], "terraform": ["resource_manager"],
"oac": ["analytics"], "oac": ["analytics"],
"oic": ["integration"], # OIC / Integration Cloud — the draw.io toolkit key is
# ``developer_services_integrations``. ``integration`` exists on
# the PPTX side, but not in ``kb/diagram/oci-icons.json``.
"integration": ["developer_services_integrations"],
"oic": ["developer_services_integrations"],
"integration_cloud": ["developer_services_integrations"],
"oracle_integration_cloud": ["developer_services_integrations"],
# Newer OCI services not yet in OCI Toolkit v24.2 — fall back to # Newer OCI services not yet in OCI Toolkit v24.2 — fall back to
# the generic ``database`` stencil. Oracle's own ref archs do # the generic ``database`` stencil. Oracle's own ref archs do
# the same (custom inline SVG over the generic icon) until the # the same (custom inline SVG over the generic icon) until the