From 2905f5afc661b631064b460d370e058aee670335 Mon Sep 17 00:00:00 2001 From: kbaibhavgithub <145315404+kbaibhavgithub@users.noreply.github.com> Date: Tue, 25 Jun 2024 10:18:41 +0530 Subject: [PATCH] Update diskRestorePoint.json with logicalSectorSize property under "DiskRestorePointProperties" --- .../DiskRP/stable/2024-03-02/diskRestorePoint.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2024-03-02/diskRestorePoint.json b/specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2024-03-02/diskRestorePoint.json index a5e0fc45a3fe..d9d26fa8a2df 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2024-03-02/diskRestorePoint.json +++ b/specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2024-03-02/diskRestorePoint.json @@ -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"