Skip to content

Commit 7080dc9

Browse files
committed
2 parents 8e5f7e7 + 720d63d commit 7080dc9

File tree

1 file changed

+13
-34
lines changed

1 file changed

+13
-34
lines changed

articles/azure-monitor/alerts/alerts-common-schema-test-action-definitions.md

Lines changed: 13 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -679,35 +679,8 @@ You can also use `LinkToFilteredSearchResultsAPI` or `LinkToSearchResultsAPI` to
679679
}
680680
```
681681

682-
#### monitoringService = Budget
683-
684-
**Sample values**
685-
```json
686-
{
687-
"schemaId":"AIP Budget Notification",
688-
"data":{
689-
"SubscriptionName":"test-subscription",
690-
"SubscriptionId":"11111111-1111-1111-1111-111111111111",
691-
"EnrollmentNumber":"",
692-
"DepartmentName":"test-budgetDepartmentName",
693-
"AccountName":"test-budgetAccountName",
694-
"BillingAccountId":"",
695-
"BillingProfileId":"",
696-
"InvoiceSectionId":"",
697-
"ResourceGroup":"test-RG",
698-
"SpendingAmount":"1111.32",
699-
"BudgetStartDate":"11/17/2021 5:40:29 PM -08:00",
700-
"Budget":"10000",
701-
"Unit":"USD",
702-
"BudgetCreator":"[email protected]",
703-
"BudgetName":"test-budgetName",
704-
"BudgetType":"Cost",
705-
"NotificationThresholdAmount":"8000.0"
706-
}
707-
}
708-
```
709-
710-
#### monitoringService = Actual Cost Budget
682+
#### `monitoringService` = `CostAlerts`
683+
Actual cost budget
711684

712685
**Sample values**
713686
```json
@@ -726,9 +699,11 @@ You can also use `LinkToFilteredSearchResultsAPI` or `LinkToSearchResultsAPI` to
726699
"signalType": null,
727700
"monitorCondition": null,
728701
"alertTargetIDs": null,
729-
"configurationItems": ["budgets"],
702+
"configurationItems": [
703+
"budgets"
704+
],
730705
"originAlertId": null
731-
},
706+
},
732707
"alertContext": {
733708
"AlertCategory": "budgets",
734709
"AlertData": {
@@ -748,7 +723,9 @@ You can also use `LinkToFilteredSearchResultsAPI` or `LinkToSearchResultsAPI` to
748723
}
749724
}
750725
```
751-
#### monitoringService = Forecasted Budget
726+
727+
#### `monitoringService` = `CostAlerts`
728+
Forecasted cost budget
752729

753730
**Sample values**
754731
```json
@@ -767,7 +744,9 @@ You can also use `LinkToFilteredSearchResultsAPI` or `LinkToSearchResultsAPI` to
767744
"signalType": null,
768745
"monitorCondition": null,
769746
"alertTargetIDs": null,
770-
"configurationItems": ["budgets"],
747+
"configurationItems": [
748+
"budgets"
749+
],
771750
"originAlertId": null
772751
},
773752
"alertContext": {
@@ -791,7 +770,7 @@ You can also use `LinkToFilteredSearchResultsAPI` or `LinkToSearchResultsAPI` to
791770
}
792771
```
793772

794-
#### monitoringService = Smart Alert
773+
#### `monitoringService` = `Smart Alert`
795774

796775
**Sample values**
797776
```json

0 commit comments

Comments
 (0)