Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -6539,7 +6539,11 @@
"description": "Describes a reference to Key Vault Secret"
},
"DiskEncryptionSet": {
"$ref": "#/definitions/SubResource",
"allOf": [
{
"$ref": "#/definitions/SubResource"
}
],
"description": "Describes the parameter of customer managed disk encryption set resource id that can be specified for disk. <br><br> NOTE: The disk encryption set resource id can only be specified for managed disk. Please refer https://aka.ms/mdssewithcmkoverview for more details."
},
"KeyVaultKeyReference": {
Expand Down