Skip to content

Commit

Permalink
Adding systemdata to proxy resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Adithya Upadhya committed Nov 9, 2020
1 parent 5e6c340 commit a1c4abb
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3001,6 +3001,12 @@
"description": "The type of the resource.",
"type": "string",
"readOnly": true
},
"systemData": {
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/systemData",
"description": "Metadata pertaining to creation and last modification of the resource.",
"type": "object",
"readOnly": true
}
},
"x-ms-azure-resource": true
Expand Down

0 comments on commit a1c4abb

Please sign in to comment.