Skip to content

Commit

Permalink
Add missing descriptions (#5662)
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-evseev authored and sergey-shandar committed Apr 19, 2019
1 parent 63f8b71 commit 059756e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1909,7 +1909,8 @@
"properties": {
"error": {
"title": "Error",
"$ref": "./network.json#/definitions/ErrorDetails"
"$ref": "./network.json#/definitions/ErrorDetails",
"description": "The error details object."
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,8 @@
"resourceState": {
"title": "Resource status of the policy.",
"readOnly": true,
"type": "string",
"description": "Resource status of the policy.",
"enum": [
"Creating",
"Enabling",
Expand All @@ -319,7 +321,6 @@
"Disabled",
"Deleting"
],
"type": "string",
"x-ms-enum": {
"name": "WebApplicationFirewallPolicyResourceState",
"modelAsString": true
Expand Down

0 comments on commit 059756e

Please sign in to comment.