Skip to content

Commit

Permalink
Task 15221970 - ASE DataBoxEdge S360 Compliance (#20648)
Browse files Browse the repository at this point in the history
  • Loading branch information
microridham authored Sep 19, 2022
1 parent 967fe62 commit 8f96b80
Showing 1 changed file with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand All @@ -5182,7 +5184,8 @@
"x-ms-enum": {
"name": "DataBoxEdgeDeviceKind",
"modelAsString": true
}
},
"readOnly": true
},
"systemData": {
"$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/systemData",
Expand Down Expand Up @@ -5417,6 +5420,7 @@
"Maintenance"
],
"type": "string",
"readOnly": true,
"x-ms-enum": {
"name": "DataBoxEdgeDeviceStatus",
"modelAsString": true
Expand Down

0 comments on commit 8f96b80

Please sign in to comment.