diff --git a/diagrams/azure/ml.py b/diagrams/azure/ml.py index eb0c474e..e9fff87d 100644 --- a/diagrams/azure/ml.py +++ b/diagrams/azure/ml.py @@ -12,8 +12,8 @@ class AzureOpenAI(_Ml): _icon = "azure-open-ai.png" -class AzureSpeedToText(_Ml): - _icon = "azure-speed-to-text.png" +class AzureSpeechService(_Ml): + _icon = "azure-speech-service.png" class BatchAI(_Ml): diff --git a/docs/nodes/azure.md b/docs/nodes/azure.md index 875471e8..772402bd 100644 --- a/docs/nodes/azure.md +++ b/docs/nodes/azure.md @@ -7,7 +7,6 @@ Node classes list of the azure provider. ## azure.analytics - AnalysisServices **diagrams.azure.analytics.AnalysisServices** @@ -46,7 +45,6 @@ Node classes list of the azure provider. ## azure.compute - AppServices **diagrams.azure.compute.AppServices** @@ -142,7 +140,6 @@ Node classes list of the azure provider. ## azure.database - BlobStorage **diagrams.azure.database.BlobStorage** @@ -217,7 +214,6 @@ Node classes list of the azure provider. ## azure.devops - ApplicationInsights **diagrams.azure.devops.ApplicationInsights** @@ -247,7 +243,6 @@ Node classes list of the azure provider. ## azure.general - Allresources **diagrams.azure.general.Allresources** @@ -328,7 +323,6 @@ Node classes list of the azure provider. ## azure.identity - AccessReview **diagrams.azure.identity.AccessReview** @@ -376,7 +370,6 @@ Node classes list of the azure provider. ## azure.integration - APIForFhir **diagrams.azure.integration.APIForFhir** @@ -436,7 +429,6 @@ Node classes list of the azure provider. ## azure.iot - DeviceProvisioningServices **diagrams.azure.iot.DeviceProvisioningServices** @@ -469,7 +461,6 @@ Node classes list of the azure provider. ## azure.migration - DataBoxEdge **diagrams.azure.migration.DataBoxEdge** @@ -487,12 +478,11 @@ Node classes list of the azure provider. ## azure.ml - AzureOpenAI **diagrams.azure.ml.AzureOpenAI** -AzureSpeedToText -**diagrams.azure.ml.AzureSpeedToText** +AzureSpeechService +**diagrams.azure.ml.AzureSpeechService** BatchAI **diagrams.azure.ml.BatchAI** @@ -520,7 +510,6 @@ Node classes list of the azure provider. ## azure.mobile - AppServiceMobile **diagrams.azure.mobile.AppServiceMobile** @@ -532,7 +521,6 @@ Node classes list of the azure provider. ## azure.monitor - ChangeAnalysis **diagrams.azure.monitor.ChangeAnalysis** @@ -547,7 +535,6 @@ Node classes list of the azure provider. ## azure.network - ApplicationGateway **diagrams.azure.network.ApplicationGateway** @@ -634,7 +621,6 @@ Node classes list of the azure provider. ## azure.security - ApplicationSecurityGroups **diagrams.azure.security.ApplicationSecurityGroups** @@ -658,7 +644,6 @@ Node classes list of the azure provider. ## azure.storage - ArchiveStorage **diagrams.azure.storage.ArchiveStorage** @@ -709,7 +694,6 @@ Node classes list of the azure provider. ## azure.web - APIConnections **diagrams.azure.web.APIConnections** diff --git a/resources/azure/ml/azure-speech-service.png b/resources/azure/ml/azure-speech-service.png new file mode 100644 index 00000000..7716f11d Binary files /dev/null and b/resources/azure/ml/azure-speech-service.png differ diff --git a/resources/azure/ml/azure-speed-to-text.png b/resources/azure/ml/azure-speed-to-text.png deleted file mode 100644 index ca331f12..00000000 Binary files a/resources/azure/ml/azure-speed-to-text.png and /dev/null differ diff --git a/website/static/img/resources/azure/ml/azure-speech-service.png b/website/static/img/resources/azure/ml/azure-speech-service.png new file mode 100644 index 00000000..7716f11d Binary files /dev/null and b/website/static/img/resources/azure/ml/azure-speech-service.png differ diff --git a/website/static/img/resources/azure/ml/azure-speed-to-text.png b/website/static/img/resources/azure/ml/azure-speed-to-text.png deleted file mode 100644 index ca331f12..00000000 Binary files a/website/static/img/resources/azure/ml/azure-speed-to-text.png and /dev/null differ