mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 23:55:47 -06:00
AzureMonitor: Updates allowed namespaces (#48468)
This commit is contained in:
parent
806ea058ed
commit
3ee99821bc
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user