Skip to content

Commit

Permalink
CodeGen from PR 24089 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Added final state-async operation (#24089)

* Added final state-async operation

* Changed deleteprivatelinkhub 202

* Resolved LRO Response header

---------

Co-authored-by: VamshiKrishna Chirra (Quadrant Resource) <[email protected]>
  • Loading branch information
SDKAuto and VamshiKrishna Chirra (Quadrant Resource) committed May 24, 2023
1 parent f5dce1d commit 6b51642
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 6b51642

Please sign in to comment.