From 871809a753a453678f61d778187473101567bc61 Mon Sep 17 00:00:00 2001 From: Punit Bhatt <41612766+punit1396@users.noreply.github.com> Date: Mon, 25 Jan 2021 08:55:33 +0530 Subject: [PATCH] Adding key vault and DES resource settings. (#12514) --- .../resourcemovercollection.json | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/specification/resourcemover/resource-manager/Microsoft.Migrate/preview/2019-10-01-preview/resourcemovercollection.json b/specification/resourcemover/resource-manager/Microsoft.Migrate/preview/2019-10-01-preview/resourcemovercollection.json index bb8199c4351e..af46d4430f85 100644 --- a/specification/resourcemover/resource-manager/Microsoft.Migrate/preview/2019-10-01-preview/resourcemovercollection.json +++ b/specification/resourcemover/resource-manager/Microsoft.Migrate/preview/2019-10-01-preview/resourcemovercollection.json @@ -2288,6 +2288,28 @@ }, "x-ms-discriminator-value": "Microsoft.Network/publicIPAddresses" }, + "KeyVaultResourceSettings": { + "description": "Defines the key vault resource settings.", + "type": "object", + "allOf": [ + { + "$ref": "#/definitions/ResourceSettings" + } + ], + "properties": {}, + "x-ms-discriminator-value": "Microsoft.KeyVault/vaults" + }, + "DiskEncryptionSetResourceSettings": { + "description": "Defines the disk encryption set resource settings.", + "type": "object", + "allOf": [ + { + "$ref": "#/definitions/ResourceSettings" + } + ], + "properties": {}, + "x-ms-discriminator-value": "Microsoft.Compute/diskEncryptionSets" + }, "CloudError": { "x-ms-external": true, "properties": {