Skip to content

Commit 7632daf

Browse files
committed
Added SystemData property for DetectorResponseProperties.
Make SystemData common
1 parent 56422fa commit 7632daf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

specification/batch/resource-manager/Microsoft.Batch/stable/2022-01-01/BatchManagement.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3598,6 +3598,9 @@
35983598
"value": {
35993599
"type": "string",
36003600
"description": "A base64 encoded string that represents the content of a detector."
3601+
},
3602+
"systemData": {
3603+
"$ref": "#/definitions/SystemData"
36013604
}
36023605
},
36033606
"description": "Detector response properties."
@@ -5536,6 +5539,11 @@
55365539
],
55375540
"description": "The Batch List supported SKUs operation response."
55385541
},
5542+
"SystemData": {
5543+
"$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/systemData",
5544+
"readOnly": true,
5545+
"description": "Metadata pertaining to creation and last modification of the resource."
5546+
},
55395547
"Operation": {
55405548
"title": "A REST API operation",
55415549
"type": "object",

0 commit comments

Comments
 (0)