-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Hub Generated] Review request for Microsoft.AlertsManagement to add …
…version stable/2021-08-08 (#17162) * Adds base for updating Microsoft.AlertsManagement from version preview/2021-08-08-preview to version 2021-08-08 * Updates readme * Updates API version in new specs and examples * 1. added input files to new tag 2. changed alerts management client tag to the new tag Co-authored-by: Liran Englender <[email protected]>
- Loading branch information
Showing
13 changed files
with
2,021 additions
and
1 deletion.
There are no files selected for viewing
824 changes: 824 additions & 0 deletions
824
...t/resource-manager/Microsoft.AlertsManagement/stable/2021-08-08/AlertProcessingRules.json
Large diffs are not rendered by default.
Oops, something went wrong.
93 changes: 93 additions & 0 deletions
93
...es/AlertProcessingRules_Create_or_update_add_action_group_all_alerts_in_subscription.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2021-08-08", | ||
"subscriptionId": "subId1", | ||
"resourceGroupName": "alertscorrelationrg", | ||
"alertProcessingRuleName": "AddActionGroupToSubscription", | ||
"alertProcessingRule": { | ||
"location": "Global", | ||
"tags": {}, | ||
"properties": { | ||
"scopes": [ | ||
"/subscriptions/subId1" | ||
], | ||
"actions": [ | ||
{ | ||
"actionType": "AddActionGroups", | ||
"actionGroupIds": [ | ||
"/subscriptions/subId1/resourcegroups/RGId1/providers/microsoft.insights/actiongroups/ActionGroup1" | ||
] | ||
} | ||
], | ||
"description": "Add ActionGroup1 to all alerts in the subscription", | ||
"enabled": true | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"systemData": { | ||
"createdBy": "[email protected]", | ||
"createdByType": "User", | ||
"createdAt": "2021-02-12T22:05:09Z", | ||
"lastModifiedBy": "[email protected]", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2021-02-13T16:15:34Z" | ||
}, | ||
"properties": { | ||
"scopes": [ | ||
"/subscriptions/subId1" | ||
], | ||
"actions": [ | ||
{ | ||
"actionType": "AddActionGroups", | ||
"actionGroupIds": [ | ||
"/subscriptions/subId1/resourcegroups/RGId1/providers/microsoft.insights/actiongroups/ActionGroup1" | ||
] | ||
} | ||
], | ||
"description": "Add ActionGroup1 to all alerts in the subscription", | ||
"enabled": true | ||
}, | ||
"id": "/subscriptions/subId1/resourceGroups/alertscorrelationrg/providers/Microsoft.AlertsManagement/actionRules/AddActionGroupToSubscription", | ||
"type": "Microsoft.AlertsManagement/actionRules", | ||
"name": "AddActionGroupToSubscription", | ||
"location": "Global", | ||
"tags": {} | ||
} | ||
}, | ||
"201": { | ||
"body": { | ||
"systemData": { | ||
"createdBy": "[email protected]", | ||
"createdByType": "User", | ||
"createdAt": "2021-02-12T22:05:09Z", | ||
"lastModifiedBy": "[email protected]", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2021-02-13T16:15:34Z" | ||
}, | ||
"properties": { | ||
"scopes": [ | ||
"/subscriptions/subId1" | ||
], | ||
"actions": [ | ||
{ | ||
"actionType": "AddActionGroups", | ||
"actionGroupIds": [ | ||
"/subscriptions/subId1/resourcegroups/RGId1/providers/microsoft.insights/actiongroups/ActionGroup1" | ||
] | ||
} | ||
], | ||
"description": "Add ActionGroup1 to all alerts in the subscription", | ||
"enabled": true | ||
}, | ||
"id": "/subscriptions/subId1/resourceGroups/alertscorrelationrg/providers/Microsoft.AlertsManagement/actionRules/AddActionGroupToSubscription", | ||
"type": "Microsoft.AlertsManagement/actionRules", | ||
"name": "AddActionGroupToSubscription", | ||
"location": "Global", | ||
"tags": {} | ||
} | ||
} | ||
} | ||
} |
129 changes: 129 additions & 0 deletions
129
...essingRules_Create_or_update_add_two_action_groups_all_Sev0_Sev1_two_resource_groups.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,129 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2021-08-08", | ||
"subscriptionId": "subId1", | ||
"resourceGroupName": "alertscorrelationrg", | ||
"alertProcessingRuleName": "AddActionGroupsBySeverity", | ||
"alertProcessingRule": { | ||
"location": "Global", | ||
"tags": {}, | ||
"properties": { | ||
"scopes": [ | ||
"/subscriptions/subId1/resourceGroups/RGId1", | ||
"/subscriptions/subId1/resourceGroups/RGId2" | ||
], | ||
"conditions": [ | ||
{ | ||
"field": "Severity", | ||
"operator": "Equals", | ||
"values": [ | ||
"sev0", | ||
"sev1" | ||
] | ||
} | ||
], | ||
"actions": [ | ||
{ | ||
"actionType": "AddActionGroups", | ||
"actionGroupIds": [ | ||
"/subscriptions/subId1/resourcegroups/RGId1/providers/microsoft.insights/actiongroups/AGId1", | ||
"/subscriptions/subId1/resourcegroups/RGId1/providers/microsoft.insights/actiongroups/AGId2" | ||
] | ||
} | ||
], | ||
"description": "Add AGId1 and AGId2 to all Sev0 and Sev1 alerts in these resourceGroups", | ||
"enabled": true | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"systemData": { | ||
"createdBy": "[email protected]", | ||
"createdByType": "User", | ||
"createdAt": "2018-06-12T22:05:09Z", | ||
"lastModifiedBy": "[email protected]", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2018-06-13T22:05:09Z" | ||
}, | ||
"properties": { | ||
"scopes": [ | ||
"/subscriptions/subId1/resourceGroups/RGId1", | ||
"/subscriptions/subId1/resourceGroups/RGId2" | ||
], | ||
"conditions": [ | ||
{ | ||
"field": "Severity", | ||
"operator": "Equals", | ||
"values": [ | ||
"sev0", | ||
"sev1" | ||
] | ||
} | ||
], | ||
"actions": [ | ||
{ | ||
"actionType": "AddActionGroups", | ||
"actionGroupIds": [ | ||
"/subscriptions/subId1/resourcegroups/RGId1/providers/microsoft.insights/actiongroups/AGId1", | ||
"/subscriptions/subId1/resourcegroups/RGId1/providers/microsoft.insights/actiongroups/AGId2" | ||
] | ||
} | ||
], | ||
"description": "Add AGId1 and AGId2 to all Sev0 and Sev1 alerts in these resourceGroups", | ||
"enabled": true | ||
}, | ||
"id": "/subscriptions/subId1/resourceGroups/alertscorrelationrg/providers/Microsoft.AlertsManagement/actionRules/AddActionGroupsBySeverity", | ||
"type": "Microsoft.AlertsManagement/actionRules", | ||
"name": "AddActionGroupsBySeverity", | ||
"location": "Global", | ||
"tags": {} | ||
} | ||
}, | ||
"201": { | ||
"body": { | ||
"systemData": { | ||
"createdBy": "[email protected]", | ||
"createdByType": "User", | ||
"createdAt": "2018-06-12T22:05:09Z", | ||
"lastModifiedBy": "[email protected]", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2018-06-13T22:05:09Z" | ||
}, | ||
"properties": { | ||
"scopes": [ | ||
"/subscriptions/subId1/resourceGroups/RGId1", | ||
"/subscriptions/subId1/resourceGroups/RGId2" | ||
], | ||
"conditions": [ | ||
{ | ||
"field": "Severity", | ||
"operator": "Equals", | ||
"values": [ | ||
"sev0", | ||
"sev1" | ||
] | ||
} | ||
], | ||
"actions": [ | ||
{ | ||
"actionType": "AddActionGroups", | ||
"actionGroupIds": [ | ||
"/subscriptions/subId1/resourcegroups/RGId1/providers/microsoft.insights/actiongroups/AGId1", | ||
"/subscriptions/subId1/resourcegroups/RGId1/providers/microsoft.insights/actiongroups/AGId2" | ||
] | ||
} | ||
], | ||
"description": "Add AGId1 and AGId2 to all Sev0 and Sev1 alerts in these resourceGroups", | ||
"enabled": true | ||
}, | ||
"id": "/subscriptions/subId1/resourceGroups/alertscorrelationrg/providers/Microsoft.AlertsManagement/actionRules/AddActionGroupsBySeverity", | ||
"type": "Microsoft.AlertsManagement/actionRules", | ||
"name": "AddActionGroupsBySeverity", | ||
"location": "Global", | ||
"tags": {} | ||
} | ||
} | ||
} | ||
} |
111 changes: 111 additions & 0 deletions
111
...rtProcessingRules_Create_or_update_remove_all_action_groups_from_specific_alert_rule.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,111 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2021-08-08", | ||
"subscriptionId": "subId1", | ||
"resourceGroupName": "alertscorrelationrg", | ||
"alertProcessingRuleName": "RemoveActionGroupsSpecificAlertRule", | ||
"alertProcessingRule": { | ||
"location": "Global", | ||
"tags": {}, | ||
"properties": { | ||
"scopes": [ | ||
"/subscriptions/subId1" | ||
], | ||
"conditions": [ | ||
{ | ||
"field": "AlertRuleId", | ||
"operator": "Equals", | ||
"values": [ | ||
"/subscriptions/suubId1/resourceGroups/Rgid2/providers/microsoft.insights/activityLogAlerts/RuleName" | ||
] | ||
} | ||
], | ||
"actions": [ | ||
{ | ||
"actionType": "RemoveAllActionGroups" | ||
} | ||
], | ||
"description": "Removes all ActionGroups from all Alerts that fire on above AlertRule", | ||
"enabled": true | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"systemData": { | ||
"createdBy": "[email protected]", | ||
"createdByType": "User", | ||
"createdAt": "2018-06-11T22:05:09Z", | ||
"lastModifiedBy": "[email protected]", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2018-06-12T22:05:09Z" | ||
}, | ||
"properties": { | ||
"scopes": [ | ||
"/subscriptions/subId1" | ||
], | ||
"conditions": [ | ||
{ | ||
"field": "AlertRuleId", | ||
"operator": "Equals", | ||
"values": [ | ||
"/subscriptions/suubId1/resourceGroups/Rgid2/providers/microsoft.insights/activityLogAlerts/RuleName" | ||
] | ||
} | ||
], | ||
"actions": [ | ||
{ | ||
"actionType": "RemoveAllActionGroups" | ||
} | ||
], | ||
"description": "Removes all ActionGroups from all Alerts that fire on above AlertRule", | ||
"enabled": true | ||
}, | ||
"id": "/subscriptions/subId1/resourceGroups/alertscorrelationrg/providers/Microsoft.AlertsManagement/actionRules/RemoveActionGroupsSpecificAlertRule", | ||
"type": "Microsoft.AlertsManagement/actionRules", | ||
"name": "RemoveActionGroupsSpecificAlertRule", | ||
"location": "Global", | ||
"tags": {} | ||
} | ||
}, | ||
"201": { | ||
"body": { | ||
"systemData": { | ||
"createdBy": "[email protected]", | ||
"createdByType": "User", | ||
"createdAt": "2018-06-11T22:05:09Z", | ||
"lastModifiedBy": "[email protected]", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2018-06-12T22:05:09Z" | ||
}, | ||
"properties": { | ||
"scopes": [ | ||
"/subscriptions/subId1" | ||
], | ||
"conditions": [ | ||
{ | ||
"field": "AlertRuleId", | ||
"operator": "Equals", | ||
"values": [ | ||
"/subscriptions/suubId1/resourceGroups/Rgid2/providers/microsoft.insights/activityLogAlerts/RuleName" | ||
] | ||
} | ||
], | ||
"actions": [ | ||
{ | ||
"actionType": "RemoveAllActionGroups" | ||
} | ||
], | ||
"description": "Removes all ActionGroups from all Alerts that fire on above AlertRule", | ||
"enabled": true | ||
}, | ||
"id": "/subscriptions/subId1/resourceGroups/alertscorrelationrg/providers/Microsoft.AlertsManagement/actionRules/RemoveActionGroupsSpecificAlertRule", | ||
"type": "Microsoft.AlertsManagement/actionRules", | ||
"name": "RemoveActionGroupsSpecificAlertRule", | ||
"location": "Global", | ||
"tags": {} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.