From 4a05bf0bd92d0bf7e468f63f05e88c64ba732670 Mon Sep 17 00:00:00 2001 From: Anshul Solanki Date: Tue, 26 Apr 2022 23:38:14 +0530 Subject: [PATCH] adding SecurityProfile in DiskRestorePointProperties --- .../stable/2022-03-02/DiskRP/diskRestorePoint.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/specification/compute/resource-manager/Microsoft.Compute/stable/2022-03-02/DiskRP/diskRestorePoint.json b/specification/compute/resource-manager/Microsoft.Compute/stable/2022-03-02/DiskRP/diskRestorePoint.json index 566e09a87448..67ea13f1b56d 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/stable/2022-03-02/DiskRP/diskRestorePoint.json +++ b/specification/compute/resource-manager/Microsoft.Compute/stable/2022-03-02/DiskRP/diskRestorePoint.json @@ -372,6 +372,10 @@ "type": "string", "description": "Location of source disk or source disk restore point when source resource is from a different region.", "readOnly": true + }, + "securityProfile": { + "$ref": "./diskRPCommon.json#/definitions/DiskSecurityProfile", + "description": "Contains the security related information for the resource." } }, "description": "Properties of an incremental disk restore point"