Merge pull request #1253 from markjones-msft/patch-1

Update Arc - SQL Server Inventory.json
This commit is contained in:
Umachandar Jayachandran
2024-03-26 07:22:39 -07:00
committed by GitHub
@@ -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"
}
}