From 52ddbf2eb7b4f7548894caa6b193a40dd50792b3 Mon Sep 17 00:00:00 2001 From: Jianguo Ma Date: Tue, 28 Sep 2021 14:20:33 +0800 Subject: [PATCH] add howToReportIssues section and move version info as parameter of issue tracker url Signed-off-by: Jianguo Ma --- pom.xml | 2 +- src/main/arm/createUiDefinition.json | 49 ++++++++++++++++++++++++---- 2 files changed, 43 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 63b2ebc..eccd8eb 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ com.ibm.websphere.azure azure.websphere-traditional.cluster - 1.3.20 + 1.3.24 com.microsoft.azure.iaas diff --git a/src/main/arm/createUiDefinition.json b/src/main/arm/createUiDefinition.json index 1cae2c0..c9aad4d 100644 --- a/src/main/arm/createUiDefinition.json +++ b/src/main/arm/createUiDefinition.json @@ -54,13 +54,48 @@ } }, { - "name": "About", - "type": "Microsoft.Common.InfoBox", - "options": { - "icon": "None", - "text": "Template version ${project.version}" - }, - "visible": "[bool('${template.version.visible}')]" + "name": "howToReportIssues", + "type": "Microsoft.Common.Section", + "label": "Report issues, get help, and share feedback", + "elements": [ + { + "name": "howToReportIssueText", + "type": "Microsoft.Common.TextBlock", + "visible": true, + "options": { + "text": "If you encounter problems during deployment of WebSphere, please report them here.", + "link": { + "label": "Issue tracker", + "uri": "https://aka.ms/azure-twasnd-cluster-issues?version=${project.version}" + } + } + }, + { + "name": "howToReportVendorIssueText", + "type": "Microsoft.Common.TextBlock", + "visible": true, + "options": { + "text": "To use your existing IBM support contract, file an issue with IBM directly.", + "link": { + "label": "IBM support", + "uri": "https://www.ibm.com/mysupport/" + } + } + }, + { + "name": "survey", + "type": "Microsoft.Common.TextBlock", + "visible": true, + "options": { + "text": "To get free help with Azure migration from the development team, fill out this survey.", + "link": { + "label": "Take survey", + "uri": "https://aka.ms/ibm-stack-migration-survey" + } + } + } + ], + "visible": true } ], "steps": [