diff --git a/schemas/2021-06-01/Microsoft.Synapse.json b/schemas/2021-06-01/Microsoft.Synapse.json index ded4d16a24..6185dcd909 100644 --- a/schemas/2021-06-01/Microsoft.Synapse.json +++ b/schemas/2021-06-01/Microsoft.Synapse.json @@ -3990,7 +3990,7 @@ "recurringScans": { "oneOf": [ { - "$ref": "#/definitions/VulnerabilityAssessmentRecurringScansPropertiesModel" + "$ref": "#/definitions/VulnerabilityAssessmentRecurringScansProperties" }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" @@ -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": {