Skip to content

Commit

Permalink
CodeGen from PR 13991 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge adb5d8ec6f125d28fcc1687c4da4dd16e0c8b62b into ad5f2295c36461875b75f83e9579eadddf73d356
  • Loading branch information
SDKAuto committed Apr 26, 2021
1 parent 6f183ef commit 2a5314d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions schemas/2015-04-01/Microsoft.Insights.json
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,17 @@
],
"description": "List of dimension conditions. For example: [{\"DimensionName\":\"AppName\",\"Operator\":\"Equals\",\"Values\":[\"App1\"]},{\"DimensionName\":\"Deployment\",\"Operator\":\"Equals\",\"Values\":[\"default\"]}]."
},
"dividePerInstance": {
"oneOf": [
{
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "a value indicating whether metric should divide per instance."
},
"metricName": {
"type": "string",
"description": "the name of the metric that defines what the rule monitors."
Expand Down

0 comments on commit 2a5314d

Please sign in to comment.