From 8f96b80b12f85dd207188833542965eea5983433 Mon Sep 17 00:00:00 2001 From: microridham <113003269+microridham@users.noreply.github.com> Date: Mon, 19 Sep 2022 14:44:34 +0530 Subject: [PATCH] Task 15221970 - ASE DataBoxEdge S360 Compliance (#20648) --- .../preview/2022-04-01-preview/databoxedge.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/specification/databoxedge/resource-manager/Microsoft.DataBoxEdge/preview/2022-04-01-preview/databoxedge.json b/specification/databoxedge/resource-manager/Microsoft.DataBoxEdge/preview/2022-04-01-preview/databoxedge.json index 97f98ad8894e..686c6059aa5e 100644 --- a/specification/databoxedge/resource-manager/Microsoft.DataBoxEdge/preview/2022-04-01-preview/databoxedge.json +++ b/specification/databoxedge/resource-manager/Microsoft.DataBoxEdge/preview/2022-04-01-preview/databoxedge.json @@ -5164,11 +5164,13 @@ }, "etag": { "description": "The etag for the devices.", - "type": "string" + "type": "string", + "readOnly": true }, "identity": { "$ref": "#/definitions/ResourceIdentity", - "description": "Msi identity of the resource" + "description": "Msi identity of the resource", + "readOnly": true }, "kind": { "description": "The kind of the device.", @@ -5182,7 +5184,8 @@ "x-ms-enum": { "name": "DataBoxEdgeDeviceKind", "modelAsString": true - } + }, + "readOnly": true }, "systemData": { "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/systemData", @@ -5417,6 +5420,7 @@ "Maintenance" ], "type": "string", + "readOnly": true, "x-ms-enum": { "name": "DataBoxEdgeDeviceStatus", "modelAsString": true