From da5d667f905fec495be14f0ca9181739aeed9e88 Mon Sep 17 00:00:00 2001 From: Raymond Ononiwu Date: Sat, 20 Feb 2021 18:06:50 -0800 Subject: [PATCH] Fixed order of operations parameters --- .../preview/2021-03-01-preview/proxy.json | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) 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 c116c685b30a..fe4299fafc8b 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 @@ -164,24 +164,24 @@ "description": "Operation name: {provider}/{resource}/{operation}", "type": "string" }, - "isDataAction": { - "description": "Indicates whether the operation is a data action", - "type": "boolean" - }, "display": { "description": "The object that represents the operation.", "$ref": "#/definitions/OperationDisplay" + }, + "isDataAction": { + "description": "Whether or not this is a data plane operation", + "type": "boolean" + }, + "origin": { + "description": "The origin", + "type": "string" + }, + "properties": { + "$ref": "#/definitions/OperationProperties", + "description": "Properties of the operation" } } }, - "origin": { - "description": "The origin", - "type": "string" - }, - "properties": { - "$ref": "#/definitions/OperationProperties", - "description": "Properties of the operation" - }, "OperationProperties": { "description": "Operation properties.", "type": "object",