From 502500a5a587e1fafe7b908756c8785ffe3fe30a Mon Sep 17 00:00:00 2001 From: Yaniv Shmueli Date: Tue, 26 Jan 2021 14:35:48 +0200 Subject: [PATCH] fixed isMigrated to boolean --- .../Microsoft.Insights/stable/2018-03-01/metricAlert_API.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/monitor/resource-manager/Microsoft.Insights/stable/2018-03-01/metricAlert_API.json b/specification/monitor/resource-manager/Microsoft.Insights/stable/2018-03-01/metricAlert_API.json index d9ac831a8e27..cea88fdbde01 100644 --- a/specification/monitor/resource-manager/Microsoft.Insights/stable/2018-03-01/metricAlert_API.json +++ b/specification/monitor/resource-manager/Microsoft.Insights/stable/2018-03-01/metricAlert_API.json @@ -551,7 +551,7 @@ "description": "Last time the rule was updated in ISO8601 format." }, "isMigrated": { - "type": "string", + "type": "boolean", "description": "the value indicating whether this alert rule is migrated.", "readOnly": true } @@ -620,7 +620,7 @@ "description": "Last time the rule was updated in ISO8601 format." }, "isMigrated": { - "type": "string", + "type": "boolean", "description": "the value indicating whether this alert rule is migrated.", "readOnly": true }