Skip to content

Commit

Permalink
[src] Azure stateful node encryption at host. (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
TalOyarSpotinst committed Jun 17, 2024
1 parent 5583439 commit 7eea427
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,11 @@ properties:
description: |
Specifies whether vTPM should be enabled on the virtual machine.
example: true
encryptionAtHost:
type: boolean
description: |
Enables the Host Encryption for the virtual machine. The Encryption at host will be disabled unless this property is set to true for the resource.
example: true

proximityPlacementGroups:
type: array
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,11 @@ properties:
description: |
Specifies whether vTPM should be enabled on the virtual machine.
example: true
encryptionAtHost:
type: boolean
description: |
Enables the Host Encryption for the virtual machine. The Encryption at host will be disabled unless this property is set to true for the resource.
example: true
proximityPlacementGroups:
type: array
description: Defines the proximity placement group in which the VM will be launched.
Expand Down

0 comments on commit 7eea427

Please sign in to comment.