|
23727 | 23727 | "type": "string" |
23728 | 23728 | }, |
23729 | 23729 | "targetVmSecurityProfile": { |
23730 | | - "$ref": "#/definitions/VMwareCbtSecurityProfileInput", |
| 23730 | + "$ref": "#/definitions/VMwareCbtSecurityProfileProperties", |
23731 | 23731 | "description": "The target VM security profile." |
23732 | 23732 | }, |
23733 | 23733 | "targetBootDiagnosticsStorageAccountId": { |
|
23905 | 23905 | "type": "string" |
23906 | 23906 | }, |
23907 | 23907 | "targetVmSecurityProfile": { |
23908 | | - "$ref": "#/definitions/VMwareCbtSecurityProfileDetails", |
| 23908 | + "$ref": "#/definitions/VMwareCbtSecurityProfileProperties", |
23909 | 23909 | "description": "The target VM security profile." |
23910 | 23910 | }, |
23911 | 23911 | "targetBootDiagnosticsStorageAccountId": { |
|
24420 | 24420 | }, |
24421 | 24421 | "x-ms-discriminator-value": "VMwareCbt" |
24422 | 24422 | }, |
24423 | | - "VMwareCbtSecurityProfileDetails": { |
24424 | | - "description": "Security profile details.", |
24425 | | - "type": "object", |
24426 | | - "properties": { |
24427 | | - "targetVmSecurityType": { |
24428 | | - "description": "The target VM security type.", |
24429 | | - "type": "string" |
24430 | | - }, |
24431 | | - "isTargetVmSecureBootEnabled": { |
24432 | | - "description": "A value indicating whether secure boot to be enabled.", |
24433 | | - "type": "string" |
24434 | | - }, |
24435 | | - "isTargetVmTpmEnabled": { |
24436 | | - "description": "A value indicating whether trusted platform module to be enabled.", |
24437 | | - "type": "string" |
24438 | | - }, |
24439 | | - "isTargetVmIntegrityMonitoringEnabled": { |
24440 | | - "description": "A value indicating whether integrity monitoring to be enabled.", |
24441 | | - "type": "string" |
24442 | | - }, |
24443 | | - "isTargetVmConfidentialEncryptionEnabled": { |
24444 | | - "description": "A value indicating whether confidential compute encryption to be enabled.", |
24445 | | - "type": "string" |
24446 | | - } |
24447 | | - } |
24448 | | - }, |
24449 | | - "VMwareCbtSecurityProfileInput": { |
| 24423 | + "VMwareCbtSecurityProfileProperties": { |
24450 | 24424 | "description": "VMwareCbt security profile input.", |
24451 | 24425 | "type": "object", |
24452 | 24426 | "properties": { |
|
0 commit comments