From 3ee99821bccb8957d8e8349de55e46d6980f8a79 Mon Sep 17 00:00:00 2001 From: jcolladokuri Date: Tue, 3 May 2022 05:41:05 -0700 Subject: [PATCH] AzureMonitor: Updates allowed namespaces (#48468) --- .../azure_monitor/supported_namespaces.ts | 6 ++++++ 1 file changed, 6 insertions(+) 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 8bfcfec5435..5c463cb1f5b 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 @@ -27,6 +27,9 @@ export default class SupportedNamespaces { 'Microsoft.DBforMySQL/servers', 'Microsoft.DBforMySQL/flexibleServers', 'Microsoft.DBforPostgreSQL/servers', + 'Microsoft.DBforPostgreSQL/serversv2', + 'Microsoft.DBforPostgreSQL/serverGroups', + 'Microsoft.DBforPostgreSQL/serverGroupsv2', 'Microsoft.DBforPostgreSQL/flexibleServers', 'Microsoft.Devices/IotHubs', 'Microsoft.Devices/provisioningServices', @@ -103,6 +106,7 @@ export default class SupportedNamespaces { 'Microsoft.ContainerRegistry/registries', 'Microsoft.DBforMySQL/servers', 'Microsoft.DBforPostgreSQL/servers', + 'Microsoft.DBforPostgreSQL/serversv2', 'Microsoft.Devices/IotHubs', 'Microsoft.Devices/provisioningServices', 'Microsoft.EventGrid/topics', @@ -158,6 +162,7 @@ export default class SupportedNamespaces { 'Microsoft.Compute/virtualMachineScaleSets', 'Microsoft.DBforMySQL/servers', 'Microsoft.DBforPostgreSQL/servers', + 'Microsoft.DBforPostgreSQL/serversv2', 'Microsoft.Devices/IotHubs', 'Microsoft.Devices/provisioningServices', 'Microsoft.EventHub/namespaces', @@ -212,6 +217,7 @@ export default class SupportedNamespaces { 'Microsoft.ContainerRegistry/registries', 'Microsoft.DBforMySQL/servers', 'Microsoft.DBforPostgreSQL/servers', + 'Microsoft.DBforPostgreSQL/serversv2', 'Microsoft.Devices/IotHubs', 'Microsoft.Devices/provisioningServices', 'Microsoft.EventHub/namespaces',