Skip to content

Commit

Permalink
add howToReportIssues section and move version info as parameter of i…
Browse files Browse the repository at this point in the history
…ssue tracker url

Signed-off-by: Jianguo Ma <[email protected]>
  • Loading branch information
majguo committed Sep 28, 2021
1 parent 9d1ccc7 commit 52ddbf2
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>com.ibm.websphere.azure</groupId>
<artifactId>azure.websphere-traditional.cluster</artifactId>
<version>1.3.20</version>
<version>1.3.24</version>

<parent>
<groupId>com.microsoft.azure.iaas</groupId>
Expand Down
49 changes: 42 additions & 7 deletions src/main/arm/createUiDefinition.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 52ddbf2

Please sign in to comment.