diff --git a/bicep/main.bicep b/bicep/main.bicep index 9bc1fb6d..7746e09e 100644 --- a/bicep/main.bicep +++ b/bicep/main.bicep @@ -130,7 +130,28 @@ param enablePodSubnet bool = false param enableVnetInjection bool = false @description('Optional. Bring your own Virtual Network.') -param vnetConfiguration vnetSettings +param vnetConfiguration vnetSettings = { + group: '' + name: '' + prefix: '' + identityId: '' + aksSubnet: { + name: '' + prefix: '' + } + podSubnet: { + name: '' + prefix: '' + } + vmSubnet: { + name: '' + prefix: '' + } + bastionSubnet: { + name: '' + prefix: '' + } +} module networkBlade 'modules/blade_network.bicep' = { name: 'network-blade'