Skip to content

Commit

Permalink
Merge pull request #3130 from Azure/alexbat/master-systemdata-1
Browse files Browse the repository at this point in the history
Added systemData to deviceupdate.json
  • Loading branch information
raych1 authored Mar 8, 2021
2 parents b1d35c1 + fa366c6 commit 8b93516
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,10 @@
}
],
"properties": {
"systemData": {
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/systemData",
"readOnly": true
},
"properties": {
"description": "Device Update account properties.",
"x-ms-client-flatten": true,
Expand Down Expand Up @@ -667,6 +671,10 @@
}
],
"properties": {
"systemData": {
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/systemData",
"readOnly": true
},
"properties": {
"description": "Device Update instance properties.",
"x-ms-client-flatten": true,
Expand Down

0 comments on commit 8b93516

Please sign in to comment.