From 180139082651653718af6f6d77f804a71f2538d9 Mon Sep 17 00:00:00 2001 From: Irina Rogozhkina Date: Mon, 13 Apr 2020 08:37:29 -0700 Subject: [PATCH] Fixed RoundTripTimeMs property type: integer -> number --- .../Microsoft.Network/stable/2020-04-01/networkWatcher.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-04-01/networkWatcher.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-04-01/networkWatcher.json index c0b4c932011b..67cffe6f8488 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-04-01/networkWatcher.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-04-01/networkWatcher.json @@ -4220,7 +4220,7 @@ "description": "The maximum percentage of failed checks permitted for a test to evaluate as successful." }, "roundTripTimeMs": { - "type": "integer", + "type": "number", "description": "The maximum round-trip time in milliseconds permitted for a test to evaluate as successful." } },