Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3582,6 +3582,28 @@
]
},
"default": "Disabled"
},
"hardwareEncryption": {
"description": "Defines Hardware level encryption (Only for disk)",
"enum": [
"Enabled",
"Disabled"
],
"type": "string",
"x-ms-enum": {
"name": "HardwareEncryption",
"modelAsExtensible": true,
"values": [
{
"value": "Enabled",
"description": "Hardware-based encryption is enabled."
},
{
"value": "Disabled",
"description": "Hardware-based encryption is enabled."
}
]
}
}
}
},
Expand Down Expand Up @@ -5728,6 +5750,14 @@
]
},
"default": "None"
},
"skipAddressValidation": {
"type": "boolean",
"description": "Flag to indicate if customer has chosen to skip default address validation"
},
"taxIdentificationNumber": {
"type": "string",
"description": "Tax Identification Number"
}
}
},
Expand Down