Skip to content

Commit

Permalink
Merge pull request #1 from AnanyShah/systemData
Browse files Browse the repository at this point in the history
Added systemData property in Move Collection & Move Resource object
  • Loading branch information
AnanyShah authored Aug 2, 2021
2 parents d34a54d + 7a7859f commit cbb8417
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1352,6 +1352,11 @@
},
"properties": {
"$ref": "#/definitions/MoveResourceProperties"
},
"systemData": {
"$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/systemData",
"readOnly": true,
"description": "Metadata pertaining to creation and last modification of the resource."
}
}
},
Expand Down Expand Up @@ -1467,6 +1472,11 @@
},
"properties": {
"$ref": "#/definitions/MoveCollectionProperties"
},
"systemData": {
"$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/systemData",
"readOnly": true,
"description": "Metadata pertaining to creation and last modification of the resource."
}
}
},
Expand Down

0 comments on commit cbb8417

Please sign in to comment.