Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/azure_ai_foundry/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
- version: "0.5.3"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't the minor version number be bumped in case of enhancement? Shouldn't the new version be 0.6.0?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@stefans-elastic if the enhancement is small we usually bump just the patch version

changes:
- description: Rename billing dashboard to cognitive billing.
type: enhancement
link: https://github.com/elastic/integrations/pull/14615
- version: "0.5.2"
changes:
- description: Fix typo in the billing dashboard.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/azure_ai_foundry/img/azure_ai_foundry_billing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/azure_ai_foundry/img/azure_ai_foundry_overview_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
{
"destinationRefName": "link_9f3883e4-1e26-4c8d-ae7f-aae30b743fc3_dashboard",
"id": "9f3883e4-1e26-4c8d-ae7f-aae30b743fc3",
"label": "Billing",
"label": "Cognitive Services Billing",
"options": {
"openInNewTab": false,
"useCurrentDateRange": true,
Expand Down Expand Up @@ -421,7 +421,7 @@
"id": "",
"params": {
"fontSize": 12,
"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",
"markdown": "Billing for Azure Cognitive Services\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",
"openLinksInNewTab": false
},
"title": "",
Expand Down Expand Up @@ -941,7 +941,7 @@
}
],
"timeRestore": false,
"title": "[Azure AI Foundry] Billing",
"title": "[Azure AI Foundry] Cognitive Services Billing",
"version": 3
},
"coreMigrationVersion": "8.8.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@
"id": "",
"params": {
"fontSize": 12,
"markdown": "Azure AI Foundry\n\nKey performance and usage metrics monitored for Azure AI Foundry. This dashboard includes:\n\n- Request rates\n- Latency\n- Error rates\n- Token usage\n\n",
"markdown": "## Azure AI Foundry\n\nKey performance and usage metrics monitored for Azure AI Foundry. This dashboard includes:\n\n- Request rates\n- Latency\n- Error rates\n- Token usage\n\n",
"openLinksInNewTab": false
},
"title": "",
Expand Down Expand Up @@ -2704,7 +2704,7 @@
{
"destinationRefName": "link_e40dae4d-127e-4b12-9602-ea1c5e54c9a2_dashboard",
"id": "e40dae4d-127e-4b12-9602-ea1c5e54c9a2",
"label": "Billing",
"label": "Cognitive Services Billing",
"options": {
"openInNewTab": false,
"useCurrentDateRange": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1323,7 +1323,7 @@
{
"destinationRefName": "link_a170b66a-e5d0-419c-bed5-d295c4cffd3f_dashboard",
"id": "a170b66a-e5d0-419c-bed5-d295c4cffd3f",
"label": "Billing",
"label": "Cognitive Services Billing",
"options": {
"openInNewTab": false,
"useCurrentDateRange": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1151,7 +1151,7 @@
{
"destinationRefName": "link_f6c3b244-ce41-4e39-a476-84dc539b9ff8_dashboard",
"id": "f6c3b244-ce41-4e39-a476-84dc539b9ff8",
"label": "Billing",
"label": "Cognitive Services Billing",
"options": {
"openInNewTab": false,
"useCurrentDateRange": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/azure_ai_foundry/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.3.2
name: azure_ai_foundry
title: "Azure AI Foundry"
version: "0.5.2"
version: "0.5.3"
source:
license: "Elastic-2.0"
description: "Collects Azure AI Foundry logs and metrics"
Expand Down