Skip to content
Closed
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 @@ -376,6 +376,11 @@
"securityProfile": {
"$ref": "./diskRPCommon.json#/definitions/DiskSecurityProfile",
"description": "Contains the security related information for the resource."
},
"logicalSectorSize": {
"type": "integer",
"description": "Logical sector size in bytes for disk restore points of UltraSSD_LRS and PremiumV2_LRS disks. Supported values are 512 and 4096. 4096 is the default.",
"readOnly": true
}
},
"description": "Properties of an incremental disk restore point"
Expand Down