From 8d4d2348d6f99802f8d34eea0ab1f4083508d510 Mon Sep 17 00:00:00 2001 From: Mark Jones <54671949+markjones-msft@users.noreply.github.com> Date: Mon, 19 Feb 2024 17:12:38 +0000 Subject: [PATCH] Update Arc - SQL Server Inventory.json Fixed typos in Chart Titles Fixed case sensitive tag for "Datacentre" --- .../azure-arc/dashboard/Arc - SQL Server Inventory.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/features/azure-arc/dashboard/Arc - SQL Server Inventory.json b/samples/features/azure-arc/dashboard/Arc - SQL Server Inventory.json index 7327ab7d..a171f5c1 100644 --- a/samples/features/azure-arc/dashboard/Arc - SQL Server Inventory.json +++ b/samples/features/azure-arc/dashboard/Arc - SQL Server Inventory.json @@ -776,7 +776,7 @@ }, { "name": "query", - "value": "resources\n| where ['type'] == \"microsoft.azurearcdata/sqlserverinstances\"\n//Tag values - edit here for custom tags\n| extend dataCenter = tostring(tags.DataCenter)\n| summarize ServerCount = count() by dataCenter", + "value": "resources\n| where ['type'] == \"microsoft.azurearcdata/sqlserverinstances\"\n//Tag values - edit here for custom tags\n| extend dataCenter = tostring(tags.Datacenter)\n| summarize ServerCount = count() by dataCenter", "isOptional": true } ], @@ -786,7 +786,7 @@ }, "partHeader": { "title": "SQL Server Instasnces by Data Center", - "subtitle": "SQL Servers insetasnces by \"Datacenter\" tag values." + "subtitle": "SQL Servers instances by \"Datacenter\" tag values." } } }, @@ -869,4 +869,4 @@ "hidden-title": "Arc - SQL Server Inventory" }, "apiVersion": "2015-08-01-preview" -} \ No newline at end of file +}