Skip to content

Commit

Permalink
Update sqlServer.json (#24140)
Browse files Browse the repository at this point in the history
  • Loading branch information
tadelesh authored May 24, 2023
1 parent 16839c9 commit 10580d6
Showing 1 changed file with 4 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1758,28 +1758,21 @@
"type": "boolean",
"x-ms-mutability": [
"create",
"read"
"read",
"update"
]
},
"emailSubscriptionAdmins": {
"description": "Specifies that the schedule scan notification will be is sent to the subscription administrators.",
"default": true,
"type": "boolean",
"x-ms-mutability": [
"create",
"read"
]
"type": "boolean"
},
"emails": {
"description": "Specifies an array of e-mail addresses to which the scan notification is sent.",
"type": "array",
"items": {
"type": "string"
},
"x-ms-mutability": [
"create",
"read"
]
}
}
}
},
Expand Down

0 comments on commit 10580d6

Please sign in to comment.