Alias Prometheus and drop the stale Azure icon note

Upstream ships this icon as promethus.svg, so the generated class inherits
the misspelling. Adding the alias now keeps the correct spelling available
without a breaking rename later.

The note in autogen.sh saying the Azure set is out of date no longer
applies now that the icons have been refreshed.
pull/1204/head
Filipe Oliveira 1 month ago
parent 6e17db86f0
commit 6f16bc1d5b

@ -2,7 +2,6 @@
echo "starting" echo "starting"
app_root_dir="diagrams" app_root_dir="diagrams"
# NOTE: azure icon set is not latest version
providers=( providers=(
"onprem" "onprem"
"aws" "aws"

@ -281,6 +281,10 @@ ALIASES = {
"KubernetesServices": "AKS", "KubernetesServices": "AKS",
"VMScaleSet": "VMSS" "VMScaleSet": "VMSS"
}, },
# Upstream ships this icon as promethus.svg; expose the correct spelling too.
"newicons": {
"Promethus": "Prometheus",
},
}, },
"gcp": { "gcp": {
"analytics": { "analytics": {

@ -193,3 +193,5 @@ class WorkloadOrchestration(_Newicons):
# Aliases # Aliases
Prometheus = Promethus

@ -2061,7 +2061,7 @@ Node classes list of the azure provider.
**diagrams.azure.newicons.PlanetaryComputerPro** **diagrams.azure.newicons.PlanetaryComputerPro**
<img width="30" src="/img/resources/azure/newicons/promethus.png" alt="Promethus" style="float: left; padding-right: 5px;" > <img width="30" src="/img/resources/azure/newicons/promethus.png" alt="Promethus" style="float: left; padding-right: 5px;" >
**diagrams.azure.newicons.Promethus** **diagrams.azure.newicons.Promethus**, **Prometheus** (alias)
<img width="30" src="/img/resources/azure/newicons/pubsub.png" alt="Pubsub" style="float: left; padding-right: 5px;" > <img width="30" src="/img/resources/azure/newicons/pubsub.png" alt="Pubsub" style="float: left; padding-right: 5px;" >
**diagrams.azure.newicons.Pubsub** **diagrams.azure.newicons.Pubsub**

Loading…
Cancel
Save