diff --git a/autogen.sh b/autogen.sh index c8e6922d..263ae41a 100755 --- a/autogen.sh +++ b/autogen.sh @@ -2,7 +2,6 @@ echo "starting" app_root_dir="diagrams" -# NOTE: azure icon set is not latest version providers=( "onprem" "aws" diff --git a/config.py b/config.py index 2a0db098..d1ae8ace 100644 --- a/config.py +++ b/config.py @@ -281,6 +281,10 @@ ALIASES = { "KubernetesServices": "AKS", "VMScaleSet": "VMSS" }, + # Upstream ships this icon as promethus.svg; expose the correct spelling too. + "newicons": { + "Promethus": "Prometheus", + }, }, "gcp": { "analytics": { diff --git a/diagrams/azure/newicons.py b/diagrams/azure/newicons.py index cca2d8e9..dc5a6b3b 100644 --- a/diagrams/azure/newicons.py +++ b/diagrams/azure/newicons.py @@ -193,3 +193,5 @@ class WorkloadOrchestration(_Newicons): # Aliases + +Prometheus = Promethus diff --git a/docs/nodes/azure.md b/docs/nodes/azure.md index 681383c5..a738654c 100644 --- a/docs/nodes/azure.md +++ b/docs/nodes/azure.md @@ -2061,7 +2061,7 @@ Node classes list of the azure provider. **diagrams.azure.newicons.PlanetaryComputerPro** Promethus -**diagrams.azure.newicons.Promethus** +**diagrams.azure.newicons.Promethus**, **Prometheus** (alias) Pubsub **diagrams.azure.newicons.Pubsub**