8000 On branch tags-for-resources Comment copy/pasted behavior. · azure-javaee/weblogic-azure@28d7bec · GitHub
[go: up one dir, main page]

Skip to content

Commit 28d7bec

Browse files
committed
On branch tags-for-resources Comment copy/pasted behavior.
modified: weblogic-azure-vm/arm-oraclelinux-wls-admin/src/main/arm/mainTemplate.json modified: weblogic-azure-vm/arm-oraclelinux-wls-cluster/arm-oraclelinux-wls-cluster/src/main/arm/mainTemplate.json modified: weblogic-azure-vm/arm-oraclelinux-wls/src/main/arm/mainTemplate.json Signed-off-by: Ed Burns <edburns@microsoft.com>
1 parent 9cc250d commit 28d7bec

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

weblogic-azure-vm/arm-oraclelinux-wls-admin/src/main/arm/mainTemplate.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,9 @@
595595
},
596596
"functions": [
597597
{
598-
"namespace":"funcTags",
598+
// This same function is defined in the mainTemplate.json for every other offer.
599+
// Please ensure any changes are applied in all the other places.
600+
"namespace": "funcTags",
599601
"members": {
600602
"tagsFilter": {
601603
"parameters": [

weblogic-azure-vm/arm-oraclelinux-wls-cluster/arm-oraclelinux-wls-cluster/src/main/arm/mainTemplate.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,6 +786,8 @@
786786
},
787787
"functions": [
788788
{
789+
// This same function is defined in the mainTemplate.json for every other offer.
790+
// Please ensure any changes are applied in all the other places.
789791
"namespace": "funcTags",
790792
"members": {
791793
"tagsFilter": {
@@ -2015,4 +2017,4 @@
20152017
"value": "[if(parameters('enableELK'), reference('elkLinkedTemplate', '${azure.apiVersionForDeployment}').outputs.logIndex.value, '')]"
20162018
}
20172019
}
2018-
}
2020+
}

weblogic-azure-vm/arm-oraclelinux-wls/src/main/arm/mainTemplate.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,10 @@
143143
"ref_subnet": "[resourceId('Microsoft.Network/virtualNetworks/subnets', variables('name_virtualNetwork'), variables('name_subnet'))]"
144144
},
145145
"functions": [
146-
{
147-
"namespace":"funcTags",
146+
{
147+
// This same function is defined in the mainTemplate.json for every other offer.
148+
// Please ensure any changes are applied in all the other places.
149+
"namespace": "funcTags",
148150
"members": {
149151
"tagsFilter": {
150152
"parameters": [

0 commit comments

Comments
 (0)
0