mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Azure Monitor: Added Microsoft.Cdn/profiles to supported namespace list (#42745)
* Added Microsoft.Cdn/profiles to Azure Monitor Plugin Microsoft.Cdn/profiles is the Azure Front Door Standard/Premium resource which is not present in the supported namespaces. I would like to use this with Grafana. * Azure Monitor: Added CDN WAF namespace Added Microsoft.Cdn/cdnwebapplicationfirewallpolicies Ensured both Microsoft.Cdn/cdnwebapplicationfirewallpolicies and Microsoft.Cdn/profiles are available in all azure clouds
This commit is contained in:
@@ -7,6 +7,8 @@ export default class SupportedNamespaces {
|
||||
'Microsoft.Automation/automationAccounts',
|
||||
'Microsoft.Batch/batchAccounts',
|
||||
'Microsoft.Cache/redis',
|
||||
'Microsoft.Cdn/cdnwebapplicationfirewallpolicies',
|
||||
'Microsoft.Cdn/profiles',
|
||||
'Microsoft.ClassicCompute/virtualMachines',
|
||||
'Microsoft.ClassicCompute/domainNames/slots/roles',
|
||||
'Microsoft.CognitiveServices/accounts',
|
||||
@@ -91,6 +93,8 @@ export default class SupportedNamespaces {
|
||||
'Microsoft.ApiManagement/service',
|
||||
'Microsoft.Batch/batchAccounts',
|
||||
'Microsoft.Cache/redis',
|
||||
'Microsoft.Cdn/cdnwebapplicationfirewallpolicies',
|
||||
'Microsoft.Cdn/profiles',
|
||||
'Microsoft.ClassicCompute/virtualMachines',
|
||||
'Microsoft.ClassicCompute/domainNames/slots/roles',
|
||||
'Microsoft.CognitiveServices/accounts',
|
||||
@@ -146,6 +150,8 @@ export default class SupportedNamespaces {
|
||||
'Microsoft.AnalysisServices/servers',
|
||||
'Microsoft.Batch/batchAccounts',
|
||||
'Microsoft.Cache/redis',
|
||||
'Microsoft.Cdn/cdnwebapplicationfirewallpolicies',
|
||||
'Microsoft.Cdn/profiles',
|
||||
'Microsoft.ClassicCompute/virtualMachines',
|
||||
'Microsoft.ClassicCompute/domainNames/slots/roles',
|
||||
'Microsoft.Compute/virtualMachines',
|
||||
@@ -196,6 +202,8 @@ export default class SupportedNamespaces {
|
||||
'Microsoft.AnalysisServices/servers',
|
||||
'Microsoft.Batch/batchAccounts',
|
||||
'Microsoft.Cache/redis',
|
||||
'Microsoft.Cdn/cdnwebapplicationfirewallpolicies',
|
||||
'Microsoft.Cdn/profiles',
|
||||
'Microsoft.ClassicCompute/virtualMachines',
|
||||
'Microsoft.ClassicCompute/domainNames/slots/roles',
|
||||
'Microsoft.CognitiveServices/accounts',
|
||||
|
||||
Reference in New Issue
Block a user