Skip to content

Commit

Permalink
FIxed a description
Browse files Browse the repository at this point in the history
this property is for databases+servers
  • Loading branch information
t-robalt committed Jan 20, 2019
1 parent 0927a35 commit e01a332
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -223,7 +223,7 @@
"type": "object",
"properties": {
"state": {
"description": "Specifies the state of the policy, whether it is enabled or disabled or a policy has not been applied yet on the specific database.",
"description": "Specifies the state of the policy, whether it is enabled or disabled or a policy has not been applied yet on the specific resource.",
"enum": [
"New",
"Enabled",
Expand Down
Expand Up @@ -188,7 +188,7 @@
"type": "object",
"properties": {
"state": {
"description": "Specifies the state of the policy, whether it is enabled or disabled or a policy has not been applied yet on the specific database.",
"description": "Specifies the state of the policy, whether it is enabled or disabled or a policy has not been applied yet on the specific resource.",
"enum": [
"New",
"Enabled",
Expand Down
Expand Up @@ -223,7 +223,7 @@
"type": "object",
"properties": {
"state": {
"description": "Specifies the state of the policy, whether it is enabled or disabled or a policy has not been applied yet on the specific database.",
"description": "Specifies the state of the policy, whether it is enabled or disabled or a policy has not been applied yet on the specific resource.",
"enum": [
"New",
"Enabled",
Expand Down

0 comments on commit e01a332

Please sign in to comment.