Skip to content

Commit

Permalink
do not record the keyvault name as we will not reuse it.
Browse files Browse the repository at this point in the history
  • Loading branch information
galiacheng authored and edburns committed Jul 2, 2024
1 parent ab2b800 commit beaaca8
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions weblogic-azure-aks/src/main/bicep/mainTemplate.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -692,22 +692,6 @@ module wlsDomainWithCustomSSLDeployment 'modules/setupWebLogicCluster.bicep' = i
]
}

/*
* Update tags to save key vault name and storage account name that are used for current configuration
*/
resource applyTags 'Microsoft.Resources/tags@${azure.apiVersionForTags}' = {
name: 'default'
properties: {
tags: {
'${name_tagNameForKeyVault}': name_keyVaultName
'${name_tagNameForStorageAccount}': (const_bCreateStorageAccount || const_hasStorageAccount) ? name_storageAccountName : ''
}
}
dependsOn: [
appgwSecretDeployment
]
}

module networkingDeployment 'modules/networking.bicep' = if (const_enableNetworking) {
name: 'networking-deployment'
params: {
Expand Down

0 comments on commit beaaca8

Please sign in to comment.