Skip to content

Commit a022fd2

Browse files
authored
[monitor] Fix bug in additionalProperties to unblock Breaking Changes (#36566)
1 parent 5786577 commit a022fd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specification/monitor/resource-manager/Microsoft.Insights/stable/2018-03-01/metricAlert_API.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,7 @@
10921092
"info": {
10931093
"description": "The additional information specific to the type.",
10941094
"type": "object",
1095-
"additionalProperties": true
1095+
"additionalProperties": {}
10961096
}
10971097
}
10981098
}
@@ -1130,7 +1130,7 @@
11301130
"info": {
11311131
"description": "The additional information specific to the type.",
11321132
"type": "object",
1133-
"additionalProperties": true
1133+
"additionalProperties": {}
11341134
}
11351135
}
11361136
}

0 commit comments

Comments
 (0)