Skip to content

Commit

Permalink
CodeGen from PR 24140 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Update sqlServer.json (#24140)
  • Loading branch information
SDKAuto committed May 24, 2023
1 parent f5dce1d commit 831e315
Showing 1 changed file with 1 addition and 44 deletions.
45 changes: 1 addition & 44 deletions schemas/2021-06-01/Microsoft.Synapse.json
Original file line number Diff line number Diff line change
Expand Up @@ -3990,7 +3990,7 @@
"recurringScans": {
"oneOf": [
{
"$ref": "#/definitions/VulnerabilityAssessmentRecurringScansPropertiesModel"
"$ref": "#/definitions/VulnerabilityAssessmentRecurringScansProperties"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -4392,49 +4392,6 @@
},
"description": "Properties of a Vulnerability Assessment recurring scans."
},
"VulnerabilityAssessmentRecurringScansPropertiesModel": {
"type": "object",
"properties": {
"emails": {
"oneOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Specifies an array of e-mail addresses to which the scan notification is sent."
},
"emailSubscriptionAdmins": {
"oneOf": [
{
"type": "boolean",
"default": true
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Specifies that the schedule scan notification will be is sent to the subscription administrators."
},
"isEnabled": {
"oneOf": [
{
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Recurring scans state."
}
},
"description": "Properties of a Vulnerability Assessment recurring scans."
},
"WorkloadClassifierProperties": {
"type": "object",
"properties": {
Expand Down

0 comments on commit 831e315

Please sign in to comment.