Skip to content

Commit 479e46d

Browse files
committed
On branch private-vnet-support Update pom and wording changes.
modified: weblogic-azure-aks/pom.xml - Increment pom. modified: weblogic-azure-aks/src/main/arm/createUiDefinition.json - Trivial wording changes. Signed-off-by: Ed Burns <[email protected]>
1 parent 7d979a3 commit 479e46d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

weblogic-azure-aks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<groupId>com.oracle.weblogic.azure</groupId>
1919
<artifactId>wls-on-aks-azure-marketplace</artifactId>
20-
<version>1.0.37</version>
20+
<version>1.0.38</version>
2121

2222
<parent>
2323
<groupId>com.microsoft.azure.iaas</groupId>

weblogic-azure-aks/src/main/arm/createUiDefinition.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1402,8 +1402,8 @@
14021402
"subnets": "Subnets"
14031403
},
14041404
"toolTip": {
1405-
"virtualNetwork": "Select a virtual network for Application Gateway.",
1406-
"subnets": "Ensure the subnet is only for Application Gateway."
1405+
"virtualNetwork": "Select a virtual network in which to place the Application Gateway.",
1406+
"subnets": "The subnet must be dedicated only for use by the Application Gateway."
14071407
},
14081408
"defaultValue": {
14091409
"name": "[concat('wlsaks-vnet',take(guid(), 8))]",
@@ -2188,4 +2188,4 @@
21882188
"wlsUserName": "[basics('basicsRequired').wlsUserName]"
21892189
}
21902190
}
2191-
}
2191+
}

0 commit comments

Comments
 (0)