Skip to content

Commit

Permalink
Deploying to gh-pages from @ 548f648 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
TalOyarSpotinst committed Aug 7, 2024
1 parent 1ea415a commit d51af2e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 10 deletions.
16 changes: 8 additions & 8 deletions index.html

Large diffs are not rendered by default.

16 changes: 14 additions & 2 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -23610,7 +23610,8 @@
"description": "Security type refers to the different security features of a virtual machine.\nSecurity features like Trusted launch virtual machines help to improve the security of Azure generation 2 virtual machines.\n",
"enum": [
"Standard",
"TrustedLaunch"
"TrustedLaunch",
"ConfidentialVM"
],
"example": "TrustedLaunch"
},
Expand All @@ -23628,6 +23629,11 @@
"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.\n",
"example": true
},
"confidentialOsDiskEncryption": {
"type": "boolean",
"description": "Confidential disk encryption binds the disk encryption keys to the VM's TPM, ensuring VM-only access.\nThe security type must be \"ConfidentialVM\" to enable defining this preference as “true”.\n",
"example": false
}
}
},
Expand Down Expand Up @@ -25039,7 +25045,8 @@
"description": "Security type refers to the different security features of a virtual machine.\nSecurity features like Trusted launch virtual machines help to improve the security of Azure generation 2 virtual machines.\n",
"enum": [
"Standard",
"TrustedLaunch"
"TrustedLaunch",
"ConfidentialVM"
],
"example": "TrustedLaunch"
},
Expand All @@ -25057,6 +25064,11 @@
"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.\n",
"example": true
},
"confidentialOsDiskEncryption": {
"type": "boolean",
"description": "Confidential disk encryption binds the disk encryption keys to the VM's TPM, ensuring VM-only access.\nThe security type must be \"ConfidentialVM\" to enable defining this preference as “true”.\n",
"example": false
}
}
},
Expand Down

0 comments on commit d51af2e

Please sign in to comment.