Skip to content

Commit

Permalink
added x-ms-mutability for VulnerabilityAssessmentRecurringScansProper… (
Browse files Browse the repository at this point in the history
#24139)

* added x-ms-mutability for VulnerabilityAssessmentRecurringScansProperties in sqlserver

* Create and read

---------

Co-authored-by: VamshiKrishna Chirra (Quadrant Resource) <[email protected]>
  • Loading branch information
12VamshiKrishna and VamshiKrishna Chirra (Quadrant Resource) authored May 24, 2023
1 parent 03540a0 commit 16839c9
Showing 1 changed file with 15 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1755,19 +1755,31 @@
"properties": {
"isEnabled": {
"description": "Recurring scans state.",
"type": "boolean"
"type": "boolean",
"x-ms-mutability": [
"create",
"read"
]
},
"emailSubscriptionAdmins": {
"description": "Specifies that the schedule scan notification will be is sent to the subscription administrators.",
"default": true,
"type": "boolean"
"type": "boolean",
"x-ms-mutability": [
"create",
"read"
]
},
"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 16839c9

Please sign in to comment.