doubleyouvdb

Results 1 comments of doubleyouvdb

Btw, found the following workaround to be valid: ``` // Get existing subnets resource subnets 'Microsoft.Network/virtualNetworks/subnets@2021-02-01' existing = [for agentPool in aksCluster.agentPools: if (aksCluster.network.plugin =~ 'azure') { name: '${agentPool.virtualNetwork.virtualNetworkName}/${agentPool.virtualNetwork.subnetName}' }]...