From beaaca8cf82d4c9f6d703279e33d5cdfca73c421 Mon Sep 17 00:00:00 2001 From: galiacheng Date: Fri, 28 Jun 2024 11:15:35 +0800 Subject: [PATCH] do not record the keyvault name as we will not reuse it. --- .../src/main/bicep/mainTemplate.bicep | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/weblogic-azure-aks/src/main/bicep/mainTemplate.bicep b/weblogic-azure-aks/src/main/bicep/mainTemplate.bicep index 9b12d9a0d..2553aab50 100644 --- a/weblogic-azure-aks/src/main/bicep/mainTemplate.bicep +++ b/weblogic-azure-aks/src/main/bicep/mainTemplate.bicep @@ -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: {