Skip to content

Commit 05b638d

Browse files
authored
fixed isMigrated to boolean (#12647)
1 parent 9586180 commit 05b638d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specification/monitor/resource-manager/Microsoft.Insights/stable/2018-03-01/metricAlert_API.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@
551551
"description": "Last time the rule was updated in ISO8601 format."
552552
},
553553
"isMigrated": {
554-
"type": "string",
554+
"type": "boolean",
555555
"description": "the value indicating whether this alert rule is migrated.",
556556
"readOnly": true
557557
}
@@ -620,7 +620,7 @@
620620
"description": "Last time the rule was updated in ISO8601 format."
621621
},
622622
"isMigrated": {
623-
"type": "string",
623+
"type": "boolean",
624624
"description": "the value indicating whether this alert rule is migrated.",
625625
"readOnly": true
626626
}

0 commit comments

Comments
 (0)