Skip to content

Commit d0646e7

Browse files
ShaniFeligjosuh
authored andcommitted
lastUpdatedDate for templates (Azure#11900)
* lastUpdatedDate for templates * fix
1 parent 12b9faa commit d0646e7

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/SecurityInsights.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4824,6 +4824,12 @@
48244824
"description": "the number of alert rules that were created by this template",
48254825
"type": "integer"
48264826
},
4827+
"lastUpdatedDateUTC": {
4828+
"description": "The last time that this alert rule template has been updated.",
4829+
"format": "date-time",
4830+
"readOnly": true,
4831+
"type": "string"
4832+
},
48274833
"createdDateUTC": {
48284834
"description": "The time that this alert rule template has been added.",
48294835
"format": "date-time",

specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/examples/alertRuleTemplates/GetAlertRuleTemplateById.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"PrivilegeEscalation",
3131
"LateralMovement"
3232
],
33+
"lastUpdatedDateUTC": "2020-02-27T00:00:00Z",
3334
"createdDateUTC": "2019-02-27T00:00:00Z",
3435
"status": "Available",
3536
"requiredDataConnectors": [

specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/examples/alertRuleTemplates/GetAlertRuleTemplates.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"PrivilegeEscalation",
2929
"LateralMovement"
3030
],
31+
"lastUpdatedDateUTC": "2020-02-27T00:00:00Z",
3132
"createdDateUTC": "2019-02-27T00:00:00Z",
3233
"status": "Available",
3334
"requiredDataConnectors": [
@@ -55,6 +56,7 @@
5556
"Exfiltration",
5657
"CommandAndControl"
5758
],
59+
"lastUpdatedDateUTC": "2020-02-27T00:00:00Z",
5860
"createdDateUTC": "2019-07-25T00:00:00Z",
5961
"status": "Available",
6062
"severity": "High",
@@ -70,6 +72,7 @@
7072
"productFilter": "Microsoft Cloud App Security",
7173
"displayName": "Create incidents based on Microsoft Cloud App Security alerts",
7274
"description": "Create incidents based on all alerts generated in Microsoft Cloud App Security",
75+
"lastUpdatedDateUTC": "2020-02-27T00:00:00Z",
7376
"createdDateUTC": "2019-07-16T00:00:00Z",
7477
"status": "Available",
7578
"alertRulesCreatedByTemplateCount": 0

0 commit comments

Comments
 (0)