From e796f42ae3b77fc33c9ae700bff32cec6bd5b2dd Mon Sep 17 00:00:00 2001 From: Ed Burns Date: Fri, 27 Aug 2021 16:28:08 -0400 Subject: [PATCH] On branch edburns-msft-verisonid-20 Apply timestamp to inconspicuous URL modified: weblogic-azure-aks/pom.xml modified: weblogic-azure-aks/src/main/arm/createUiDefinition.json Signed-off-by: Ed Burns --- weblogic-azure-aks/pom.xml | 2 +- weblogic-azure-aks/src/main/arm/createUiDefinition.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/weblogic-azure-aks/pom.xml b/weblogic-azure-aks/pom.xml index bee3edb16..affeb4e91 100644 --- a/weblogic-azure-aks/pom.xml +++ b/weblogic-azure-aks/pom.xml @@ -11,7 +11,7 @@ com.oracle.weblogic.azure wls-on-aks-azure-marketplace - 1.0.15 + 1.0.16 com.microsoft.azure.iaas diff --git a/weblogic-azure-aks/src/main/arm/createUiDefinition.json b/weblogic-azure-aks/src/main/arm/createUiDefinition.json index 2c410f072..603bcfe52 100644 --- a/weblogic-azure-aks/src/main/arm/createUiDefinition.json +++ b/weblogic-azure-aks/src/main/arm/createUiDefinition.json @@ -432,7 +432,7 @@ "text": "This value is appended to 'container-registry.oracle.com/middleware/weblogic:' and used in the Dockerfile FROM statement. \nOracle Standard Terms and Restrictions terms must be agreed. \nClick the following link to make sure you have agree the terms and check the valid tags.", "link": { "label": "Must be a valid tag value from Oracle Container Registry", - "uri": "https://aka.ms/wls-aks-fromImage-tag" + "uri": "https://aka.ms/wls-aks-fromImage-tag?${project.version}-${maven.build.timestamp}" } } }, @@ -1598,4 +1598,4 @@ "wlsUserName": "[basics('basicsRequired').wlsUserName]" } } -} \ No newline at end of file +}