From 45051ad2c1cefb4be490b183d4cdba4a5d71a0fc Mon Sep 17 00:00:00 2001 From: deesejohn Date: Tue, 13 Apr 2021 10:59:02 +0100 Subject: [PATCH] Added Azure Monitor support for Microsoft.AppConfiguration/configurationStores namespace (#32123) Closes #28733 --- .../azure_monitor/supported_namespaces.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/plugins/datasource/grafana-azure-monitor-datasource/azure_monitor/supported_namespaces.ts b/public/app/plugins/datasource/grafana-azure-monitor-datasource/azure_monitor/supported_namespaces.ts index 4e64306b3bb..1a8dd85c375 100644 --- a/public/app/plugins/datasource/grafana-azure-monitor-datasource/azure_monitor/supported_namespaces.ts +++ b/public/app/plugins/datasource/grafana-azure-monitor-datasource/azure_monitor/supported_namespaces.ts @@ -3,6 +3,7 @@ export default class SupportedNamespaces { azuremonitor: [ 'Microsoft.AnalysisServices/servers', 'Microsoft.ApiManagement/service', + 'Microsoft.AppConfiguration/configurationStores', 'Microsoft.Automation/automationAccounts', 'Microsoft.Batch/batchAccounts', 'Microsoft.Cache/redis',