Skip to content

Commit 648e999

Browse files
authored
[Azure AI Foundry] Fix typo in the billing dashboard summary (#14589)
* Fix typo in the billing dashboard
1 parent e35c0a6 commit 648e999

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

packages/azure_ai_foundry/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
- version: "0.5.2"
2+
changes:
3+
- description: Fix typo in the billing dashboard.
4+
type: bugfix
5+
link: https://github.com/elastic/integrations/pull/14589
16
- version: "0.5.1"
27
changes:
38
- description: Update dashboard title and labels.

packages/azure_ai_foundry/kibana/dashboard/azure_ai_foundry-09e1aa79-9d15-4bbe-a32c-85766864fa6a.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@
421421
"id": "",
422422
"params": {
423423
"fontSize": 12,
424-
"markdown": "Azure AI Foundry Billing\n\nThe dashboard shows costs related to Azure Cognitive Services, including:\n\n- Total costs\n- Daily usage costs\n\nNote: Note: To see cost data here, you need to enable the Azure Billing integration",
424+
"markdown": "Azure AI Foundry Billing\n\nThe dashboard shows costs related to Azure Cognitive Services, including:\n\n- Total costs\n- Daily usage costs\n\nNote: To see cost data here, you need to enable the Azure Billing integration",
425425
"openLinksInNewTab": false
426426
},
427427
"title": "",

packages/azure_ai_foundry/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 3.3.2
22
name: azure_ai_foundry
33
title: "Azure AI Foundry"
4-
version: "0.5.1"
4+
version: "0.5.2"
55
source:
66
license: "Elastic-2.0"
77
description: "Collects Azure AI Foundry logs and metrics"

0 commit comments

Comments
 (0)