From ae9a401568b13c001ee70bc507163a4e51306333 Mon Sep 17 00:00:00 2001 From: Anton Evseev Date: Tue, 16 Apr 2019 10:43:33 +0300 Subject: [PATCH] Add missing descriptions --- .../Microsoft.Network/stable/2019-02-01/networkWatcher.json | 3 ++- .../stable/2019-02-01/webapplicationfirewall.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-02-01/networkWatcher.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-02-01/networkWatcher.json index bbc17f9ee597..d13933455961 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-02-01/networkWatcher.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-02-01/networkWatcher.json @@ -1909,7 +1909,8 @@ "properties": { "error": { "title": "Error", - "$ref": "./network.json#/definitions/ErrorDetails" + "$ref": "./network.json#/definitions/ErrorDetails", + "description": "The error details object." } } }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-02-01/webapplicationfirewall.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-02-01/webapplicationfirewall.json index a1b90209b123..4f9dd6d8473d 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-02-01/webapplicationfirewall.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-02-01/webapplicationfirewall.json @@ -311,6 +311,8 @@ "resourceState": { "title": "Resource status of the policy.", "readOnly": true, + "type": "string", + "description": "Resource status of the policy.", "enum": [ "Creating", "Enabling", @@ -319,7 +321,6 @@ "Disabled", "Deleting" ], - "type": "string", "x-ms-enum": { "name": "WebApplicationFirewallPolicyResourceState", "modelAsString": true