Skip to content

Commit

Permalink
Added SystemData property for DetectorResponseProperties.
Browse files Browse the repository at this point in the history
Make SystemData common
  • Loading branch information
paterasMSFT committed Dec 6, 2021
1 parent 56422fa commit 7632daf
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3598,6 +3598,9 @@
"value": {
"type": "string",
"description": "A base64 encoded string that represents the content of a detector."
},
"systemData": {
"$ref": "#/definitions/SystemData"
}
},
"description": "Detector response properties."
Expand Down Expand Up @@ -5536,6 +5539,11 @@
],
"description": "The Batch List supported SKUs operation response."
},
"SystemData": {
"$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/systemData",
"readOnly": true,
"description": "Metadata pertaining to creation and last modification of the resource."
},
"Operation": {
"title": "A REST API operation",
"type": "object",
Expand Down

0 comments on commit 7632daf

Please sign in to comment.