Skip to content

Commit 1259114

Browse files
author
Autogenerator Pipeline
committed
Autogenerate schemas
1 parent 8e71ba8 commit 1259114

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

schemas/2015-04-01/Microsoft.Insights.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,17 @@
291291
],
292292
"description": "List of dimension conditions. For example: [{\"DimensionName\":\"AppName\",\"Operator\":\"Equals\",\"Values\":[\"App1\"]},{\"DimensionName\":\"Deployment\",\"Operator\":\"Equals\",\"Values\":[\"default\"]}]."
293293
},
294+
"dividePerInstance": {
295+
"oneOf": [
296+
{
297+
"type": "boolean"
298+
},
299+
{
300+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
301+
}
302+
],
303+
"description": "a value indicating whether metric should divide per instance."
304+
},
294305
"metricName": {
295306
"type": "string",
296307
"description": "the name of the metric that defines what the rule monitors."

0 commit comments

Comments
 (0)