Skip to content

Commit d940606

Browse files
rononiwuraonon
andauthored
[Hub Generated] Public private branch 'raonon-MixedReality-UpdateResourceResponse' (#15763)
* Updated response payload to include missing properties * Reverted Identity property * Updated stable/2020_05_01/proxy.json to include missing object properties Co-authored-by: Raymond Ononiwu <raonon@microsoft.com>
1 parent 3e8800d commit d940606

File tree

2 files changed

+62
-0
lines changed

2 files changed

+62
-0
lines changed

specification/mixedreality/resource-manager/Microsoft.MixedReality/preview/2021-03-01-preview/object-anchors.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,18 @@
400400
"description": "Property bag.",
401401
"$ref": "./common.json#/definitions/MixedRealityAccountProperties"
402402
},
403+
"plan": {
404+
"description": "The plan associated with this account",
405+
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/Identity"
406+
},
407+
"sku": {
408+
"description": "The sku associated with this account",
409+
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/Sku"
410+
},
411+
"kind": {
412+
"description": "The kind of account, if supported",
413+
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/Sku"
414+
},
403415
"systemData": {
404416
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/systemData",
405417
"description": "The system metadata related to an object anchors account.",

specification/mixedreality/resource-manager/Microsoft.MixedReality/stable/2021-01-01/proxy.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,44 @@
256256
"description": "Only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count.",
257257
"type": "string"
258258
},
259+
"supportedAggregationTypes": {
260+
"description": "Supported aggregation types. Valid values: Average, Minimum, Maximum, Total, Count.",
261+
"type": "array",
262+
"items": {
263+
"$ref": "#/definitions/AggregationType"
264+
}
265+
},
266+
"supportedTimeGrainTypes": {
267+
"description": "Supported time grains. Valid values: PT1M, PT5M, PT15M, PT30M, PT1H, PT6H, PT12H, P1D",
268+
"type": "array",
269+
"items": {
270+
"$ref": "#/definitions/TimeGrainType"
271+
}
272+
},
273+
"enableRegionalMdmAccount": {
274+
"description": "Flag to indicate use of regional Mdm accounts",
275+
"type": "boolean"
276+
},
277+
"sourceMdmAccount": {
278+
"description": "Source mdm account",
279+
"type": "string"
280+
},
281+
"sourceMdmNamespace": {
282+
"description": "Source mdm namespace",
283+
"type": "string"
284+
},
285+
"metricFilterPattern": {
286+
"description": "Metric filter regex pattern",
287+
"type": "string"
288+
},
289+
"fillGapWithZero": {
290+
"description": "Flag to determine is Zero is returned for time duration where no metric is emitted",
291+
"type": "boolean"
292+
},
293+
"category": {
294+
"description": "Metric category",
295+
"type": "string"
296+
},
259297
"internalMetricName": {
260298
"description": "Internal metric name.",
261299
"type": "string"
@@ -267,9 +305,21 @@
267305
"items": {
268306
"$ref": "#/definitions/MetricDimension"
269307
}
308+
},
309+
"lockedAggregationType": {
310+
"description": "Locked aggregation type of the metric",
311+
"type": "string"
270312
}
271313
}
272314
},
315+
"AggregationType": {
316+
"description": "Only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count.",
317+
"type": "string"
318+
},
319+
"TimeGrainType": {
320+
"description": "The time grain of the metric",
321+
"type": "string"
322+
},
273323
"MetricDimension": {
274324
"description": "Specifications of the Dimension of metrics",
275325
"type": "object",

0 commit comments

Comments
 (0)