Skip to content

Commit d82632f

Browse files
authored
Merge pull request #186261 from yanivlavi/lsagaapichanges4
Fix to the correct API version date
2 parents 86d19a2 + 4b69efa commit d82632f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

articles/azure-monitor/alerts/alerts-log-webhook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.date: 09/22/2020
1818
## Sample payloads
1919
This section shows sample payloads for webhooks for log alerts. The sample payloads include examples when the payload is standard and when it's custom.
2020

21-
### Log alert for all resources logs (from API version `2020-08-01`)
21+
### Log alert for all resources logs (from API version `2021-08-01`)
2222

2323
The following sample payload is for a standard webhook when it's used for log alerts based on resources logs:
2424

articles/azure-monitor/alerts/alerts-log.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ You can also [create log alert rules using Azure Resource Manager templates](../
106106

107107
This section describes how to manage log alerts using the cross-platform [Azure CLI](/cli/azure/get-started-with-azure-cli). Quickest way to start using Azure CLI is through [Azure Cloud Shell](../../cloud-shell/overview.md). For this article, we'll use Cloud Shell.
108108
> [!NOTE]
109-
> Azure CLI support is only available for the scheduledQueryRules API version `2020-08-01` and later. Previous API versions can use the Azure Resource Manager CLI with templates as described below. If you use the legacy [Log Analytics Alert API](./api-alerts.md), you will need to switch to use CLI. [Learn more about switching](./alerts-log-api-switch.md).
109+
> Azure CLI support is only available for the scheduledQueryRules API version `2021-08-01` and later. Previous API versions can use the Azure Resource Manager CLI with templates as described below. If you use the legacy [Log Analytics Alert API](./api-alerts.md), you will need to switch to use CLI. [Learn more about switching](./alerts-log-api-switch.md).
110110
111111

112112
1. In the [portal](https://portal.azure.com/), select **Cloud Shell**.

articles/azure-monitor/alerts/alerts-manage-alerts-previous-version.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ ms.custom: devx-track-azurepowershell, devx-track-azurecli
3737
> [!NOTE]
3838
> Since the [bin()](/azure/data-explorer/kusto/query/binfunction) can result in uneven time intervals, the alert service will automatically convert the [bin()](/azure/data-explorer/kusto/query/binfunction) function to a [binat()](/azure/data-explorer/kusto/query/binatfunction) function with appropriate time at runtime, to ensure results with a fixed point.
3939
> [!NOTE]
40-
> Split by alert dimensions is only available for the current scheduledQueryRules API. If you use the legacy [Log Analytics Alert API](./api-alerts.md), you will need to switch. [Learn more about switching](./alerts-log-api-switch.md). Resource centric alerting at scale is only supported in the API version `2020-08-01` and above.
40+
> Split by alert dimensions is only available for the current scheduledQueryRules API. If you use the legacy [Log Analytics Alert API](./api-alerts.md), you will need to switch. [Learn more about switching](./alerts-log-api-switch.md). Resource centric alerting at scale is only supported in the API version `2021-08-01` and above.
4141
4242
:::image type="content" source="media/alerts-log/aggregate-on.png" alt-text="Aggregate on.":::
4343
@@ -66,7 +66,7 @@ ms.custom: devx-track-azurepowershell, devx-track-azurecli
6666
6767
[!INCLUDE [updated-for-az](../../../includes/updated-for-az.md)]
6868
> [!NOTE]
69-
> PowerShell is not currently supported in API version `2020-08-01`.
69+
> PowerShell is not currently supported in API version `2021-08-01`.
7070
7171
Use the PowerShell cmdlets listed below to manage rules with the [Scheduled Query Rules API](/rest/api/monitor/scheduledqueryrule-2018-04-16/scheduled-query-rules).
7272

articles/azure-monitor/alerts/alerts-unified-log.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ For example, you want to monitor errors for multiple virtual machines running yo
129129
This rule monitors if any virtual machine had error events in the last 15 minutes. Each virtual machine is monitored separately and will trigger actions individually.
130130
131131
> [!NOTE]
132-
> Split by alert dimensions is only available for the current scheduledQueryRules API. If you use the legacy [Log Analytics Alert API](./api-alerts.md), you will need to switch. [Learn more about switching](./alerts-log-api-switch.md). Resource centric alerting at scale is only supported in the API version `2020-08-01` and above.
132+
> Split by alert dimensions is only available for the current scheduledQueryRules API. If you use the legacy [Log Analytics Alert API](./api-alerts.md), you will need to switch. [Learn more about switching](./alerts-log-api-switch.md). Resource centric alerting at scale is only supported in the API version `2021-08-01` and above.
133133
134134
## Alert logic definition
135135

0 commit comments

Comments
 (0)