Skip to content
Merged
Show file tree
Hide file tree
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 @@ -766,6 +766,12 @@
"optimizedForFrequentAttach": {
"type": "boolean",
"description": "Setting this property to true improves reliability and performance of data disks that are frequently (more than 5 times a day) by detached from one virtual machine and attached to another. This property should not be set for disks that are not detached and attached frequently as it causes the disks to not align with the fault domain of the virtual machine."
},
"LastOwnershipUpdateTime": {
"readOnly": true,
"type": "string",
"format": "date-time",
"description": "The time when the disk ownership last updated."
}
},
"required": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"encryption": {
"type": "EncryptionAtRestWithPlatformKey"
},
"LastOwnershipUpdateTime": "2016-12-28T04:41:35.079872+00:00",
"timeCreated": "2016-12-28T04:41:35.079872+00:00",
"provisioningState": "Succeeded"
},
Expand Down