Microsoft.AlertsManagement (preview:2021-01-01)

2025/10/23 • 2 new, 2 deleted methods

Operations_List (new)
Description List all operations available through Azure Alerts Management Resource Provider.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.AlertsManagement/operations
{
api-version: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
name: string ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
}
,
]
,
}
MigrateFromSmartDetection_StartMigration (new)
Description Starts an asynchronous migration process of Smart Detection to smart alerts in an Application Insights resource. Use the HTTP address in the response location header to GET the status of the migration process.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/migrateFromSmartDetection
{
subscriptionId: string ,
api-version: string ,
smartDetectionMigrationRequest:
{
scope:
[
string ,
]
,
actionGroupCreationPolicy: enum ,
customActionGroupName: string ,
}
,
}

⚐ Response (202)

{
id: string ,
name: string ,
type: string ,
properties:
{
migrationId: string ,
status: enum ,
scope:
[
string ,
]
,
armDeploymentName: string ,
}
,
}

⚐ Response (200)

{
id: string ,
name: string ,
type: string ,
properties:
{
migrationId: string ,
status: enum ,
scope:
[
string ,
]
,
armDeploymentName: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Operations_List (removed)
Description List all operations available through Azure Alerts Management Resource Provider.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.AlertsManagement/operations
{
api-version: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
name: string ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
}
,
]
,
}
MigrateFromSmartDetection_StartMigration (removed)
Description Starts an asynchronous migration process of Smart Detection to smart alerts in an Application Insights resource. Use the HTTP address in the response location header to GET the status of the migration process.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/migrateFromSmartDetection
{
subscriptionId: string ,
api-version: string ,
smartDetectionMigrationRequest:
{
scope:
[
string ,
]
,
actionGroupCreationPolicy: enum ,
customActionGroupName: string ,
}
,
}

⚐ Response (202)

{
id: string ,
name: string ,
type: string ,
properties:
{
migrationId: string ,
status: enum ,
scope:
[
string ,
]
,
armDeploymentName: string ,
}
,
}

⚐ Response (200)

{
id: string ,
name: string ,
type: string ,
properties:
{
migrationId: string ,
status: enum ,
scope:
[
string ,
]
,
armDeploymentName: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}