Skip to content

Commit

Permalink
Fixing encryption key properties definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Rama Krishna Rayudu committed Nov 11, 2020
1 parent aae90de commit 58d4e98
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8924,6 +8924,16 @@
"IntegrationServiceEnvironmenEncryptionConfiguration": {
"type": "object",
"description": "The encryption configuration for the integration service environment.",
"properties": {
"encryptionKeyReference": {
"$ref": "#/definitions/IntegrationServiceEnvironmenEncryptionKeyReference",
"description": "The encryption key reference."
}
}
},
"IntegrationServiceEnvironmenEncryptionKeyReference": {
"type": "object",
"description": "The encryption key details for the integration service environment.",
"properties": {
"keyVault": {
"$ref": "#/definitions/ResourceReference",
Expand Down

0 comments on commit 58d4e98

Please sign in to comment.