Skip to content

Commit f63c4d8

Browse files
committed
Taken up ARM feedback
1 parent ef17979 commit f63c4d8

File tree

1 file changed

+3
-29
lines changed
  • specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2023-01-01

1 file changed

+3
-29
lines changed

specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2023-01-01/service.json

Lines changed: 3 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -23727,7 +23727,7 @@
2372723727
"type": "string"
2372823728
},
2372923729
"targetVmSecurityProfile": {
23730-
"$ref": "#/definitions/VMwareCbtSecurityProfileInput",
23730+
"$ref": "#/definitions/VMwareCbtSecurityProfileProperties",
2373123731
"description": "The target VM security profile."
2373223732
},
2373323733
"targetBootDiagnosticsStorageAccountId": {
@@ -23905,7 +23905,7 @@
2390523905
"type": "string"
2390623906
},
2390723907
"targetVmSecurityProfile": {
23908-
"$ref": "#/definitions/VMwareCbtSecurityProfileDetails",
23908+
"$ref": "#/definitions/VMwareCbtSecurityProfileProperties",
2390923909
"description": "The target VM security profile."
2391023910
},
2391123911
"targetBootDiagnosticsStorageAccountId": {
@@ -24420,33 +24420,7 @@
2442024420
},
2442124421
"x-ms-discriminator-value": "VMwareCbt"
2442224422
},
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": {
2445024424
"description": "VMwareCbt security profile input.",
2445124425
"type": "object",
2445224426
"properties": {

0 commit comments

Comments
 (0)