From f0ef894d0f75171650c19d22dba708557bc678ef Mon Sep 17 00:00:00 2001 From: Anshul Date: Wed, 24 Feb 2021 18:34:48 +0530 Subject: [PATCH] fixing validation errors due to SecurityType enum --- .../Microsoft.Compute/stable/2020-12-01/disk.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/disk.json b/specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/disk.json index 12f9722fc2cf..288e5f4e1ee2 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/disk.json +++ b/specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/disk.json @@ -2678,14 +2678,14 @@ }, "description": "Properties of the disk for which update is pending." }, - "SecurityType": { + "DiskSecurityType": { "type": "string", "description": "Specifies the SecurityType of the VM. Applicable for OS disks only.", "enum": [ "TrustedLaunch" ], "x-ms-enum": { - "name": "SecurityTypes", + "name": "DiskSecurityTypes", "modelAsString": true, "values": [ { @@ -2698,7 +2698,7 @@ "DiskSecurityProfile": { "properties": { "securityType": { - "$ref": "#/definitions/SecurityType" + "$ref": "#/definitions/DiskSecurityType" } }, "required": [