Skip to content

Commit

Permalink
- Commenting out problematic code for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
pjlewisuk authored Aug 9, 2024
1 parent 92ce3d0 commit 418a8f1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions samples/shared-acr/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -1164,16 +1164,16 @@
"aks_addons": "[union(createObject('azurepolicy', createObject('config', createObject('version', if(not(empty(parameters('azurepolicy'))), 'v2', json('null'))), 'enabled', not(empty(parameters('azurepolicy')))), 'azureKeyvaultSecretsProvider', createObject('config', createObject('enableSecretRotation', 'true', 'rotationPollInterval', parameters('keyVaultAksCSIPollInterval')), 'enabled', parameters('keyVaultAksCSI')), 'openServiceMesh', createObject('enabled', parameters('openServiceMeshAddon'), 'config', createObject()), 'ACCSGXDevicePlugin', createObject('enabled', parameters('sgxPlugin'), 'config', createObject())), if(and(variables('createLaw'), parameters('omsagent')), createObject('omsagent', createObject('enabled', and(variables('createLaw'), parameters('omsagent')), 'config', createObject('logAnalyticsWorkspaceResourceID', if(and(variables('createLaw'), parameters('omsagent')), resourceId('Microsoft.OperationalInsights/workspaces', variables('aks_law_name')), json('null'))))), createObject()))]",
"aks_addons1": "[if(parameters('ingressApplicationGateway'), union(variables('aks_addons'), if(variables('deployAppGw'), createObject('ingressApplicationGateway', createObject('config', createObject('applicationGatewayId', resourceId('Microsoft.Network/applicationGateways', variables('appgwName'))), 'enabled', true())), createObject('ingressApplicationGateway', createObject('enabled', true(), 'config', createObject('applicationGatewayName', variables('appgwName'), 'subnetCIDR', '10.225.0.0/16'))))), variables('aks_addons'))]",
"aksPrivateDnsZone": "[if(equals(parameters('privateClusterDnsMethod'), 'privateDnsZone'), if(not(empty(parameters('dnsApiPrivateZoneId'))), parameters('dnsApiPrivateZoneId'), 'system'), parameters('privateClusterDnsMethod'))]",
"managedNATGatewayProfile": {
"networkProfile": {
"natGatewayProfile": {
"managedOutboundIPProfile": {
"count": "[parameters('natGwIpCount')]"
},
"idleTimeoutInMinutes": "[parameters('natGwIdleTimeout')]"
}
}
},
// "managedNATGatewayProfile": {
// "networkProfile": {
// "natGatewayProfile": {
// "managedOutboundIPProfile": {
// "count": "[parameters('natGwIpCount')]"
// },
// "idleTimeoutInMinutes": "[parameters('natGwIdleTimeout')]"
// }
// }
// },
"azureDefenderSecurityProfile": {
"securityProfile": {
"defender": {
Expand Down

0 comments on commit 418a8f1

Please sign in to comment.