Skip to content

Commit

Permalink
adding new state value to keep backward competiblity (#3240)
Browse files Browse the repository at this point in the history
adding new state value to keep backward competiblity
  • Loading branch information
yaakoviyun authored and lmazuel committed Jun 14, 2018
1 parent 88f6075 commit b691e13
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,13 @@
"state": {
"description": "Specifies the state of the policy, whether it is enabled or disabled.",
"enum": [
"New",
"Enabled",
"Disabled"
],
"type": "string",
"x-ms-enum": {
"name": "SecurityAlertState",
"name": "SecurityAlertPolicyState",
"modelAsString": false
}
},
Expand Down

0 comments on commit b691e13

Please sign in to comment.