Skip to content

Commit

Permalink
add MetricSpecification change
Browse files Browse the repository at this point in the history
  • Loading branch information
tongwu-sh committed Jun 17, 2022
1 parent a702a3a commit 7273b6c
Showing 1 changed file with 22 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3041,6 +3041,10 @@
"description": "Optional. If set to true, then zero will be returned for time duration where no metric is emitted/published.",
"type": "boolean"
},
"metricFilterPattern": {
"type": "string",
"description": "Pattern for the filter of the metric."
},
"dimensions": {
"description": "Dimensions of the metric",
"uniqueItems": false,
Expand All @@ -3050,9 +3054,25 @@
},
"x-ms-identifiers": []
},
"isInternal": {
"type": "boolean",
"description": "Whether the metric is internal."
},
"sourceMdmAccount": {
"type": "string",
"description": "The source MDM account."
},
"sourceMdmNamespace": {
"description": "Name of the MDM namespace. Optional.",
"type": "string"
"type": "string",
"description": "The source MDM namespace."
},
"enableRegionalMdmAccount": {
"type": "boolean",
"description": "Whether regional MDM account enabled."
},
"resourceIdDimensionNameOverride": {
"type": "string",
"description": "The resource Id dimension name override."
}
}
},
Expand Down

0 comments on commit 7273b6c

Please sign in to comment.