diff --git a/specification/mixedreality/resource-manager/Microsoft.MixedReality/preview/2021-03-01-preview/proxy.json b/specification/mixedreality/resource-manager/Microsoft.MixedReality/preview/2021-03-01-preview/proxy.json index fe4299fafc8b..c0e1b3c19157 100644 --- a/specification/mixedreality/resource-manager/Microsoft.MixedReality/preview/2021-03-01-preview/proxy.json +++ b/specification/mixedreality/resource-manager/Microsoft.MixedReality/preview/2021-03-01-preview/proxy.json @@ -256,6 +256,44 @@ "description": "Only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count.", "type": "string" }, + "supportedAggregationTypes": { + "description": "Supported aggregation types. Valid values: Average, Minimum, Maximum, Total, Count.", + "type": "array", + "items": { + "$ref": "#/definitions/AggregationType" + } + }, + "supportedTimeGrainTypes": { + "description": "Supported time grains. Valid values: PT1M, PT5M, PT15M, PT30M, PT1H, PT6H, PT12H, P1D", + "type": "array", + "items": { + "$ref": "#/definitions/TimeGrainType" + } + }, + "enableRegionalMdmAccount": { + "description": "Flag to indicate use of regional Mdm accounts", + "type": "boolean" + }, + "sourceMdmAccount": { + "description": "Source mdm account", + "type": "string" + }, + "sourceMdmNamespace": { + "description": "Source mdm namespace", + "type": "string" + }, + "metricFilterPattern": { + "description": "Metric filter regex pattern", + "type": "string" + }, + "fillGapWithZero": { + "description": "Flag to determine is Zero is returned for time duration where no metric is emitted", + "type": "boolean" + }, + "category": { + "description": "Metric category", + "type": "string" + }, "internalMetricName": { "description": "Internal metric name.", "type": "string" @@ -267,9 +305,21 @@ "items": { "$ref": "#/definitions/MetricDimension" } + }, + "lockedAggregationType": { + "description": "Locked aggregation type of the metric", + "type": "string" } } }, + "AggregationType": { + "description": "Only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count.", + "type": "string" + }, + "TimeGrainType": { + "description": "The time grain of the metric", + "type": "string" + }, "MetricDimension": { "description": "Specifications of the Dimension of metrics", "type": "object", @@ -285,6 +335,10 @@ "internalName": { "description": "Internal name of the dimension.", "type": "string" + }, + "toBeExportedForShoebox": { + "description": "Flag to indicate export for Shoebox", + "type": "boolean" } } },