|
1768 | 1768 | ],
|
1769 | 1769 | "description": "Auto-scaling properties of a Big Data pool powered by Apache Spark"
|
1770 | 1770 | },
|
1771 |
| - "cacheSize": { |
1772 |
| - "oneOf": [ |
1773 |
| - { |
1774 |
| - "type": "integer" |
1775 |
| - }, |
1776 |
| - { |
1777 |
| - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
1778 |
| - } |
1779 |
| - ], |
1780 |
| - "description": "The cache size" |
1781 |
| - }, |
1782 | 1771 | "customLibraries": {
|
1783 | 1772 | "oneOf": [
|
1784 | 1773 | {
|
|
3125 | 3114 | "type": {
|
3126 | 3115 | "type": "string",
|
3127 | 3116 | "description": "Type of the library."
|
3128 |
| - }, |
3129 |
| - "uploadedTimestamp": { |
3130 |
| - "type": "string", |
3131 |
| - "format": "date-time", |
3132 |
| - "description": "The last update time of the library." |
3133 | 3117 | }
|
3134 | 3118 | },
|
3135 | 3119 | "description": "Library/package information of a Big Data pool powered by Apache Spark"
|
|
4006 | 3990 | "recurringScans": {
|
4007 | 3991 | "oneOf": [
|
4008 | 3992 | {
|
4009 |
| - "$ref": "#/definitions/VulnerabilityAssessmentRecurringScansProperties" |
| 3993 | + "$ref": "#/definitions/VulnerabilityAssessmentRecurringScansPropertiesModel" |
4010 | 3994 | },
|
4011 | 3995 | {
|
4012 | 3996 | "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
|
4408 | 4392 | },
|
4409 | 4393 | "description": "Properties of a Vulnerability Assessment recurring scans."
|
4410 | 4394 | },
|
| 4395 | + "VulnerabilityAssessmentRecurringScansPropertiesModel": { |
| 4396 | + "type": "object", |
| 4397 | + "properties": { |
| 4398 | + "emails": { |
| 4399 | + "oneOf": [ |
| 4400 | + { |
| 4401 | + "type": "array", |
| 4402 | + "items": { |
| 4403 | + "type": "string" |
| 4404 | + } |
| 4405 | + }, |
| 4406 | + { |
| 4407 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 4408 | + } |
| 4409 | + ], |
| 4410 | + "description": "Specifies an array of e-mail addresses to which the scan notification is sent." |
| 4411 | + }, |
| 4412 | + "emailSubscriptionAdmins": { |
| 4413 | + "oneOf": [ |
| 4414 | + { |
| 4415 | + "type": "boolean", |
| 4416 | + "default": true |
| 4417 | + }, |
| 4418 | + { |
| 4419 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 4420 | + } |
| 4421 | + ], |
| 4422 | + "description": "Specifies that the schedule scan notification will be is sent to the subscription administrators." |
| 4423 | + }, |
| 4424 | + "isEnabled": { |
| 4425 | + "oneOf": [ |
| 4426 | + { |
| 4427 | + "type": "boolean" |
| 4428 | + }, |
| 4429 | + { |
| 4430 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 4431 | + } |
| 4432 | + ], |
| 4433 | + "description": "Recurring scans state." |
| 4434 | + } |
| 4435 | + }, |
| 4436 | + "description": "Properties of a Vulnerability Assessment recurring scans." |
| 4437 | + }, |
4411 | 4438 | "WorkloadClassifierProperties": {
|
4412 | 4439 | "type": "object",
|
4413 | 4440 | "properties": {
|
|
4539 | 4566 | ],
|
4540 | 4567 | "description": "Enable or Disable AzureADOnlyAuthentication on All Workspace subresource"
|
4541 | 4568 | },
|
4542 |
| - "connectivityEndpoints": { |
4543 |
| - "oneOf": [ |
4544 |
| - { |
4545 |
| - "type": "object", |
4546 |
| - "additionalProperties": { |
4547 |
| - "type": "string" |
4548 |
| - }, |
4549 |
| - "properties": {} |
4550 |
| - }, |
4551 |
| - { |
4552 |
| - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
4553 |
| - } |
4554 |
| - ], |
4555 |
| - "description": "Connectivity endpoints" |
4556 |
| - }, |
4557 | 4569 | "cspWorkspaceAdminProperties": {
|
4558 | 4570 | "oneOf": [
|
4559 | 4571 | {
|
|
0 commit comments