Skip to content

Commit

Permalink
Adding key vault and DES resource settings. (Azure#12514)
Browse files Browse the repository at this point in the history
  • Loading branch information
punit-bhatt authored and mkarmark committed Jul 20, 2021
1 parent 872098b commit 871809a
Showing 1 changed file with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 871809a

Please sign in to comment.