Skip to content

Commit 8c8ae02

Browse files
authored
Adding key vault and DES resource settings. (#12514)
1 parent fc163b1 commit 8c8ae02

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

specification/resourcemover/resource-manager/Microsoft.Migrate/preview/2019-10-01-preview/resourcemovercollection.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2288,6 +2288,28 @@
22882288
},
22892289
"x-ms-discriminator-value": "Microsoft.Network/publicIPAddresses"
22902290
},
2291+
"KeyVaultResourceSettings": {
2292+
"description": "Defines the key vault resource settings.",
2293+
"type": "object",
2294+
"allOf": [
2295+
{
2296+
"$ref": "#/definitions/ResourceSettings"
2297+
}
2298+
],
2299+
"properties": {},
2300+
"x-ms-discriminator-value": "Microsoft.KeyVault/vaults"
2301+
},
2302+
"DiskEncryptionSetResourceSettings": {
2303+
"description": "Defines the disk encryption set resource settings.",
2304+
"type": "object",
2305+
"allOf": [
2306+
{
2307+
"$ref": "#/definitions/ResourceSettings"
2308+
}
2309+
],
2310+
"properties": {},
2311+
"x-ms-discriminator-value": "Microsoft.Compute/diskEncryptionSets"
2312+
},
22912313
"CloudError": {
22922314
"x-ms-external": true,
22932315
"properties": {

0 commit comments

Comments
 (0)