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',