Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,15 @@
"type": "Microsoft.Network/virtualNetworks/subnets"
}
]
},
"encryptionConfiguration": {
"encryptionKeyReference": {
"keyVault": {
"id": "/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.KeyVault/vaults/testKeyVault"
},
"keyName": "testKeyName",
"keyVersion": "13b261d30b984753869902d7f47f4d55"
}
}
},
"id": "/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationServiceEnvironments/testIntegrationServiceEnvironment",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,15 @@
"type": "Microsoft.Network/virtualNetworks/subnets"
}
]
},
"encryptionConfiguration": {
"encryptionKeyReference": {
"keyVault": {
"id": "/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.KeyVault/vaults/testKeyVault"
},
"keyName": "testKeyName",
"keyVersion": "13b261d30b984753869902d7f47f4d55"
}
}
},
"id": "/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationServiceEnvironments/ISE-ILB-NU",
Expand Down Expand Up @@ -151,6 +160,15 @@
"type": "Microsoft.Network/virtualNetworks/subnets"
}
]
},
"encryptionConfiguration": {
"encryptionKeyReference": {
"keyVault": {
"id": "/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.KeyVault/vaults/testKeyVault"
},
"keyName": "testKeyName",
"keyVersion": "13b261d30b984753869902d7f47f4d55"
}
}
},
"id": "/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationServiceEnvironments/ISE-ILB-WCentralUS",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,15 @@
"type": "Microsoft.Network/virtualNetworks/subnets"
}
]
},
"encryptionConfiguration": {
"encryptionKeyReference": {
"keyVault": {
"id": "/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.KeyVault/vaults/testKeyVault"
},
"keyName": "testKeyName",
"keyVersion": "13b261d30b984753869902d7f47f4d55"
}
}
},
"id": "/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationServiceEnvironments/ISE-ILB-NU",
Expand Down Expand Up @@ -150,6 +159,15 @@
"type": "Microsoft.Network/virtualNetworks/subnets"
}
]
},
"encryptionConfiguration": {
"encryptionKeyReference": {
"keyVault": {
"id": "/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.KeyVault/vaults/testKeyVault"
},
"keyName": "testKeyName",
"keyVersion": "13b261d30b984753869902d7f47f4d55"
}
}
},
"id": "/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationServiceEnvironments/TestISE-WCentralUS",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,15 @@
"type": "Microsoft.Network/virtualNetworks/subnets"
}
]
},
"encryptionConfiguration": {
"encryptionKeyReference": {
"keyVault": {
"id": "/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.KeyVault/vaults/testKeyVault"
},
"keyName": "testKeyName",
"keyVersion": "13b261d30b984753869902d7f47f4d55"
}
}
},
"id": "/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationServiceEnvironments/testIntegrationServiceEnvironment",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@
"id": "/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.Network/virtualNetworks/testVNET/subnets/s4"
}
]
},
"encryptionConfiguration": {
"encryptionKeyReference": {
"keyVault": {
"id": "/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.KeyVault/vaults/testKeyVault"
},
"keyName": "testKeyName",
"keyVersion": "13b261d30b984753869902d7f47f4d55"
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8856,6 +8856,10 @@
"networkConfiguration": {
"$ref": "#/definitions/NetworkConfiguration",
"description": "The network configuration."
},
"encryptionConfiguration": {
"$ref": "#/definitions/IntegrationServiceEnvironmenEncryptionConfiguration",
"description": "The encryption configuration."
}
}
},
Expand Down Expand Up @@ -8917,6 +8921,34 @@
"modelAsString": true
}
},
"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",
"description": "The key vault reference."
},
"keyName": {
"type": "string",
"description": "Gets the key name in the Key Vault."
},
"keyVersion": {
"type": "string",
"description": "Gets the version of the key specified in the keyName property."
}
}
},
"FlowAccessControlConfiguration": {
"type": "object",
"description": "The access control configuration.",
Expand Down