We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbea347 commit 3b52393Copy full SHA for 3b52393
Infrastructure/data/dashboard.bicep
@@ -5438,12 +5438,12 @@ resource name_resource 'Microsoft.Portal/dashboards@2015-08-01-preview' = {
5438
PartTitle: 'Threshold Violations Created'
5439
Dimensions: {
5440
xAxis: {
5441
- name: 'Bin'
+ name: 'Day'
5442
type: 'datetime'
5443
}
5444
yAxis: [
5445
{
5446
- name: 'count_'
+ name: 'NotificationsCount'
5447
type: 'long'
5448
5449
]
0 commit comments