Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"Alerts"
],
"description": "List all the alerts that are associated with the subscription that are stored in a specific location",
"operationId": "Alerts_ListSubscriptionLevelByRegion",
"operationId": "Alerts_ListSubscriptionLevelAlertsByRegion",
"parameters": [
{
"$ref": "../../../common/v1/types.json#/parameters/ApiVersion"
Expand Down Expand Up @@ -168,7 +168,7 @@
"Alerts"
],
"description": "List all the alerts that are associated with the resource group that are stored in a specific location",
"operationId": "Alerts_ListResourceGroupLevelByRegion",
"operationId": "Alerts_ListResourceGroupLevelAlertsByRegion",
"parameters": [
{
"$ref": "../../../common/v1/types.json#/parameters/ApiVersion"
Expand Down Expand Up @@ -213,7 +213,7 @@
"Alerts"
],
"description": "Get an alert that is associated with a subscription",
"operationId": "Alerts_GetSubscriptionLevel",
"operationId": "Alerts_GetSubscriptionLevelAlert",
"parameters": [
{
"$ref": "../../../common/v1/types.json#/parameters/ApiVersion"
Expand Down Expand Up @@ -255,7 +255,7 @@
"Alerts"
],
"description": "Get an alert that is associated a resource group or a resource in a resource group",
"operationId": "Alerts_GetResourceGroupLevel",
"operationId": "Alerts_GetResourceGroupLevelAlerts",
"parameters": [
{
"$ref": "../../../common/v1/types.json#/parameters/ApiVersion"
Expand Down Expand Up @@ -300,7 +300,7 @@
"Alerts"
],
"description": "Update the alert's state",
"operationId": "Alerts_UpdateSubscriptionLevelStateToDismiss",
"operationId": "Alerts_UpdateSubscriptionLevelAlertStateToDismiss",
"parameters": [
{
"$ref": "../../../common/v1/types.json#/parameters/ApiVersion"
Expand Down Expand Up @@ -378,7 +378,7 @@
"Alerts"
],
"description": "Update the alert's state",
"operationId": "Alerts_UpdateSubscriptionLevelStateToActivate",
"operationId": "Alerts_UpdateSubscriptionLevelAlertStateToReactivate",
"parameters": [
{
"$ref": "../../../common/v1/types.json#/parameters/ApiVersion"
Expand Down Expand Up @@ -459,7 +459,7 @@
"Alerts"
],
"description": "Update the alert's state",
"operationId": "Alerts_UpdateResourceGroupLevelStateToDismiss",
"operationId": "Alerts_UpdateResourceGroupLevelAlertStateToDismiss",
"parameters": [
{
"$ref": "../../../common/v1/types.json#/parameters/ApiVersion"
Expand Down Expand Up @@ -501,7 +501,7 @@
"Alerts"
],
"description": "Update the alert's state",
"operationId": "Alerts_UpdateResourceGroupLevelStateToActivate",
"operationId": "Alerts_UpdateResourceGroupLevelAlertStateToReactivate",
"parameters": [
{
"$ref": "../../../common/v1/types.json#/parameters/ApiVersion"
Expand Down