From fd88b81c6f22830db917a92dba181e9dbdfbfec4 Mon Sep 17 00:00:00 2001 From: Anton Evseev Date: Tue, 9 Jun 2020 13:33:18 +0300 Subject: [PATCH] Fix lint errors --- .../stable/2020-05-01/networkVirtualAppliance.json | 9 +++++---- .../stable/2020-05-01/networkWatcher.json | 3 +++ .../stable/2020-05-01/virtualWan.json | 12 ++++++------ 3 files changed, 14 insertions(+), 10 deletions(-) diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-05-01/networkVirtualAppliance.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-05-01/networkVirtualAppliance.json index 12fce323288a..e18827f2f4fb 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-05-01/networkVirtualAppliance.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-05-01/networkVirtualAppliance.json @@ -404,7 +404,7 @@ "default": { "description": "Error response describing why the operation failed.", "schema": { - "$ref": "./network.json#/definitions/Error" + "$ref": "./network.json#/definitions/CloudError" } } }, @@ -463,7 +463,7 @@ "default": { "description": "Error response describing why the operation failed.", "schema": { - "$ref": "./network.json#/definitions/Error" + "$ref": "./network.json#/definitions/CloudError" } } }, @@ -533,7 +533,7 @@ "default": { "description": "Error response describing why the operation failed.", "schema": { - "$ref": "./network.json#/definitions/Error" + "$ref": "./network.json#/definitions/CloudError" } } }, @@ -587,7 +587,7 @@ "default": { "description": "Error response describing why the operation failed.", "schema": { - "$ref": "./network.json#/definitions/Error" + "$ref": "./network.json#/definitions/CloudError" } } }, @@ -951,6 +951,7 @@ }, "instanceCount": { "type": "integer", + "format": "int32", "readOnly": true, "description": "Instance Count." } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-05-01/networkWatcher.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-05-01/networkWatcher.json index 06124dd569ba..edeedd8b860e 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-05-01/networkWatcher.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-05-01/networkWatcher.json @@ -3416,16 +3416,19 @@ "roundTripTimeMin": { "description": "Minimum roundtrip time in milliseconds.", "readOnly": true, + "format": "int32", "type": "integer" }, "roundTripTimeAvg": { "description": "Average roundtrip time in milliseconds.", "readOnly": true, + "format": "int32", "type": "integer" }, "roundTripTimeMax": { "description": "Maximum roundtrip time in milliseconds.", "readOnly": true, + "format": "int32", "type": "integer" } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-05-01/virtualWan.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-05-01/virtualWan.json index 23738dab3bb0..59268c93c1b1 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-05-01/virtualWan.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-05-01/virtualWan.json @@ -3827,7 +3827,7 @@ "default": { "description": "Error.", "schema": { - "$ref": "./network.json#/definitions/Error" + "$ref": "./network.json#/definitions/CloudError" } } } @@ -3894,7 +3894,7 @@ "default": { "description": "Error.", "schema": { - "$ref": "./network.json#/definitions/Error" + "$ref": "./network.json#/definitions/CloudError" } } }, @@ -3953,7 +3953,7 @@ "default": { "description": "Error.", "schema": { - "$ref": "./network.json#/definitions/Error" + "$ref": "./network.json#/definitions/CloudError" } } }, @@ -4061,7 +4061,7 @@ "default": { "description": "Error.", "schema": { - "$ref": "./network.json#/definitions/Error" + "$ref": "./network.json#/definitions/CloudError" } } } @@ -4128,7 +4128,7 @@ "default": { "description": "Error.", "schema": { - "$ref": "./network.json#/definitions/Error" + "$ref": "./network.json#/definitions/CloudError" } } }, @@ -4187,7 +4187,7 @@ "default": { "description": "Error.", "schema": { - "$ref": "./network.json#/definitions/Error" + "$ref": "./network.json#/definitions/CloudError" } } },